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,124
- Last Active
- Roles
- Administrator
Comments
-
@josh, you didn't come across as demanding at all. I was sincere in saying that I would love to have these kinds of features for BASIC+. BASIC+ in particular is a very flexible language, which lends itself to both more power and more room for mistak…
-
W00t!
-
Nothing needs to be changed. Are you passing "", or are you passing something with whitespace in it?
-
I could give you a link to an older version, but I just got Utilities 2.1.2 released. You can download it now from the website.
-
Confirmed that this is a bug in SRP_String. I'll get you a fix ASAP.
-
No. Windows 10 controls how those look entirely. For whatever reason, Windows 10 decided not to theme MDI children. I think it's because MDI is now considered passe.
-
My best guess is that DataRow property is set to autosize or set to a small value for the height. Did you move to 4.1.5 from 4.1.4 or something earlier than that? Does it correct itself when you revert back?
-
Fixed in 4.1.6 RC1.
-
This feature is currently not supported, sorry.
-
@DonBakke, I know the Visual Studio compiler would have made the "value = 0" line faded and then warn you that everything after the return statement won't run. I think @josh is hoping that we would be able to add similar code analysis to the SRP Edi…
-
Yes, it's a license box that, for some reason, isn't showing the actual license screen.
-
Ask and ye shall receive. 4.1.5 RC4 fixes this issue and improves multiple monitor support all around.
-
This is exactly what you are looking for.
-
That Font window is built-in to Windows. OI is not doing that. To achieve that affect in OI is a lot of work, and I'm not sure if it's entirely doable. I think it's possible because I've been told OI supports callbacks. Essentially, you set style bi…
-
To be honest, I'm not entirely sure since I couldn't really debug it. It might have been the API that converts a C++ double into a string of digits misbehaving... but I couldn't confirm since it would happen off and on. My solution was to switch fr…
-
Okay, guys. Download 4.1.5 RC3 and see if it's all better now.
-
Hmm, but this was working in 2.1? The latest version is 2.1.2, but that fix didn't deal with Unicode as I recall. You can download 2.1.2 here and try it. If that doesn't work, let me know so I can make sure to fix it. If you need it, you can also do…
-
Thanks a bunch for the emails. It turns out to be one of these annoying bugs that only occur in the Release build, not the Debug build. Needless to say, debugging this will be a challenge. I'll let you know when I've got a fix.
-
Does it happen right away, or only after you "vertical scroll up when already at the top of the scroll position?"
-
Well, I've tried using similar values and your same settings, but I can't get this to happen. Is this in SRP FrameWorks or at least in a promoted events environment?
-
Can you post the setup parameters for that column? I'm trying to recreate this, but I'm having a hard time.
-
SRP Utilities does not support XP. Supporting XP prevents us from accessing more modern OS features.
-
Welcome to the world of Registry Virtualization. You can try running OI in Administrator Mode to see if it helps.
-
Okay. Hundreds is fine. "Large amount" sometimes means hundreds of thousands, which can lead to problems. The hard part, with data-related issues, is recreating it. One guess is that there is something inside the data that is tripping things up. A w…
-
How much is "large"? How many rows? How many MBs of data?
-
I think the issue was that your local machine had an older utilities than your server because I was able to recreate this bug and fix it in 2.1.1 RC5. I figured, while I was in the code, I might as well add some quality of life enhancements. I upd…
-
Guess what I just learned? From the SMTP specs. Without some provision for data transparency, the character sequence "." ends the mail text and cannot be sent by the user. In general, users are not aware of such "forbidden" sequences. To allow al…
-
I'd like you to try SRP Mail 2.1.1 before I troubleshoot this. If the issue persists, let me know and I'll take a deeper dive. Are you using SSL or TLS?
-
I'll look into it. Right now, the installer is just using RDKINSTALL, and RDKINSTALL doesn't seem to bother with providing such errors.
-
Perhaps the CellProtection or CellEditMode properties? Funny I didn't think to mess with those. This control has grown so much over the years that I forget the interactions that I, myself, have programmed. Go figure.