I obtain this error:
The involved code is:
The strange fact is that the same part of code i used in previous releases and it doesn't give any disturb.
What could be ?
Thank you
B4X:
B4i version: 2.51
Parsing code. (0.19s)
Compiling code. (0.27s)
Compiling layouts code. (0.00s)
Building Xcode project (0.04s)
Sending data to remote compiler. Error
B4i line: 2120
muoviUIObject(SelColEvidenziatore1,LstOpzioni.Le
expected ']'
The involved code is:
B4X:
Private SelColEvidenziatore1 As Label
....
....
....
muoviUIObject(LstOpzioni.View,PnlOpzioni.Width/2,10dip,PnlOpzioni.Width/2-10dip,50dip)
muoviUIObject(SelLingua,10dip,20dip,150dip,50dip)
muoviUIObject(TraspPnlLingue,PnlOpzioni.Width/2,10dip,PnlOpzioni.Width/2-10dip,50dip)
muoviUIObject(SelColEvidenziatore1,LstOpzioni.Left,LstOpzioni.Top+LstOpzioni.Height+15dip,LstOpzioni.Width,LstOpzioni.Height)
muoviUIObject(SelColEvidenziatore1_T,10dip,SelColEvidenziatore1.top ,150dip,50dip)
muoviUIObject(SelColFamiliarizzazione1,LstOpzioni.Left,SelColEvidenziatore1.Top+SelColEvidenziatore1.Height+15dip,LstOpzioni.Width,LstOpzioni.Height)
muoviUIObject(SelColFamiliarizzazione1_T,10dip,SelColFamiliarizzazione1.top ,150dip,50dip)
....
....
Sub muoviUIObject(ob As View, left As Float, top As Float, width As Float, height As Float)
ob.Left=left
ob.Top=top
ob.Width=width
ob.Height=height
End Sub
The strange fact is that the same part of code i used in previous releases and it doesn't give any disturb.
What could be ?
Thank you