iphonePick

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

iphonePick

Post by Nakia » Sat Aug 11, 2012 3:49 am

Hi,

I want to know if there is a way to place an image beside each item I am placing in the list?
Simply needs to be either a Green Tick, Yellow Exclamation mark or Red Cross.

Any ideas?

many thanks

Nakia

Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Re: iphonePick

Post by Nakia » Sun Aug 12, 2012 9:43 am

Well I have looked and looked but cant seem to see this functionality anywhere.

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: iphonePick

Post by CALL-151 » Mon Aug 13, 2012 1:23 am

iphonePick uses standard iOS UI elements which do not provide the option you're looking for. You'll have to create your own controls to do this. One approach might be a scrolling data grid. Take a look at Monte Goulding's example using one of his custom controls at http://www.runrev.com/newsletter/june/i ... p?a=NWS131 for some ideas.

Post Reply