Tagged Questions

3
votes
1answer
373 views

How to create a fixed background for a Screen in Blackberry?

I want to create a background for a screen that will not move when the screen is scrolled. My current code is something like: Bitmap bitmap = Bitmap.getBitmapResource("background.png"); ...
3
votes
3answers
593 views

DockPanel Tab Order

I have a DockPanel set up in the DataTemplate of an ItemsControl as below: <ItemsControl HorizontalContentAlignment="Stretch"> <ItemsControl.ItemTemplate> <DataTemplate> ...
2
votes
4answers
842 views

Master-Detail GUI in .net

This type of UIs are frequently displayed in various web-Sites and .net books. Are these types of User-Interfaces acceptable and/or popular in commercial and/or customized Business Software? ...
1
vote
1answer
49 views

GUI design: disabling labels?

I couldn't find anything useful on the net to this question: Is it generally a good idea to disable labels on GUIs (forms etc.) or is it considered a blooper? I'm not talking about HTML ...
1
vote
2answers
101 views

How should I use color in my application? Single, Theme, or Chaos?

How should I be using color in my application? I have over a 100 different forms (windows) in my application, and the default windows grey seems like a bad choice to me. One school of thought says ...
0
votes
1answer
28 views

UI elements for “safety lockout” to choose normal/abnormal operation

I have a GUI which has a couple of checkboxes that control "special" modes of system operation. I want these to always be displayed, and easily edited when the operator intends to edit them, but this ...