[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Strange Button, Label, TableItem, etc. problem

Hi,
I have a very strange problem with the text of some controls and items. The text of buttons, labels, table items gets lost if I start my class file on a single machine (Win. XP SP2 Prof.). On three other machines it runs with no problems(all Win XP SP2 Home). The window of my program looks like that the text is there (the button has the normal size, layout etc), so I used a utility called 'ShoWin' to test whether the text is shown. It seems that it is transparent. :(


So i ransacked the newsgroup archive and try to find anything useful.

The following things i have tested:
- i have used different VM (jre 1.4.2_08/jre 1.5.0_02)
- i tried to run the class file on different drives
- i installed new graphic card drivers
- i have tried different hardware acceleration settings for the graphic card
- i have tested several swt versions (3.1.1.6 and 3.1.2.8)
- i have tried the java/javaw.exe.manifest

I'm in so great distress, that i installed today the eclipse IDE on this machine, take a little example ( http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/custom/ScrolledComposite.html ) and try to play a little bit.
Now I was wondering that the eclipse IDE runs without any blank text fields and the example runs in the IDE also the way it should. But if i run it in the console it does not :(


What does the eclipse IDE, what i did not?
Please help me. I've no ideas anymore...


the start.bat:

@ECHO OFF
REM Set the path
SET PATH=%PATH%;c:\eclipse-workspace\libs\swt\3.1.2.8WIN\dll"
REM Start test class
java -cp c:\eclipse-workspace\libs\swt\3.1.2.8WIN\lib\swt.jar;bin de.test.Test



Best regards Roman Kalusche

PS.: I'm a german bumpkin, so please ignore my language mistakes