Hi Vaughn,

If you have multiple handlers with equal names in a script, only the first handler will run. That mus be why your own handler didn't work.

Also, if you have a mouseUp handler in a button and a mouseUp handler at card level, you need a pass mouseUp command in the button to make the script at card level run:

on mouseUp
  beep
  pass moueUp --> go to cd level
end moueUp

You'll read all about it in my book very soon :-)

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" http://qery.us/3fi

Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 9/12/2013 01:30, Vaughn Clement wrote:
Hi Mark

I kept changing things until it worked. I had to make the button script
with only one mouseUp script and nothing else and it worked. I had a script
to set the card id to a field in a second mouseUp script. But that was
after doing all kinds of similar scripts and it did not work.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/*
Skype: vaughn.clement
https://secure.join.me/appsbyvclement
FaceTime: vclem...@gmail.com
LogMeIn also avaialble
Call on "ooVoo" at address:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=add&pid=41


On Wed, Sep 11, 2013 at 4:16 PM, Mark Schonewille <
m.schonewi...@economy-x-talk.com> wrote:

Hi Vaughn,

As I wrote before, "not work" isn't that much information. Can you say
more about it?


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: 
http://twitter.com/**xtalkprogrammer<http://twitter.com/xtalkprogrammer>

KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour
spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi

Fill out this survey please
http://livecodebeginner.**economy-x-talk.com/survey/<http://livecodebeginner.economy-x-talk.com/survey/>


On 9/12/2013 00:33, Vaughn Clement wrote:

Hi All

What I did was to build a new stack and added 3 fields and a button. I
added field 1 to field 2 and put the sum into field 3 and it works fine.
SO, why would it not work in the design app? is there some setting or
something to make it work or not work?

Thank you

Vaughn Clement



______________________________**_________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode>

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to