convert Color to B4ppc's color?

Byak@

Active Member
Licensed User
B4X:
clr.new1(False)
clr.createNew("System.Drawing.Color"&clr.System_Drawing)
button1.color=clr.getproperty("Red")
in IDE work fine,but when i'm compil it i have IConvertible error (next in russian)
i think i must convert Color to Digits. yes? and how do it?
 

Byak@

Active Member
Licensed User
Thanks :-[
 
Top