Search found 19 matches

by Kenneth
Thu May 17, 2018 1:30 am
Forum: PowerShell Studio
Topic: Running in Studio works, but built exe file do not
Replies: 1
Views: 1671

Running in Studio works, but built exe file do not

Product, version and build: Powershell studio 2018, 7.4.113 32 or 64 bit version of product: 64 Operating system: Win 10, Build 1709 32 or 64 bit OS: 64 Hi, I have a project that I made a few years ago, and after making some minor modifications to it, i found that it won't run correctly in Powershel...
by Kenneth
Wed Nov 14, 2012 10:05 pm
Forum: PrimalScript
Topic: Out of Memory
Replies: 1
Views: 1565

Out of Memory

Hi, I get "Out of memory" in SOME of my scripts, even in very small scripts. Some times it simply freezes the application, without displaying an error. This is only an issue when debugging, never when running a script without debugging. I have attached a powershell script that gives me the...
by Kenneth
Thu Sep 06, 2012 7:16 pm
Forum: PrimalScript
Topic: primalscript virus?
Replies: 26
Views: 15245

primalscript virus?

I have the exact same issue when installing Powershell Atudio file version 3.0.8.0.

I use f-secure as antivirus provider. The installation went, but the daily scanning caught some files. See attachment

Attached files
by Kenneth
Tue Mar 27, 2012 6:35 pm
Forum: PrimalForms
Topic: help CHM file not included when packaging
Replies: 2
Views: 8017

help CHM file not included when packaging

Ok, good to know, although it's too bad it cant be done. Thanks for the help Best regardsKenneth
by Kenneth
Tue Mar 27, 2012 6:29 pm
Forum: PrimalForms
Topic: Open more than one subform from main window ?
Replies: 5
Views: 5963

Open more than one subform from main window ?

Thanks again David.Start-job seemed to work, but if I closed the main form before the subform, the program crashed. Best regardsKenneth
by Kenneth
Tue Mar 27, 2012 1:15 am
Forum: PrimalForms
Topic: help CHM file not included when packaging
Replies: 2
Views: 8017

help CHM file not included when packaging

Hi, I have made a CHM file for my project, but I cannot find a way to include it in the .exe file ? I have tried adding it to the project, but it still use the physical path that I entered in the help provider 'helpnamespace' How do I make this work properly ? Best regardsKenneth
by Kenneth
Mon Mar 26, 2012 7:26 pm
Forum: PrimalForms
Topic: Open more than one subform from main window ?
Replies: 5
Views: 5963

Open more than one subform from main window ?

Ok, I think I found a way. It doean't look as if I can call a form with start job, but if I export the form to PS1, and use the start job(after adding the PS1 file to the project), it seems to work. /Kenneth
by Kenneth
Mon Mar 26, 2012 6:16 pm
Forum: PrimalForms
Topic: Open more than one subform from main window ?
Replies: 5
Views: 5963

Open more than one subform from main window ?

Thanks David. I understand what you say about packaging each exe individually, but maybe a new runspace is the best for me.. I tried googling it - looks like 'start-job' is what I should use, but can that be used to call a form ?Kenneth2012-03-27 01:32:39
by Kenneth
Sun Mar 25, 2012 7:01 pm
Forum: PrimalForms
Topic: Open more than one subform from main window ?
Replies: 5
Views: 5963

Open more than one subform from main window ?

Hi, I am currently making a 'Toolbox' which will contain several seperate tools that our sales organisation uses. This works fine - I simply open a subform when a button in the main window is clicked (using the 'call' command), but how do I make it possible to open more than one tool from the main w...
by Kenneth
Thu Mar 08, 2012 8:12 pm
Forum: PrimalForms
Topic: 'Strange' behaviour of porgressbar
Replies: 2
Views: 3558

'Strange' behaviour of porgressbar

Hi, I got the progressbar to work with the 'marquee' style. I use it when starting an external exe, which has an unknown execution time. This works fine, but when I insert an empty do-while function to repeat as long as the process run, then the progressbar doesn't show up, until AFTER the do-while ...