URGENT: Lost Rev Studio Functionality

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

URGENT: Lost Rev Studio Functionality

Post by WaltBrown » Fri Sep 10, 2010 5:42 am

I have started losing the Tools Palette. It just disappears. Sometimes I can get the Tools Palette back by deselecting and reselecting the item under Tools, but not consistently.

Another side effect - I wrote a simple stack that has a button that calls a handler in the stack script. I have tried this twice, and it is consistent both times. When the button is clicked I get the error that the handler cannot be found. I added the same handler to one object in an existing stack I downloaded (blocks.rev) and it works (although the Tools Palette problems remain).

I have made no concious changes to any part of the IDE, I have only been creating stacks. Does anyone know what's going on? This has made the IDE unusable, it's a showstopper for me.

Thanks, Walt

PS: I just made an empty stack and the stack event handler worked. I can't find why it's not working in my real" stack though, so I don't know if the issues are related.

I think I worked around the Script Editor part - it appears to be starting up by default now with the Compile toolbar in the closed position, which I have never used that way. I hadn't changed it before, it always started open, now it starts closed, even after a re-install.
Walt Brown
Omnis traductor traditor

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: URGENT: Lost Rev Studio Functionality

Post by WaltBrown » Fri Sep 10, 2010 6:06 am

OK, a combination of pilot error and IDE user interface complexity - if the Script Editor tool bar is not visible, and the script is closed, when the system asks if you want to save the script it does so, but does not indicate if there are any failures in the script. After that, instead of posting a script failure when executed, it instead reports "Handler not found". My guess (in a blind man describing an elephant kind of way) is that the handler, since it is now broken, is no longer posted in the event path, rather than reverting to the last working version.

The Tool Palette is still playing hide and seek, though, so it appears to be unrelated.

Walt
Walt Brown
Omnis traductor traditor

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: URGENT: Lost Rev Studio Functionality

Post by WaltBrown » Fri Sep 10, 2010 6:17 am

OK, discovered why the Tool Palette is disappearing - a Preferences setting of course. Now the question is why does that setting change now, after quite a long time. This is the first tme I have seen that behavior since version 2.81 when I first started with Rev Studio, and I have never changed that setting. Is there some way I could have sent some message that coincedentally changed it? Or had my previous upgrades kept around an older preferences file rather than replace it with new?
Walt Brown
Omnis traductor traditor

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: URGENT: Lost Rev Studio Functionality

Post by Mark » Fri Sep 10, 2010 3:34 pm

Hi Walt,

RunRev's preferences are not the most stable part of the IDE, nor the most transparant. I'd just restore the preferences manually and if the problem persists delete the preferences files (somewhere in the Prefereces folder on Mac OS X or the Application Data folder on Windows, not in the Applications folder or the Program Files folder (!)).

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply