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 ...
Search found 3 matches
- Fri Aug 31, 2007 4:52 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: List Field (boxes)
- Replies: 6
- Views: 7660
- Fri Aug 31, 2007 2:14 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: List Field (boxes)
- Replies: 6
- Views: 7660
- Thu Aug 30, 2007 5:05 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: List Field (boxes)
- Replies: 6
- Views: 7660
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 ...