Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DLL Talk / Blue GUI2 Window control Question

Author
Message
Guyon
20
Years of Service
User Offline
Joined: 6th Jun 2003
Location: United States
Posted: 8th Mar 2005 07:22
I have created a few windows in my program like:
CommandWindow=createWindow (100,210,123,323,"Command",WINDOW_FIXED,0,0,0)

How do I hide this window, or change control to my main window?
Rob K
Retired Moderator
21
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 8th Mar 2005 07:45
You hide it the same way you hide all the other gadgets - setGadgetVisible.

If you want to set focus to the main window, you'll need to create a gadget from the main window:

mainWin=createGadgetFromWindow(mainWindow())

And then use activateGadget on the mainWin gadget.


BlueGUI Windows Plugin
Guyon
20
Years of Service
User Offline
Joined: 6th Jun 2003
Location: United States
Posted: 8th Mar 2005 08:13
Thnak you

Login to post a reply

Server time is: 2024-04-25 15:51:23
Your offset time is: 2024-04-25 15:51:23