sunilvedula Posted September 6, 2008 Report Share Posted September 6, 2008 Hi All, As mentioned above in the subj line i want my pop up window which macro express generates to be active and disable any other window which is open on the desktop. which means even if the user clicks elsewhere when the pop up is there nothing should happend and action should be performed only when the use clicks on the popup. Is this possible? The reason is the macro i made for one of our process ensures tht people work according to the flow of macro but when it pauses for an option to be keyed by the user they can put aside the macro and do other work in the windows which is not acceptable. We would like to avoid it. Quote Link to comment Share on other sites More sharing options...
Cory Posted September 7, 2008 Report Share Posted September 7, 2008 How about you hide the window (Window Hide) from them while you wait for input then unhide it when the macro continues? Or hide all the windows using Repeat With Windows? Also you could make separate text box first using Text Box Display that you size to the dimensions of the display (or just some huge value like I did) and set to always on top. Just make sure your input dialog is set to Always on top. <TBOX4:T:5:CenterCenter002000002000:999:Foil><TVAR2:01:02:FTFCenter:Center><TBCLOSE:Foil> Quote Link to comment Share on other sites More sharing options...
sunilvedula Posted September 8, 2008 Author Report Share Posted September 8, 2008 will try and let you know if it helped me or not!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.