Search found 22 matches

by Jay Adams
Sun Sep 02, 2018 4:42 am
Forum: PrimalScript
Topic: Packaged VBScript crashes on load
Replies: 5
Views: 3336

Re: Packaged VBScript crashes on load

On the test Windows 7 machine where the exe crashes, I don't see any of the runtimes installed. On the Windows 10 machine where it was built, VC++ runtimes from 2005 to 2017 are installed. Note that while it doesn't crash on this machine, it doesn't output anything either. Previously I'd imported th...
by Jay Adams
Fri Aug 31, 2018 6:33 am
Forum: PrimalScript
Topic: Packaged VBScript crashes on load
Replies: 5
Views: 3336

Re: Packaged VBScript crashes on load

I still use this method on some projects because of it's ability to run on older platforms without dependencies. Is there a way to use the older packaging runtime with the latest version of PS?
by Jay Adams
Thu Aug 30, 2018 11:08 pm
Forum: PrimalScript
Topic: Packaged VBScript crashes on load
Replies: 5
Views: 3336

Packaged VBScript crashes on load

The exe crashes every time when running on a test Windows 7 machine (details below). I've tried both x86 and x64 versions. It runs with no output, but doesn't crash, on the Windows 10 machine where it was created. I can replicate the problem with a single line VBScript that just writes "Hello W...
by Jay Adams
Mon Mar 17, 2014 5:18 pm
Forum: Wish List and Feature Requests
Topic: Show close button on each tab
Replies: 8
Views: 6415

Re: Show close button on each tab

Ah. I read that like you were saying it was already in the product. My bad. :oops:
by Jay Adams
Mon Mar 17, 2014 5:01 pm
Forum: Wish List and Feature Requests
Topic: Show close button on each tab
Replies: 8
Views: 6415

Re: Show close button on each tab

That's strange. I tried on both the 64-bit and my current 32-bit install (7.0.18) and I don't get the tooltip.

As for the UI lib limitation... interesting, but OK.
by Jay Adams
Mon Mar 17, 2014 4:41 pm
Forum: Wish List and Feature Requests
Topic: Show close button on each tab
Replies: 8
Views: 6415

Re: Show close button on each tab

I completely understand. What if you added these two checkboxes in the Text Editor options? [x] Show close button on inactive tabs [x] Show full file path on tab hover Leave them unchecked by default. That would give users the option to delay carpal tunnel or not, all while mitigating the yell factor.
by Jay Adams
Mon Mar 17, 2014 3:56 pm
Forum: Wish List and Feature Requests
Topic: Show close button on each tab
Replies: 8
Views: 6415

Re: Show close button on each tab

I may have 5-10 scripts open and going from one project to another at any given time, sometimes a lot more. If I'm lucky enough to focus on only one for a while, I can right-click and "Close All". Great. But if I need to open some, work on others and close previous ones throughout the day,...
by Jay Adams
Mon Mar 17, 2014 3:34 pm
Forum: PrimalScript
Topic: WMI Wizard doesn't launch
Replies: 6
Views: 3769

Re: WMI Wizard doesn't launch

I was indeed referring to COM objects. Example: Set fso = CreateObject(" <-Object list normally pops up. It's working in the 32-bit version. Not a deal breaker, but would be nice to run the 64-bit version and still have everything work (if technically possible). Thanks for working through all m...
by Jay Adams
Mon Mar 17, 2014 10:58 am
Forum: PrimalScript
Topic: Options are not saved
Replies: 13
Views: 6765

Re: Options are not saved

The 32-bit version does indeed work. The WMI wizard also works now as referenced in this post:http://www.sapien.com/forums/viewtopic.php?f=11&t=7400

Still need to get 64-bit working though. Thoughts? :?:
by Jay Adams
Mon Mar 17, 2014 10:15 am
Forum: PrimalScript
Topic: Options are not saved
Replies: 13
Views: 6765

Re: Options are not saved

I've already tried that...
I am an admin on the box with UAC enabled. I've tried with and without "Run as administrator" with the same results.