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

KevinFournier

About

Username
KevinFournier
Joined
Visits
2,163
Last Active
Roles
Administrator

Comments

  • Matt - For the time being, there will not be a property to disable this. Even though it's metadata, technically, a JPG with the orientation flag means the image is supposed to be rotated. That's the proper way to load it. Since it only happens with …
  • I just noticed that the rotation was incorrect in 4.0.2 RC4. After further study, there is a complicated list of operations, sometimes both a rotation and a flip is needed. SRPControls 4.0.2 RC5 should be correct.
  • The issue is this: JPEGs sometimes have metadata (also called EXIF metadata) that is attached to the image when the camera takes a picture. Modern cameras have sensors to determine the orientation of the camera, and that orientation is saved with th…
  • Would you mind sending the picture to us? Maybe your setup code for the Picture control? I've never witnessed this behavior before, and we use pictures of that proportion all the time.
  • My apologies. I grabbed the wrong RDK when creating the downloadable zip file. Please download this zip file and install. That should fix the highlighting issue, which usually occurs when a new SRPUtil (4.0.2 and later) is used with an older SRP Edi…
  • This fix requires both a new RDK and new SRPUtil. SRPUtil.ocx 4.0.3 RC1 is here. Make sure to re-register it. SRP Editor RDK 2.8.1 RC1 is here. I look forward to your feedback.
  • Thank you so much for taking the time to narrow this down. You are correct. My internal loop was terminating too early. The next release will be more accurate. I'll post a link this evening (I'm at a client's right now) to a prerelease build if that…
  • I just remembered that this is a feature you can turn on/off. In fact, you'll see in your screenshot that you have "Ignore VNAVs in function parameters" checked. Uncheck it and you should get the VNAV again.
  • Is the VNAV supposed to be on FILE_BK_ORDER? If so, this is an intentional feature of the SRP_Editor. The SRP_Editor ignores VNAVS if the variable is used as a parameter to a function. This is because there are many times programmers pass unassigned…
  • Actually, let me elaborate, because I might have spoken too quickly. The SRP Editor loops through each VNAV returned by BLINT, checking to see if any of them exist in one of the inserts. If so, the VNAV is ignored. It does this because once upon a t…
  • The SRP Editor explicitly ignores variables that appear in Inserts due to BLINT's tendency to report false negatives.
  • Version of OI? Version of Windows? If I can't recreate this, the only other option is to get copy of the offending system.
  • I simply can't explain the 0D0A behavior. There is nothing being changed on F1. All it does is get the selected text, place it into a URL, and do a shellexecute "open" on it. If you don't have promoted events, then why are the about boxes colored? I…
  • Are these both copies of the same application? If not, is the offending application using promoted events?
  • Yes. That is because I recently fixed a bug where code started at line 0. I didn't realize that would throw off records. I'll get that fixed for next release.
  • I wonder if your test was using a bit too small of a data set. In my tests, I always got the Inspect Variable window instead of the Hex view. At any rate, I had code that would count CRLFs (or temporarily convert them to @FMs). That might be the mos…
  • That is a bug on my part. I added that feature ages ago, but I must have lost the changes to a GFE or something. At any rate, I re-added that feature for the next release. You can try it out by download the pre-release build here. It's a ZIP file wi…
  • David, There was indeed an error on that page. The "Product Information" link below "SPACE SHORTCUTS" should have taken you there. Now it does.
  • Barry, Have you confirmed that "ClickApplyButton" appears in the dropdown at the top? This is a good way of verifying whether or not the SRP Editor sees the label at all.
  • That is correct. Note that you have to call SRP_Zip_Close when you are done in order for the zip file to finally appear. Not closing a zip file (especially if it already exists), will lock the file indefinitely until OI is restarted.
  • Yet another build: - Fixed a bug where a needed stored procedure isn't available in older version of OI. - With the new themes, formatting copy/paste and printing were pretty messed up. Both now resort to the Default theme at all times. We had to s…
  • Thanks for patiently running 2.8 RC1 through the paces. 2.8 RC2 is now available for download. Same song, different verse. You must re-register SRPUtil.ocx to get the newest fixes. Here's the breakdown of this build: - You can now set the backgroun…
  • Sorry for the delay, but I was trying to get a major feature for the next release of the SRP Editor completed. If you are still struggling with the minuscule line numbers, you'll have to download the full beta build of SRP Editor 2.8 RC1. The ZIP fi…
  • Your patience has paid off. I have a beta build of the upcoming SRP Editor 2.8. I've overhauled the syntax coloring options. Not only can you set the background color, but you can save multiple themes. This build also comes with 18 built-in themes. …
  • Ah yes. I forgot I had been working on some changes some time ago that affected the line numbers. It's not so much a problem with just 4.0.2 RC2 as much as it is a change in 4.0.2 that requires a change in the SRP Editor code itself. I'll work to ge…
  • Version 1.5.7 is now available for download from our products site.
  • The version difference is because I'm updating documentation today. 1.5.7 will be released shortly.
  • Oops. That was for debugging purposes. Get 4.0.2 RC2 if you want those to go away.
  • Usually, when the SRP Editor saves a document, it just pulls the bytes out of the editor control and writes them. That is not the case, however, with Records. Records have to examine each line one by one because there is a lot of smoke and mirrors t…
  • I've added a new method called GetItemEx. It takes two parameters. The first is an item key, the second is a keyword indicating what rectangle you want. Supported keywords are "Button", "CheckBox", "Content", "Edit", "Image", "Selectable", "Swatch",…