Scrolling list field

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
Peter K
Posts: 63
Joined: Sat Apr 09, 2011 9:33 pm

Scrolling list field

Post by Peter K » Sat May 07, 2011 3:09 am

I've got a scrolling list field that I want to populate from information in a table. I've tried to create code in SQLite that will populate the scrolling list field but it doesn't work.

It seems to me that this is something that is done a lot. Does anyone have any sample code?

Thanks,

Peter

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Scrolling list field

Post by BvG » Sat May 07, 2011 8:17 pm

put theData into field "name of my field"
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply