A Alwinl Member Licensed User Longtime User Aug 21, 2013 #1 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
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 May 20, 2015 #2 Have you tried to give Size a new name? Upvote 0
klaus Expert Licensed User Longtime User May 20, 2015 #3 Replace Size by TextSize. I will change it in the latest version to avoid confusion. For your information, the latest Table Class version is 1.43 Upvote 0
Replace Size by TextSize. I will change it in the latest version to avoid confusion. For your information, the latest Table Class version is 1.43