Re: IDE
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Dec 04, 2002
- 548 views
The "Begin" section is also handy for putting version development information, although maybe a separate section for that would be better, to encourage people (like me!) to put "version x solved this problem, but doesn't yet do this, & has this problem" kinda stuff? So maybe an additional section called "Version info" or something? But just for the main window, not in each controls event list. Dan Moyer ----- Original Message ----- From: "Judith Evans" <camping at txcyber.com> To: "EUforum" <EUforum at topica.com> Subject: RE: IDE > > There is not a Declaratives section. Instead use the event downdown > entries: Begin, Intro and/or General and create your vars. These are not > really events but it was simple to put them in the events list. > > General event is also useful to write routines that are not event driven > but are referred to within your program. > > For vars that are local to routines, you can declare them inside one of > the other events prior to actual execution code in that routine. > > Begin code will appear in the generated EXW before 'include Win32lib' > statement, Intro code will appear before the createEx statements and > General will appear after the createEx statements. > > I tell all new users of IDE to let me know of anything I can add that > would help them or what they find hard to use, misleading, etc. And > please do not be bashful about reporting bugs. > > --judith > > Renzo Beggia wrote: > > Judith, > > > > great job in the IDE, > > > > there is only one thing i can't find, that is how to define the > > variables and constants (normally at the beginning of the code) > > > > could you help me out here ? > > > > ThanX > > > > Renzo from Belgium > > > > > > >