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
-
BTW, you posted this question in the SRP HTTP Framework category...so I'm assuming you are working with code that ships with this product. In this case, you must install the SRP Utilities anyway for this product to work.
-
It will compile fine if you install the SRP Utilities.
-
That's been a part of how OI exposes OLE events (as well as WINMSG messages) from the very beginning (OI 4.x and higher). It's been documented in various places, including the Programmer's Reference Guide and our own white paper on Using OLE in Open…
-
Sweet...and phew.
-
All right. Please let us know if that ends up fixing the issue.
-
Just a quick observation, are you sending a QUALIFY_EVENT message to the control? I don't seem to see where you are doing that.
-
Not doubting you, but we've seen this situation happen many times. The real proof is what you see when you view the Properties dialog for the file and go to the Details tab. I'm going to assume you will see 2.0.2.8. We'll take a look at this furthe…
-
Having both DLLs is not the issue, but it is possible that SRPUtilities.dll (which is the file we are now using) did not get updated. This resource file is often locked so I recommended closing OI, renaming the original SRPUtilities.dll, and then ma…
-
All good...we basically posted at the same time. Two great minds thinking alike!
-
That should work, so the devil is in the details. Is the code you posted verbatim or is it generalized to provide an example? To be more specific, are you sure the window and NewSize variables contain the correct information? Normally you would just…
-
This seems like a variation of your previous question, and this one is similar in that it begs other questions. For instance, when you say "on the fly", what exactly does that mean to you? Also, how do you know that the SIZE property won't change ou…
-
Thanks! I think I duplicated your issue which means we can look into a fix. Someone will report back on this ASAP.
-
Are you able to send us the content if your VALUE_TABLE array?
-
Aha...good to know. Label printers are always a special snowflake, even with OIPI Classic and OIPI.Net. I am not surprised the SRP Unicode OIPI exhibits similar problems due to the shared libraries being used.
-
I guess you'll just keep dodging my question then? ;-)
-
I'd still like to know if you are trying to accomplish something specific or are you really just curious in general. Yes, some things will prevent the window from being narrowed too much such as controls (especially anchored controls) and buttons in…
-
Could you elaborate a bit more? Do you mean at design time or at runtime? Do you mean via code or by user dragging a border? What exactly are you trying to accomplish?
-
Mark - different controls do render the colorfill rounded feature differently. That's why I added the caveat. The button might look just as unpleasant but then again it might not. To provide user feedback, you can also use the IconEffects property.…
-
You can't change the actual shape of the button itself. You can, however, add a round image and turn off the BackVisible property to create a very specific look. I don't know if I have tried this (so I don't know if it will work), but you might also…
-
That's because there are no events specifically tied to those user actions. You might be able to rig your own solution via the OnMouseMove event, but just note that we generally discourage enabling this event due to the UI overhead.
-
Another thought...but this is a complete stab in the dark as I'm not sure if this matters: is UTF8 mode enabled for the application?
-
It's supposed to work the same as the normal OIPI, which is why there are no special instructions (other than the ability to switch between OI and SRP API mode). As we discussed previously, this is an older product with little distribution so it is …
-
In this context I'm referring to the ability to call up the Programmer's Reference guide that we posted on our wiki rather than the .CHM file. Since HTML help files are no longer supported (which is why I'm very curious about how this works in 64bit…
-
I am curious to see if this is supported in 64bit.
-
I assumed as much. Is there a reason you don't use the online help instead?
-
Unfortunately no time frame as of yet. We had been hoping to use the OI 10 designer plug-in feature, but this was delayed. We were told it would come out in an early patch, but it still hasn't surfaced. Therefore, we are uncertain if this is an aven…
-
Correct. We have not yet ported the SRP Editor to OI 10.
-
No issues. RDKs are always internally keyed to install their target applications regardless of the application you are logged into.
-
Awesome. Thanks for letting us know.
-
Did you run this with elevated permissions?