HELP! Data LOST! Cards are shifted UP...

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
TheBigDuck
Posts: 23
Joined: Tue Nov 11, 2008 5:52 pm
Contact:

HELP! Data LOST! Cards are shifted UP...

Post by TheBigDuck » Wed Jan 07, 2009 5:25 am

I have been working on a project for a month now, and it is due very soon.

I save the file, no problem. Closed the app. It looked like this:

Image

Get home, relaunch. Looks like this:

Image

the code for the cards is intact, but there are buttons missing.. and this is across ALL the cards...!!!

I need help, or I am horribly screwed.

Why is there no version control for this?

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

Post by Mark » Wed Jan 07, 2009 9:41 am

Dear TheBigDuck,

What exactly are the differences between home and not home?

Best regards,

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

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Wed Jan 07, 2009 10:09 am

Your controls are probably not gone (you can verify this using the application browser), but the 'vscroll' of the stack may be off. Use the message box to

Code: Select all

answer the vScroll of this stack
and

Code: Select all

set the vScroll of this stack to 0
if it's some large number.

HTH,

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

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

Post by Mark » Wed Jan 07, 2009 10:21 am

Hi Jan,

That's impossible, the vScroll of a stack cannot be set. The vScroll changes when you toggle the editMenus property.

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

SparkOut
Posts: 2943
Joined: Sun Sep 23, 2007 4:58 pm

Post by SparkOut » Wed Jan 07, 2009 11:46 am

Have you set any geometry on the objects with the Geometry Manager and resized the card at all?
It could be that the controls are all still there, but due to GM positioning issues their loc has been set to some haywire place off the visible card.

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Wed Jan 07, 2009 1:10 pm

Hmm, I didn't recall that the vScroll of a stack was read-only, Mark. My memory tricked me into thinking I had changed the scroll back in my HyperCard days, but as I have the memory of a goldfish... :-)

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

Post Reply