Search found 4 matches

by ledrac
Sat Mar 22, 2014 10:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: button makes form open
Replies: 8
Views: 4089

Re: button makes form open

Thanks, it does make sense. I will study
by ledrac
Sat Mar 22, 2014 9:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: button makes form open
Replies: 8
Views: 4089

Re: button makes form open

Thanks Simon. I am sorry for the silly questions but could you give me an example of how I would use the Template card in my app?
by ledrac
Sat Mar 22, 2014 8:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: button makes form open
Replies: 8
Views: 4089

Re: button makes form open

I tried this code from the "Stock" lesson on newEntry     ## Add a new card     ## This will create a new card with the controls group on it     create card     ## The long name is a unique identifier     put the long name of it into tNewCard     ## Put the initial text into the fields     send "res...
by ledrac
Fri Mar 21, 2014 10:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: button makes form open
Replies: 8
Views: 4089

button makes form open

I want to create an app that tracks my plants in my garden. I want to open the app select a button called new plant and have a window open that allows me to enter the new plants info and track it through its growth and chart the data. I have created a mainstack with cards representing my start card ...