Page 1 of 1
Button Icons not appearing in iOS
Posted: Mon Feb 11, 2019 4:27 am
by raugert
I have simple icons in some buttons but they don't appear in iOS app, nor on the simulator. However they work fine on Mac and Windows. I haven't done that much development for iOS, but I'm pretty sure it worked in the past...
I'm using Indy version 9.0.1 build 15103
Re: Button Icons not appearing in iOS
Posted: Mon Feb 11, 2019 8:01 pm
by jacque
Did you import the images into the stack? If not, you'll probably need to reset the button icon IDs after that, since importing will give the images new IDs.
Re: Button Icons not appearing in iOS
Posted: Mon Feb 11, 2019 10:31 pm
by raugert
I’m only using the standard Livecode icons. No imported images as such.
Re: Button Icons not appearing in iOS
Posted: Mon Feb 11, 2019 11:06 pm
by jacque
You'd still need to import the icons to your stack. In the Development menu, open the Image Library. Select the icons you use in one of the libraries and choose "Import selected". That will embed them into your stack. If you just use the icon picker in the property inspector, it references those icons but doesn't actually import them.
Re: Button Icons not appearing in iOS
Posted: Tue Feb 12, 2019 1:50 am
by raugert
That did it. I guess I didn't use those icons much in the past. Mostly imported my own.. I thought that the Livecode icons would automatically be added into the standalone seeing as they are already included in Livecode but apparently not
thanks for your help jacque,