christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

HUD Component visual problem #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
All of the HUD Components I add to my HudWindow act very strange when I 
interact with them.

This happens most prominently with HudComboBox. When I click to change the 
value, it turns grey. (screenshot below)

How is this problem fixed? Will it be repaired in the future? Or what am I 
doing wrong in my code?

DefaultComboBoxModel model = new DefaultComboBoxModel(new String[] {"Web Safe 
Colors", "RBG Colors"});
                comboBox = HudWidgetFactory.createHudComboBox(model);
                northPanel.add(comboBox);

Original issue reported on code.google.com by JakeTyo on 11 Jun 2010 at 6:42

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'm having the same problem with all my components is HudWindows. I also end up 
with black corners, instead of the standard transparent ones. I'm running this 
on Mac OS X 10.6.

Original comment by pan...@me.com on 28 Aug 2010 at 1:42

Attachments:

GoogleCodeExporter commented 8 years ago
I had the same problem with components not being repainted properly when 
interacting with them. I found this to be related to the container panel being 
set to opaque. If opaque is set to false for the parent panel, all components 
are repainted as expected.

Original comment by makkbe@gmail.com on 10 Dec 2010 at 10:44

GoogleCodeExporter commented 8 years ago
The parent panel IS set to false. It is only when I change a value in a 
combobox that the color distorts to that gray color... I would really like to 
take this component pack seriously, but when you have big obvious bugs like 
this it's hard to.
I wish someone would fix this. :P

Original comment by JakeTyo on 17 Dec 2010 at 1:40

GoogleCodeExporter commented 8 years ago
I have found that the issue you describe is not present in the latest source, 
only in the latest compiled library, so you might try downloading the source 
and compiling your own copy of the library, rather than using the pre-compiled 
version. 

Original comment by pan...@me.com on 15 May 2011 at 3:11