Search found 29 matches

by Xenophane
Sun Aug 16, 2009 6:39 pm
Forum: PrimalForms
Topic: STA issue with DataGridView
Replies: 11
Views: 14890

STA issue with DataGridView

Just tried creating 4 packages one for each platform available in the packager, and I get the STA error in each of them.
by Xenophane
Sun Aug 16, 2009 6:33 pm
Forum: PrimalForms
Topic: STA issue with DataGridView
Replies: 11
Views: 14890

STA issue with DataGridView

No I have not.. I will test that right away.
by Xenophane
Sun Aug 16, 2009 5:41 pm
Forum: PrimalForms
Topic: STA issue with DataGridView
Replies: 11
Views: 14890

STA issue with DataGridView

I am using the DataGridView object in one of my scripts in PrimalForms 2009, but I am getting a Single Thread Apartment (STA) error when I try to copy data from the grid when the script is running. When I try to do ctrl-c I get a .Net runtime warning saying, that in order to do OLE calls the current...
by Xenophane
Sat Aug 15, 2009 4:15 am
Forum: PrimalForms
Topic: Alt or AltGr moves focus
Replies: 5
Views: 5362

Alt or AltGr moves focus

I am seeing a rather annoying thing in 1.0.1.0, have not seen it in any of the Betas.Firstly I am running Vista x64 (English OS, but with Danish Localization), .Net 3.5 Sp1, Powershell CTP3, but I assume it is something with PrimalForms.When ever I press ALT or AltGr to get a special character like ...
by Xenophane
Mon Jul 20, 2009 6:13 pm
Forum: PrimalScript
Topic: PrimalScript/Forms/Packager 2009
Replies: 3
Views: 1332

PrimalScript/Forms/Packager 2009

Alexander I do not think it is PrimalForms that has the issue, I think it is the script packager that does.. But the Packager support forum is closed, so I am posting here instead :)I have no problems running the scripts containing the forms from for instance PowerGUI, when I try to run them from Pr...
by Xenophane
Mon Jul 20, 2009 5:17 pm
Forum: PrimalScript
Topic: PrimalScript/Forms/Packager 2009
Replies: 3
Views: 1332

PrimalScript/Forms/Packager 2009

I have a question I have been running PrimalScript Enterprise 2007 for a while, and I am considering upgrading to 2009 (I am using Primal Forms 2009 Beta to test)Question 1The profile.ps1 file says I cannot load 64 bit extensions because the engine is 32 bit, is that going to change?Question 2If I p...
by Xenophane
Wed Oct 31, 2007 12:41 am
Forum: VBScript
Topic: Read Binary registry value
Replies: 2
Views: 2084

Read Binary registry value

Sometimes looking at a problem too long, just makes you blind...
by Xenophane
Tue Oct 30, 2007 11:26 pm
Forum: VBScript
Topic: Read Binary registry value
Replies: 2
Views: 2084

Read Binary registry value

I am trying to write a script that will read a binary reg value, I thought that would be quite simple, but I keep getting "subscript out of range" const HKEY_LOCAL_MACHINE = &H80000002 strKeyPath = "HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice11.0OutlookSetup"strValueName = &quo...
by Xenophane
Tue Oct 30, 2007 11:26 pm
Forum: VBScript
Topic: Read Binary registry value
Replies: 2
Views: 2084

Read Binary registry value

I am trying to write a script that will read a binary reg value, I thought that would be quite simple, but I keep getting "subscript out of range" const HKEY_LOCAL_MACHINE = &H80000002 strKeyPath = "HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice11.0OutlookSetup"strValueName = &quo...