Sensitive

Emma

Member
Hi,

This is probably really simple, but i just can't figure it out.

All i want to do is when the user chooses a button, run another program, making the parent:sensitive = false
parent:window-state = 2

then when the user closes the second program, make the parent:sensitive = true
parent:window-state = 3.

i have got the second program to run, and the parent minimise and desensitise, but when the user closes the second program, the parent stays in the taskbar.

Please help.

Emma.
 

Samj

Member
Emma

Hi,

Try reversing the first set of commands.

ASSIGN
parent:window-state = 2
parent:sensitive = false.

It works for me.


Sam
 

Emma

Member
so simple, and so obvious when it's written in front of you!!

Thanks a lot. That worked fine.

Emma.
 
Top