<alert comment="newbie using CW 9.2" /> I was looking around for sample code that would demonstrate how to use a modeless dialog. All I found in the forum archives was a reference to WinCreateWindow .... which has a parameter related to Boolean modal.
Is there sample code available that illustrates the statements involved in creating, displaying, revising, "applying", and closing a modeless dialog? Would this involve dynamically creating the "widgets/controls" that were placed on the modeless dialog (such as several checkboxes and a group of push-buttons for mutually exclusive selection)? What I have in mind is a "Search Dialog" where you could change options such as All-Words_Yes-No, Case-Sensitive_Yes-No, Exact-Match_Yes-No, Phrase-Search_Yes-No. There would be an "Apply" button that would cause the MainForm to redo the search with the revised options. I think I can see how to accomplish this with a simpler modal dialog approach, but I'd appreciate a link to look at an alternative solution with a modeless dialog. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
