hello,
not using the designer (all layouts removed).
try this code on a new project :
without the last line, the form is yellow. the last line resets it to default gray that can't be changed anymore.
am i doing something wrong ?
Thank you
not using the designer (all layouts removed).
try this code on a new project :
B4X:
Sub Process_Globals
Private fx As JFX
Private MainForm As Form
Private rb As RadioButton
End Sub
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.BackColor=fx.Colors.Yellow
MainForm.Show
rb.Initialize("rb")
End Sub
am i doing something wrong ?
Thank you