Search found 108 matches

by monoeagle
Mon Apr 25, 2016 7:09 am
Forum: PowerShell GUIs
Topic: Where should be the define of DGV Properties?
Replies: 5
Views: 2523

Where should be the define of DGV Properties?

Hi@All, the question is a general. If I create a project in PSS in the mainform.psf the order is as follow: <MainForm_Load> <region Control Helper Function> <other implemented stuff> Now I added a Datagridview, the columns are defined. In the MainForm_Load I create a datatable and set the table as s...
by monoeagle
Sat Apr 09, 2016 12:09 pm
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7265

Re: Deploy Manifest defect?

Hi Alexander, now I have found time for setup a new machine and test the issue. With the new machine(win7 pro EN x64), same client like the other clients, clean with PS4 and all Updates. The Problem doesn't occour. I don't know what the other clients problem is, but we can close the thread. If I can...
by monoeagle
Thu Mar 31, 2016 1:53 am
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7265

Re: Deploy Manifest defect?

At the moment this behaviour is on one machine. I'll reinstall the Testclient and check this again. A littlebit confusing is the thing, that nothing has changed on this Client. No network Connection, no Updates, just copy the visit file from the DEV to the Test Client throw a shared DIR and run the ...
by monoeagle
Thu Mar 31, 2016 1:00 am
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7265

Re: Deploy Manifest defect?

================= Begin Activation Context Generation. Input Parameter: Flags = 0 ProcessorArchitecture = AMD64 CultureFallBacks = en-US;en ManifestPath = C:\Users\UserSNB\Desktop\ViSiT_Final.exe AssemblyDirectory = C:\Users\UserSNB\Desktop\ Application Config File = ----------------- INFO: Parsing ...
by monoeagle
Wed Mar 30, 2016 3:02 pm
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7265

Re: Deploy Manifest defect?

uploaded the visit_final.exe as zip with default embedded manifest. This file crashed on my testmachine.
by monoeagle
Wed Mar 30, 2016 2:48 pm
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10227

Re: Progressbar problem still exist

Now the Jobs runs as expected. With the example of Dan and adding functinality step by step the goal is finished.

The commitment of variables in the job and the changes in the GUI works.

Thanks a lot dan and jvierra.

Now it's time for the night. =)
by monoeagle
Wed Mar 30, 2016 1:55 pm
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7265

Re: Deploy Manifest defect?

The HelloWorld don't crash with or without manifest, but on my DEV machine I don't get the error in the first line.
Bildschirmfoto 2016-03-30 um 22.50.50.png
Bildschirmfoto 2016-03-30 um 22.50.50.png (33.85 KiB) Viewed 3563 times
by monoeagle
Wed Mar 30, 2016 9:20 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10227

Re: Progressbar problem still exist

I'm doing so and breaking the code down. That a progress bar makes no sense if multiple jobs will use it is clear. The way dan use the bar is not a option? Everytime a job is finished the bar makes a step.

thanks for your patience, I'm learning(trying) every day and stumble a lot. =)
by monoeagle
Wed Mar 30, 2016 8:59 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10227

Re: Progressbar problem still exist

Hi Dan,

thanks for the demo. I'll modify it for test purpose(step by step) if I get the robocopy thing running with the correct behaviour.

greetz
mono
by monoeagle
Wed Mar 30, 2016 7:15 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10227

Re: Progressbar problem still exist

thanks for your help/hint, now it's time for a coffee and round 2. =)

hmmmm with the foreach I can handle all for a checked row but I lose the index of the row which I need so select the entry in the XML.