PB v4 is a "home run" !

Everything else that doesn't fall into one of the other PB categories.
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post by USCode »

blueznl wrote: - a command / parameter to make windows modal

- some mouse commands

(gfa16 had clipcursor, defmouse, getcaputre, hidem, setcapture, setmouse, showmouse)

- proper right mouse button support
blueznl,
I'm with you, I always thought not having modal dialog boxes was a major hole in PB but, and I havent played with it yet, I was under the impression that StickyWindow and DisableWindow would allow us to effectively emulate a modal window? I guess that's not the case?

Also, can you expand on the missing right-mouse support?

I just realized, is there no way to set, using a PB command, the mouse to be a hour-glass when the application is busy?
Last edited by USCode on Sat Feb 25, 2006 9:25 pm, edited 1 time in total.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

It's easy in PB4 to use modal windows.
Just look at DisableWindow()
Post Reply