I want to define a ToggleButton that appears with red foreground (for example) when checked, rather than the default appearance of a pressed button.
I am working on a multilingual web application. I\'m wondering how do i design the best user interface that the user can localize data for various languages? for instance, in making a page which its t
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit deb开发者
I don\'t know how to show Time in AM/PM f开发者_C百科ormat in blackberry using blackberry datefield.Pls give me a idea how to do this.Use SimpleDateFormat:
To implement application\'s GUI I would like to have all the logic to go from one form to another centralized. This GUI manager will behave as a finite state machine. Although I think I have seen this
I\'m interested in learning a programming language with support for GUI, multithreading and easy test manipulation (support for regex).
I created a CustomButtonField in blackberry using that i can able to set 开发者_Go百科our own height and width of the button.The problem i m facing is i dont know how to show the label in the center o
The app I\'m working on has 4 tabs, 3 of which share many features, including a navigation bar a the bottom with Back, Edit, and Map buttons.There is exactly the same xml in all 3 layouts, so I\'m try
Using the jquery UI Dialog, why is it that when the div that I want to make a dialog of has a position of absolute, the resulting dialog is minimized (can only see the header of the dialog .. if I tak
How do I design a C# visual motif that looks like visual studio error list? --I have a program that examines the user provided inputs, and I would like to send errors back to开发者_StackOverflow the