Re: IDE - more more more!
- Posted by DanMoyer at PRODIGY.NET Jun 21, 2001
- 390 views
Judith, You're welcome. :) re: file names in "File, Open, Save, etc": I'm not sure, but from the once or twice I included that "File, Open, etc" type code, you don't have to provide actual default file *names*, just cause the menu choice selection to open a DIALOG which allows the program user to *select* what file they wish to save or open from the dialog generated list box. Once you cause the Dialog to open, all the rest is pretty automatic, as I remember. I used it in my "RunDemos" thingy that Derek includes in the Win32Lib distribution, so users could find and open Wolfgang's Tutorial, wherever it happened to be on their disk (I also gave it an automatic search feature, too). Dan Judith wrote: > > > DanMoyer at PRODIGY.NET wrote: > > Judith, > > > > I think what SR meant was something more like: could you put a list > > box in > > the "Menu Edit" window, with selections for "File Menu", "Edit Menu", > > "Help > > Menu", etc., which if clicked on would auto-generate the code for those > > specific types of menus, together with their appropriate sub-menus (and > > maybe for things like the Edit menu, also generate the code that would > > allow > > for cut-copy-paste, and for File, the save-as selection stuff?). > > > > > <snip> > > Thanks for the clarification, Dan. > > I'll think on this one. I see several issues in generating the code such > as file names in a File Open, Save, SaveAs submenus that I would need to > work out. > > Judith >