Lost stack

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
bonbon
Posts: 62
Joined: Thu Jul 17, 2008 11:48 pm

Lost stack

Post by bonbon » Fri Aug 28, 2009 12:02 pm

I've done something stupid, but I can't see what ... a stack has gone missing. I can check its settings via the Application Browser, and the stack's location is set to -31749, -31750. If I change these to 0, 0 they revert to the previous settings.

I have commented out every line of the preopenstack and preopencard events - there are no other stack or card events. The stack has just one card.

Any bright ideas please ?

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Post by shadowslash » Fri Aug 28, 2009 12:51 pm

How about opening up the Message Box and using the code set the loc of stack "your stack name" to the screenLoc?
Parañaque, Philippines
Image
Image

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Fri Aug 28, 2009 1:58 pm

Most likely this is an IDE property gone rouge. Check "Revolution UI Elements in List" from the "View" menu. Now go to the customproperties of your stack in the inspector, and delete the "cRevGeometryCache" and "cRevGeneral" propertysets (the dropdown at the middle of the inspector, inbetween the two fields).
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

bonbon
Posts: 62
Joined: Thu Jul 17, 2008 11:48 pm

Post by bonbon » Fri Aug 28, 2009 2:33 pm

Whoopee ! It's back. Thanks both - your ideas are going straight into my file of tips & tricks.

Post Reply