Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: thinBasic preview version 1.5.0.1

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

    Re: thinBasic preview version 1.5.0.1

    Thanks Eros,

    I am sorry, but I can't do tests on Win9x/ME anymore, as even my brother got XPs :'( / ;D

    Documentation is perfect, thanks a lot! Just minor problem - ListView> Notifications Events topic contains list of them, but also "Enter topic text here".


    Thanks a lot,
    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

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

    Re: thinBasic preview version 1.5.0.1

    Thanks Petr.
    I completely forgot to fix that topic :-[
    OK, next release!
    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. #33

    Re: thinBasic preview version 1.5.0.1

    Hi,

    I also unable to do further win98 tests as now pleased to say have new computer with Vista.

    catventure.

    PS. Will check out new preview when wireless adaptor for broadband received and I am connected again...
    http://tab.thinbasic.com - Home Of The ThinBasic Adventure Builder Project. (Interactive Fiction/Text Adventure Maker)

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

    Re: thinBasic preview version 1.5.0.1

    Not problem, thanks anyway.
    I have Win98 and WinMe emulated under VMWare machines, that's why I discovered that problem.

    Ciao
    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. #35
    thinBasic MVPs
    Join Date
    May 2007
    Location
    UK
    Posts
    1,427
    Rep Power
    159

    Re: thinBasic preview version 1.5.0.1

    you could add the "OS" module

    and add this

    [code=INI]
    IF OS_WinGetVersionTimeline < %OS_Windows_NT THEN
    lvStyle = %LVS_SINGLESEL | %WS_VISIBLE | %WS_CHILD | %LVS_SHOWSELALWAYS | %WS_BORDER
    ELSE
    lvStyle = %LVS_REPORT | %LVS_SINGLESEL | %WS_VISIBLE | %WS_CHILD | %LVS_SHOWSELALWAYS | %WS_BORDER
    ENDIF[/code]
    Home Desktop : Windows 7 - Intel Pentium (D) - 3.0 Ghz - 2GB - Geforce 6800GS
    Home Laptop : WinXP Pro SP3 - Intel Centrino Duo - 1.73 Ghz - 2 GB - Intel GMA 950
    Home Laptop : Windows 10 - Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz, 2401 Mhz, 2 Core(s), 4 Logical Processor(s) - 4 GB - Intel HD 4400
    Work Desktop : Windows 10 - Intel I7 - 4 Ghz - 8GB - Quadro Fx 370

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

    Re: thinBasic preview version 1.5.0.1

    That is clever Abraxas,

    I almost forgot about this functionality!


    Bye,
    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

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

    Re: thinBasic preview version 1.5.0.1

    thinBasic preview version 1.5.0.1 updated

    Update due to mainly because:
    • bug in parsing recursive functions. Problem was due to new way to return values from function. Thanks Petr
    • fixed the way string parameters are passed to external functions when declared as BYVAL/BYREF ASCIIZ
    • few other minor fixes in new ListView_* functions
    • PopUpMenu function added. Now create context menu will be a snap


    Ciao
    Eros

    _________________________________________________
    List of changes can be found in thinBasic help online at:
    http://www.thinbasic.com/public/prod...on_1_5_0_1.htm

    Download from:
    http://www.thinbasic.com/index.php?o...d=19&Itemid=66
    http://www.thinbasic.org/public/appl...ic_1.5.0.1.zip
    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. #38

    Re: thinBasic preview version 1.5.0.1

    Thanks man!

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Replies: 0
    Last Post: 31-08-2008, 22:07

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
  •