IonicWind Software

IWBasic => General Questions => Topic started by: LarryMc on August 03, 2009, 07:37:26 AM

Title: Dialogs and menus
Post by: LarryMc on August 03, 2009, 07:37:26 AM
I've noticed in the source for EBDev that the dialog and menu definitions are in the resource files(rc)

Can Ebasic programs place their dialogs and menus in the rc file?

If so, how are retrieved into the program?

Edit: OK, I see I can use loadmenu to load the menu from the resource.
      But I don't see anything for the dialog.

Larry
Title: Re: Dialogs and menus
Post by: Ionic Wind Support Team on August 03, 2009, 09:12:05 AM
yes and no.  You can have dialog resources, but you would need to use the API to show them, set the controls fonts, etc. 

Paul.
Title: Re: Dialogs and menus
Post by: LarryMc on August 03, 2009, 10:40:14 AM
thanks

Larry