Search found 32 matches

by UCPocoAPocoToo
Mon Jul 27, 2015 10:43 am
Forum: PrimalScript
Topic: Issue running compiled exe on 64 bit OS
Replies: 5
Views: 4156

Re: Issue running compiled exe on 64 bit OS

I created the exe on a windows 8.1 X64 bit OS. Running the non packaged ps1 file works without issues on both x32 and x64 Operating system. I need it to be any platform as it will be running on both X32 and x64 Operating systems. This is one of the selling points of the product on the website that m...
by UCPocoAPocoToo
Mon Jul 27, 2015 9:37 am
Forum: PrimalScript
Topic: Issue running compiled exe on 64 bit OS
Replies: 5
Views: 4156

Issue running compiled exe on 64 bit OS

Primalscript 2015 ver 4.2.89.0 Testing on 7 X32, 7 X64 and 8.1 X64 Operating system Compiled exe as Sapien Powershell v3 any platform. Hi There, Running the below code work's without issues as a ps1 file on 7 X32, X64 and 8.1 X64. After compiling, it will only work on 7 X32 but will not work on 7 X6...
by UCPocoAPocoToo
Sun Jul 26, 2015 8:52 pm
Forum: PowerShell
Topic: exe bug issue with $Shell.Popup on 64bit Operating System
Replies: 1
Views: 1822

exe bug issue with $Shell.Popup on 64bit Operating System

Primalscript 2015 ver 4.2.89.0 Testing on 7 X32, 7 X64 and 8.1 X64 Operating system Compiled exe as Sapien Powershell v3 any platform. Hi There, Running the below code work's without issues as a ps1 file on 7 X32, X64 and 8.1 X64. After compiling, it will only work on 7 X32 but will not work on 7 X6...
by UCPocoAPocoToo
Wed Apr 01, 2015 6:35 pm
Forum: PowerShell Studio
Topic: Circular progress bar (marquee)
Replies: 4
Views: 2723

Re: Circular progress bar (marquee)

Having it part of the wish list would be great. Thanks
by UCPocoAPocoToo
Tue Mar 31, 2015 4:20 pm
Forum: PowerShell Studio
Topic: Circular progress bar (marquee)
Replies: 4
Views: 2723

Re: Circular progress bar (marquee)

Please see attachment as I cant post url on this site.
by UCPocoAPocoToo
Tue Mar 31, 2015 3:35 pm
Forum: PowerShell Studio
Topic: Circular progress bar (marquee)
Replies: 4
Views: 2723

Circular progress bar (marquee)

Hello,

Is there a way to create a circular progress bar in PowerShell studio?. Looks like a cool feature to add while a form is doing some tasks.
by UCPocoAPocoToo
Sat Mar 28, 2015 12:32 pm
Forum: PowerShell Studio
Topic: GUI Form Load Slowly ( over 20 seconds)
Replies: 7
Views: 4539

Re: GUI Form Load Slowly ( over 20 seconds)

OK. Is there a way to launch a dummy form completely silent? The one I made with the above code has a quick flash before disappearing.
by UCPocoAPocoToo
Thu Mar 26, 2015 5:48 pm
Forum: PowerShell Studio
Topic: GUI Form Load Slowly ( over 20 seconds)
Replies: 7
Views: 4539

Re: GUI Form Load Slowly ( over 20 seconds)

The slow down happens after a reboot. I am using PowerShell 4.0.
by UCPocoAPocoToo
Thu Mar 26, 2015 3:48 pm
Forum: PowerShell Studio
Topic: GUI Form Load Slowly ( over 20 seconds)
Replies: 7
Views: 4539

Re: GUI Form Load Slowly ( over 20 seconds)

The preview option in PowerShell studio works in less than a few seconds. The form is not on the network, its locally. I am not using any module and can pretty much duplicate in a blank form. My workaround is using the below code to run hidden: $t = '[DllImport("user32.dll")] public static...
by UCPocoAPocoToo
Thu Mar 26, 2015 2:22 pm
Forum: PowerShell Studio
Topic: GUI Form Load Slowly ( over 20 seconds)
Replies: 7
Views: 4539

GUI Form Load Slowly ( over 20 seconds)

PowerShell Studio 64 bit 2015 4.2.82 and all updates as of today 3/26/2015. Hi, I created a GUI form for windows 7 X32 bit. This is on a clean install of windows 7 X32 bit. I am launching a validation form for the user and it take about 20 to 25 seconds to load. If I re-launch the form, it load quic...