maybe... i had to try... anyway, i am nosy too
FUNCTION Provide_FuncPtr ALIAS "Provide_FuncPtr" () AS LONG
even if no parameter you can try
call from tb Provide_funcPtr Function?getPtr(your...
Type: Posts; User: ReneMiner
maybe... i had to try... anyway, i am nosy too
FUNCTION Provide_FuncPtr ALIAS "Provide_FuncPtr" () AS LONG
even if no parameter you can try
call from tb Provide_funcPtr Function?getPtr(your...
lets say this is my udt, ...it can give you the name of the variable that was defined at the varptr.if the name is of use for you...
script :
'---Script created on 04-09-2021 23:44:27 by...
you can use any tpye of script for what you like,
Even possible to make your own filetypes and extensions but thinAir will complain. But thincore executes everything. Importan that it must have an...
no its function?getPtr. the code is not compiled so are no real function pointers, use codeptr and read the manual hpw thinbasic-users can get around this individuality
i meant the scripts i...
am not sure but if you want ti create a windowvlass of the medieval generation there was something to do as calling to initcommon controls checl the tninbasic sample files - i think tjhere washidden...
then you might have a use for this: (i fear the site is not much longer available) so i saved it on my pc....
click dah link
Converting C declarations to visual basic
just found its still...
yes the idea seems logically correct.
I had in mind to have an action for each dialog after it was resized it starts a timer on itself alike
...
When trying to create a user-defined control that will not mimic- but really act and react as the original cmd.exe - i did some research and stumbled across this article:
Using the DOS Command...
I just wonder if the statement in help is still up to date.
timers are not created alike
Control Add Timer
but by
Dialog Set Timer
Actually Any is not documented to do what it does. And Some only does what Any should do while there is no complain about All.
Neither|Nor are not available and None is missing.
Talking about...
since the keyword UCase already is defined in context Collate UCase for Array-functions
- do not confuse it with UCase$()-function -
i wonder if it would be reasonable to shorten it for...
i would suspect the script usually is started by some link thats properties say to run it as administrator. the original link that you created once was moved accidentally and someone made a new link...
this for Error 30
and this for the next time
https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-
rIs there no other way than to create a list of thinBasic-keywords and scan it for existance of a string-expression to make sure a name for a new variable or a new udt is not used yet?
i mean its...
this mostly about thinAir, file-extensions limiting behaviour when opening files that it could display (it's scintilla eh?! it could!)
disable f5/f8 and the buttons if no App_Entrypoint within the...
my question of today is about thinBasic_GetKeywordSpeficic
All i know is
'----------------------------------------------------------------------------
'thinBasic_GetKeywordSpeficic
...
ull = unsigned long long, i would use the quad-type since it provides the 64 bits.
Alternative you can use 2 dwords and calculate Number X = dw1 + dw2 * 4294967295
Its a matter of...
Really? i thought as long as not called it will not be arranged .
Anyway, the type-functions are actually UDT-Statics containing a function pointer only.
The idea is to use these statics for a...
very simple. To avoid the engine must load a few thousand const-values every time when i run a script - and then my own constants also - its eating up time and i guess of the more than 5000 that are...
okay that sounds better than that i was hoping for.
So actually it only a static aligned to top of window that has to be clicked (%WM_Command) and from then it manages it by itself to measure to...
Many - not all- controls provide a syntax as
Control Add xxx,[...],Style,ExStyle, Call EventHandler
Where Eventhandler is the callback functions name that will handle events of that...
No, that will not repair the broken Help-Files that get shipped with the xml-samples there.
Also it does not fix the issue with your posted example:...
i tried for some reason the thinbasic-msxml to test - downloaded including the help-files from thinbasic-github.
Errmm, yes. I have some data on my hd now. But what is supposed to be associated...
Happy Birthday!
:comp8:
For that: small suggest to enable user-configurability to bit more order:
How 'bout open XML-Style ?
<?xml version="1.0" encoding="whatever needed"?>
<!-- this is a non-configurable...