Window in a Module?

Just starting out? Need help? Post your questions and find answers here.
collectordave
Addict
Addict
Posts: 1310
Joined: Fri Aug 28, 2015 6:10 pm
Location: Portugal

Re: Window in a Module?

Post by collectordave »

You can take a look at this module:-

http://www.purebasic.fr/english/viewtop ... elect+text

It is a module that opens up a window as a cross platform message requester in a module. Similar to a modal dialog box. The idea can be expanded to just about any dialog.

When taken a little further all your dialogs can be modules with their own message handling loops. It is important to remember that the main message handling loop is stalled until the return from the module.

Hope this helps a little.
Any intelligent fool can make things bigger and more complex. It takes a touch of genius — and a lot of courage to move in the opposite direction.
Post Reply