Card Script Not Firing
Len Morgan
len-morgan at crcom.net
Tue Mar 18 11:12:16 EDT 2008
Thanks to Mark and Eric. I went the resumeStack route and it worked the
first time! I might give Eric's method a try too just so I can add it
to my back of tricks!
Thanks!
len morgan
Eric Chatonet wrote:
> Hi Len,
>
> If your stack is open yet, openStack or openCard have been already
> sent and a simple navigation or changing stack's visible property
> *does not* open the stack or the card.
> Probably you could write an <update handler> in the script of your
> dialog and use:
>
> send "UpdateFromDB" to stack "IMS Configuration"
> go stack "IMS Configuration"
>
> Le 18 mars 08 à 15:52, Len Morgan a écrit :
>
>> I feel so stupid today! I have a stack that I use like a dialog that
>> brings up several configuration fields in my app. It is called from
>> the menu button at the top of the app with:
>>
>> go stack "IMS Configuration"
>>
>> There is only one card on this stack. I have just added a couple of
>> fields that I need to query the database and get two numbers to put
>> in the fields when the config stack is displayed. I tried an
>> "openStack" message (in both the stack and in the card scripts), I
>> tried an "openCard" script. None of them are getting called.
>>
>> I changed my "call" to go to card 1 of stack "IMS Configuration" and
>> got the same result.
>>
>> What handler to I need to put and where so that every time the stack
>> is opened, it can get the most up-to-date info from the database
>> (actually, made visible - it's always open, just hidden)?
>>
>> I know this is Rev 101 kind of stuff but I'm a little stumped right now.
>
> Best regards from Paris,
> Eric Chatonet.
> ----------------------------------------------------------------
> Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
> Email: eric.chatonet at sosmartsoftware.com/
> ----------------------------------------------------------------
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
More information about the use-livecode
mailing list