Search found 108 matches

by monoeagle
Wed Mar 30, 2016 7:01 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10259

Re: Progressbar problem still exist

hmm maybe I think to complicated.

I have a datagridview and for every checked row a job will be generated if the download button was pressed.
If a job is finished an XML will be edited the 2 cells in the datagridview. This 2 actions have to be in the -CompletedScript Part??
by monoeagle
Wed Mar 30, 2016 6:19 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10259

Re: Progressbar problem still exist

no foreach if I use a global variable and set this to zero. The Variable will be empty. :?: *click* the variable was 0, but if loop(for ($i = 0; $i -lt $datagridview_main.RowCount; $i++)) was running $i will be empty and then the global variable too. Bildschirmfoto 2016-03-30 um 15.10.25.png Bildsch...
by monoeagle
Wed Mar 30, 2016 5:56 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10259

Re: Progressbar problem still exist

for ($i = 0; $i -lt $datagridview_main.RowCount; $i++) { if ($datagridview_main.Rows[$i].Cells[6].Value -eq $true) { # $source and $destination variables are filled correctly Add-JobTracker -Name "JobCopy$i" -ArgumentList $source, $destination, $i ` -JobScript { Param ($source,$destinatio...
by monoeagle
Wed Mar 30, 2016 5:04 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10259

Re: Progressbar problem still exist

Hi Dan,

thanks for snippet.

greetz
by monoeagle
Wed Mar 30, 2016 4:02 am
Forum: PowerShell GUIs
Topic: Progressbar problem still exist
Replies: 25
Views: 10259

Re: Progressbar problem still exist

I tried to use hashtables to count for every job the files(current and total) and write it in the log. It doesn't work at the moment. But at the end I think it will be better to check if the jobs are running? In the Statusbar the User get the Info "Jobs not finished 3/5". You wrote that th...
by monoeagle
Tue Mar 29, 2016 6:03 pm
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7286

Re: Deploy Manifest defect?

uploaded =)
by monoeagle
Tue Mar 29, 2016 12:21 pm
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7286

Re: Deploy Manifest defect?

This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: support@sapien.com: SMTP error from remote server for TEXT command, host: mx1.emailsrvr.com ...
by monoeagle
Tue Mar 29, 2016 10:48 am
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7286

Re: Deploy Manifest defect?

The wanted files are zipped on the way.
by monoeagle
Tue Mar 29, 2016 10:33 am
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7286

Re: Deploy Manifest defect?

Hi Alexander,
Bildschirmfoto 2016-03-29 um 19.31.46.png
Bildschirmfoto 2016-03-29 um 19.31.46.png (26.09 KiB) Viewed 3704 times
the entries didn't changed in the last weeks.

regards
mono
by monoeagle
Tue Mar 29, 2016 8:12 am
Forum: PowerShell Studio
Topic: Deploy Manifest defect?
Replies: 16
Views: 7286

Deploy Manifest defect?

Product, version and build: PSS 2016 5.2.117 32 or 64 bit version of product: x64 Operating system: Win7 32 or 64 bit OS: x64 Hi, from one moment to another I get this error. Bildschirmfoto 2016-03-29 um 17.04.31.png Bildschirmfoto 2016-03-29 um 17.04.17.png Bildschirmfoto 2016-03-29 um 17.04.00.png...