Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,143
- Last Active
- Roles
- Member
Comments
-
Everything except the auto text settings are in the registry at Computer\HKEY_CURRENT_USER\SOFTWARE\SRP\SRPEditor. And may I ask where I would find the auto text? I haven't required the auto text for a while and I went to use it today and my optio…
-
Even though it’s faster in OI 9, we can do better Love it!
-
I also wonder if this might be beneficial in both cases SRP FastArray In theory that would enable you to run just one set of code and not an if 9 else scenario
-
So that would appear to not be the problem, but it may be indicative. If setting the itemlist is fractionally slower in 10 than in 9 yet is still the faster approach in 10, perhaps itemdata is also fractionally slower in 10 and you're seeing a compo…
-
Ok, 10,000 items is far far more items than I expect to ever have in a tree, so it probably won't affect me. But, you've got me curious... :) I'm still wondering about the actual itemlist call itself though. If you start your benchmark immediately…
-
Ballpark, how many items in the list before you notice the difference? Is it the set_property itemlist that has the noticeable difference? Or you haven't benchmarked to that level and you're referring to the block of code as a whole?
-
Oh, I missed an event. Thanks @DonBakke for jumping in front of me.
-
I'm likely going to do it anyway but if somebody knows that I'd be wasting my time and jumped in front of me to hold me up, I'd be willing to listen. :)
-
@DonBakke tbh I don't remember. It's been a while since I've played with it. It was just more of a suggestion of what I'd try next, based on the comment that it works most of the time on the same spreadsheet. I interpreted that as it both worked and…
-
I have been testing with two excel sheets, one 356 and one 18 rows. My program selects and then copies the entire sheet to the clipboard. I can run the program against these 2 sheets successfully most of the time, but sometimes it fails. Neither o…
-
How much data in the excel are you expecting to be dealing with? Is the current approach selecting the worksheet and copying that to the clipboard, or are you using a more granular approach and specifying particular ranges, for example, a row or an …
-
How much work would it be to replace the OI table with an SRP one? The additional events are usually what motivate me to put in the effort. Sometimes, it's a complete replace and other times it's a combination of hiding the original OI table and pro…
-
Delimiters in the key is the problem. At least I think so. I'll know soon
-
First up, I'll admit I haven't really digested the last few entries here. You guys look like you're having a lot of fun but I'm not desperate enough for a solution to jump in and start playing. I did however, just stumble over a more direct example …
-
Definitely not just you Mind you, after taking this screenshot, I just opened the screen on the right in form designer and resaved it and voila, it is now consistent with the desired scheme. So simple fix this time but a nuisance that it had to be…
-
I get the advantages. I just don't rely on it anymore. I modify the caption on the application manager and just check that with a scroll over the taskbar whenever I'm in doubt.
-
-
Not that it helps but I had a customer for whom I did something similar. As I was practically rewriting the app, mostly converting all logic from event scripts to subroutines, I created a complete new app for them to test with and changed the backgr…
-
so that's the same error you were getting in this forum post. Did you get to a resolution for that one?
-
See @DonBakke
-
Not knowing how long it will take to organise installation of the VC++ Runtime, I just thought I'd offer up a little more available info while we wait. :) From personal experience and by looking at the app in front of me, I can see that those are th…
-
@DonBakke I'm not directly involved in this installation so I can't definitively answer your question but I can narrow it down to four controls. The four controls initially loaded are * Ribbonbar * Popup * Statusbar * Subclass
-
That's what my memory said but I don't have a copy of rdkmoduleinstall source to confirm or to modify. Don't really want to modify it anyway. What I did do, was create a separate function of the same name as my original with "_POST" concatenated an…
-
FWIW, at some bigger clients, we would keep an empty copy of the lk and ov files for syslists on hand. Whenever syslists became large enough to hinder performance, (and it inevitably would regardless of our attempts to clean it out on the fly), we'd…
-
Time in datetime is a decimal not a time(). Check out https://wiki.srpcs.com/display/SRPUtilities/SRP_DateTime
-
Oh, I get that it's a deployment problem and I'm not throwing any shade on the F6. In fact, the primary reason I use it is for this purpose; to add routines from the parent app because I've changed them whilst testing in the child app. I'll admit, …
-
@DonBakke, that makes sense. Means I for one, need to be more cautious when using the F6 option. Sometimes I deploy out of a child app just because it's the one I'm currently logged into. In theory, that means that I may unintentionally deploy a ch…
-
Obviously, I could test for myself but maybe you have the answer already Barry. What happens in either OI9 or 10 if you are in the child app DEALER and you use the F6 to add a routine from the parent app PBC, but a version of that routine also exist…