Page 1 of 1

Visual Editor

Posted: Thu May 29, 2003 4:48 am
by waffle
awsome tool. Thanks fred.

couple of minor enhancements:

-make the constants adjustable in the editor
this is usefull for when the dialog objects need to be modified later.

-create "reserved user space" in the generated source.
This could be tricky and is not as important as the prev idea, and could wait until OGRE and COM objects are fully fixed up.
The reserved space would be a commented section of code such as:

rem startusercode
rem endusercode

and whayever code a user places between those comments would not be deleted when the dialog object is re-edited and new source code generated.

Posted: Tue Jun 10, 2003 8:03 pm
by Berikco
In a future version, the user will be able to give a mask for the constants , replacing the Gadget_1 etc...

This merge of source is on my list, but not easy to do and not high priority.
From version 3.70, you have a main and include file, main file is not overwritten if already exist.

Posted: Wed Jun 11, 2003 1:39 am
by Tranquil
It would be nice to see the generated code just in time after adding a button. Possible in a EditorGadget so that the user can made some changes. Then you are nearly completely able to code your applications in VD. The VD is a very very good tool and with some enhancements possible we do not need the PureBasic Editor anymore.

Would be nice or?

Mike

Posted: Wed Jun 11, 2003 5:40 am
by ricardo
Hi,

My wishes:

1.- Register pbv so we can open files by doubleclick. I try to do it but don't read the command line i think and then don't display the file.

2.- The actual version are a little unestable (jump so many times when working with gadgets)

3.- Create the loop with Select Case and not with If Else:

Case #Gadget_1

Thanks