I think thinBasic 1.11.1 introduced a bug on that area.
Can you try this thinBasic 1.11.2 version I was working on: https://www.thinbasic.biz/projects/t...c_1.11.2.0.zip
Let me know.
Thanks a lot
Eros
Hi,
I can't have some demo working properly. I think it's related with CONTROL SET TEXT.
Can you confirm if it works for you or not ?
within afflicted samples :
- TextBox2.tBasic from thinBasic\SampleScripts\UI\TextBox
- cbCalculator.tBasic from thinBasic\SampleScripts\UI\Calculator
- Super Function Plotter from thinbasic.com
- or even particle_experiment.tbasic from TBGL_BonusPack_1_8_0_0\SpecialEffects\ParticleDesigner
ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64
I think thinBasic 1.11.1 introduced a bug on that area.
Can you try this thinBasic 1.11.2 version I was working on: https://www.thinbasic.biz/projects/t...c_1.11.2.0.zip
Let me know.
Thanks a lot
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Hi Eros,
For the calculator : 1 click leads to many random numbers on the textbox
For the Super Function Plotter : seems ok ( quick test only )
For the ParticleDesigner : no reaction from UI
For the TextBox2 : seems ok.
but maybe it's a button issue instead ?
PS: welcome back
ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64
Thanks.
Will check this evening.
PS: not really back 100% but I will try
I've so many posts to read
Last edited by ErosOlmi; 30-12-2019 at 15:44.
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Calculator examples need to add a check otherwise too many events will be fired for buttons.
For both examples ... Just betweenandCASE %WM_COMMAND
addSELECT CASE cbctl CASE %CtrlN00, %CtrlN01, %CtrlN02, %CtrlN03, %CtrlN04, %CtrlN05, %CtrlN06, %CtrlN07, %CtrlN08, %CtrlN09
and afterif CBCTLMSG = %BN_CLICKED then
close withEND SELECT
End If
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks