Add or delete a new card from a button.

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

Post Reply
benco5000
Posts: 11
Joined: Fri Mar 05, 2010 9:51 pm

Add or delete a new card from a button.

Post by benco5000 » Fri Mar 05, 2010 9:58 pm

I'm new to RunRev, did some coding in HyperCard years ago. I've searched the docs but cant seem to find these two basic commands. Its got to be simple. Have two buttons, one adds a card one deletes. Already figured out the background issue.
Thanks in advance for your help and patience.

Code: Select all

on mouseUp
  howToAddACard
end mouseUp

on mouseUp
  howToDeleteThisCard
end mouseUp

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Add or delete a new card from a button.

Post by bn » Fri Mar 05, 2010 11:33 pm

Hi benco5000,
welcome to the forum,
see my reply
http://forums.runrev.com/phpBB2/viewtop ... 312#p22312
regards
Bernd

Post Reply