hpwPdScript plugin (PascalDelphi) - Forum

Forum Navigation
You need to log in to create posts and topics.

hpwPdScript plugin (PascalDelphi)

hpwPdsGetScriptForm

hpwPdsGetScriptResult

hpwPdsGetScriptResultEx

I have a simple PdScript of one button that creates the variable "greeting1" and sets its string value to "hello world."

How do I get the value of greeting1 into VisualNEO and display it in an alert-box? I tried all of the above actions but no luck yet.

Can anyone help? Thanks...

 

 

Hello,

Did you have a look at page 2 or 3 of the demo?

That Sample Show the use of nbsetvar, nbgetvar and nbplayaction from pdscript.

Regards

 

ScriptForm seems to work but the other two give me an error message. Is that part of the demo? How does the LISP code tie into the demo?...

 


what dll are we supposed to have here?

function pdhpwGetVar(GetVari,GetValue : PChar): BOOLEAN; external       hpwGetVar@C:\Program Files (x86)\NeoBook 5\PlugIns\hpwPdScript\hpwPdScript.nbp stdcall

[Error] (5:1)  : Invalid External

OK.... I removed the plugin and re-installed again. I found that if I installed in the Programs x86 folder the demo does not work because of read-only restrictions. When I installed it in a normal folder it worked nicely...   thanks

Hello,

The Lisp demo is only for interested users. You can even use Pdscript itself with embedded newlisp.

The Pdscript Comes with Demos for it.

For neobook you do not Need it. Only the pdscript dll is needed.

Nice that it worked for you now. We have to live with MS restrictions.

Regards

This Pascal-Delphi PdScript plugin is a good way to include UTF-8 foreign language characters like Greek Unicode into VisualNeo Windows apps....

unicode

Another way is to use HTML unicode in the WebBrowser object.

 

 

Hello,

I agree that pdScript is a great tool. But it faces the same Problem as neobook/VisualNeo. Great Tools but not so popular and mainstream. Secret weapons for developer who give small businesses a chance.

PdScript offer true dynamic GUI Scripting from text-streams.

As alwyas, uwe the right tool to get the job done!

Regards

Hans-Peter