Ville Skyttä

Results 421 comments of Ville Skyttä
trafficstars

Logged In: YES user\_id=266141 Originator: YES a work-around is in http://www.agentbob.info/agentbob/79.html Original comment by: ralfhauser

Sorting the main view by column is already implemented, but I suppose there could be some kind of indicator on the sorted column heading and its current order to make...

This would be great, this would turn portecle also as a mini pki software missing features, by order of priority, are: -generate a internal CA -sign certification requests -revoke certificate...

Which version of Portecle is this, and which exact Java version from which vendor are you using? Portecle works only with Java 1.6, and I don't see this problem in...

Thanks for the test version. It works perfectly now. My java version: java version "1.6.0\_20" OpenJDK Runtime Environment \(IcedTea6 1.9.2\) \(6b20-1.9.2-0ubuntu1\) OpenJDK 64-Bit Server VM \(build 19.0-b09, mixed mode\) Original...

Thanks for testing. But you mentioned problems in Windows as well, did you test with it too? I assume it's your Ubuntu that's running OpenJDK, not Windows, right? Original comment...

I've tried it with windows and the file dialog appears. But the dialog is very slow. The dialog need around five seconds to open. Clicking to the Home directory button...

Ok, how about this test build, how does it work in Windows and Ubuntu? http://scop.fedorapeople.org/tmp/portecle-1.6-dev2.zip Original comment by: scop

The file chooser is still slow in windows. I've taken a look at the source and it seems the \!f.isFile\(\) line 447 in the FileChooserFactory.PortecleFileView always hang for some seconds...

Does the "Arbeitsplatz" folder exist, and is a normal local folder? Changing \!f.isFile\(\) to simply f.isDirectory\(\) changes the semantics a bit, but changing it to "f.isDirectory\(\) || \!f.isFile\(\)" should be...