Page 1 of 1

i want create form and show backpack

Posted: 08.03.2015 11:37
by verbin
i want create form show my backpack
i use this code

Code: Select all

Var
MainForm : TSTForm;
Image : TSTImage;
Quit : Integer;
but system tell me " Compiler: [Error] at (3:12): Unknown type 'TSTForm'
"

how do?

Re: i want create form and show backpack

Posted: 08.03.2015 12:25
by Vizit0r
only external script, no way for internal PS.

Re: i want create form and show backpack

Posted: 08.03.2015 13:44
by verbin
what is ps?
and i scropts run in 2days after,the scripts can't find a box of iron,only rerun scripts

Re: i want create form and show backpack

Posted: 08.03.2015 17:54
by Vizit0r
ps - its Pascal Script - Stealth built-in language

Re: i want create form and show backpack

Posted: 13.03.2015 17:48
by verbin
PS is "RemObjects Pascal Script"?
i install it,and use this code,system info is Unknown type 'TSTForm'
install ps,need config?how do?

Re: i want create form and show backpack

Posted: 15.03.2015 17:29
by Vizit0r
read again my first answer
Vizit0r wrote:only external script, no way for internal PS.
TSTxxxxx - this was failed try to attach GUI to PS. Now cuted.

So, for using GUI you must write in external scripts (C#, Delphi, python, maybe some another wrappers already written, i dont know)