yMassai Posted June 23, 2012 Share Posted June 23, 2012 Could someone tell me which function I use to bring up a window on top of another. Link to comment
Callum Posted June 23, 2012 Share Posted June 23, 2012 Use; guiSetProperty(guiWindow,"AlwaysOnTop","True") Where guiWindow is your window element (and yes, "True" should be a string). Link to comment
Castillo Posted June 23, 2012 Share Posted June 23, 2012 You can use: guiBringToFront as well. Link to comment
yMassai Posted June 23, 2012 Author Share Posted June 23, 2012 if (source == buttonAlterar) then guiSetVisible ( JanelaSec, true ) showCursor ( true ) guiBringToFront ( JanelaSec ) this? Link to comment
50p Posted June 23, 2012 Share Posted June 23, 2012 if (source == buttonAlterar) then guiSetVisible ( JanelaSec, true ) showCursor ( true ) guiBringToFront ( JanelaSec ) this? Tested? Why don't you try and see? The best way to learn is to try. People learn by trial and error. "Learning doesn't happen from failure itself but rather from analyzing the failure, making a change, and then trying again." Link to comment
yMassai Posted June 23, 2012 Author Share Posted June 23, 2012 You do not need failure to learn, only the certificate that is doing the right thing is a good beginning. Link to comment
Castillo Posted June 23, 2012 Share Posted June 23, 2012 I actually learned like 50p said. Link to comment
Callum Posted June 23, 2012 Share Posted June 23, 2012 Perhaps I misread the topic - I thought you wanted it to stay in front of the other windows. Nonetheless, you would use guiSetProperty in that case. Link to comment
Anderl Posted June 23, 2012 Share Posted June 23, 2012 You do not need failure to learn, only the certificate that is doing the right thing is a good beginning. I don't think so. -- I learned and I still learn in the way 50p said too. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now