message hierarchy in window

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

message hierarchy in window

Post by jmburnod » Thu Jul 14, 2011 6:41 pm

Hi All,

I have a btn in a group "MyGroup".
This btn send a message "MyMessage" at mouseup
The script of the group MyGroup "behave like a background = true) contains "on MyMessage"

No problem with OSX and an errormessage "can't find handler" with window

What i forget ?

Jean-Marc
https://alternatic.ch

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: message hierarchy in window

Post by BvG » Thu Jul 14, 2011 7:17 pm

no idea... maybe end myMessage?

I guess you need to be more precise in your description :)
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: message hierarchy in window

Post by jmburnod » Fri Jul 15, 2011 10:31 am

Hi BvG
I guess you need to be more precise in your description :)
i found "≥" or "≤" in the background script.
And this additional note of Dunbarx :
"Note that the condensed symbol "≤" (ASCII 178) though supported on the Macintosh, should NOT be used, as it will break under Windows and Linux."
Best
Jean-Marc
https://alternatic.ch

Post Reply