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,129
Last Active
Roles
Administrator

Comments

  • My recommendation is that you study the logic in the Popup_Month stored procedure that ships with OpenInsight. It is designed to place a dialog box under the current editline control. This should give you enough technical information to guide you in…
  • You could use the WM_SETCURSOR Windows API message to trap mouse movement over the editline and then write your own logic to function as a "hover/tooltip" via the WINMSG event. We've written some similar features using this technique. I would recomm…
  • Good question. :) I'm the only one who handles sales so you can send to my email address or you can send to sales@srpcs.com. Looks like we need to publish that email on our products website.
  • You are not misunderstanding the statement. However, the docs also say "The green algorithms are useful for quick checksums, such as quickly verifying that a file hasn't been altered. They are not at all considered useful for security situations." …
  • If all you are doing is comparing records, it really doesn't matter which one you use. I presume that security is not your requirement here. In this case, if you wanted to go for optimal speed, then either of the two 32-bit strength algorithms would…
  • That's what we like to hear! It would wonderful if you were able to post screen shots of your customer-facing configuration tool and an example of how this looks run the SRP Popup is displaying item information.
  • Is it possible to scale the image? No, the ItemList / Item properties do not support enhanced rendering capabilities for images. Does it support pdf? No, our image library does not support PDF. Does this image need to be the first item in the li…
  • If you would all be so kind to test the updated SRP_Stopwatch utility I would appreciate that very much. The following should be addressed: * Fix bug so stopwatch names of only a single character will be supported. * Added support for a default…
  • No, you may not ask.
  • Yep...it's a bug with stopwatch names with only one character in length. We'll fix this. In meantime, use a meaningful stopwatch name for goodness sakes! :)
  • M@ - I think you found a bug, but it is limited to stopwatches of a certain name. If you change "t" to "test", does it work?
  • No magic bullet for Attach_Table I'm afraid. Are you attaching tables that are dynamically generated or are they pre-generated? If the latter, could you store their handles away in a record and retrieve them via Xlate?
  • I couldn't agree more. SRP Stopwatch is one of the most underrated goodies in the SRP Utilities portfolio. It has become one of my most valued tools for debugging, troubleshooting, and optimizing code. It is simple to use, lightweight, and works acr…
  • You are referring to the 2005 Las Vegas presentation called Extreme Makeover - Form Designer Edition. We have our presentations available on our wiki. Here is the page for the 2005 presentations. We created the SRP Style Editor to help us experiment…
  • You said "if I try and debug, doesn't happen". However, if you don't try and debug, is it happening on a fairly consistent basis? If so, all we need is a way to reproduce the behavior and we can do the debugging on a low-level. That said, if we don'…
  • For what it is worth, that message box has been known to appear before and usually it's with the SRP EditTable control. Unfortunately, it doesn't offer us much by way of information (actually...nothing at all!). So, we really need a way of duplicati…
  • Please confirm the version of SRPControls.ocx and OI.
  • Hmmm...I always thought this did work. I could have sworn this is how the Favorites section worked in the SRP Editor. I know Kevin found a bug in the SRP Tree control with regard to the horizontal scrolllbar not appearing when it should. This happen…
  • Since this is shortcut related it is hard to tell what might be going on. OI has been known to lose track of shortcuts, especially with MDI-based forms. We've documented this in the past in the Revelation bug tracker. Improvements have been made but…
  • If this is still a problem with v2.9.1 then this is something new. We have not experienced nor has anybody reported this issue for a long time. When the shortcuts begin to fail this way, does the right-click context menu cut/copy/paste feature still…
  • Great. Please confirm whether or not this new release appears to have fixed your problem.
  • That was a known issue with older versions of the SRP Editor. We believe it would happen when the Editor ++ was used in the same session. Your best bet is to upgrade since we re-engineered the SRP Editor to work around this. Contact us at sales@srpc…
  • Anton - I've already sent the link. Did it not come through?
  • Or....I can send a copy to you. I'll provide you a download link in a private email.
  • Anton - I think this might be related to a bug we recently discovered in the OECGI4.exe. Can you open the Properties dialog for the OECGI4.exe file, select the Details tab, and report back the File Version?
  • You may not have been reading this thread, but that is not a part of the autocomplete feature set. It is a part of smart intent. Just disable that option and this will go away.
    in 2.91 Comment by DonBakke November 2016
  • Mark - Like you I am probably one of the minority developers who likes the autocomplete as well. However, we have always recognized that it is not everyone's cup of tea. It's unfortunate that some might not have upgraded due to a lack of having all …
  • Does not seem to work at all for for just certain items? Are you observing different behavior than from before? Can you provide a specific example?
    in 2.91 Comment by DonBakke November 2016
  • It would be helpful if you wrote out your issue more explicitly. I find myself having to read between the lines, which is a chore. That said, I think what you are trying to communicate is that you are expecting the changes in the Customize tab to a…
  • I have to ask...you are very familiar with what exactly? The Customize tab and the list of keywords is brand new. You asked how to "have [our] autocomplete uppercase its text". Isn't this an answer to your original request?