Nuno Durães
Member
Hi everyone,
What am I doing wrong when to add a pane to rootpane?
It doesn't appear and logs 0 to with and height.
What am I doing wrong when to add a pane to rootpane?
It doesn't appear and logs 0 to with and height.
B4X:
CSSUtils.SetStyleProperty(p, "-fx-rotate","45" )
MainForm.RootPane.AddNode(p,P.Left,P.Top,P.Width,P.Height)
Log(P.Width & " " & P.Height)
P.Visible = True
'xui.MsgboxAsync("Hello World!", "B4X")
End Sub