Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: thinBasic beta 1.7.8.0

  1. #1
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    thinBasic beta 1.7.8.0

    I'm developing next thinBasic 1.7.8.0

    In case you would like to test and report feedback, Download url for thinBasic Beta version 1.7.8.0 is:
    http://www.thinbasic.biz/projects/th...ic_1.7.8.0.zip

    Regards
    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

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    For those who know the path where to download 1.7.8, I've updated setup.
    _________________________________________________
    Updates:
    • Simone found a bug in a Core interface function thinBasic_VariableParse that can prevent modules to change UDT elements passed BYREF to module functions. For example TBGL_EntityGetPos was not functioning anymore if passed BYVAL x, y, z were an UDT element
    • started to improve Tutorial html code examples
    • added initial examples of WebBrowser control in \thinBasic\SampleScripts\WebBrowser\
      This control is still not documented (I will do soon) and some functionalities can change before the end of this beta run but you can get an idea.
      WebBrowser control was possible thanks to new PowerBasic COM functionalities and to the massive work of José Roca on COM wrappers.


    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

  3. #3
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    For those who know the path where to download thinBasic 1.7.8.0 beta version, I've updated setup.
    _________________________________________________
    Updates:
    • Fixed WITH/END WITH clause preventing usage of dotted notations in expressions
    • Added latest requests on Registry (Michael Clease) and Canval_Polygon (Lionheart00
    • redesigned Template application. Source code is included.


    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

  4. #4
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    For those who know the path where to download thinBasic 1.7.8.0 beta version, I've updated setup.
    _________________________________________________
    Updates:
    • Definitely added new WebBrowser module with a full set of functions that will let your develop (well, quite close ) your personalized web browser. If not so, in any case WebBrowser control will let you develop more nice and attractive GUI interfaces.
    • Finished documenting all so far developed new functionalities


    I will work a bit on WebBrowser events and DOM interface: possibility to get events when you click on a button inside a WebBrowser, possibility to interact with html elements in a web page, ... things like that.

    Good night
    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

  5. #5
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    An example showing the potentialities of the new WebBrowser control.
    Included both .exe and souce code. Source is compatible only with thinBasic version 1.7.8.0 beta

    More features in WebBrowser control will be present in next updates.

    Ciao
    Eros

    PS: example removed because source code is available in beta setup.
    Attached Images Attached Images
    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

  6. #6

    Re: thinBasic beta 1.7.8.0

    This is a great addition to TB. Thank you!

  7. #7
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    For those who know the path where to download thinBasic 1.7.8.0 beta version, I've updated setup.
    _________________________________________________
    Updates:
    • Improved WebBrowser module with some ver interesting functionalities.
    • MiniWebBrowser source code example available in \thinBasic\SampleScripts\WebBrowser\ directory.
    • Improved tutorial application. ATTENTION: this setup will completely delete previous tutorial files.
    • Implemented all recent changes asked in forum
    • Finished documenting all so far developed new functionalities


    Regards
    Eros


    PS: for those willing to test thinBasic beta 1.7.8.0, send me a personal message asking about it.
    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

  8. #8
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    I've updated thinBasic beta 1.7.8.0 setup.
    _________________________________________________
    Updates:
    • Fixed important bug in function parameter passing. Thanks Dave
    • Added CANVAS functions requested by Petr


    Regards
    Eros

    PS: in case others would like to test thinBasic beta 1.7.8.0, in first post of this thread I've indicated url where to download it.
    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

  9. #9
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: thinBasic beta 1.7.8.0

    Thanks a lot,

    I like the new options for parameter passing


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  10. #10
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: thinBasic beta 1.7.8.0

    I've updated thinBasic beta 1.7.8.0 setup.
    _________________________________________________
    Updates:
    • Added all recent fix and requests
    • Tutorial script now has an .ini configuration file where to store application parameters like window position, size, status and more in future updates. It will automatically created the first time script is executed


    Regards
    Eros

    PS: in case you would like to test thinBasic beta 1.7.8.0, in first post of this thread I've indicated url where to download it.
    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

Page 1 of 4 123 ... LastLast

Similar Threads

  1. thinBasic Beta 1.8.6.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 31
    Last Post: 07-05-2011, 11:06
  2. thinBasic Beta 1.8.2.x
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 13
    Last Post: 21-06-2010, 10:10

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •