hi all,
1. I think it would be better if such a thing happened (new CallSubDelayed): for ex.
2. The B4J Log is better look like a b4a log
B4j
B4a
3. I think this is a bug
1. I think it would be better if such a thing happened (new CallSubDelayed): for ex.
B4X:
CallSubDelayed(M_Main,"Refresh",array as object(ImageView,1,"Titel"))
...M_Main
sub Refresh(img as ImageView,kind as int, text as string)
end sub
2. The B4J Log is better look like a b4a log
B4j
B4a
3. I think this is a bug
B4X:
Dim PNL As Pane
PNL.Initialize("")
MainForm.RootPane.AddNode(PNL,0,0,30dip,30dip)
Log(PNL.Width) ' log -> 0 !