Link to home
Start Free TrialLog in
Avatar of bpl4
bpl4

asked on

HIDE_WINDOW not giving desired results

I have a button on my first window and in the WHEN-BUTTON-PRESSED of this I have this code:
HIDE_WINDOW('win1');
SHOW_WINDOW('win2');

Although the second window opens its hidden behind the first.I have to minimize it to go to the second.Why it is not hiding...please advise.
Thanks..
ASKER CERTIFIED SOLUTION
Avatar of Jinesh Kamdar
Jinesh Kamdar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bpl4
bpl4

ASKER

Thanks Jinesh,...I found the solution.
Glad u cud resolve it urself. So how did u fix it ?
Avatar of bpl4

ASKER

I mean I got the hint from the excerpt u pasted here...I added a go_item to item on the content canvas of the window I wanted to open...and then it all worked...
Thanks.
Oh ok. Thanks for replying :)