- You are here:
- Home
- CodeXchange
- All
- PowerBuilder
- PB Editor Control v1.0
PB Editor Control v1.0
- * Appeon *
- Code Author
- Offline
Less
More
- Posts: 159
5 years 10 months ago #199
by * Appeon *
This message has an attachment file.
* Appeon * created the code: PB Editor Control v1.0
The PB Editor Control is used to display PowerScript code in a PowerBuilder application.
Syntax highlighting is achieved by using the open source editor control Scintilla. In order to make the editor control work properly you must download the file SciLexer.dll from scintilla.sourceforge.net/SciTEDownload.html and copy it to your Windows System32 folder.
Note: When adding the UserObject u_pbeditor to your window or UserObject, instead of setting the border property to false, using the SetBorderStyle function in u_pbeditor.
Development Requirements:
IDE: Unknown (Can be upgraded to PB 12.6 or above)
Author:
Brad Wery
Syntax highlighting is achieved by using the open source editor control Scintilla. In order to make the editor control work properly you must download the file SciLexer.dll from scintilla.sourceforge.net/SciTEDownload.html and copy it to your Windows System32 folder.
Note: When adding the UserObject u_pbeditor to your window or UserObject, instead of setting the border property to false, using the SetBorderStyle function in u_pbeditor.
Development Requirements:
IDE: Unknown (Can be upgraded to PB 12.6 or above)
Author:
Brad Wery
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.
Moderators: Appeon Administrator