Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HUD Component visual problem #165

Open
GoogleCodeExporter opened this issue May 4, 2015 · 5 comments
Open

HUD Component visual problem #165

GoogleCodeExporter opened this issue May 4, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 28 Aug 2010 at 1:42

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 10 Dec 2010 at 10:44

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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 [email protected] on 15 May 2011 at 3:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant