|
|
Home » Community » Newbie corner » Is this really a GUI RAD?
Is this really a GUI RAD? [message #31972] |
Wed, 13 April 2011 16:37  |
wildcode
Messages: 2 Registered: April 2011 Location: Brisbane, Australia
|
Junior Member |
|
|
found this via google listed on some website as a free GUI RAD, but the screen shots show an IDE rather than a RAD tool.
I've been programming backends and console apps for years and recently been wanting to try my hands at the front end for a future app I plan to write. Unfortunately the level of front end programming I need, the tutorials don't cover and no open source project comes close to what I want to do so I cant learn from them.
Other RAD tools I've tried have failed and I'm almost at the point where I may have to pay $$$$ for the tools I need.
And what I need is a form based RAD that will allow me to tie backend functions to actions on the form, writing the code for the front end as it goes, then allowing me to modify that code.
Call me lazy but this would be ideal.
|
|
|
|
|
Re: Is this really a GUI RAD? [message #31975 is a reply to message #31972] |
Wed, 13 April 2011 17:34   |
|
Hi wildcode
Welcome to the forum 
wildcode wrote on Wed, 13 April 2011 16:37 | And what I need is a form based RAD that will allow me to tie backend functions to actions on the form, writing the code for the front end as it goes, then allowing me to modify that code.
Call me lazy but this would be ideal.
|
That's not being lazy, that is being efficient:) And U++ tries to provide just that...
Theide layout designer lets you design the "frontend" part. The layouts (I guess layout matches form in windows terminology...) can be used for anything from main application window, through simple dialog window, the contents of a tab or even to create a widget consisting of several widgets (nested in one layout and interacting with each other).
The layout is usually used as a base for class which then represents the GUI object. You just add some "backend" functions and tie them to the widgets using callbacks for specific actions (e.g. WhenFocus,WhenAction,...) and/or override some virtual methods (e.g. MouseDown,Key,...). That is pretty much everything you need to do to create a basic application, I guess it is quite RAD 
For some more info have a look in the GUI tutorial, especially section 16, which describes how the layouts work.
Best regards,
Honza
|
|
|
Re: Is this really a GUI RAD? [message #31976 is a reply to message #31974] |
Wed, 13 April 2011 18:50   |
|
wildcode wrote on Wed, 13 April 2011 17:27 | looks like I need to read up more, start the app and couldnt find out to create a new file, would only allow me to open existing ones 
|
Look at Getting started with TheIDE. It explains the basic tasks and philosophy, including the very frequently asked question "how to create file". The answer is actually really simple: just use open and write the name of new file into the file selection dialog, it will be created 
Honza
|
|
|
|
|
|
Goto Forum:
Current Time: Sat Apr 26 21:57:40 CEST 2025
Total time taken to generate the page: 0.00898 seconds
|
|
|