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
1,931
Last Active
Roles
Administrator

Comments

  • The SRPEditor.ocx that is currently registered on that machine is older than 3.4.1. That message is just a generic warning that the SRP Editor version and SRPEditor.ocx version are out of sync. In all likelihood, everything will work fine. I can't …
  • Do your requests come in batches or continuously? The SRP Engine Server is most efficient when requests are queued up. That way everything gets processed ASAP. I'm sure it's more complicated than what you're able to describe in this thread, though.
  • Is it not sufficient that the SRP Engine Server queues requests to be processed once an engine is freed?
  • Sorry, that is not an available feature. We don't have plans currently to add this, but I have included it in my feature request list. It's not likely you'll get access to all the statistics you're after. The logs you should be able to get by just r…
  • Yes, I expected the same error. I was hoping to see the stack trace as well. This will tell me what module is failing so I can better isolate the error. Was there more info than just the message?
  • You can just install over it. The DLL is the same name, so the 3.0 DLL will just overwrite the 2.0 DLL.
  • The code will remain the same, but version 3 uses RevDotNet, so you have to make sure that OI's client install has been run on all your clients.
  • Once again, I'm not seeing this in a clean OI environment. How do you guys find these issues? :) Maybe it's time I have a copy of your system I can use to test these things.
  • Given the complexity of the form, I can try debugging a copy of your system if you're willing to send me one via email or something. Another thing I like to do is make sure the tab control appears earlier in the tab order than all the controls in it…
  • This appears to be a double-buffering issue, but I can't seem to recreate this, and I have different DPIs on my monitors as a rule. If this is still happening in 4.2.2.2, let me know. I assume this is OI 9.4 and not OI 10, but if I'm wrong on that, …
  • I agree that it is undercooked. It gets far less attention than our other controls. For what it's worth, I did spend a few hours last week trying to make it work as you expected, without success. There's probably a way, but it would require refactor…
  • Fixed in 4.2.2.2.
  • The Calendar control was added because we had folks trying to use the Schedule control as a calendar. They were running into a lot of problems because a calendar is a slightly different metaphor to a scheduler. We are using the calendar control deve…
  • SRP Mail is using .NET's System.Net.Mail to send emails, and we only set the IsBodyHtml to true if "HTML" is passed to SRP_Send_Mail. Nor does SRP Mail attach any file attachments beyond what is passed to it. Unless .NET is adding the html mime type…
  • I didn't change any of the OI 10 code, but if you see something is off, let me know. OI 10 is different because all the OI controls are placed on a Client control. So, in OI 10, the ribbon just has to resize that Client control and everything else r…
  • For what it's worth, I agree that this is an egregious oversight. In all other modern languages, debuggers will show you the value of constants.
  • Here's version 3.0.3.1. This one will also return a stack trace on the error. This will help us narrow down what's going on.
  • This is expected behavior. MDI child windows can't be told to "stay centered". Once you display them, there they are. This is one of the reasons MDI was deprecated many Windows versions ago. This is also why Frameworks opts to show everything in the…
  • Is the client system an older machine? For example, Windows Server 2008 RC2 doesn't support TLS 1.2, which most email servers require.
  • If you're using 465, try using 587 instead.
  • Try 4.2.2.1. It took me three and half days of trial and error to figure out how to deal with this issue. The end result should lead to better handling of child controls on a form with the Ribbon, but it does come with one potentially breaking cha…
  • What port are you using?
  • Try this version (3.0.3.0) and see if it gives you a better error message.
  • Just wanted to confirm that I can recreate this and am investigating.
  • Nope, that is the intent. You give that service the width of the cell minus padding (see CellPadding) and it will determine the height needed to fit all the word wrapped text.
  • Multilined cells auto wrap by default... if there is enough space. When there isn't enough space, an ellipsis appears on the last visible line. If you have thin rows, then it will look there is no word wrapping until you enter into edit mode, at whi…
  • Thanks for the files. This helped me narrow down the issue quickly. Some of your images are 8-bit, and I wasn't converting them properly in memory. Version 4.2.1.6 fixes all the above issues, including the ReportTable issue.
  • Interesting. I assume you used a resource monitor to catch these. I hadn't noticed, but then again, I don't know if any of us use menu icons. Not sure if Revelation will fix it since 9.x is out of support, but if not, maybe there's some WinAPI trick…
  • I'll get to work on these issues. Any chance you can send me the image files that break?
  • Can you perhaps email me the SYSREPOSWINS record of that form? Maybe I can use it to see why it's crashing.