Stack un-editable

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
glpunzi
Posts: 57
Joined: Sun Nov 28, 2010 5:50 pm
Contact:

Stack un-editable

Post by glpunzi » Thu Oct 20, 2011 9:38 pm

Hi all,

I'm playing a little, and after add a to a card a "Basic Table Field", I can't edit the stack, is always in browse mode. If I hange to edit mode, clicks, works as in Browsers mode.

Only with the attached stack.

Some idea?
Attachments
Entidades.zip
(1.89 KiB) Downloaded 172 times

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Stack un-editable

Post by bn » Thu Oct 20, 2011 9:52 pm

Hi glpunzi,

you have set the cantModify of the stack to true. That is why it behaves the way it does. Uncheck cantModify in the properties inspector ->Basic Properties and all is well.

Kind regards

Bernd

glpunzi
Posts: 57
Joined: Sun Nov 28, 2010 5:50 pm
Contact:

Re: Stack un-editable

Post by glpunzi » Thu Oct 20, 2011 9:59 pm

bn wrote:Hi glpunzi,

you have set the cantModify of the stack to true. That is why it behaves the way it does. Uncheck cantModify in the properties inspector ->Basic Properties and all is well.

Kind regards

Bernd
Hol# #### :oops:

Thanks

Post Reply