|
|
Re: Create a Modal Dialog
|
|
02/23/2009 11:19 AM
post22749
|
Re: Create a Modal Dialog
1. You need to write your own window manager event handler. Your code should decide when to allow/disallow window focus
change for example on a click. This evolves setting up your regions' sensitivity correctly – check out the
PhWindowEvent_t docs.
2. You may not need to run pwm.
|
|
|
|
|