Yeah, there was...

I realized later what the problem was; that code never got executed. I just completely missed the fact that mouseUp was not sent when the pointer tool was active.

Thank you for looking at that though!

On Sep 16, 2004, at 5:28 PM, Ken Ray wrote:

On 9/16/04 11:53 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote:

I am trying to send a message to all controls on the current card.  I
tried several things, ultimately ended up with this:

   repeat with c = 1 to the number of controls of this card
     send "moveControl" to control c of this card
   end repeat

And it still doesn't work. Does anyone know how I can do this, or what
might be wrong with the above code?

Frank, I don't know why this wouldn't work for you... I used a minor
variation of what you have and it worked for me. I created a card with three
buttons each with a different script to trap the message "hello".


I then coded the card script to say:

on doit
  repeat with c = 1 to the number of controls of this card
    send "hello" to control c of this card
  end repeat
end doit

and then typed "doit" in the message box, and all three buttons responded
appropriately.


Perhaps there's something else getting in the way?

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution


-----------------------------------------------------------
Frank D. Engel, Jr.  <[EMAIL PROTECTED]>



___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to