hpwControl Plugin - Early Preview for Feedback

Questions about NeoBook PlugIns

Moderator: Neosoft Support

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

Post by HPW »

Just released hpwControl 1.30:

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

Bugfix for TaskBarClickAndRestoreOnTop for About-dialog and command wizards
Hans-Peter
Silas Underdog

Link

Post by Silas Underdog »

Hey Hans. Just thought I would let you know your server is looking for 129.zip so, it can't find it.

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

Post by HPW »

Oops, forgot to edit the download-config file.
As soon as I have FTP-access again I will correct it.
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Should work now!
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwControl 1.32:

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

hpwFormat - Formats a string using the delphi format function.

(delphi's format is quite powerfull, see FormatStrings.txt for details)
(Maybe a english delphi-owner can provide a english version)
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwControl 1.33:

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

The wizards of the regular expression commands now have a COM-interface button to RegexBuddy.
Parameter handling of the regular expression commands improved for regex with [ ] "

Note:
RegexBuddy has to be installed and registerd on the developer PC.
Press the wizard-button and edit the regex-string in RegexBuddy and return with the send-button.
(A great tool and a good value for the money)
More info: www.regexbuddy.com
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwControl 1.34:

http://www.hpwsoft.de/anmeldung/html1/n ... ook10.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
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwControl 1.35:

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

hpwIsColor - Now supports flash-colorformat (0xFFFFFF) as input.
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Should work now.
I missed one upload.
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwControl 1.36:

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

Changed compiler to delphi 7
Wizards now compatibel look with neobook 5.6
Hans-Peter
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Post by HPW »

Just released hpwControl 1.37:

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

hpwIsColor supports also a new colorformat as input like 'RGBINT16711680' (clRed)
Hans-Peter
FM
Posts: 90
Joined: Tue Nov 21, 2006 12:50 am

hpwIsNumeric

Post by FM »

Hans:

"hpwIsNumeric" doesn't recognize negative numbers, like "-200"

What can I do?

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

Post by HPW »

Hello,

-200 is not numeric.
hpwIsNumeric check if a string contains only numeric chars.

You can use hpwIsFloat and/or hpwIsInteger instead.
Hans-Peter
Locked