Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

i want create form and show backpack

Ask for help
Post Reply
verbin
Neophyte
Neophyte
Posts: 18
Joined: 20.01.2015 23:46

i want create form and show backpack

Post 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?
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: i want create form and show backpack

Post by Vizit0r »

only external script, no way for internal PS.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
verbin
Neophyte
Neophyte
Posts: 18
Joined: 20.01.2015 23:46

Re: i want create form and show backpack

Post by verbin »

what is ps?
and i scropts run in 2days after,the scripts can't find a box of iron,only rerun scripts
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: i want create form and show backpack

Post by Vizit0r »

ps - its Pascal Script - Stealth built-in language
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
verbin
Neophyte
Neophyte
Posts: 18
Joined: 20.01.2015 23:46

Re: i want create form and show backpack

Post 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?
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: i want create form and show backpack

Post 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)
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Post Reply