Search found 2 matches

by jbinder
Wed Nov 14, 2012 11:12 pm
Forum: Talking LiveCode
Topic: Unable to send mouseup message from openStack handler
Replies: 11
Views: 9870

Re: Unable to send mouseup message from openStack handler

Thanks for the replies. Still no luck.

To clarify, this is a single stack with no substacks.

In response to Craig, I am testing the script by completely quitting LiveCode and restarting.

I tried all of these suggestions by Klaus:
...
send "mouseup" to btn "Load" of cd 1 of this stack
## Always ...
by jbinder
Wed Nov 14, 2012 8:23 pm
Forum: Talking LiveCode
Topic: Unable to send mouseup message from openStack handler
Replies: 11
Views: 9870

Unable to send mouseup message from openStack handler

Hi,

I'm having trouble getting a mouseup message sent to a button from an OpenStack script. This is the script command:

on openStack
send mouseup to btn "Load" of cd 1 of this stack
end openStack

Seems very straightforward to me, but when I open the stack, nothing happens. I know the mouseup ...