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
-
I added support for the Ref keyword in 2.2.15.5. Give it a try and let me know.
-
Thanks for the final word as it finally got through my thick skull what the issue you were having. I just kept thinking this was merely a documentation issue, but you are right, this is a bug. 2.2.15.4 should not only fix this, but allow you use to…
-
Naw, you're not missing anything. The Encode parameter is the same as calling SRP_Encode with defaults. In fact, that is exactly what SRP_Hash is doing... calling SRP_Encode. So, if you need more control, omit the Encode parameter and call SRP_Encod…
-
Hold that thought! I haven't had my morning coffee. You said SRP_Hash, not SRP_Encode. Correct, we forgot to update the documentation on that page. But anything supported by SRP_Encode is supported in the the Encode parameter. I updated that page. S…
-
Not undocumented. Says here that URL and BASE64URL options were added in version 2.1.5.
-
Whoops. That's on me. Try 2.2.15.3. This zip file has full RDKs, but you only need the DLL for the fix.
-
Let's try this. Download and install version 2.2.15.2, then set our Output variable to "VARUTF8" and see if this gets it right.
-
I don't know. Is there documentation for the command?
-
It was worth a shot. It is OI that does the conversions, not me. The parameters for SRP_Run_Command are set to LPWSTR, so OI converts everything to UTF-16 (or Wide characters). I pass everything to the command in UTF-16, and then I decide whether or…
-
Try passing VARW instead VAR to the Output parameter. Let me know if that is better or worse.
-
I'm not sure, but I'll tell you what I did to make it work. I just made sure to set the Foreground for each delimiter to White (not default) and the background to black (not default).
-
I've attached a TXT file that is a dump of an OI record. Save it's contents into SYSENV, and make the key SRP_EDITOR_THEME*BLACKONWHITE. You should have the Black on White theme available in the Options now.
-
No, we haven't done anything like this. Nothing to stumble upon here. Would this be for a password generator or something?
-
I've noted this. I can see it's usefulness. I used to always use double quotes for strings and single quotes for characters... just looked right to me coming from C++.
-
Quick way? No. But you can set all the styles to the same color to get the affect. Then it's saved on that machine across all copies of the SRP Editor.
-
The installers go into Admin mode automatically.
-
It really wasn't a burden. What programmer can honestly say they haven't been there. Your other bumps are not forgotten. The SRP Editor is undergoing some big changes and will take some time.
-
There is the Parse service.
-
The reason it can have an effect is because of our SRP Tab fakes being behind controls. It has to wait until OI draws the form, then it needs to draw the background pane last, which would erase all the controls. So it loops though the visible childr…
-
I have a habit of making sure the SRP Tab Control is earlier in the tab order than all child controls.
-
No registration required. You have to put it in C:\Program Files (x86)\NSIS\Plugins, or wherever you NSIS is installed.
-
We don't use SRPUtil.dll anymore in our installers, but you can download it here if you need it for you installer.
-
I could perhaps shed some light. When you set the SIZE property of a control, OI caches it so that it can deal with all the Autowidth and Anchor stuff. If, however, something other than OI sets a control size (like the Ribbon), then OI will reset ba…
-
In OI 9, you need to use the LayoutChildControls method of the SRP Ribbon Control to set the positions of your controls that share the same window as the ribbon.
-
Ah, good catch. I didn't realize there were some events that expect you to change the parameters.
-
Or maybe like the VB.NET 'with' statement: With .HTTPserver PreserveQueryNameCase = TRUE$ PreserveCookieNameCase = TRUE$ PreserveHeaderNameCase = TRUE$ End With
-
Jim, version 3.4.10.0 fixes it. You can download the installer here.
-
I don't foresee issues since it's looking for a specific pattern that SRP_PreCompiler doesn't look for. And since it converts that syntax into standard calls, SRP_PreCompiler won't know the difference. I'll consider adding a similar feature, but th…
-
Okay, I was finally able to recreate this. The missing context was that it only happens if you close all entities (records or otherwise) and then reopen some.
-
Version 3.4.9 is on the Products site and should fix the issue.