Page 1 of 1
Messagebox keeps popping up
Posted: Fri Sep 14, 2012 12:29 am
by planix
Hi All,
I am using Livecode 4.6.3.
I have an annoying, but not critical, problem with the messagebox. It keeps popping up and then disappearing again. Seems to be whenever I change windows. Is there some setting that I have to change to make it stay dormant?
cheers
Re: Messagebox keeps popping up
Posted: Fri Sep 14, 2012 12:56 am
by mwieder
Are you using two monitors? I get this when I move the cursor to my second monitor and I go outside the bounds of the main monitor.
Re: Messagebox keeps popping up
Posted: Fri Sep 14, 2012 1:17 am
by planix
Hi Mark,
yes, I am using two monitors. The annoying thing is that the messagebox lurks around at the bottom of the left screen which I only use occasionally. I swear the damn thing is watching me. I'm just waiting for it to pounce and take over
Is there a fix to this, do you know? Or should I just get used to my paranoid anxious mode of working in Livecode?
cheers
Re: Messagebox keeps popping up
Posted: Tue Feb 19, 2013 4:25 am
by Jamesplank
did anyone find out how to fix this
its driving me insane!!!
Re: Messagebox keeps popping up
Posted: Tue Feb 19, 2013 4:35 am
by Simon
Do you have the glx plugin?
I removed it and the message box doesn't pop-up anymore.
Simon
Re: Messagebox keeps popping up
Posted: Tue Feb 19, 2013 6:02 am
by planix
Hi,
Same for me. I deleted the GLX plugin and it's not been a problem since.
cheers
Re: Messagebox keeps popping up
Posted: Thu May 02, 2013 1:48 am
by Jamesplank
thank you thank you
yes the popping box gremlin is DEAD!
Re: Messagebox keeps popping up
Posted: Thu May 02, 2013 2:47 am
by mwieder
Yeah - when you move outside the screen bounds of the main monitor (like down to the bottom of the second monitor) the message box pops up. I'm holding off the next release until I can find what's doing that. It drives me crazy.
I'm sure there's an orphan put somewhere.
Re: Messagebox keeps popping up
Posted: Thu May 02, 2013 8:58 am
by bn
I'm sure there's an orphan put somewhere.
I like the new feature of LC 6 in the message box "show last output source" that opens the script at the line that has put something into the message box.
Kind regards
Bernd
Re: Messagebox keeps popping up
Posted: Fri May 03, 2013 12:09 am
by mwieder
Hah! Got the message box pop up thing fixed. Some leftover code for hiding the tools palette and message box - I had the tools thing disabled but not the message box. That's fixed now and I'll post the update to the website tonight.
I also added a trap for the revSEGoExecutionPoint message to that GLX2 can respond to the message box source button as well.
