Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: thinBasic Beta 1.9.4.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.9.4.0

    thinBasic Beta 1.9.4.0

    Download from: http://www.thinbasic.biz/projects/th...ic_1.9.4.0.zip


    This is a real Beta in the sense there is a lot of new features all (more or less) to be finished and fully documented.
    So, please use this version only for testing and not for real production scripts.


    Have a look and please report any impression/problem/likes always remembering it is a beta!!!!!


    This is an emergency update over thinBasic Beta 1.9.3.0
    Fixed some weird bugs

    Starting of a new module called WinMM. WinMM will contains functions handling Windows MulteMedia: http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
    See few example in \thinBasic\SampleScripts\WinMM\
    Documentation still to be developed




    Known bugs:
    among others (I hope not so many) I know there is a bug in this version when creating bundled exe. Some process can sometimes fail due to incorrect TOC inside Exe. I'm working on solving this problem asap.



    Ciao.
    Eros
    Last edited by ErosOlmi; 18-03-2013 at 14:50.
    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 MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,525
    Rep Power
    170
    Instantly downloaded and tried out, if my current project runs...

    There's a strange Bug which I can repeat to occur but I can not write something to make it occur on purpose.

    I have a in the meantime really large project that consists of 10 Units - and even if I'm up to release the sourcecode to all users for their personal use i won't load up my whole project here since it's undone. The Bug is in the following Sub:

    Sub GADGET_ClickMessage(ByVal Index As Long)
      sDebug = "Click Message " + Str$(Index)
    ' next line causes Error 18
      GAGDET_Collapse(Index)
    
    End Sub
    
    The Sub Gadget_Collapse(Byval Index as Long) exists, Name is written in the same manner - even checked for U+L-Case-
    my program crashes now if I click on my (self created) MsgBox and complains the Subs name as an unknown keyword.
    But the sub Gadget_Collapse() exists and works perfect when called from other parts of script. I also tried to replace the line with the following

    Call GAGDET_Collapse(Index)
    ' and also
    Call_IfExists GAGDET_Collapse(Index)
    
    So it makes me wonder especially for the last Version - it should not throw Error 18 (Unknown Keyword). So the curios is: the calling sub is inside the same Unit-File as the called one.
    I could send you my project for study if you wish since I can not continue on this part until I got the problem solved. In the meantime nothing will occur if someone clicks my Msgbox and User has explicitely to use the yes/no/Ok/cancel etc. Buttons or just to click into the screen to close the box now since it can not close itself
    Last edited by ReneMiner; 18-03-2013 at 11:40.
    I think there are missing some Forum-sections as beta-testing and support

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

    yes please send me the project ( support at thinbasic.com ) giving steps on how to reproduce it.
    Under which previous thinBasic version was your project working? 1.9.3, 1.9.2, ...

    I will have a look this evening when back to home from work.
    There is a looooooot of snow today here in Milan. Will be a long journey to go back to home this evening
    Last edited by ErosOlmi; 18-03-2013 at 13:22.
    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 MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,525
    Rep Power
    170
    very strange. I did not change anything in the code - but just re-started thinAir to create a package and add a description for you...
    Now no more Error 18 - all works fine as it's supposed to. I feel somehow stupid now
    I think there are missing some Forum-sections as beta-testing and support

  5. #5
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    The only stupid questions are the one NOT asked.

    So post/send me anything you are in trouble.
    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
    Hi Eros,

    ThinBasic_Oxygen has advanced quite a bit since the version included in the thinBasic package, and I was wondering whether it would be a good idea to split the modular shell from the OxygenBasic core. So you would distribute a small thinBasic_Oxygen.dll plus a generic OxygenBasic.dll. I think this would offer better logistics, especially for those who use both systems, separately or together.

    What do you think?

    Charles

  7. #7
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    I think that I will do what you think is better
    So, just let me know, update SVN, tell me what top get for distribution and I will do.

    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

  8. #8
    Okay thanks Eros, its on my list. Might use PB or Oxygen instead of Freebasic to build the module this time.

  9. #9
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Quote Originally Posted by Charles Pegge View Post
    Okay thanks Eros, its on my list. Might use PB or Oxygen instead of Freebasic to build the module this time.
    That would be great. Thank you.
    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

  10. #10
    I think that I will do what you think is better.
    This sounds like something you would hear in a beauty shop where the stylist is suggesting a makeover.
    ScriptBasic Project Manager
    Project Site
    support@scriptbasic.org

Page 1 of 2 12 LastLast

Similar Threads

  1. thinBasic Beta 1.9.1.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 2
    Last Post: 26-10-2012, 18:31
  2. thinBasic Beta 1.8.4.x
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 8
    Last Post: 29-06-2010, 15:50
  3. thinBasic beta 1.7.10.2
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 3
    Last Post: 17-02-2010, 14:55
  4. thinBasic beta 1.7.10.1
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 11
    Last Post: 08-02-2010, 07:09
  5. thinBasic beta 1.7.8.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 34
    Last Post: 28-06-2009, 16:16

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
  •