- You are here:
- Home
- CodeXchange
- All
- PowerBuilder
- Icon Replace Tool
Icon Replace Tool
- * Appeon *
- Code Author
- Offline
Less
More
- Posts: 159
5 years 10 months ago #173
by * Appeon *
This message has an attachment file.
* Appeon * created the code: Icon Replace Tool
As PB 2018 introduced many new Windows 10 style icons, this tool can be used to batch replace the old icons with the new ones in an PB application by exporting the source code using ORCA API, replacing the matching strings and then importing back into the PBLs. Please refer to the Readme.docx inside the zip file for more details.
Development Requirements:
IDE: PB 2018 and PB IDE that matches the target PBLs.
Development Requirements:
IDE: PB 2018 and PB IDE that matches the target PBLs.
This message has an attachment file.
Please log in or register to see it.
Please Log in or Create an account to join the conversation.
- * Appeon *
- Code Author
- Offline
Less
More
- Posts: 159
5 years 5 months ago - 5 years 5 months ago #246
by * Appeon *
* Appeon * replied the code: Icon Replace Tool
There is an updated Icon Replace Tool, please refer to:
community.appeon.com/index.php/codeexcha...con-replace-tool#245
community.appeon.com/index.php/codeexcha...con-replace-tool#245
Last Edit: 5 years 5 months ago by * Appeon *.
Please Log in or Create an account to join the conversation.
- Jeff Martin
- Offline
Less
More
- Posts: 3
5 years 8 months ago #238
by Jeff Martin
Jeff Martin replied the code: Icon Replace Tool
For anybody who is wondering, in object n_pbutil_orca under "Local External Functions" you need to replace all instances of "pborc180.dll" with "pborc190.dll"
Please Log in or Create an account to join the conversation.
- Jeff Martin
- Offline
Less
More
- Posts: 3
5 years 8 months ago #237
by Jeff Martin
Jeff Martin replied the code: Icon Replace Tool
for anybody who is wondering, in object n_pbutil_orca under 'Local External Functions" you need to replace all instances of "pborc180.dll" with "pborc190.dll"
Please Log in or Create an account to join the conversation.
- Roland Smith
- Offline
Less
More
- Posts: 2
5 years 8 months ago - 5 years 8 months ago #236
by Roland Smith
This message has an attachment file.
Roland Smith replied the code: Icon Replace Tool
I back converted the app to PB 2017, changed 2018 to 2019, and added support for 10.5 which was missing.
This message has an attachment file.
Please log in or register to see it.
Last Edit: 5 years 8 months ago by Roland Smith.
Please Log in or Create an account to join the conversation.
- Roland Smith
- Offline
Less
More
- Posts: 2
5 years 8 months ago #235
by Roland Smith
Roland Smith replied the code: Icon Replace Tool
You should be able to easily fix it yourself. Just change any references to 2018/180 to 2019/190.
Please Log in or Create an account to join the conversation.
- Jeff Martin
- Offline
Less
More
- Posts: 3
5 years 8 months ago #234
by Jeff Martin
Jeff Martin replied the code: Icon Replace Tool
We need an updated version now that pb2018 is pb2019. This version does not work with pb2019.
Please Log in or Create an account to join the conversation.
Moderators: Appeon Administrator