Hey
I get each time different colours when i Release and i Debug
in listview
non of colours are correct to the code
I get each time different colours when i Release and i Debug
in listview
non of colours are correct to the code
B4X:
If WithMini<>"" Then
ListViewOrders.TwoLinesLayout.Label.TextColor=Colors.Yellow
Else
ListViewOrders.TwoLinesLayout.Label.TextColor=Colors.White
End If
ListViewOrders.AddTwoLines2(Name & " " & Adress & " " & OrderRem & " " & WithMini & " " & ArryRow(7) & FromShop, Arrived ,StrIds)
ListViewOrders.TwoLinesLayout.Label.TextSize=20
ListViewOrders.TwoLinesLayout.Label.Width=ListViewOrders.Width-23dip
ListViewOrders.TwoLinesLayout.SecondLabel.Width=ListViewOrders.Width-23dip