What happened to my message box ?

2012-11-15 Thread Alex Tweedly
When I open the msg box, and then click on multi-line, I used to get a window with 2 panes - top one to enter a script - lower one with its output. But now it gives me only a single pane (the output one) - there's nowhere to enter the script. What have I done ? :-) And more importantly,

Re: What happened to my message box ?

2012-11-15 Thread Mike Bonner
Same thing happened to me (random hiccup) I just increased the window size a little till the divider showed. However now on 5.5.3 it seems that every time I switch to the multiline pane the divider defaults to the bottom where it is barely otu of view and I have to do it again. Kinda a pain in

Re: What happened to my message box ?

2012-11-15 Thread Mike Bonner
Actually its every time I restart lc it resets to slightly out of view. *sigh* Either way still an annoyance. On Thu, Nov 15, 2012 at 6:45 AM, Mike Bonner bonnm...@gmail.com wrote: Same thing happened to me (random hiccup) I just increased the window size a little till the divider showed.

Re: What happened to my message box ?

2012-11-15 Thread Robert Sneidar
Ditto here. Very annoying. Not related to plugins as I have removed plugins on several occasions to test other issues, and the problem persists. I think it's a preferences bug. Bob On Nov 15, 2012, at 3:47 AM, Mike Bonner wrote: Actually its every time I restart lc it resets to slightly

Re: What happened to my message box ?

2012-11-15 Thread Alex Tweedly
Thanks Mike. I thought I had tried that - but I did have just a few more pixels left at the bottom of the screen, and including them in the window let me grab the divider. Thanks! -- Alex. On 15/11/2012 13:45, Mike Bonner wrote: Same thing happened to me (random hiccup) I just increased

Re: What happened to my message box?

2012-07-04 Thread Howard Bornstein
/What-happened-to-my-message-box-tp3875988p4651599.html -- Regards, Howard Bornstein --- www.designeq.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
Lol, no, no, the message stack is there. I can use the other panes of it, such as the global variables, the pending messages, etc. It's only the single and multi-line messages sections that don't work. They are visible and I can enter commands into the message field. However, it simply doesn't

Re: What happened to my message box?

2012-07-03 Thread Bob Sneidar
I have to conclude that there is something in your OS, or some utility that is preventing the keypress events from getting to the Livecode engine. What happens when you put this in a card script and then hit the return key: on rawKeyDown pKey put pKey pass rawKeyDown end rawKeyDown You

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
When I enter this script into the card handler of a card I do in fact get those values for Return and Enter. Apparently this problem is within the Message Box stack itself, and then only within the section that deals with the message field. I've tried using the debugger to trap the execution of

Re: What happened to my message box?

2012-07-03 Thread Mark Wieder
Howard- Tuesday, July 3, 2012, 11:11:36 AM, you wrote: Any other ideas? I appreciate your help. The debugger has a trap to ignore errors in IDE stacks in order to prevent endless loops. If you need to debug the message box, issue the following commands. Normally I would say do this in the

Re: What happened to my message box?

2012-07-03 Thread AcidJazz
Check this thread in the runrev forum for another possible cause of the problem, and a solution. http://forums.runrev.com/phpBB2/viewtopic.php?t=12070 - Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-happened-to-my-message-box-tp3875988p4651577

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
-- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-happened-to-my-message-box-tp3875988p4651577.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode

Re: What happened to my message box?

2012-07-03 Thread Howard Bornstein
Thank you Mark! This is very helpful. I've verified that I can now use breakpoints in the message box scripts and will take a look to see if I can track down where the problem is when I have some free time. I've been getting along ok with my home grown one so I'm not in a rush, but it's good to

Re: What happened to my message box?

2012-07-03 Thread Thunder
Does this help ? http://runtime-revolution.278305.n4.nabble.com/Cannot-use-Message-Box-td3505245.html http://runtime-revolution.278305.n4.nabble.com/Cannot-use-Message-Box-td3505245.html -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/What-happened-to-my

Re: What happened to my message box?

2012-06-29 Thread J. Landman Gay
Glad it's useful. I should give credit to Richard Gaskin since we worked on it together, and he did a large part of the work. On 6/28/12 7:15 PM, Howard Bornstein wrote: thanks jacque, this is marvelous! On Wed, Jun 27, 2012 at 10:58 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On

Re: What happened to my message box?

2012-06-28 Thread J. Landman Gay
On 6/27/12 1:19 PM, Howard Bornstein wrote: Yup. Launch LC, call up the msg box, enter Put the time, hit return. Nothing. The only other person I know of who had this problem was Craig (DunbarX) and I think upgrading eventually fixed it. If I remember right, clicking the lower pane of the

Re: What happened to my message box?

2012-06-28 Thread Howard Bornstein
thanks jacque, this is marvelous! On Wed, Jun 27, 2012 at 10:58 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 6/27/12 1:14 PM, Howard Bornstein wrote: Btw, do you know of a list of error message numbers so I can make the error reporting a little more robust? I distributed this

Re: What happened to my message box?

2012-06-28 Thread Howard Bornstein
Craig's trick has never worked for me. Yes, I deleted all the prefs and reinstalled LC. That didn't help. Messages are turned on but that was a good thing to check. I'm limping along with my self-rolled message box so I'm able to move forward at this point. Thanks for the reply. On Wed, Jun 27,

Re: What happened to my message box?

2012-06-27 Thread Howard Bornstein
I didn't know about revmessageboxredirect but even if I did, I couldn't set it to empty because... well, the message box doesn't work ;-) On Tue, Jun 26, 2012 at 4:23 PM, stephen barncard stephenrevoluti...@barncard.com wrote: this is way off the wall and may not be related or work at all, but

Re: What happened to my message box?

2012-06-27 Thread Howard Bornstein
This is a great idea and it's what I did. It took some fiddling to get it to work the way I wanted but I now can actually get some work done. Thanks for the idea. Btw, do you know of a list of error message numbers so I can make the error reporting a little more robust? On Tue, Jun 26, 2012 at

Re: What happened to my message box?

2012-06-27 Thread Howard Bornstein
Yup. Launch LC, call up the msg box, enter Put the time, hit return. Nothing. I've got the standard plugins along with a couple others, but I've been using those for years and haven't updated them. Someone else on this list reported the same problem with the message box last year, specifically

Re: What happened to my message box?

2012-06-27 Thread stephen barncard
which is why (in a follow up post) I suggested a method to make one's own temporary 'message box' ...so you can poke around On Wed, Jun 27, 2012 at 11:12 AM, Howard Bornstein bornst...@designeq.comwrote: I didn't know about revmessageboxredirect but even if I did, I couldn't set it to empty

Re: What happened to my message box?

2012-06-27 Thread Howard Bornstein
Which is why, in a follow up post to your follow up post, I told you I did and thanked you for the suggestion ;-) By the way, when I put set the revmessageboxredirect to empty in my homegrown message box, it didn't do anything. On Wed, Jun 27, 2012 at 2:25 PM, stephen barncard

Re: What happened to my message box?

2012-06-27 Thread Peter M. Brigham
FWIW, I have been using 4.5.3 for a long time, still using it, and I've found it to be quite stable. I've never seen what you're describing. MacBook, OSX 10.6.8, Rev Studio 4.5.3, build 1210. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jun 27, 2012, at 2:19

Re: What happened to my message box?

2012-06-27 Thread Howard Bornstein
Interesting. I have horrible problems with the editor and debugger. I frequently have to close and restart the editor (losing all my open tabs) and the debugger often skips over breakpoints and otherwise acts wonky. My other version, 4.6.4, works much better but I don't have an IOS seat for it.

Re: What happened to my message box?

2012-06-27 Thread J. Landman Gay
On 6/27/12 1:14 PM, Howard Bornstein wrote: Btw, do you know of a list of error message numbers so I can make the error reporting a little more robust? I distributed this lookup stack today at the conference as part of my debugging session:

Re: What happened to my message box?

2012-06-26 Thread Howard Bornstein
Grrr. This bug is back and this time restarting my Mac didn't fix it. So I'm trying to trace what happens when I type anything into the message box. I've got the script for the message box itself open as well as the script for the message field. I've put breakpoints at the rawkeydown handler as

Re: What happened to my message box?

2012-06-26 Thread Bob Sneidar
Try typing breakpoint;your command here You should be warned however that the message box is a strange beast, and may not behave as you expect, particularly with regard to execution contexts (if I remember right). Bob On Jun 26, 2012, at 3:48 PM, Howard Bornstein wrote: Grrr. This bug is

Re: What happened to my message box?

2012-06-26 Thread Howard Bornstein
Unfortunately, it doesn't matter what I put in the message box, since it never seems to act on the return key to execute the command. On Tue, Jun 26, 2012 at 4:00 PM, Bob Sneidar b...@twft.com wrote: Try typing breakpoint;your command here You should be warned however that the message box is

Re: What happened to my message box?

2012-06-26 Thread stephen barncard
this is way off the wall and may not be related or work at all, but at one time there was this unlisted property called revmessageboxredirect, and it changed what is normally sent to the lower part of the message box ( like unrequited puts ) to another field in your stack. *set* the

Re: What happened to my message box?

2012-06-26 Thread stephen barncard
one can make one's own 'message box' while trying to get a handle on this... create a new stack make a field to hold the command(s) - name it command make a button named 'execute' with this script on mouseup get field command do it end mouseup add a 'try' structure and error reporting

Re: What happened to my message box?

2012-06-26 Thread Bob Sneidar
This happens with no stacks open or in memory and no plugins active? It sounds like there is something intercepting the enterKey or returnkey message and not passing it, perhaps in a frontscript. Bob On Jun 26, 2012, at 4:11 PM, Howard Bornstein wrote: Unfortunately, it doesn't matter what

What happened to my message box?

2011-10-05 Thread Howard Bornstein
Yikes! I've been working in LC 4.5.3 (that's the version I have an IOS license for) and things were going fine. Suddenly, the msg box stopped responding. No matter what I put into it, nothing is displayed and the stack indicator shows RevErrorDisplay. Scripts can write to the message box fine,

Re: What happened to my message box?

2011-10-05 Thread dunbarx
. But I also have to say that the problem went away, somehow, many months ago, and has not returned. -Original Message- From: Howard Bornstein bornst...@designeq.com To: How to use Revolution use-revolut...@lists.runrev.com Sent: Wed, Oct 5, 2011 12:07 pm Subject: What happened to my