Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

DonBakke

About

Username
DonBakke
Joined
Visits
3,158
Last Active
Roles
Administrator

Comments

  • Honestly, I don't think it should make a difference. The fact that you launched the SRP Engine Server and that it spawned an engine ready to accept a connection is pretty much all the verification you need. Consider my comment "grasping at straws".
  • Your video was very helpful. It eliminated about a dozen questions I might have asked but no longer need to do. However, this did not bring me any closer to a solution to your problem. I installed the exact same files I sent you and created a very …
  • Aaron, Well, that code looks good to me. In fact, it looks nearly identical to production code I currently have running (even the IP and port are the same). The only difference, naturally, is the command I am sending via the SEND_SES service. I als…
  • Colin, The nag screen is indeed mismatched, but that shouldn't be a concern. I disabled my own license file to test this out. Like you, I got the nag screen but it did launch OpenInsight. So, I'm beginning to suspect that INI file has a problem. …
  • Colin, First things first. Whatever you name the EXE file to you also must name the INI file to match. That's how you can have multiple EXE launchers in the same OpenInsight folder and each one doing something unique. For instance, we like to have …
  • Hi Aaron, If I understand you correctly, you are looking for a way to interact with the SRP Sync Server from a non-OpenInsight client so that it will broadcast to all of the connected OI interfaces. Is that correct? If so, then the answer is that …
  • Colin, This is a good question and one we get asked frequently by customers who have the SRP Control Pro package. While the SRP Application Launcher utility (note the term "utility" versus "control") does utilize an ActiveX control, the commercial …
  • Matt, Changes to the SRP Editor to resolve this are on their way. Stay tuned! :)
  • Barry, Okay, we need to plead "beta" culpa. This is why we are doing a soft launch of the new forum software. We discovered that some users (maybe non-admin) do not have this feature enabled by default. We had assumed otherwise. This has now been e…
  • I assume you are referring to the GETVALUE service changes. Well, "null" will always return "null" because it is a string. That is how it works now and how it will work in the future. So the only question is how the null object type will be treated…
  • Barry, Just stay tuned to the normal information channels (Blog, Newsletter, Facebook, Twitter) and you'll see any announcement we post about this. I don't follow your comment about a distinction between null and "null". Please elaborate on this.
  • Barry, It is important to understand that in JSON, null and empty string are two different things. A null value in JSON would look like this: {"field": null} Whereas an empty string would look like this: {"field": ""} Of course, the following w…
  • Colin, Thanks for clarifying this. Your approach is what I consider to be "best practice". However, I think Kevin has had to deal with this issue more than me for the SRP Editor (which has to do a lot of control resizing). Hopefully he can chime in…
  • Colin, I asked because we have had issues with MDI Frames before. But, I suspect the issue is not limited to MDI Frames. In any event, AFAIK, the problem is not related to the SRP Splitter control. If OI is resetting the SIZE property of the contro…
  • Barry, Did you scroll down that page? Do you not see the categories that you can subscribe to?
  • Colin, Is this on an MDI Frame or regular window?
  • Barry, I don't think that feature is supported with this system. I suggest using the Recent Discussions link which is accessible on the upper right side of the page as an alternative. You can also configure your profile to receive notifications of …
  • Colin, Are you seeing the splitter return to the original location, the resized controls returning to their original size, or both? I don't think your post was absolutely clear about this. I have never seen either behavior and I use the SRP Splitt…
  • Hi Matt, I presume this will be included in an update for the SRPtree.ocx itself at some stage. Yes and no. We are very close to releasing a new version of our controls. At this time we will be discontinuing the distribution and support of indivi…
  • To all watching this thread... We've been able to add some optimization into the SRP Editor so the UTF-8 issue is no longer causes massive lag when there are thousands of stored procedures. David was able to test this on different machines and all …
  • M@, We've taken the discussion offline to avoid needless chatter on this board. During our offline discussion we think we may have identified the critical element: the UTF-8 application must have a lot of stored procedures (e.g., in the thousands).…
  • Colin, We had a short work week due to the holidays and we had some staff traveling on holiday, so there hasn't been much opportunity to look into this further. I have your email and sent a quick response. It is likely you won't get a definitive re…
  • Colin, I don't quite understand what you are expecting the Parent Key to be. I mean, I see the literal Parent Key you typed in, but that is meaningless to me. What I need to know is this: are you expecting the ItemParent property to return the orig…
  • Colin, Are you using the AutoProp property or are you using a method to actually facilitate the adding/moving of the item?