RE: IDE
- Posted by Judith<camping at txcyber.com> Apr 10, 2004
- 468 views
Hi Jim, Code Editor stores and presents your code by a combination of control and event. There is a 'general' event for Window1 (and other windows in your project) and for each control. The coding is combined at Menu Run time for the generated exw but is kept separate when accessing Code Editor. Until you become comfortable with Code Editor you may have to hunt around for your code in the various control-event combinations. For example if you originally used Window1 control and 'general' event to add some code, when you select a PushButton control you will not find that code in 'general' because it is associated with Window1. The right side combo lists all modules you have added to the project and any files you have Menu Open. Win32lib is never listed because it is assumed to be automatically present. HTH, judith Jim wrote: Hello, I am using IDE V.18.6p and I am running a P4 with XP Pro. When I am in code Editor I have tried to put the coding in the General in my Window1. When I am editing a button click code . I cant find my "general" code. Do I click on the drop down to get the general code and then ? I click on the window to get the code editor and seem to get into the code. On the upper right side of the code screen I see the eusql.e if available, what do I do It's the only choice. Win32lib is susposed to be available. I run the project and I get my screen and the buttons seem to work. A function that I use and thought I put in general area seems to be working, however I can't find the code right now. Thanks for any help Jvandal