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,233
- Last Active
- Roles
- Administrator
Comments
-
No. It scans from the top. It is slooooooowwwwww for large sets of data.
-
It sorts by the item's text.
-
No, sorry. It only does alphabetical case sensitive sorting.
-
Wow. What an oversight. This feature has been supported since 2.0. I updated the documentation to show that there is in fact a CaseSensitive parameter. Set it to 0 to sort insensitively.
-
Context menus work, and I'm glad you have a work around. I'm still stymied as to how your selection is going away. I'd have to see your Add logic to diagnose further, but if you're happy, I'm happy. :)
-
Even if you have another solution, I feel like there is an important miscommunication happening here. Selection and focus are two different things. The dotted line is focus, and it will always go away when you click on the button because focus leave…
-
I've just released SRP Utilities 2.0.5. This new installer should not have the REVCAP32.DLL error.
-
Are you adding items by replacing the ItemList property or by using the AddItems method. The latter should not affect selection.
-
This is a known problem. It seems to be due to upgrading the version of NSIS we use to create our installers. We are working on a fix.
-
I think the problem is your reliance upon focus when using a button to add items. The point of focus is to mark the keyboard's location. This is critical for people using the keyboard to navigate the tree. But your button uses the mouse to add items…
-
My guess is Windows Vista is missing the C++ runtime that is usually already on modern OS that still get regular updates.
-
I can investigate the issue, but there's no way for this perform well with that many rows. A lot goes on behind the scenes to manage all these rows. Sorting, data conversions, parsing. etc. Practically speaking, I have to ask, what good is displayi…
-
The SRP Tab Control emulates how Windows has always handled multi-row tabs. While it may seem awkward to you, I'm not sure that all your users would feel the same way. I agree with Don. I personally don't like multi-row tabs just because it makes t…
-
I know the OS is Win10, but is this via Citrix terminal?
-
There are couple of reason the arrows wouldn't work that are legitimate. For instance, if a cell is in edit mode and is multi-lined, then naturally the down arrow would move the cursor within the cell. Also the table behaves like the OI edit table b…
-
Showing a row as selected is merely an issue of appearance. The SelectionStyle property allows you to determine how the table appears when a cell is selected. Officially, a single cell is still selected, but you can make it the whole row highlighted…
-
No, you're right. We plan to document it in SRP Editor as well, especially since the SRP Editor has some unique interactions with the precompiler.
-
https://wiki.srpcs.com/display/SRPUtilities/SRP_PreCompiler
-
To answer your earlier question, when you set RowsToRecords, you are effectively telling the table to automate things for you. In this case, when you use CellMerge, the table will effectively copy that setting to all subsequent "record", ensuring a …
-
Try this version of SRPUtil.ocx.
-
Install the RDK to be sure.
-
Try SRP Utilities 2.0.3.
-
You're right. I wouldn't expect this. I would expect the blank cells to sort below the numbers since this is a descending sort. Let me take a look.
-
The Command parameter for SEND_SES accepts anything you could legitimately type into the System Monitor. Thus, you'd pass multiple parameters as comma delimited within the Command string, quoting each parameter.
-
I just realized you are asking about the OI EditTable whereas my above advice was for the SRP EditTable. I know such a feature does not exist for the OI table, and I am unsure if you can simulate like I suggested above using mouse clicks and Wingdin…
-
That's not a supported feature. At best, you could use a Wingdings font to put the picture of a checkbox and respond to the OnHeaderClick event to simulate the action.
-
Documentation for both Extended BASIC+ and Unit Testing is forthcoming.
-
I wonder if the picture control just doesn't realizes it needs to refresh itself. When is the picture loaded? During READ or CREATE?
-
@CorbyNagel is correct with the exception that you don't need to search the registry. SRPUtilities.DLL is not registered. Just find it in your OI directory, right click it to view Properties, and go to the Details tab. Something like @BarryStevens'…
-
1. I'm not sure without seeing the code or the image. 2. The zoom level increases/decreases by a fixed percentage of the image size. The bigger the image, the bigger that change for each zoom level. Thus, a particularly large image will be too large…