New user question
Steve Jones
stevejones at mac.com
Thu Aug 13 19:01:14 EDT 2009
But if I was typing the name wrong, wouldn't the error appear first at
line 2?
Steve
Sent from my iPhone
On Aug 13, 2009, at 5:58 PM, Sarah Reichelt <sarah.reichelt at gmail.com>
wrote:
> On Fri, Aug 14, 2009 at 8:19 AM, Steve Jones<stevejones at mac.com>
> wrote:
>> on mouseUp
>> go stack "VoluntTracker Volunteers"
>> wait 3 seconds
>> beep
>> wait 3 seconds
>> show stack "VoluntTracker Volunteers"
>> end mouseUp
>>
>> I put the beep in to test to be sure it was running.
>>
>> The error I get is:
>>
>> button "New Volunteer": execution error at line 6 (Chunk: can't
>> find stack),
>> char 4
>>
>
> I can't see why your script should fail, unless there is a typo in the
> name - perhaps an extra space or some invisible character.
> But try this:
>
> on mouseUp
> go invisible stack "VoluntTracker Volunteers"
> wait 3 seconds with messages
> show stack "VoluntTracker Volunteers"
> end mouseUp
>
>
> The "wait with messages" allows other things to happen e.g. moving or
> resizing windows, so it doesn't seem like your app has frozen.
>
> HTH,
> Sarah
> _______________________________________________
> 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