Welcome, Guest
Username: Password: Remember me
Components and Libraries for Scripting Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

example TitanScriptForms 8 years 9 months ago #7610

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
CodeTyphon 5.4
debian 8 jessie 32 work
compile cross windows example work

send
example TitanScriptForms

File Attachment:

File Name: TitanScrip...ms-2.zip
File Size:206 KB

Please Log in or Create an account to join the conversation.

Last edit: by zeljko.

example TitanScriptForms 8 years 9 months ago #7613

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
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.

example TitanScriptForms 8 years 9 months ago #7619

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
Thanks sternas,
when you can expect UnitImporter tool
or test source UnitImporter tool

Please Log in or Create an account to join the conversation.

example TitanScriptForms 8 years 9 months ago #7621

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Here Sir
please test and help... :)
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

example TitanScriptForms 8 years 9 months ago #7634

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
my example

TitanScriptFormsmw
uses
- Sglite3DS
- sqlite3conn
-sqldb
(delete)

and

fFormBase
- sglite3conn
(delete)

Please Log in or Create an account to join the conversation.

example TitanScriptForms 8 years 9 months ago #7637

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
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;

Please Log in or Create an account to join the conversation.

example TitanScriptForms 8 years 9 months ago #7647

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
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

Please Log in or Create an account to join the conversation.

example TitanScriptForms 8 years 9 months ago #7651

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
may help
UnitImporter file system_linux.phm

File Attachment:

File Name: ImportProjects.zip
File Size:182 KB


Help controls , TStringList,

continue if this is okay

Please Log in or Create an account to join the conversation.

Last edit: by zeljko.
  • Page:
  • 1