Restored from previous forum. Originally posted by Joseph.
Danilo
thank you, your snippet is excellent
thanks in advance for the planned dlg editor too
and maybe is there any chance to get all the good stuff about dialog boxes 'packed' by you in a library or hopefully integrated directly in a next compiler release?
Restored from previous forum. Originally posted by pusztry.
Danilo,
I Can't get the example to work after I comple it. I don't know why. It works great out of the IDE. Also How is the DLG editor coming. ( You are awsome ) can't wait.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
I can't necessarily help you with your given code sample but if you're asking about modal dialog boxes in general, a lot has changed since 2002.
You can simulate modal dialog boxes in PureBasic using StickyWindow() and DisableWindow(), which will allow your application to stay cross-platform ... if you're interested in that.
There's probably many posts on this forum showing how to use those 2 together to create a modal dialog.
Last edited by USCode on Wed Jun 22, 2011 10:49 pm, edited 2 times in total.