Search found 9 matches

by tab-svm
Sun May 31, 2020 7:56 am
Forum: PowerShell GUIs
Topic: How to create dynamically a click event
Replies: 5
Views: 5283

Re: How to create dynamically a click event

jvierra wrote: Fri May 29, 2020 7:47 am To add a click event just use the method of the control.

$control.add_Click($clickEvent)
You serious? I posted the clickevent. and offcourse used the add_Click method. How else?
But the thing is that the code in the clickevent, which is also dynamic doesnt do the thing.
by tab-svm
Fri May 29, 2020 1:45 am
Forum: PowerShell GUIs
Topic: How to create dynamically a click event
Replies: 5
Views: 5283

How to create dynamically a click event

Hi, Need some help with creating click events while loading the form. I tried multiple things but without good results I created a Powershell Gui application which runs a function on the form_load. The Function reads an xml file which includes VM name,ip,role,type,status etc.. For each VM in the XML...
by tab-svm
Tue Nov 26, 2019 3:44 am
Forum: PowerShell Studio
Topic: Script packager left menu no option to show after hide the menu!
Replies: 3
Views: 2661

Re: Script packager left menu no option to show after hide the menu!

At the moment, the only way to fix the issue is to delete the SAPIEN Script Packager settings from the registry. Please delete the following from the registry for your task pane to reappear: HKEY_CURRENT_USER\Software\SAPIEN Technologies, Inc.\SAPIEN Script Packager\Settings We apologize for the in...
by tab-svm
Mon Nov 25, 2019 1:07 am
Forum: PowerShell Studio
Topic: Script packager left menu no option to show after hide the menu!
Replies: 3
Views: 2661

Script packager left menu no option to show after hide the menu!

Product, version and build: PowerShell Studio 5.6.170.0
32 or 64 bit version of product: 64
Operating system: Windows 10 x64
32 or 64 bit OS:


See screenshot! After hiding the left menu on the script packager there is no option to show it again.
Please fix!
by tab-svm
Mon Jun 15, 2015 5:39 am
Forum: PowerShell GUIs
Topic: Multiple child form in main form
Replies: 10
Views: 4914

Re: Multiple child form in main form

Hi,

what i mean , is it possible to call upon a template
from the script?
by tab-svm
Mon Jun 15, 2015 4:17 am
Forum: PowerShell GUIs
Topic: Multiple child form in main form
Replies: 10
Views: 4914

Re: Multiple child form in main form

Hi,

i have managed to create a new control set with all the information i need. what i can not find out is how to call a control set via script. in the Design i can drag&drop my control set, but is it possible to call my control set in the script ?

Thanks..
by tab-svm
Fri Jun 12, 2015 12:20 am
Forum: PowerShell GUIs
Topic: Multiple child form in main form
Replies: 10
Views: 4914

Re: Multiple child form in main form

Hi, thank you for your input, let me refrase my question: in mainform i want to load a set of information, this set contains default data from one computer. incase i have more than one computer( like 4 ) i want the mainfrom to load 4 sets , one for each computer. what is the best way to approche thi...
by tab-svm
Thu Jun 11, 2015 11:31 pm
Forum: PowerShell GUIs
Topic: Multiple child form in main form
Replies: 10
Views: 4914

Re: Multiple child form in main form

HI,

my idea is to load 1 mainform and inside the mailform load multiple childforms. the childform will display specific information of 1 computer. so if i have 3 computers the mainform must consist of 3 childforms, one per computer.

or is this not possible ?
by tab-svm
Thu Jun 11, 2015 8:16 am
Forum: PowerShell GUIs
Topic: Multiple child form in main form
Replies: 10
Views: 4914

Multiple child form in main form

Hi,

i am new at powershell studio, so excuus me if it is a dumb question.

so, is it possible to load the same childform x times in the mainform ? or do i have to create multiple childforms first ?

i am using powershell studio 2012 x64