Results 1 to 2 of 2

Thread: No more support?

  1. #1
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    53
    Posts
    1,501
    Rep Power
    168

    No more support?

    I just wanted to add some bugs that should be fixed but am i blind? I can't find the support sections in the forum. Not general support nor thinAir support. Did any bot-attacks make them disappear?


    I had the following bugs
    '"Err_Idispatch.tbasic"
    
    uses "console" 
    
    
    function Anyfunc1() as string
    
    
    String a,b 
    Idispatch  c,d                           
    return "nice weather today in " & Function_name
    
    
    end function 
    
    
    function AnyFunc2() as string
    Idispatch c,d 
    String a,b 
    return "nice weather today in " & Function_name
    
    
    end function 
    
    
    function tbMain()
    printl "will check the weather..."
    printl anyfunc1()
    printl "then we check also..."
    printl anyfunc2()
    printl "key to end"
    waitkey
    end function
    
    obvious it is in the order of variable definition.

    And thinAir:
    Please fix the horizontal scrollbar. It's annoying. The calculation of the scroll-position itself appears to be correct but the container is larger than the code-window. Or instead of the containers witdh the smaller codewindows width is used and multiplied so instead to subtract 1.0 * container witdh
    just 1.0 + codewindow width is subtracted from total visible width to determine the codewindows X|Left-position

    double-clicking into the codewindow inserts a line of dashes - uncommented, starting at cursor-pos, breaks any line on that position and leads
    to code that can not be executed
    looking kind of abandoned

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    56
    Posts
    8,702
    Rep Power
    10
    Thanks for reporting.

    Tracking area has been closed due to unsupported module giving database errors I'm not able to resolve.

    Regarding runtime error: defining more than one IDispatch variable on the same definition has a parsing bug.
    IDispatch variables are special variables to be used only in conjunction with COM objects but in any way the bug is there so I will have a look.

    On thinAir horizontal scroll and double click, yes I'm aware.
    Hor scroll doesn't happen frequently but happen. Will check
    Double click dashes was a feature I added some versions ago, it shouls only do something when cursor is on the right of #REGION ... keyword but seems the check is missing. Will fix.
    www.thinbasic.com | www.thinbasic.com/community/ | psch.thinbasic.com
    Win10Pro 64bit - 8GB Ram - Intel i7 M620 2.67GHz - NVIDIA Quadro FX1800M 1GB

Similar Threads

  1. thinBasic support: how is going
    By ErosOlmi in forum Announcements
    Replies: 5
    Last Post: 15-02-2011, 09:52
  2. Remote support
    By Michael Clease in forum Software discussion
    Replies: 1
    Last Post: 24-11-2009, 09:15
  3. TBGL Support
    By Petr Schreiber in forum TBGL General
    Replies: 9
    Last Post: 21-06-2007, 05:49

Members who have read this thread: 12

Posting Permissions

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