Search found 5 matches

by mysapien@upgreat.ch
Fri Feb 22, 2013 4:39 am
Forum: PowerShell Studio
Topic: Progressbar Implementation faulty in Studio- and EXE-Host
Replies: 4
Views: 3194

Progressbar Implementation faulty in Studio- and EXE-Host

Thank you, Hope this will get fixed soon
by mysapien@upgreat.ch
Fri Feb 22, 2013 4:19 am
Forum: PowerShell Studio
Topic: Progressbar Implementation faulty in Studio- and EXE-Host
Replies: 4
Views: 3194

Progressbar Implementation faulty in Studio- and EXE-Host

I tried all the possible packager-options, still no progressbar showing. As for the progressbar-control: Nice option, but it will cost me a lot of time coding that, where Write-Progress should just work as expected. The write-progress is coming from a remoting-session, so I have to use events to do ...
by mysapien@upgreat.ch
Fri Feb 22, 2013 3:01 am
Forum: PowerShell Studio
Topic: Progressbar Implementation faulty in Studio- and EXE-Host
Replies: 4
Views: 3194

Progressbar Implementation faulty in Studio- and EXE-Host

I recently had a project which I wanted to implement with PS2012 (Most Current Version). In the project I created a Forms-Project which should have been able to show multiple progressbars with the standard Write-Progess Command. To do that I used the ID and ParentID-Parameters of the Write-Progress ...
by mysapien@upgreat.ch
Tue Jun 19, 2012 5:32 am
Forum: PowerShell Studio
Topic: multiform passing data to called form
Replies: 3
Views: 9305

multiform passing data to called form

Many thanks.That was exactly what I was looking for.Are there any good sample projects, which show all this concepts of a multiform-project
by mysapien@upgreat.ch
Tue Jun 19, 2012 4:10 am
Forum: PowerShell Studio
Topic: multiform passing data to called form
Replies: 3
Views: 9305

multiform passing data to called form

I've created a multiform project in which records can be added to a listbox by calling a second form to enter the required data.I managed to get the data back from the called form.Now I would need to add editing capabilities to this by populating the controls (simple textboxes) of the called form wi...