Why does a slider look so different?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tofdaddy
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 2
Joined: Tue Nov 02, 2010 8:26 pm

Why does a slider look so different?

Post by tofdaddy »

Hello,
I'm new to LiveCode and iOS development. When creating iOS Apps with LiveCode, the interface looks so bad when running on an iOS device.
For instance, the slider :
LiveCode’s slider on Mac OS...
LiveCode_slider.png
LiveCode_slider.png (6.86 KiB) Viewed 5530 times
... looks like this bad on the iPad!
iPad_slider.PNG
iPad_slider.PNG (3.95 KiB) Viewed 5530 times
However, UISlider is so beautiful in Xcode
iOS_slider.png
iOS_slider.png (19.79 KiB) Viewed 5530 times
Is there an easy way (if possible) to use iOS UI elements when compiling an App ?

I thank you in advance.

Best regards
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Why does a slider look so different?

Post by Klaus »

Hi tofdaddy,

unfortuntely LiveCode does not (yet?) support native UI elements on iOS.
Currently only the (ugly) (Unix) MOTIF look is supported.
You need to create your own UI elemnts with graphics.

Don't shoot the messenger! 8)


Best from germany

Klaus
Danny
Posts: 106
Joined: Tue Nov 09, 2010 1:28 am

Re: Why does a slider look so different?

Post by Danny »

unfortuntely LiveCode does not (yet?) support native UI elements on iOS.
Not yet but they the guys from RunRev said that was one of the most requested features from their survey so I assume it will be sooner rather than later.

Danny
tofdaddy
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 2
Joined: Tue Nov 02, 2010 8:26 pm

Re: Why does a slider look so different?

Post by tofdaddy »

Many thanks for your answers!
Kind regards.
Post Reply