Search found 82 matches

by dlerickson
Mon Sep 13, 2021 5:17 pm
Forum: Shell (User Interface)
Topic: GdPicture error when printing documents
Replies: 3
Views: 3718

GdPicture error when printing documents

I've encountered the following error when attempting to preview or print documents in Debug mode using Visual Studio. It's not occurring when Select is run directly (i.e. not in a VS debug session). Any ideas? "Please install GdPicture.NET Package on your computer for development purpose from: ...
by dlerickson
Mon Apr 05, 2021 4:19 pm
Forum: Shell (User Interface)
Topic: Buttons Not Being Queried
Replies: 6
Views: 1358

Re: Buttons Not Being Queried

Bob, I figured out the problem after doing a search here on "QueryStatus" and finding this: https://devforum.softprocorp.com/viewtopic.php?f=8&t=283&p=1411&hilit=querystatus#p1401 As it turns out, on the three buttons that were not firing the QueryStatus events, I had not inclu...
by dlerickson
Mon Apr 05, 2021 2:03 pm
Forum: Shell (User Interface)
Topic: Buttons Not Being Queried
Replies: 6
Views: 1358

Re: Buttons Not Being Queried

Wow, if I've managed to stump you, I'm doing some crazy digging here! :lol: The call to Reset() was just something I added in to see if it would actually force the button into self-updating after the initial test of this code didn't work. Which also didn't work. I feel like there's just got to be a ...
by dlerickson
Mon Apr 05, 2021 1:10 pm
Forum: Shell (User Interface)
Topic: Buttons Not Being Queried
Replies: 6
Views: 1358

Re: Buttons Not Being Queried

Very helpful stuff, but I of course have additional questions :D What I'm really trying to do is set button enabled/disable according to some security settings that I'm pulling into the app. Doing this just once on Shell_Load would actually be ideal, as compared to constantly updating with the query...
by dlerickson
Fri Apr 02, 2021 4:06 pm
Forum: Shell (User Interface)
Topic: Debug Build Error - Blocking Process
Replies: 5
Views: 925

Re: Debug Build Error - Blocking Process

I've also discovered that cleaning the solution every time before debugging has solved the problem. So something in there that gets cleaned out must be holding a lock on that file somehow. Weird.
by dlerickson
Fri Apr 02, 2021 12:36 pm
Forum: Shell (User Interface)
Topic: Buttons Not Being Queried
Replies: 6
Views: 1358

Buttons Not Being Queried

As an adjunct to this thread ( https://devforum.softprocorp.com/viewtopic.php?f=8&t=1384 ), I've discovered a new problem: buttons that have been registered using the RegisterHandler call, with the proper reference to the handler method, but the query never comes from the runtime. The specifics ...
by dlerickson
Fri Apr 02, 2021 10:34 am
Forum: Shell (User Interface)
Topic: Debug Build Error - Blocking Process
Replies: 5
Views: 925

Re: Debug Build Error - Blocking Process

Well, of course, the problem seems to have mysteriously righted itself, but for the sake of completeness, I'll answer below: Does the Select application user have sufficient privilege? Yes, it's on my local development laptop, and I have all the admin rights, both on the machine, and within the Sele...
by dlerickson
Wed Mar 31, 2021 4:31 pm
Forum: Shell (User Interface)
Topic: Debug Build Error - Blocking Process
Replies: 5
Views: 925

Re: Debug Build Error - Blocking Process

I'm hoping someone can take a look at this. I'm running against Select client version 4.3.60210.108 with SDK version 4.3.60108.11. I've tried everything, from running Select normally from Windows and closing, in the hopes that some resource would close properly, to both client and SDK reinstalls, de...
by dlerickson
Wed Mar 31, 2021 4:21 pm
Forum: Shell (User Interface)
Topic: Order Buttons constantly being Queried
Replies: 8
Views: 2832

Re: Order Buttons constantly being Queried

@Bob Well, the query handlers were firing very often, on the order of multiple times per second. This plugin was a project that I inherited when another developer left. It didn't take long to see what the problem was, because all the service location and server polling was happening every time, and ...
by dlerickson
Wed Mar 31, 2021 10:41 am
Forum: Shell (User Interface)
Topic: Order Buttons constantly being Queried
Replies: 8
Views: 2832

Re: Order Buttons constantly being Queried

Not sure if this will help, but we had a similar issue: We had one plugin that used the query status handlers to poll the ISecurityManager for updates to user permissions. This created latency issues that didn't become apparent until we all left the office and started working from home this past yea...