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
-
Oh, I forgot that I recently had to fix this. Go to our downloads page and get the latest version.
-
You might be fighting with the ResetSelPos property. By default, this property is enabled because it emulates OI table behavior, which is to reset the position to the first cell as soon as the table gets focus. You can either set ResetSelPos to 0 o…
-
You've certainly earned this little feature with all the time you take to provide sample code and detailed recreation scenarios for me. It was to your benefit that this feature turned out to be very easy to add. When it's released, you'll simply set…
-
Your code helped me resolve the issue. This will be fixed for next release.
-
I was able to update the cell rendering logic to render the tab stops correctly, so that will be fixed in the next release. I still couldn't get the error box, so let me know if that's happening consistently and we can figure out how to replicate it…
-
Does it give you the SRP dialog consistently? I can recreate the tab rendering issue, but I can't get it to error out (which is essentially what happens when that dialog appears).
-
Yeah, this is the same issue as the CellMerge thread, so we'll call this fixed for now. I'll let you know when there's a release (or prerelease) build available.
-
So far I've been unable to recreate this. I presume you're using the ShowContextMenu method and the OnContextMenuClick event provided by the control? Are you also using the table's built in Cut, Copy, and Paste methods? It always repaints as soon as…
-
So, the cut/copy/paste is done on the cell that is currently in edit mode? And it's that cell itself that isn't updating? FWIW, when a cell is in edit mode, it's really just an EDITLINE control floating in place of the cell, so I don't see why the s…
-
You're right. It had to do with background color. This has been fixed for next release.
-
I can't recreate this one with a simple use of CellMerge and Multilined. The screenshot indicates that the multilined popup is failing to custom render the window border, which is why it looks like a regular window. This pretty unusual. If this issu…
-
Try downloading them again now and see if it's fixed. I think it was just a bad compile.
-
There is a way to override the icon, but I'm not convinced it will look any better. Something clearly didn't compile correctly. I'm looking into it now.
-
Matt, This has been fixed for next release. It was a bug related to logic attempting to make drawing more efficient through clipping, and in this case, it was clipping out the entire border.
-
I investigated this issue further, and I discovered why it hasn't bothered us in our applications. Usually, when you switch tab, focus should be moved to the first control on that tab. In your test window, that was not the case. Focus was remaining …
-
Good catch. This will be fixed for the next release.
-
Some of the code for ScrollPos got mysteriously deleted with the last release. ScrollPos will work as advertised in the next release.
-
Colin, Does the DataRow property (see attribute <3>) do what you want?
-
This was certainly a bug and will be fixed in the next release.
-
This looks like a bug. It appears that the selection is being moved to the first column, which is hidden, on each new row. I'll take a look at the code as soon as I can.
-
Ah, I see. You want to set the QuickTabOut property to false. By default it's on to emulate OI EditTable behavior, which is to allow the user to tab out of the control immediately if the SelPos is on the last row and the last row is empty.
-
If you make all cells selectable and one cell fully protected, which is what you've done in this code, then nothing is editable. If you want the user to be able to edit the first cell, then the protection needs to be set to None. Also, as an aside,…
-
So far I can't repeat the behavior. When I run your sample, the tooltip changes each time. I'm testing on Windows 8. What OS are you testing on? I tested both SRPEditTable.ocx 3.0.5 and SRPControls.ocx 3.1.1. According to your post, you seem to be o…
-
I see. You're right: it's either or currently. I've added the request to our feature tracker, but it won't appear until the next release, which might be a while. For now, can you live with manually selecting the row when the user clicks on a header?
-
I just tested this and I am getting the OnHeaderClick on every header cell. I'd have to see some of your code to discern where there might be a problem.
-
Okay, this is much more data driven than I expected. If it's not too much to ask, can you create a stand-alone window that recreates this issue then email it to me in an RDK?
-
I cannot recreate this issue, so there must be something specific about your setup that I am failing to mimic. Can you email me your setup code for the table? I don't need code for populating it's data. I can simulate that well enough. I only need t…
-
I do intend to get to it. I entered it into my bug tracker, but I don't have an ETA on it yet.
-
The OnKeyNavigationDone event has only one parameter: RepeatCount. I will investigate the "Edit" mode issue and get back to you.
-
SRP EditTable Control 3.0.4 and SRP Controls Pro 3.0.6 are now available for download. This contains the new OnKeyNavigationDone event.