Page 1 of 1

Primal Sense doesn't always work with my forms

Posted: Wed Mar 14, 2012 7:49 am
by lbrown
I have an application that has the form and a separate Global.PS1 file. Most of the time the functions that are created in the Globals.PS1 show up as a function and have intelesense working correctly. The other thing that happens is the Function just show up as black text, they work and I can send data back and forth, but they don't show as an actual function in the main form andor the globals.ps1. I have looked to see if I am doing something different on the ones that do work correctly, but I am not noticing any differences.. Any help would be appreciated as it just flat out bugs me.. thanksLarry

Primal Sense doesn't always work with my forms

Posted: Wed Mar 14, 2012 8:11 am
by Alexander Riedel
Can you email a file or project where that happens to support@sapien.com (zipped please) ?

Primal Sense doesn't always work with my forms

Posted: Wed Mar 14, 2012 8:28 am
by lbrown
Done.

Primal Sense doesn't always work with my forms

Posted: Thu Mar 15, 2012 7:33 am
by davidc
Found the parsing error and it will resolved in the next service release. In the mean time go to line 4558 and add a space after the 0 in the where-object script block: where-object
{$_.Type -eq
0 } David

Primal Sense doesn't always work with my forms

Posted: Thu Mar 15, 2012 8:18 am
by lbrown
That fixed it.. I saved the file, the reloaded and Walahh.. works again.. Much thanks. Did you find anything on the other compile errors ie "Property 'WrapMode' " etc??

Primal Sense doesn't always work with my forms

Posted: Thu Mar 15, 2012 8:59 am
by davidc
We are still looking into that issue.David

Primal Sense doesn't always work with my forms

Posted: Thu Mar 15, 2012 9:23 am
by davidc
Update: The build issue will be resolved in the next service release. For now you can ignore the DataGridViewCellStyle error, which only affects the appearance of the DataGridView. David

Primal Sense doesn't always work with my forms

Posted: Tue Mar 27, 2012 7:58 am
by lbrown
Awesome.. Looks to be fixed with 2.0.22. Thanks again..