Re: Odd EuIDE problem
- Posted by S Williamson <writeneu at hotmail.com> Jan 17, 2007
- 529 views
Judith Evans wrote: > If you have your code in .ew files IDE will not know you have done that unless > you use ManageIncludeStatements (ctrl-A) and add them to your project. Those > statements are added at the top of the generated exw. If you want the .ew > statments > added after the createEx statements then you would add the statements include > whatever.ew in Code Editor for your main window control and General event. > Just > opening whatever.ew file via Modules does not add to the project. An exception > to that is when you SaveAs an .ew file while in Code Editor, you will be asked > if you want to add to the project. What that does is add the saved file name > to ManageIncludeStatements for you. > > If you project still does not run and you get an ex.err I can help you more. > If IDE gives you an error and will not produce the generated exw and gives you > an error message I need to know what that message says. > > judith evans Thanks, I think I understand that. I'm going to play with it some over the next few weeks and see if I have any problems. I may be able to rewrite some of the documentation to fill it out a little. It's not bad, just a bit telegraphic. Might help to throw in some of the idea behind it, or maybe a written tutorial. I may write something up. S