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...
Type: Posts; User: ReneMiner
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...
Therefore i would suggest If your Bubbles are Stores to a String-Array to use Array Sort.
If you stored values in a different manner - f.e. stored at heap-memory or AS subelements of udt it's...
ideas? ok. i call it required rules to avoid complications.
I suggest also a voluntary possibility that users could prefix globally dimensioned UDTs and Variables.
Mandatory: it must be a...
...of my notebook i was very disappointed because it took the harddrive with it into the eternity of NULL- and Anti-Bytes. Severe data loss - plenty of things that were backed up on external Usb-Hdd...
I am Not Sure its years ago but i thought Eros Said, No Problem for static members to assign the value on Definition of a Type since statics are Same to all objects of the Type.
Somehow it does Not...
I think if thinBasic.dll were not(pre) COM- piled...
- many words giving IT a multiple meaning - If it were Not COM -fix- so previously COM-compiled thinBasic could easily outlever and replace...
try to configure it... then you will know. Before i ever touch scintilla again i would pay
I stumbled across some instructions how to implement scripting languages into ms visual studio and perhaps that could be more interesting than creating dlls and wrap functions to have them accessible...
A really very good Editor - even worth to pay 40€ for it - thats what they ask and thats a great offer-
HIPPO-EDIT
What is so good about it? if you had seen the many different lexers and...
am using it for quite a while already . First i thought maybe my windows is buggy but since weeks - morethan a month or so i have win10 pro installed . system completely renewed. Thinair crashes...
I experimented a bit into that direction and ran into a few hindrances. It does not mean i would suggest something else but just to inform about what i experienced.
It runs well when i do it...
Windows as well as controls Can be named.
I am not sure how it is meant to evolve in the future. I remember that the idea to name the controls and use Call_IfExists onto the predefined Function...