Search found 11 matches

by HWLDOME
Sun Jan 09, 2022 6:53 pm
Forum: Former and Future Customers - Questions
Topic: GUI components misplace on different PCs
Replies: 1
Views: 11558

GUI components misplace on different PCs

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: Operating system: ...
by HWLDOME
Sun Jan 09, 2022 6:34 pm
Forum: PowerShell GUIs
Topic: GUI components misplace on different PCs
Replies: 1
Views: 1834

GUI components misplace on different PCs

Hi, May I know how to solve the GUI component misplace issue? I create GUI code on PC 1 via Powershell studio, and then I import the project to powershell studio on PC 2, the GUI components misplaced. May I know how to solve this issue? pls check the attachment for the issue illustration. Thank you.
by HWLDOME
Mon Aug 02, 2021 6:08 pm
Forum: PowerShell GUIs
Topic: Urgent!! How to add-jobtracker in sequence
Replies: 7
Views: 4794

Re: Urgent!! How to add-jobtracker in sequence

The JobTracker code you loaded has the instructions you just have to read teh code comments to see how it worlks or look in the Sapien Info Center for the bloag articles that expalin how to use teh JobTracker. Thank you so much. I will take a read to learn. Will update you once the issue is solved....
by HWLDOME
Mon Aug 02, 2021 4:18 am
Forum: PowerShell GUIs
Topic: Urgent!! How to add-jobtracker in sequence
Replies: 7
Views: 4794

Re: Urgent!! How to add-jobtracker in sequence

jvierra wrote: Mon Aug 02, 2021 2:35 am When a JobTracker completes it calls the JobCompleted procedure.
Thank you so much for your patience. But I am not familiar how can I know whether the jobtracker calls this procedure? is there any variable that I can check? may I bother you to explain more? such as the code syntax. Thank you :D
by HWLDOME
Mon Aug 02, 2021 2:25 am
Forum: PowerShell GUIs
Topic: Urgent!! How to add-jobtracker in sequence
Replies: 7
Views: 4794

Re: Urgent!! How to add-jobtracker in sequence

jvierra wrote: Mon Aug 02, 2021 2:16 am If you simultaneously run two JobTrackers then they will run in parallel. YOu have to finish the "A" jobs before running the "B" jobs.
Thank you for your reply. But how can I know the A jobs have been done?
by HWLDOME
Mon Aug 02, 2021 2:11 am
Forum: PowerShell GUIs
Topic: Urgent!! How to add-jobtracker in sequence
Replies: 7
Views: 4794

Urgent!! How to add-jobtracker in sequence

Hi, I am using a same start-job button to run jobs (let's say jobs A1,A2,A3, B1, B2, B3). What I want is that A1,A2,A3 can be run in parallel, and B1, B2, B3 can be run in parallel. But only A jobs are completed then can start B jobs. So I define two $paramAddJobTracker: $paramAddJobTrackerA is for ...
by HWLDOME
Tue Jun 22, 2021 12:20 am
Forum: PowerShell GUIs
Topic: Urgent!! How to use invoke-expression functionName when I click Button-Start Job in
Replies: 1
Views: 3006

Urgent!! How to use invoke-expression functionName when I click Button-Start Job in

I add a button-Start Job to a form and wish to run a function A defined in Global.ps1 when I click this button. I directly write $result = Invoke-expression A in JobScript, but it seems does not work. Please refer to the sample code here. Thank you very much. $paramAddJobTracker = @{ Name = 'JobName...
by HWLDOME
Sun Jun 06, 2021 7:49 pm
Forum: PowerShell GUIs
Topic: Urgent!! How to make picture available when running exe on different PCs
Replies: 2
Views: 4098

Urgent!! How to make picture available when running exe on different PCs

Hi,

I write a GUI with picturebox showing a picture stored in my PC A. I built it into exe and run the exe on PC B, the picture disappears. Should I use relative image path? How to make it? Thank you very much in advance.
by HWLDOME
Sun Nov 01, 2020 8:02 pm
Forum: PowerShell Studio
Topic: URGENT!!!! Compile project to exe on command line
Replies: 3
Views: 1773

Re: URGENT!!!! Compile project to exe on command line

As far as I remember there was a problem back then detaching the code generation part from PowerShell Studio. (Disclaimer, I could be wrong) So I think it was never fully implemented because of that problem and there was not too much interest in it. Can I ask why this is urgent and of interest to y...