Android Question Table View v1.21 'setTextSize' bug

Alwinl

Member
Licensed User
Longtime User
I have discovered what seems to be a bug in the Table class:

'setTextSize' doesn't work - it seems like the 'Size' parameter if being confused by the 'Size' sub definition

PublicSub setTextSize(Size As Float)
cTextSize = Size
End Sub
Sub Size As Long
ReturnData.Size
End Sub
 

DonManfred

Expert
Licensed User
Longtime User
Have you tried to give Size a new name?
 
Upvote 0
Top