Search found 3 matches

by jonnox
Fri Aug 31, 2007 4:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: List Field (boxes)
Replies: 6
Views: 6299

Sorry, I suppose that would have helped in the begning. on mouseUp if the selectedline is empty then -- do nothing else delete the selectedline end if end mouseUp I have a list box (lstGrantor) and then an Add button and a Remove button. That code snipit is from remove. Below is from Add (which work...
by jonnox
Fri Aug 31, 2007 2:14 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: List Field (boxes)
Replies: 6
Views: 6299

Thanks guys, it worked great! I really appriciate it. The only thing left now is to get rid of the extra "selectable line" once I delete a line. It seems that the line stays even though it is blank
by jonnox
Thu Aug 30, 2007 5:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: List Field (boxes)
Replies: 6
Views: 6299

List Field (boxes)

Hi, I'm new to RR and am used to Java 2. I am trying to figure out how to input data to a list box and then use it if it is highlighted. I have a simple add button that adds a name but it always replaces the current contents of the list field. Is there any documentation on the different objects? Do ...