Search found 1371 matches
- Thu Mar 30, 2023 3:29 pm
- Forum: Former and Future Customers - Questions
- Topic: Splash Screen Taskbar Icon
- Replies: 1
- Views: 36
Re: Splash Screen Taskbar Icon
Is the icon file located in the same folder as the executable? From your code snippet, you are loading it from there.
- Tue Mar 28, 2023 10:58 am
- Forum: PowerShell GUIs
- Topic: click close command not working
- Replies: 6
- Views: 259
Re: click close command not working
[Topic moved by moderator to PowerShell GUIs forum]
- Mon Mar 27, 2023 7:33 am
- Forum: PowerShell Studio
- Topic: Compiled Service hangs with 'command was found in the module'
- Replies: 3
- Views: 882
Re: Compiled Service hangs with 'command was found in the module'
We are looking into this and will get back to you soon with any information/ideas we have.
- Mon Mar 27, 2023 7:27 am
- Forum: PowerShell Studio
- Topic: Is there a way to see the code when creating a GUI form?
- Replies: 5
- Views: 382
Re: Is there a way to see the code when creating a GUI form?
Can you upload your script so I can better assist you? https://www.sapien.com/support/upload Please make sure all forms objects you are currently referencing are present from the Design tab and all events are registered to the objects. You may find the following article helpful: https://www.sapien.c...
- Mon Mar 27, 2023 6:48 am
- Forum: Former and Future Customers - Questions
- Topic: Decompile a exe.
- Replies: 1
- Views: 240
Re: Decompile a exe.
For Code Recovery, please follow the steps detailed here:
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
- Sun Mar 26, 2023 12:57 pm
- Forum: PowerShell Studio
- Topic: Is there a way to see the code when creating a GUI form?
- Replies: 5
- Views: 382
Re: Is there a way to see the code when creating a GUI form?
Under the Script tab, you should see all form objects from PrimalSense when you type '$' with the autocomplete functionality.
- Fri Mar 24, 2023 7:09 am
- Forum: PowerShell Studio
- Topic: Is there a way to see the code when creating a GUI form?
- Replies: 5
- Views: 382
Re: Is there a way to see the code when creating a GUI form?
No, this was intentional. All form data is stored in the PSF as XML. Objects are serialized and de-serialized in XML. When you run or package a PSF, PowerShell Studio is generating the code from the XML alongside your code into a PS1. You can always export your PSF to a PS1 (Deploy->Export) and see ...
- Thu Mar 23, 2023 7:46 am
- Forum: PowerShell Studio
- Topic: Problem with the SAPIENCommandLine tool on PS Studio 2023
- Replies: 2
- Views: 1747
Re: Problem with the SAPIENCommandLine tool on PS Studio 2023
This issue has been resolved and the fix will be included in the next service release. There is no ETA for the release of the next service build yet.
- Thu Mar 23, 2023 7:44 am
- Forum: PowerShell Studio
- Topic: External dot referenced files not being included in packaged exe
- Replies: 2
- Views: 794
Re: External dot referenced files not being included in packaged exe
I have confirmed this behavior and have filed a bug report for the development team. I'll update you if I have new information.
- Thu Mar 23, 2023 7:08 am
- Forum: PowerShell Studio
- Topic: Can PS Studio be used to sell Powershell script requiring a license?
- Replies: 1
- Views: 414
Re: Can PS Studio be used to sell Powershell script requiring a license?
SAPIEN Script Packager is not a compiler. A compiler translates source code into machine code which is not easily reversible. C/C++ is a good example for that. C# is translated into ILASM and only compiled at the endpoint. Very easy to de-compile. The tool SAPIEN Script Packager, included in PowerSh...