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,294
- Last Active
- Roles
- Administrator
Comments
-
RevDotNet Error: No method found that matches this request This is breaking at the RevDotNet level. It's failing to find the SendMail method that is inside the SRPMail.dll. If you are convinced that this is related to email addresses or some othe…
-
I'm a little baffled how Claude came to its conclusion based on this error. I'm also not sure how I can troubleshoot this if it is not consistent.
-
Claude is way off base here. The emails have already been separated before each one is passed individually into StringToAddress. Can you send me the actual error RevDotNet is producing so I can see the stack trace?
-
I updated the products site to include this OCX in the installer, but the editor itself is still 3.4.11.0. I'm currently not in a position to release a new full RDK because I'm working on a lot of changes.
-
Here's some new OCX's that will highlight $debug.
-
Officially released 2.2.17 which fixes this crash and adds an "Error" service so you can check to see it something went wrong.
-
There's a routine: SRP_EDITOR_OPEN(Type, ID, LineNumber). LineNumber is optional, but passing it opens to that line. Type can be: "Procedure" or "Insert" -- ID is the EntityID to open "Record" -- ID is Table:@FM:Row "DOS" -- ID is a path to a file
-
Angelo, I fixed this as of 2.2.17.3, but I haven't gotten around to releasing it officially (shame on me). Here are the RDKs if you want to get the fix right away.
-
Here is a new template script using the aforementioned EXEs. Disclaimer: this is a template and hasn't been fully tested. It should be enough to show you how to use it.
-
Sorry, guys. I sent my last post just before bed. The FileWrite statement is confusing for good reason. Here's the whole code: SetOutPath $INSTDIR SetOutPath $WINDIR DetailPrint " " DetailPrint "Installing RDK for OI 10 ...…
-
I use SRPInstallRDK. These are independent EXEs whose only job is to, well, install an RDK. Here's the code I use. I'm using NSIS 3.08, so this should work there. First, I copy the EXE and RDK files into $PLUGINSDIR, then I call the exe like this: …
-
OI9, eh? If you look at the video, you can see that the resizing is scaling everything. But OI9 is not DPI aware, so all scaling is handled by Windows. Thus, handling DPI messages probably won't make a difference. After some googling, I've seen a l…
-
The Editor appears to be changing DPI back and forth, which is something the SRP Editor doesn't really control. It's almost as if the form is getting WM_DPICHANGED messages over and over. I assume this is OI 10.
-
Here's a ZIP file with both.
-
Yeah, 1.2 is pretty old and doesn't support TLS, which is very likely why your email server is saying the protocol is unknown. SRP Mail, like most of our utilities, ship with RDK view/deployments. So, you can just export the SRP Mail RDK and send th…
-
This one should display the date according to your locality settings.
-
Should it? Yes. Does it? No. Does it now? Yes. Try 2.0.2.2.
-
What version of SRP Mail?
-
I'm gonna stick with poor naming conventions and call it SRP_JsonX_UnGo.
-
Funnily enough, I was just using JsonX this week and ran into this same issue and was mad at myself for choosing such a bad name.
-
I think it's a valid intuition. If Go can "go anywhere" like when I use the web, then GoBack should be equivalent to Back on the browser. I could update GoBack to do this, but it would break stuff.
-
I admit that I severely misnamed this routine. The docs explain it, but GoBack means "Go up to parent node". It does not go back to your previous position. Maybe I should create an alias called GoUp.
-
Okay, download 4.2.7.12 here. Whole new approach. Follow this checklist carefully. 1. You no longer need to subclass the MDICLIENT for this to work, however, you do still need to use the MDISize property. 2. Set the Form's Visible property to Hidd…
-
I want the F11 option myself... one day hopefully. I appreciate the idea of a tool that can do conversions on demand, but I don't think having dedicated fields is the right approach. I'll ponder this one.
-
It sounds like you are talking about the flicker I mentioned. The reason the flicker occurs is because OI is trying to size the MDICLIENT based on its cached information, and then the Ribbon responds by correcting it. I've tried ways to eliminate th…
-
Here's a new build that should keep the MDI from blocking everything. Unfortunately, it only works if you use our subclass control to subclass the MDICLIENT control (it's how the ribbon knows when children are created or destroyed). There's also som…
-
I see the problem and will get you a fix ASAP. I'm hoping this time I can get that darned MDICLIENT to behave for good.
-
Good news, fixed this for OI 10 without needing to wait for 10.2.4. Try 4.2.7.10 and let me know.
-
OI 10 uses a different method to specify text alignment in static controls. In the process of updating the code on my end, I discovered that OI 10.2.3 has a bug in which the control's TEXTALIGN property is not returning valid results. I've update th…
-
Fixed in 2.2.17.0.