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,264
- Last Active
- Roles
- Administrator
Comments
-
Okay, then the overhead has everything to do with the Set_Property calls. There's just too many of them. I would opt, instead, to create a new filtered dataset to pass into the ARRAY property. If you need to know row numbers, you could create a hidd…
-
OLE.Redraw is only useful if you set it to 0 somewhere at the top. Setting it to 0 tells the table to not refresh the view until it's set to 1 again. In the code above, each time you set a row's visibility, the table is redrawn.
-
We haven't made a big announcement for the control because it's really just the same preview that's in Windows Explorer. The downside is that there is no control over what it will and won't preview and how it displays it. It depends what Windows sup…
-
I know now why MDI borders behave this way. Even though Windows 10 borders seem simpler, they are technically more complicated due to the drop shadows. This is done by compositing the window with the rest of the desktop. That same compositing cannot…
-
Can you make sure your client's SRPUtilities.DLL is actually 2.1.1 or 2.1.2 and not something older? Rotate had a bug in the past, but I've recreated your scenario here using the exact same data in your screenshot, and it rotates without problem.
-
The tables are clearly still there, but empty. Have you done any BASIC+ debugging to narrow down the issue? When you say latest, just to be clear, you installed SRP Utilities 2.1.2 and SRP ActiveX Controls 4.1.5? What version of Windows is your clie…
-
@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…