Hello,
Our application was experiencing the issue described in this Appeon knowledgebase article where a RichTextEdit control's WordWrap property is checked but the text was still not wrapping. I was able to successfully adjust the pb.ini file on my machine and resolve the problem locally while running through PowerBuilder, however our application deploys on a dedicated build machine using Autocompiler's OrcaScript (orcascr170.exe) which does not have an installation of PowerBuilder.
Issue: The Autocompiler install does not appear to have a pb.ini configuration file to set "[RichText] PageSizeAsControlSize=1" on our build machine. Is there a command perhaps similar to "set exeinfo property productversion "4"" that can be applied to orcascript so that we can enable WordWrap in our deployed application? Or is there another Autocompiler configuration file that can be modified to set properties such as this?
Using PowerBuilder/Autocompiler OrcaScript 2017 R3 build 1915
The reason we build using OrcaScript is because the 2017 PowerBuilder Compiler (PBC) does not provide an option to set the exe icon, which we resolved by building with OrcaScript. Although I'm not sure the pbc would look for a pb.ini file either since it is also a part of the AutoCompiler installation.
My hope is that there is an option available to set this PageSizeAsControlSize property with our given build environment with OrcaScript.
Thank you!
when I'm building (pb2021 aplication) with orca script + pbc210 I have icon in resulting exe.
When I try to compile with PBAutoBuild210.exe where I use this section :
"SourceControl": {
"PreCommand": "",
"Merging": [
{"Target": ".\\konzultace.pbt","LocalProjectPath": ".\\","RefreshPbl": true}
],
"PostCommand": ""
},
which recreates all pbls from ws_objects
Then the application does not have icon.
In exported sra there is icon in appicon variable.
Do you have any solution for this?
Thank you
Ales
Please open a Support Ticket for this problem. I was able to reproduce this issue on my end.
Regards,
Ken