Base Window InActive

Hi,
In One of my project, In base Window i created some buttons, and
from one button callback i created Child window. When child window realized
and working with this window, i don’t want to do any thing on Base window
(Activating Buttons, entaring text to textBox etc…) How to do this?

Urgent please!
Thanks,
Rajaram.

Hi Rajaram,

You could use the PtBlockWindow() function to block the user from using the
base window and then when you want the user to be able to interact with the
base window again use the PtUnblockWindows(). So when you realize the
dialog have the base window blocked, and then when you unrealize the dialog
unblock the base window.

Regards
Brenda

“Rajarama” <rpuranika@nordson.com> wrote in message
news:chhdmo$hc0$1@inn.qnx.com

Hi,
In One of my project, In base Window i created some buttons, and
from one button callback i created Child window. When child window
realized
and working with this window, i don’t want to do any thing on Base window
(Activating Buttons, entaring text to textBox etc…) How to do this?

Urgent please!
Thanks,
Rajaram.