hpwPlayAction

Questions about NeoBook PlugIns

Moderator: Neosoft Support

User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwPlayAction 1.12 / hpwEncode 1.07 / MyCustomPlugin 1.05 / MyEmbeddedPlugin 1.03:

http://www.hpwsoft.de/anmeldung/html1/n ... book8.html

All commands wizards show the exact command in the wizards dialog caption.
All commands wizards show the command, plugin-name and the command-hint similar to neobook's native commands.
Removed some designtime-related code from NBR which results in a slightly smaller size.
Hans-Peter
User avatar
sakismorGR
Posts: 101
Joined: Sat Apr 29, 2006 10:21 pm
Location: Kavala-Greece
Contact:

Post by sakismorGR »

Hello Hans,

I would like to know if it possible to make some changes to the MyEmbeddedPlugin 1.03.
First I want to have the ini file with the all the informations embed in plugin because it is possible everyone to change the informations.
Second is it possible to have VBscripts that you can call it and embed in plugin?

Thanks again Hans for your great plugin.
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Sorry for replying late, somehow I missed this post.
First I want to have the ini file with the all the informations embed in plugin because it is possible everyone to change the informations.
I have to check this.
(But your user will loose the possibility to translate the INI to a different language for example, so are you sure?)
Since this plugin is on the list to update it for the neobook 5.6 maybe this can be done then.
Second is it possible to have VBscripts that you can call it and embed in plugin?
You can embed the function-call but you can not store/embed the function-definition in the plugin.
neobook will only find them in his function folder and embedds its from there during compiling.

Or does neosoft see another option?
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwPlayAction 1.13 / hpwEncode 1.08 / MyCustomPlugin 1.06 / MyEmbeddedPlugin 1.04:

http://www.hpwsoft.de/anmeldung/html1/n ... book8.html

Changed compiler to delphi 7
Wizards now compatibel look with neobook 5.6
MyEmbeddedPlugin can now also use a binded INI-file.

(When a INI is present it will be used, if not it will try to load from resource and then use a default)
Hans-Peter
User avatar
sakismorGR
Posts: 101
Joined: Sat Apr 29, 2006 10:21 pm
Location: Kavala-Greece
Contact:

Post by sakismorGR »

Good news!!! Thank you Hans.

Please I need more informations to make changes in Wizard Plugin....
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

You make the INI file as before.

Then take a look at MyNewEmbeddedPlugin.bat which gets one new line for binding the INI into the NBP-resource:

Code: Select all

C:\Reshack\ResHacker.exe -add MyNewEmbeddedPlugin.nbp, MyNewEmbeddedPlugin.nbp, MyNewEmbeddedPlugin.ini, PluginConfig,Ini,0
Finally you can deliver the INI or you do not.
If you do not, the user can not change the content.

Hope it is clear so far.
Hans-Peter
User avatar
sakismorGR
Posts: 101
Joined: Sat Apr 29, 2006 10:21 pm
Location: Kavala-Greece
Contact:

Post by sakismorGR »

I found the change and update the Plugin Wizard. Maybe you can delivery the Plugin Wizard from your site.
Grandpa1
Posts: 33
Joined: Fri Jan 09, 2009 11:09 am

Post by Grandpa1 »

hi
I have a question
How I can edit actions parameter dialog ??
I want to crat a botton like this
Image
thanks
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

How I can edit actions parameter dialog ??
You can not edit plugin dialogs, because they are compiled with a delphi compiler to an DLL(NBP).
I want to crat a botton like this
You can use a hardcopy software to get the bitmap of the button.
Then you use the bitmap for a neobook button.

PS. Your question is real off-topic to this thread.
(It is about hpwPlayAction)
Hans-Peter
Grandpa1
Posts: 33
Joined: Fri Jan 09, 2009 11:09 am

Post by Grandpa1 »

HPW wrote:
How I can edit actions parameter dialog ??
You can not edit plugin dialogs, because they are compiled with a delphi compiler to an DLL(NBP).
I want to crat a botton like this
You can use a hardcopy software to get the bitmap of the button.
Then you use the bitmap for a neobook button.

PS. Your question is real off-topic to this thread.
(It is about hpwPlayAction)
thanks
I want to know how I can creat its action in hpwPlayAction.for example by plugin wizard 1.2 ??
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

I want to know how I can creat its action in hpwPlayAction.for example by plugin wizard 1.2 ??
The plugin wizard is a frontend to the MyEmbeddedPlugin of the hpwPlayAction package.

http://www.neosoftware.com/forum/viewto ... 9&start=15

Study the sample data in the plugin wizard to find out how it works.
sakismorGR has spend a lot work and brain to make this complex process easier to handle.
But it remains the need about a good understanding about neoscript.
(Or use other languages which are supported by the SDK)
Hans-Peter
Grandpa1
Posts: 33
Joined: Fri Jan 09, 2009 11:09 am

Post by Grandpa1 »

thanks too much
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwPlayAction 1.14 / hpwEncode 1.09 / MyCustomPlugin 1.07 / MyEmbeddedPlugin 1.04:

http://www.hpwsoft.de/anmeldung/html1/n ... book8.html

Changed the used runtime-packer for a better vista and IE8-compatibility.
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwPlayAction 1.14 / hpwEncode 1.09 / MyCustomPlugin 1.07 / MyEmbeddedPlugin 1.05:

http://www.hpwsoft.de/anmeldung/html1/n ... book8.html

Bugfix for MyEmbeddedPlugin against showing the macro-source in the debugger
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwPlayAction 1.15 / hpwEncode 1.10 / MyCustomPlugin 1.08 / MyEmbeddedPlugin 1.06:

http://www.hpwsoft.de/anmeldung/html1/n ... book8.html

Recompiled without Win32.Induc delphi virus
Hans-Peter
Locked