BPak Active Member Licensed User Longtime User Nov 25, 2013 #1 Trying the Charts example and get error. B4X: Unknown Member: To32Bit Parsing code. 0.03 Compiling code. Error Error compiling program. Error description: Unknown member: to32bit Occurred on line: 155 Return fx.Colors.From32Bit(Bit.AND(fx.Colors.To32Bit(Color), Bit.OR(0x00FFFFFF, Bit.ShiftLeft(Alpha, 24)))) Word: to32bit Looking through the online Documents there does not appear to be a To32Bit method for the Colors object.
Trying the Charts example and get error. B4X: Unknown Member: To32Bit Parsing code. 0.03 Compiling code. Error Error compiling program. Error description: Unknown member: to32bit Occurred on line: 155 Return fx.Colors.From32Bit(Bit.AND(fx.Colors.To32Bit(Color), Bit.OR(0x00FFFFFF, Bit.ShiftLeft(Alpha, 24)))) Word: to32bit Looking through the online Documents there does not appear to be a To32Bit method for the Colors object.
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2013 #2 It was added in beta 4. The documentation is not yet updated. Upvote 0