Page 9 of 9 FirstFirst ... 789
Results 81 to 86 of 86

Thread: [preview] thinICE

  1. #81
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    small addition today:

    + rightclick into pathview on Explorer-Tab to fast access some special folders as thinBasic-installpath and user-documents\thinBasic-path,
    sadly I was not able to detect the location of os-user-downloads folder yet

    because i'm short on time currently
    - my girlfriend is demanding too much of it


    + 2 more functions to tUI that allow to get & set userdata to any tControl_Basetype-extension without having to declare additional variables

    #Minversion now 1.9.16.15


    Download here

    ...
    Last edited by ReneMiner; 31-01-2016 at 13:02.
    I think there are missing some Forum-sections as beta-testing and support

  2. #82
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    today i had time:

    now also fast-navigate to %User%\Downloads\-folder if available. (right-click into pathview on explorer-tab)

    changed:

    duplicating current codeline (CTRL+D) now moved to the popup that opens if you click onto a line-number

    Download here, as usual
    I think there are missing some Forum-sections as beta-testing and support

  3. #83
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    todays news:

    not any real changes that you'd see - except some syntax-fixes concerning exiting functions before statics are declared -

    see here for details.

    download here.
    I think there are missing some Forum-sections as beta-testing and support

  4. #84

    Unhappy sorry for reviving an old thread

    but I'd really like to try thinICE... can't figure it out but I'm having problems running thinICE in thinAIR

    I was wondering if someone wouldn't mind sending me a compiled version??

    Thanks

  5. #85
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    I found the reason why it will not work as is in the download... Some problem with the requester in the beginning. Somehow old TBGL is not capable of detecting available screen resolutions on new systems. So all you have to do:
    Save the .initial next to the script which contains TBMain. Use App_inifile to build the name or type the scripts name again when you save it.
    It requires
    keyboard layout, screen witdh and height only.
    You. Might as well use some %equates - just search for Os_shell (TBGL_Requester.exe and remove/ replace it or use the within the download included .ini-file from the Ui- samples
    I think there are missing some Forum-sections as beta-testing and support

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

    could you please elaborate more on "somehow old TBGL is not capable of detecting available screen resolutions on new systems."?

    I ran the example in the latest beta and it runs just fine on the latest patched Windows 10.

    Caffey - could you please give more details regarding your configuration (PC details + installed thinBASIC)? Could you please let me know what does the following code do on your PC?
    uses "tbgl", "console"
    
    
    printl tbgl_getFullscreenModes
    
    
    waitkey
    

    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

Page 9 of 9 FirstFirst ... 789

Similar Threads

  1. 3 DLL less in next preview
    By ErosOlmi in forum Suggestions/Ideas discussions
    Replies: 3
    Last Post: 23-08-2009, 20:08
  2. Preview of next thinDebug
    By ErosOlmi in forum thinDebug
    Replies: 8
    Last Post: 08-08-2008, 16:12
  3. Android preview
    By ErosOlmi in forum Technology
    Replies: 2
    Last Post: 30-05-2008, 23:37

Members who have read this thread: 4

Posting Permissions

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