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
-
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.
-
The default behavior doesn't allow this because you end up with two functions mapped to the same action. If you really need this feature, then you can do it manually. Essentially, choose an action like double-click or right-click. On the event, chan…
-
4.1.4 has been officially released on the products site. That is the latest release.
-
Sorry, Colin. Somehow I overlooked this post. Sadly, no, the marquee does not support text.
-
Check boxes don't support Commands and therefore can't be disabled. Only buttons can be disabled. The thinking was that other kinds of controls should be used sparingly to avoid turning the Ribbon into a form. You can hide a check box using the Cont…
-
The problem is that the rows don't move when you sort because the "rows" aren't being sorted. Rather, you are simply re-loading the table with data you've sorted outside of the control. I'm afraid your only solution is to follow up your sort with an…
-
We've been running it through it's paces with a particular client, so it's nearing completion. Note, however, that this tool will not just automatically work with existing Git repos. It's designed to synchronize the OI Repository to a single Git Re…
-
-
You can set the control's Border property in it's properties panel.
-
I've been trying to recreate this, but I'm not having success. What is underneath the Backstage? Is it an MDI window or just a regular window? How are you disabling the controls? Normally or with the Hard flag? You said it is more frequent when the …
-
Jim. Download version "4.1.5 Test" here. You can just replace the OCX you have. This version will create a file called titlelistdump.txt in the working directory every time the OLE.TitleList property is set. Make sure to run this in the environment …
-
Both files are identical and producing the correct Unicode value of @VM which I suppose means programmatic conversion to Unicode is working regardless of environment. I think the next step is for me to create an SRPControls.ocx build just for you th…
-
Yes
-
No worries. For what it's worth, I've been there.
-
BACKCOLOR
-
Static controls do not support text selection. You can fake it using edit box controls with no borders and matching the background to the form.