Chetwood Posted October 19, 2004 Posted October 19, 2004 Couldn't find any way to do it except creating a fake one with GUIcreate which is too much of a hassle. MsgBox(0, "Click ok", "focus?") MultiMakeMKV: batch processing for MakeMKV (Win)MultiShrink: batch processing for DVD ShrinkOffizieller Übersetzer von DVD Shrink deutsch
CyberSlug Posted October 19, 2004 Posted October 19, 2004 Works for me on XP Pro sp2 with the newest unstable version of AutoIt.... Might try MsgBox(4096,"Click ok", "focus?") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Chetwood Posted October 19, 2004 Author Posted October 19, 2004 (edited) Works for me on XP Pro sp2 with the newest unstable version of AutoIt....Might try MsgBox(4096,"Click ok", "focus?")<{POST_SNAPBACK}>I'm running on the same OS with AutoIt v3.0.102 and it does not work. I'm even getting an icon (the one designating a file not associated with any program) in front of 'click ok' in the title. Do you have another version?What about AutoItX v3.0.102 (BETA)? Where would I put those files? And is there a way to know whether this function can be used under Win98 as well? I'd like to be compatible with 98 to XP but I don't have 98/W2k installed anywhere... Edited October 19, 2004 by Chetwood MultiMakeMKV: batch processing for MakeMKV (Win)MultiShrink: batch processing for DVD ShrinkOffizieller Übersetzer von DVD Shrink deutsch
this-is-me Posted October 19, 2004 Posted October 19, 2004 Please explain what the problem is again... Are you trying to have the OK as the default button so you can hit enter on the msgbox and have it disappear? If that is the case, then the OK button is already the default button. If the msgbox is in focus, you can just hit enter and it will disappear. Who else would I be?
Chetwood Posted October 19, 2004 Author Posted October 19, 2004 Please explain what the problem is again... Are you trying to have the OK as the default button so you can hit enter on the msgbox and have it disappear? If that is the case, then the OK button is already the default button. If the msgbox is in focus, you can just hit enter and it will disappear.<{POST_SNAPBACK}>Yes, that's what I want. However, when I make my script open a MsgBox it is the active window and the OK button is the default button but it is not marked as such. Usually you have a dotted rectangle around the default button so you know it is the default. Only when I ALT-TAB to another window and back the OK button suddenly has that rectangle around it.Granted, even without the rectangle you can simply press enter and close the window but I'd like ppl to see they can do without having to use the mouse. MultiMakeMKV: batch processing for MakeMKV (Win)MultiShrink: batch processing for DVD ShrinkOffizieller Übersetzer von DVD Shrink deutsch
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