Sorry for my bad English... Using Delphi 7 I want to create a开发者_开发知识库 dialog window to show that something is happening in my application when i have to run slow processes.
I have a div called \"#top\". I would like it to fade out when the mouse is idle for 3 seconds.When the mouse moves again, make it appear (fade, of course)
I need a simple Layout Manager that is UI agnostic. By this, I mean it should not specify how I want to represent my shapes/controls on the screen. It should just enable me to say:
I always have trouble remembering whether the modal or modeless dialog is the one blocking operations in other parts of the application.
I never did to much GUI programming (besides a bit of QT and Delphi). I need to write simple GUI app which would interactively visualize graphs.
I am struggling with what the better practices or recommended ui design patterns are for making selections from a list of data, more specifically, key/value data.
C开发者_JS百科an anyone tell me how to make hyperlink in BlackBerry?Here\'s a custom label field that looks like a hyperlink, which can open a new screen. Let\'s call it SampleOpenScreenHyperLinkField
I often run into a situation where I need to come up with a GUI to edit data that has a n:m relationship. I\'m looking for user friendly GUI ideas.
I have written a small GUI based vb.net program that speaks to embedded devices via the com port. The GUI code contains a class which all communication to the embedded device is handled through (com p
From reading parts of the Programming in Scala book, I realize that Scala can work with the Java Swing components to create GUI applications.