- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Scripting Development
- example TitanScriptForms
×
Components and Libraries for Scripting Development, discussions, problems and suggestions
Question example TitanScriptForms
- zeljko
- Topic Author
- Offline
- Junior Member
-
Less
More
7 years 18 hours ago - 7 years 9 hours ago #7610
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
example TitanScriptForms was created by zeljko
CodeTyphon 5.4
debian 8 jessie 32 work
compile cross windows example work
send
example TitanScriptForms
debian 8 jessie 32 work
compile cross windows example work
send
example TitanScriptForms
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Attachments:
Last edit: 7 years 9 hours ago by zeljko.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 years 16 hours ago #7613
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic example TitanScriptForms
Thanks Sir
we add your sample to CodeOcean
we fix some problems of TitanScript UnitImporter tool
we add your sample to CodeOcean
we fix some problems of TitanScript UnitImporter tool
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- zeljko
- Topic Author
- Offline
- Junior Member
-
7 years 8 hours ago #7619
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic example TitanScriptForms
Thanks sternas,
when you can expect UnitImporter tool
or test source UnitImporter tool
when you can expect UnitImporter tool
or test source UnitImporter tool
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 years 7 hours ago #7621
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic example TitanScriptForms
Here Sir
please test and help...
please test and help...

PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- zeljko
- Topic Author
- Offline
- Junior Member
-
7 years 5 hours ago #7634
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic example TitanScriptForms
my example
TitanScriptFormsmw
uses
- Sglite3DS
- sqlite3conn
-sqldb
(delete)
and
fFormBase
- sglite3conn
(delete)
TitanScriptFormsmw
uses
- Sglite3DS
- sqlite3conn
-sqldb
(delete)
and
fFormBase
- sglite3conn
(delete)
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- zeljko
- Topic Author
- Offline
- Junior Member
-
7 years 3 hours ago #7637
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic example TitanScriptForms
Unit Importer 5.41
problems:
db.pas
operator Enumerator(ADataSet: TDataSet): TDataSetEnumerator;
not work
procedure _RegFuncsProcs0;
Begin
RegisterRoutineSX('operator Enumerator(ADataSet: TDataSet): TDataSetEnumerator;',@Enumerator);
End;
problems:
db.pas
operator Enumerator(ADataSet: TDataSet): TDataSetEnumerator;
not work
procedure _RegFuncsProcs0;
Begin
RegisterRoutineSX('operator Enumerator(ADataSet: TDataSet): TDataSetEnumerator;',@Enumerator);
End;
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- zeljko
- Topic Author
- Offline
- Junior Member
-
6 years 11 months ago #7647
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic example TitanScriptForms
import:
classesh.inc
TStringList not work
exampl:
HowTo_Classes.Psr not compile
with SL do
begin
Add('abc');
Add('pqr');
Add('xyx');
end;
Message: ERROR : Property "Add" not found At pos 1 : 6 : 127
classesh.inc
TStringList not work
exampl:
HowTo_Classes.Psr not compile
with SL do
begin
Add('abc');
Add('pqr');
Add('xyx');
end;
Message: ERROR : Property "Add" not found At pos 1 : 6 : 127
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- zeljko
- Topic Author
- Offline
- Junior Member
-
6 years 11 months ago - 6 years 11 months ago #7651
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic example TitanScriptForms
may help
UnitImporter file system_linux.phm
Help controls , TStringList,
continue if this is okay
UnitImporter file system_linux.phm
Help controls , TStringList,
continue if this is okay
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Attachments:
Last edit: 6 years 11 months ago by zeljko.
Please Log in or Create an account to join the conversation.