Search found 108 matches

by monoeagle
Mon May 02, 2016 7:42 am
Forum: PowerShell Studio
Topic: exe bypasses the execution policy?
Replies: 3
Views: 2234

Re: exe bypasses the execution policy?

hmm But isn't the exe just a wrapper for the ps script and will be started powershell.exe parameterized?
by monoeagle
Mon May 02, 2016 1:56 am
Forum: PowerShell Studio
Topic: exe bypasses the execution policy?
Replies: 3
Views: 2234

exe bypasses the execution policy?

Product, version and build: PSS 5.2.120
32 or 64 bit version of product: x64
Operating system: Win7
32 or 64 bit OS: x64
PowerShell Version: 4.0

Hi@All,

is it normal that if the executionpolicy is set to restricted, the compiled exe can be started?

regards
by monoeagle
Sun May 01, 2016 11:14 pm
Forum: PowerShell GUIs
Topic: rowfilter doesn't want anymore after saving DGV content to xml
Replies: 9
Views: 3747

Re: rowfilter doesn't want anymore after saving DGV content to xml

freeway("autobahn") in germany, but the distance was "just" 400km.
The problem was that some others crashed and the autobahn was blocked for several hours and there was no possiblity to get off. ;(
by monoeagle
Sun May 01, 2016 2:06 pm
Forum: PowerShell GUIs
Topic: rowfilter doesn't want anymore after saving DGV content to xml
Replies: 9
Views: 3747

Re: rowfilter doesn't want anymore after saving DGV content to xml

Thanks a lot for the input.

I'll read tomorrow all in detail, 9h on the freeway was more than enough. Time to rest.
by monoeagle
Sun May 01, 2016 3:35 am
Forum: PowerShell GUIs
Topic: rowfilter doesn't want anymore after saving DGV content to xml
Replies: 9
Views: 3747

rowfilter doesn't want anymore after saving DGV content to xml

Hi@All, with a little library GUI I have the following problem. I can add entries, I can remove entries, save and load is also available. Now I get the problem with filtering. If I open the gui and try to filter it works. If I press "speichern" (Save) and try to filter after that it doesn'...
by monoeagle
Thu Apr 28, 2016 5:57 am
Forum: PowerShell GUIs
Topic: Wait for userinput in foreach loop
Replies: 9
Views: 4152

Re: Wait for userinput in foreach loop

Hi jvierra,

thanks for the demo.

is a separate scriptblock for validation needed for every textfield or is it possible to build one validation scriptblock if more than one textfield exist:

for field a,b,e,f are int values correct and for field c,g,h strings with a format xxx-xxx-xxx?

regards
by monoeagle
Tue Apr 26, 2016 3:05 am
Forum: PowerShell GUIs
Topic: Hang the graphics window when running
Replies: 2
Views: 1886

Re: Hang the graphics window when running

Help please how to make so that when you run a long script graphic program did not hang? Compiled program crashes graphically, if you click the button the script is running longer than 3 seconds. After running the script, all is well. plz describe what the script is doing, without it is an adventur...
by monoeagle
Mon Apr 25, 2016 11:18 am
Forum: PowerShell GUIs
Topic: Where should be the define of DGV Properties?
Replies: 5
Views: 2531

Re: Where should be the define of DGV Properties?

jvierra wrote:The table column names much match the column "DataPropertyName" or the columns will just be added,
Thanks a lot it runs. =)
by monoeagle
Mon Apr 25, 2016 9:51 am
Forum: PowerShell GUIs
Topic: Where should be the define of DGV Properties?
Replies: 5
Views: 2531

Re: Where should be the define of DGV Properties?

yes that's how I normally would do this, but without a datatable until now. But If I define the datatable and set it as the source of the dgv new columns appears, as I created in the datatable. How are the steps? - define the columns in the properties - set all properties (visibility, width ......) ...