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
-
Check the Default entry in the Favorites folder. That is a number. It indicates how many items are supposed to appear. It might be set to 0 right now. Set it to the number of items in your favorites.
-
That appears to be a Byte Order Mark (BOM). OSRead does not support recognition and removal of BOMs. Thus, you have to look for this leading UTF-8 sequence yourself, and subsequently remove it, before passing it to SRP_Extract_Xml. Also, make sure …
-
That actually confirms my theory. The third tab tells the OI to "scroll" the parent form 2 pages instead of 1. I'll look into a VSCROLL property as a possible workaround.
-
I don't think it's anything my control is doing. The panel control doesn't listen to events that happen on the form. I'd start looking at the code that is executing during the tab change. I presume it's a multi-page form. Changing a page in OI is eq…
-
I see the issue. You are using a PaneSpacing of 4 while also enabling AllowXPTheme. In this case, the Windows theme draws a single vertical line at the end of a pane. Then you have the 4 spaces after the line before the next pane. Unfortunately, I …
-
Sorry, but that is currently not supported. I can note as a desired feature, but I can't offer a time frame as to when it might be added.
-
Barry, that is correct.
-
Honestly, I don't understand why they aren't both blurry. OI 9.x is not programmed to work with DPI. It should be blurry on all machines. Perhaps there is some other software that is tricking Windows into doing it non-blurry? If DPI support is a pr…
-
I might need your setup to see what you're seeing. I tried a couple different fonts and the text appeared evenly spaced within pane's borders. Note also that the SRP Editor has been using the feature for ages and they look correctly spaced too, even…
-
Right click the shortcut you are using to run OI and click Properties. Check the Compatibility tab. Near the bottom is a button that reads, "Change high DPI settings". See if either of these are checked. If not, try setting the Compatibility Mode to…
-
This question is somewhat difficult to decipher. Are you asking if we convert it? Do you mean SRP_Com? Or are you asking how to convert it? What are you asking it to be convert to? A hex number or a more readable error? To convert the error to hex,…
-
This is running on OI 9.4? Did you guys set up some kind of manifest to force OI to manually scale to the display settings? By default, OI does not support scaling in this way. In fact, I can't recreate this issue using a default copy of OI.
-
Version 2.0.6 RC2 will fix this.
-
Synchronous event handling means the control is "suspended" while OI handles the event. Synchronous is only necessary for events like BeforeUpdate, i.e., events that let you cancel an operation. Events not designed to be synchronous, like click and …
-
I can't say for sure since you aren't showing us what the default variable contains. One option is to try doing an asynchronous event. I never do synchronous events for clicks.
-
In my test, the image loaded so quickly it was unmeasurable. I'm running Windows 10. I think there needs to be deeper analysis to see what could be at play here. What are the machine specs? Is it a virtual machine? Have you tried this on other Windo…
-
In the meantime, if it's a large (ish) file, feel free to send it to me to test. That way, if it's still a problem in the current version, I can have a fix ready.
-
The current version is 4.1.3. Even if it was still a bug, it would be fixed for 4.1.4. Thus, your inability to upgrade puts me in an awkward position. Is this a particularly large image?
-
@AusMarkB, I am unable to recreate this issue in SRP Utilities 2.0.5. I created a sample array that mimics your own. I looped through it, cleaning each field, which led to the same results as you. Then, when I do SortRows, I get the data as it shoul…
-
Can you provide sample code to show us exactly what you're doing?
-
Using your mouse? No. The ListBox does not support this feature.
-
I don't have a hard ETA, but it's going to be a couple months. We are working with a client now to refine it. There is no documentation at this point. I can tell you how it will be used. Each developer has their own copy of OI on their own machine,…
-
OI 9.x
-
The screenshot above is a pre-release version of 2.0. It is not the latest version, so I cannot guarantee that it won't have issues. However, since the tool is merely informational and not critical to the operation of the controls or the SRP Editor…
-
I cannot email it to you as gmail does not permit .exe attachments (neither zipped nor renamed). However, it occurred to me that you shouldn't be outdated on the info window in the first place, and sure enough, my installer was shipping the older ve…
-
We ran it through VirusTotal. We also have local virus protection software that checks everything we put into and pull out of dropbox. Malwarebytes is giving you a false positive.
-
Ah, you are using an outdated SRP ActiveX Info program. Drop this one into your OI directory.
-
You only need SRPControls.ocx and SRPUtil.ocx. All other SRP ocxs can be deleted. SRPShared.dll is also deprecated, so that can go. Since you have a new license (.srplic), you need to get rid of SRPLicense.dll. Do that, and then let's see where we'r…
-
There was an anomaly with the release of 3.0.2 where a reference to the wrong control snuck in. If you redownload the SRP Editor 3.0.2 installer from our products site and reinstall, that problem should go away. I'll investigate the bookmarks issue.
-
Coming soon... :)