Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » GUI with Menu bar and 5 Labels/Text Boxes
Re: GUI with Menu bar and 5 Labels/Text Boxes [message #31761 is a reply to message #31756] |
Fri, 25 March 2011 02:52   |
nlneilson
Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
|
Contributor |
|
|
silverx wrote on Thu, 24 March 2011 17:53 | Can this be done in U++, and how do you do that if possible.
Also on lots of windows programs you have hot keys for menu items,
|
They can be done in Upp
bar.Add("m meters", THISBACK(Setm)).Check(mX);
bar.Add("km kilometers", THISBACK(Setkm)).Check(kmX);
You have bool mX, kmX, etc
In your code you make one true and the rest false.
You can have hot keys. I have not used them because I want the apps to be able to run on a slate computer without a keyboard using the touch screen in the easiest way.
I had great help on this thread, if what you are looking for is not here try the examples, tutorial, reference and bazaar.
[Updated on: Fri, 25 March 2011 02:54] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Apr 28 12:16:08 CEST 2025
Total time taken to generate the page: 0.04021 seconds
|