Create a custom function

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Klaus
Posts: 14192
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Create a custom function

Post by Klaus » Wed Sep 19, 2012 1:14 pm

Hi Ivaho, (I always read "Ivanhoe" :D )
ivaho wrote:It is that easy. Very nice.
Yep, that's Livecode :)
ivaho wrote:And how to call that custom propertie, if i put the custom propertie on a button will the MouseUp event trigger the custom propertie.
just GET it:
...
put the cWhatEverNameHere of stack "your stack name here" into tWhatever
## do something with tWahtever :)
...
ivaho wrote:And how when the custom propertie is placed on a card
Sorry, don't understand.


Best

Klaus

Post Reply