Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!

Asunto: »[SV] SokkerViewer

2007-05-21 20:03:46
vista64 and sokker Viever 0.9.2.3 I've this error :
See tips from flado above.
Don't install SV inside Program Files under Vista. Vista doesn't allow create/write data in Program Files.

Idea : perhaps, SV could have a option to keep data into Documents and Settings
2007-05-21 20:14:11
I could think about this. I will look for some solution but currently You need to move SV directory into another place then program files.

edit: I found solution and propably in next version it will be implemented
(editado)
2007-05-21 21:12:50
you can get Home dir (i.e. My Documents on windows) with this:

java.io.File HOMEDIR = javax.swing.filechooser.FileSystemView.getFileSystemView().getDefaultDirectory();
2007-05-21 21:28:08
there is also System.getProperty("user.home") ;) but I don't know how it looks on other VM then Sun's VM

I don't use Swing :)
(editado)
(editado)
2007-05-21 22:29:05
there is also System.getProperty("user.home") ;) but I don't know how it looks on other VM then Sun's VM

not very well, at least for Windows 98 it points to "C:\WINDOWS"


I don't use Swing :)

I know but using just 1 static method wouldn't hurt ;)

anyways, why don't you use swing? I'ts not that this assistant programs for Sokker are graphic intensive or anything.
2007-05-21 22:50:41
there is also System.getProperty("user.home") ;) but I don't know how it looks on other VM then Sun's VM

not very well, at least for Windows 98 it points to "C:\WINDOWS"


Is in windows 98 some home directory? What return this swing function in win98 ?

anyways, why don't you use swing? I'ts not that this assistant programs for Sokker are graphic intensive or anything.

SWT uses native widgets so it take less memory and it could be adapt to your operating system. There is also possibility to compile it to native code which doesn't need JRE :)

There are also few more advanced widgets which are not able in Swing.

Of course programming in SWT is more complicated cauze it has no MVC and widgets expanding is strange :) but if You learn it then You can do very interested things :)

EDIT: You need also to add heavy weight library for SWT. (Swing library is include into JRE)
(editado)
2007-05-21 23:25:19
Is in windows 98 some home directory? What return this swing function in win98 ?

yes, C:\My Documents


SWT uses native widgets so it take less memory and it could be adapt to your operating system. There is also possibility to compile it to native code which doesn't need JRE :)
There are also few more advanced widgets which are not able in Swing.
Of course programming in SWT is more complicated cauze it has no MVC and widgets expanding is strange :) but if You learn it then You can do very interested things


But IMHO that defeat's the whole purpose of programming in Java.
Swing being included in JRE allows me to keep SO size small :)

What are widgets (what does it mean)?
What is MVC?


edit: It'd be cool if there was a Developers forum where we could discuss these things :)
(editado)
2007-05-21 23:40:08
Swing being included in JRE allows me to keep SO size small :)

only ~2MB ;-) but it's bigger in memory ;)

It'd be cool if there was a Developers forum where we could discuss these things :)

with pleasure. just give some link for such forum. we could discuss and exchange our knowledge.
(editado)
2007-05-22 02:21:10
with pleasure. just give some link for such forum. we could discuss and exchange our knowledge.

I'm afraid there is none (to my knowledge). I'll ask greg if something like this can be created.
2007-05-22 12:19:53
Maybe someone with "+" could add such forum ?

There could be discussions about browsers plugins, external tools like our applications or XML problems.

edit: Maybe You want some close forum ?
(editado)
2007-05-22 14:10:42
If you want you can use this forum - Add
2007-05-22 14:48:11
oh nice. thank You.
2007-05-30 21:03:12
up for one user
2007-06-01 12:55:40
I was trying to make a donation but I have NO idea what to do on a Paypal-page in Polish! Is there an English version around?
2007-06-01 13:17:26
hi. I'm waiting for this account owner. When I will have some more informations I will inform You.
2007-06-17 07:18:47
What I have to do if I want export data from one pc to another?