button icon

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

button icon

Post by MaxV » Thu Feb 06, 2014 2:33 pm

Hi,
I tried with this code:

Code: Select all

set the icon of button 1 of me  to 210077
set the backgroundcolor of button 1 of me to 255,255,0
On Android the button change color but the icon doesn't appear. ID 210077 is a internal Livecode icon.
It usually works on desktop...
:?:
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: button icon

Post by MaxV » Fri Feb 07, 2014 12:14 pm

A the present I resolved using imported images instead of built in Livecode image.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply