Search found 7 matches

by Bilgerk
Thu Dec 08, 2022 3:12 am
Forum: PowerShell GUIs
Topic: From Design / Form Size / Debug Info
Replies: 2
Views: 1152

From Design / Form Size / Debug Info

Hello experts. Currently I'm trying to create a new small application with a single form and I'm not sure what the best way is Use a single form and the user has an option to show an additional field where he can see the workflow as a log directly (by resizing and showing the additional RTF box) or ...
by Bilgerk
Thu May 05, 2022 3:13 am
Forum: PowerShell GUIs
Topic: progress bar running all the time
Replies: 1
Views: 667

progress bar running all the time

hi all :?: I'm currently looking for a way to have a progress bar running continuously (in a loop) while a robocopy is syncing data in the background. This is to show the user that something is happening in the background. The background task is fine so far, but how do I get the progress bar to star...
by Bilgerk
Mon Mar 11, 2019 2:13 pm
Forum: PowerShell ModuleManager
Topic: modul manager - missing Repository for nuget.
Replies: 7
Views: 18235

Re: modul manager - missing Repository for nuget.

ok
thx for your answer. I'm very thankful for your help
but what is the tool for when i need the Repository. I think with Nuget I have also access to PowerShell Modules and the Application is called Module Manager?
by Bilgerk
Fri Feb 22, 2019 5:34 am
Forum: PowerShell ModuleManager
Topic: modul manager - missing Repository for nuget.
Replies: 7
Views: 18235

Re: modul manager - missing Repository for nuget.

well i can start MM without problems but i see not the repository for Nuget
by Bilgerk
Sat Feb 16, 2019 2:16 am
Forum: PowerShell ModuleManager
Topic: modul manager - missing Repository for nuget.
Replies: 7
Views: 18235

Re: modul manager - missing Repository for nuget.

Hi
sure

a) Windows 10, 64bit (1809, 17763.316)
b) MM 2019 1.1.0 64Bit

rgd.
klaus
by Bilgerk
Mon Feb 04, 2019 11:32 am
Forum: PowerShell ModuleManager
Topic: modul manager - missing Repository for nuget.
Replies: 7
Views: 18235

modul manager - missing Repository for nuget.

hi i have the same problem with [/img]the modul manager But I have the nutget installed. Restart the application same problem, restart the machien same result. PS C:\Users\administrator> Get-PackageProvider Name Version DynamicOptions ---- ------- -------------- msi 3.0.0.0 AdditionalArguments msu 3...
by Bilgerk
Tue Jun 06, 2017 6:17 am
Forum: PowerShell GUIs
Topic: Exe and Parameter handling HELP Please
Replies: 2
Views: 1493

Exe and Parameter handling HELP Please

Hi all currently I' found a problem and not sure what the problem here is I use the primal studio to build a form anything work fine. Now ask the customer to use the exe with parameter. the PS1 script works fine if I use the debugger, the debugger ask me for the Parameter and anything goes well if i...