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,156
- Last Active
- Roles
- Administrator
Comments
-
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?
-
Dan - Kevin is on an extended vacation so we might have to wait to see if this is something he needs to look into. In the meantime, you and I can work on this together to try and isolate the problem. Before I copy your code and test it locally, I am…
-
Your Start_Window syntax doesn't look right to me. Where you have 'FORMLIST' is the ParentID argument. Thus, this is where @Window should go. Where you have @Window is the CreateParam argument. Thus, this is where your VOC or TCL command should go. …
-
It might help if you posted a screen shot of your Start_Window syntax if you were at all interested in trying to get the original design intent to work. Otherwise, seems like you have a reasonably good solution and now you can move on to other thing…
-
I think it is important to remember that ARev32 is an emulator. The R/BASIC code is precompiled so that it will run within OI, but it still requires an AREV environment to run. This is why you can't expect AREV stuff to simply run within OI. The bes…
-
Somewhat ironic timing that you would ask about json-schema today. In answer to your question, our framework does not have anything built-in for schema validation and I'm not sure how I would approach this just yet. When I added those services it wa…
-
You can't call anything directly from OI that is in Arev32. ARev32 must always be the environment from which an ARev32 command is called.
-
That's my understanding. I haven't actually tested this, but that's what the CTO docs suggest.
-
Yes. You need to pass your Arev32 command line as the CreateParam argument into the Start_Window or Start_MDIChild function that calls your AREV32 form.
-
This is the SIZE property. Just set <1> and <2> to 0.