[Done] Color Conversion from old code
Posted: Fri May 17, 2013 11:59 am
Maybe you can just fix the conversion of old code, when addding to form source view:
e.g. pasting
then switching code/form view twice, results in following code:
Either the Hexnumer should be left alone or changed properly to RGB(255,79,79)
e.g. pasting
Code: Select all
SetGadgetColor(#Text_39, #PB_Gadget_FrontColor, $FF4F4F)
Code: Select all
SetGadgetColor(#Text_39, #PB_Gadget_FrontColor,RGB(0,0,79))