Cyberpunkgothic1 on 22/12/2011 at 22:56
I have now uploaded the version 3.02.37.
I like to do version 3.03.02, but I need your help!
there are two things:
why does the ToolTipText only show a black Tip without text?
and how can I remove the two warnings shown in Eclipse? they are caused, becaus I tried to remove the Errors speaking that Comboboxes were needed to be paramereized by a generic Typ. I did choose Object as parameter. but now I got this two Warnings.
who can help please?
Cyberpunkgothic1 on 24/12/2011 at 02:41
Merry Christmas at you all!
Cyberpunkgothic1 on 25/12/2011 at 01:07
Bluegrim, you can laugth again! this thread continous even on christmas! :)
Shockcfg will keep its colors!
AlB, it is sad, but ShockCfg is a sourious Tool and not a Game, so I can't imagin, for what to make your piece of code use of.
Kolya better read on christmas and dont play games, evern if you got a games as present this or last christmas!!!
@All:
same colors, and only two strong fonts...
Cyberpunkgothic1 on 25/12/2011 at 01:22
I can't play even too and Bioshock was not a present!
It is not about you, but I don't like evil thiefes!!! :(
Cyberpunkgothic1 on 25/12/2011 at 01:57
I'm also sad about this hacker under my pc.
he makes my chats, most time as an accident! I will pray for his soul, that his evil accidents don't come back to him!
Cyberpunkgothic1 on 25/12/2011 at 02:36
I can't help the hacker, because I don't know him!
freedeom is a chalyxe we all need to carry well.
Al_B on 26/12/2011 at 12:15
Posting again in quite possibly TTLG's strangest thread - but it's Christmas time...
Quote Posted by Ir0NiXdark
why does the ToolTipText only show a black Tip without text?
That's because you've overridden the theme colours to display a black tooltip background. The default tooltip text colour is black so you're getting black on black. Add the following line to your GreenMetalTheme class at the bottom of Xerxes.java:
Code:
public javax.swing.plaf.ColorUIResource getPrimaryControlInfo(){ return new javax.swing.plaf.ColorUIResource(Color.green);}
Cyberpunkgothic1 on 27/12/2011 at 07:44
OMG, the work begins...
thank you Al_B, I will try that peace of code.
Cyberpunkgothic1 on 27/12/2011 at 09:20
if I end shockcfg, by klicking save, there appear many numbers.
what error is causing this?
Al_B on 27/12/2011 at 10:02
That's not an error - you're printing them in WriteCamCfg.java for any line that doesn't match game_hardware or game_screen_size.
Code:
System.out.println("end:" + end + readline.toString().length());
that's where they're coming from