Messagebox keeps popping up
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Messagebox keeps popping up
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
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
****************************************
PLANIX
"Knowing anything is better than knowing nothing. But knowing that nothing ain't anything, why that's just plain nirvana."
PLANIX
"Knowing anything is better than knowing nothing. But knowing that nothing ain't anything, why that's just plain nirvana."
Re: Messagebox keeps popping up
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.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
Re: Messagebox keeps popping up
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
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
****************************************
PLANIX
"Knowing anything is better than knowing nothing. But knowing that nothing ain't anything, why that's just plain nirvana."
PLANIX
"Knowing anything is better than knowing nothing. But knowing that nothing ain't anything, why that's just plain nirvana."
-
- VIP Livecode Opensource Backer
- Posts: 23
- Joined: Sat Jul 09, 2011 10:03 am
Re: Messagebox keeps popping up
did anyone find out how to fix this
its driving me insane!!!
its driving me insane!!!
Re: Messagebox keeps popping up
Do you have the glx plugin?
I removed it and the message box doesn't pop-up anymore.
Simon
I removed it and the message box doesn't pop-up anymore.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Messagebox keeps popping up
Hi,
Same for me. I deleted the GLX plugin and it's not been a problem since.
cheers
Same for me. I deleted the GLX plugin and it's not been a problem since.
cheers
****************************************
PLANIX
"Knowing anything is better than knowing nothing. But knowing that nothing ain't anything, why that's just plain nirvana."
PLANIX
"Knowing anything is better than knowing nothing. But knowing that nothing ain't anything, why that's just plain nirvana."
-
- VIP Livecode Opensource Backer
- Posts: 23
- Joined: Sat Jul 09, 2011 10:03 am
Re: Messagebox keeps popping up
thank you thank you
yes the popping box gremlin is DEAD!
yes the popping box gremlin is DEAD!
Re: Messagebox keeps popping up
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.
I'm sure there's an orphan put somewhere.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
Re: Messagebox keeps popping up
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.I'm sure there's an orphan put somewhere.
Kind regards
Bernd
Re: Messagebox keeps popping up
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.
I also added a trap for the revSEGoExecutionPoint message to that GLX2 can respond to the message box source button as well.

PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev