There are many App_List<something> functions available but somehow i can not find the way to list certain detail
Like finding subelements (finding udt-functions is pretty easy since part of...
Type: Posts; User: ReneMiner
There are many App_List<something> functions available but somehow i can not find the way to list certain detail
Like finding subelements (finding udt-functions is pretty easy since part of...
The Repeat- Until-loops are somewhat like stepchildren:
There is no Exit-Condition,
no Skip Forward(Iterate)
as for the other loops Do/For/While
Repeat When <condition>
As currently for UI-objects (dialogs & controls) we have no way of indexing them, especially for callbacks.
For the other functions and subs i use a suffix on the name since arrays will not invoke...
Actually i only need to call a thinbasic-scriptfunction to access heap that was allocated by thinbasic and there is no way fo a module to get the intenal handle that is required together with the...
Scary words. You should operate your brains more in "i don't care"-mode and not believe in such limitations as you will be caged by them. Just don't follow the rules that lead into a future of "not...
Sometimes i wish to use a thinbasic-core-function directly from a module,
can it be declared as is to a module in pb?
for example to substitute a function as
String s = App_GetEntrypoint()...
More than 700 of the 3000 pages in help look as this
Approximately 300 - more or less - pages show something as
Not to mention that these links are not leading to the desired information....
140 + lines for a command that should be only a few chars?
Are you kidding? And what of that is in the thinbasic-manual?
And why doesn't it do anything but show chinese messages?
Guess i am out...
Currently i have the following problem concerning thinbundle:
As it says
there is a way to run thinbundle from a thinbasic-script
- i am missing the most important thing to do so:
What is...
thinking of the future i would suggest some Alias and some dropOuts regarding keywords.
We have the procedures "SUB" and "FUNCTION" theirs behaviour is just starting to differ - at least thinAir...
guess it has to do withthe new scintilla control but not sure, because it happened after i played with a powerbasic-sample (scintilla-control-splitter). One or two days later i discovered thinair...
Does anyone know how to use thinBasic_class_AddProperty() ?
'thinBasic_Class_AddProperty
'----------------------------------------------------------------------------
' Add a property...
i thought this would loose an avalanche... but if no one reads it - nobody will ever know.
guess i must create a module to make use oif this and everyone will be surprised - except the reader of...
Impossible? Who said that?
'---Script created on 04-03-2022 08:21:35 by ReneMiner
uses "console"
' - - - real string
string a = "Hello"
how about a button
"New Experiment" a bit equal to "new Script" but the experiment has a name and a save-location predefined:
Name "Experiment_" & Now(11) & ".tBasic"
Location...
i have plenty of docs for fb, thanks. My questions were more about tb and how to use tb-sdk-functions with fb
i looked once again into fb - after a while - many years ago i tried to use it as programming language - but it was no fun.
Now, after a lot of experimenting using powerbasic with all the headers...
Does anyone know a customizeable GUI-Builder (Visual Designer, IDE-Edittor) that would allow to read & write data simply from inifiles?
Or can create custom functions as when i create a button and...
right now it seems ok of functionality - but i would appreciate if RAWTEXT were raw text visually too and not highlighted. just as default text.
It still highlights keywords within the...
while creating autocomplete for a lexer i ran into undocumeented directive #RTE_DoNotShowWindow.
What will it do?
I guess it will supress an error-message to appear?
-or-
Instantly interrupt...
thinair still unaware of rawtext.
Usage of multiline strings - the "quoted appearance of rawtext" also is limited through thinair.
Means, thinAir will not launch a script because of errors that...
yes strange. tzhe icons are in the dll also - not insde the folder only. any other tb-samples (treevieb|Tab ) that show icons from imagelist are not a problem. and it was running before from ide that...
Since a few days i discovered that it does no more show the icons when i load them from a dll to display them on buttons. I am not sure if its caused by thinBasic- changed Mainfest? or Are the...
This is readme of conEmu
What shall i say- i mentioned it here, so it's woth a look for the interested because its not as others are.
it has multiple tabs - so you can open one "command...
I forgot something concerning the current udts.
It were a big step already if udt-functions had virtual layovers or invisible byref into functions passed variable-names to allow access without the...