Search found 7 matches

by vkelmenson
Fri Feb 07, 2014 1:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how do I collect all the buttons on a card?
Replies: 3
Views: 2114

Re: how do I collect all the buttons on a card?

never mind, I figured it out."repeat with k = 1 to the number of buttons" etc. It is interesting that I struggled with this for 2 nights and as soon as
I posted a question, the answer came to me. Anyhow, I have learned a bit about Livecode looking through the documents. Vic
by vkelmenson
Fri Feb 07, 2014 12:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how do I collect all the buttons on a card?
Replies: 3
Views: 2114

how do I collect all the buttons on a card?

Hi everyone, I am writing a small stack to display line graphs. I am using transparent buttons to label the axes. When I wish to clear and draw a new graph, I am having a problem. I know how to clear the drawn graph but how do I delete the buttons. If I could get a list or collection of all the butt...
by vkelmenson
Fri Apr 12, 2013 11:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Entering text on a card
Replies: 8
Views: 4122

Re: Entering text on a card

Thanks, I will give it a try. I think that this will work with what I plan. Victor
by vkelmenson
Fri Apr 12, 2013 7:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Entering text on a card
Replies: 8
Views: 4122

Re: Entering text on a card

Craig, You are correct. That is what I was asking. Victor
by vkelmenson
Thu Apr 11, 2013 11:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Entering text on a card
Replies: 8
Views: 4122

Re: Entering text on a card

Simon, Yes I mean dynamically. The axes will have different placements and labeling depending on the range of values to graph. Therefore I would not be able to drag a text entry as I design the card. Also the graphed lines will have different shapes and positioning depending on the data values. Ther...
by vkelmenson
Thu Apr 11, 2013 11:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Entering text on a card
Replies: 8
Views: 4122

Entering text on a card

Hi everyone. I am new to the forum, although I have been using Livecode for around one year.
I cannot figure out how to draw text onto a card. I am doing some graphing and I wish to label the graph. This will include labeling the axes and some labels on the line graphs. Thanks in advance Victor