ReneMiner
24-08-2023, 14:44
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
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