Search found 7995 matches
- Wed Nov 15, 2006 2:33 am
- Forum: PrimalScript
- Topic: Code does not work correctly with PrimalScript
- Replies: 3
- Views: 4913
Code does not work correctly with PrimalScript
When you set "Capture output" the script is run by a hidden instance of WScript or CScript as configured. If you use UI elements in your script the Windows Script Host does not make the Window visible and it will just hang. So if you primarily use things like that you should change your ov...
- Wed Nov 15, 2006 2:21 am
- Forum: PrimalScript
- Topic: Live syntax checking
- Replies: 4
- Views: 5191
Live syntax checking
Nope. I'll check on it.
- Wed Nov 15, 2006 2:04 am
- Forum: PrimalScript
- Topic: Edit With PrimalScript
- Replies: 7
- Views: 6874
Edit With PrimalScript
Did you run the startup wizard? That should have allowed you to associate the files you use with PrimalScript.
Alex
Alex
- Wed Nov 15, 2006 1:51 am
- Forum: PrimalScript
- Topic: PowerShell runtime error
- Replies: 4
- Views: 5935
PowerShell runtime error
We will check on it. The version I have here (RC2) is 6.0.5429.0 Maybe you should install the latest PowerShell drop from the MS site. In the meantime, go to Tools - Options - Text Editor - PrimalSense and set "Connect to Windows PowerShell" to "Never". Press OK. Restart PrimalSc...
- Wed Nov 15, 2006 1:28 am
- Forum: Wish List and Feature Requests
- Topic: Autohotkey
- Replies: 2
- Views: 6394
Autohotkey
Do you have a link to a web site where we can find information about this?
Alex
Alex
- Wed Nov 15, 2006 1:24 am
- Forum: PrimalScript
- Topic: Code does not work correctly with PrimalScript
- Replies: 3
- Views: 4913
Code does not work correctly with PrimalScript
You probably have VBScript set to run with CScript and capture output. Click on the downbutton right next to the "Run Script" toolbar button on the Script toolbar and select "Run Script and do not capture output" or, alternatively, set you general VBScript settings accordingly. A...
- Wed Nov 15, 2006 1:17 am
- Forum: Former and Future Customers - Questions
- Topic: PScript Pro - Nexus vertical scrolls automatically
- Replies: 9
- Views: 13759
PScript Pro - Nexus vertical scrolls automatically
I will look into it.
Alex
Alex
- Wed Nov 15, 2006 1:16 am
- Forum: PrimalScript
- Topic: PowerShell runtime error
- Replies: 4
- Views: 5935
PowerShell runtime error
Is this powershell RC2 or Powershell RTM?
Alex
Alex
- Wed Nov 15, 2006 1:14 am
- Forum: PrimalScript
- Topic: TaskList problem
- Replies: 3
- Views: 5112
TaskList problem
I will check into it.
Alex
Alex
- Wed Nov 15, 2006 1:12 am
- Forum: PrimalScript
- Topic: Live syntax checking
- Replies: 4
- Views: 5191
Live syntax checking
There is a tooltip if the VBScript engine tells us what's wrong, just hover over the line with the underline.
As for undeclared variables, do you use option explicit in your scripts?
Alex
As for undeclared variables, do you use option explicit in your scripts?
Alex