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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…