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,155
- Last Active
- Roles
- Member
Comments
-
Thanks Don
-
I just stumbled over the "bookmarks" reference in the registry and I've got sooooo many listed there but I'm not sure how they came about.
-
Wondering if the reason the bookmarks suddenly started appearing in random places ever get identified? I know I experienced it too, though don't seem to be at the moment. I've never intentionally utilised the bookmarks feature so it was a bit of a …
-
I have a long standing utility whereby users can drop files onto a picture control and then associate the file/s with multiple records from two different tables, say workers and sites. A newish request has come in whereby the customer wants to assoc…
-
All good Kev. The penny dropped once I saw recordToRow returned zero. I really think it was just that one line I quoted that sent me down the garden path. It implies, at least to me, that you can set the property/state of any data row which when you…
-
Probably not surprisingly but just found this applies to OI message boxes as well that are of type Response. The response won't be returned unless you pass the name of the window that contains the panel as the parent even if it is a function of the…
-
Haven't tried it but as the row indicator is a header column could the headerimage property still work? Set_Property(@Window:".OLE_EDITTABLE", "OLE.HeaderImage[1; ":rownumber + 1:"]", 2) With headers, the columns are offset to the data columns so …
-
That many records in that few seconds is an impressive feat on its own I'd say.
-
It's that two logically connected pieces of the code (the then and the else clauses) are written far away from each other. In other words, it's hard to know what then clause an else clause is connected to if the else clause is separated from the the…
-
That I was. I was hoping you had a new control that solved my displaying pdfs issues. I see now though, why you asked for clarification.
-
You mean in case we're talking different things? Why certainly. For displaying pdfs, I use to use an ole control with an id of Acropdf or something along those lines and then do a send_message LoadImage or again, something like that. Memory is a b…
-
Fair enough. I was thinking hoping you had found a way around those issues we've also experienced. It seems you have not. Actually kind of glad for this conversation just to know I'm not the only one experiencing those inconsistencies.
-
SRP Preview control (for the PDF/file preview on Form 3)
-
Apologies, it's late, actually early now so things are taking a bit longer to filter through the fog. It makes sense now. It didn't roll back, it had just never been updated past the point where the bug was introduced. Ignore me.
-
Crisis averted. Couldn't copy over. Had to rename then copy. I don't understand how it could have rolled back though. Not being able to copy over I understand but going "nope you can't copy over me and what's more, I'm just going to revert back a c…
-
hhhmmm???? the dll is 2.0.2 RC5
-
That's where I was confused. I don't get the issue on my laptop either and I followed the same procedure as I did there. It's why I was confident to do it on site. How do I confirm their version of the utilities? Edit: Ignore that question
-
Editor 3.0.3 Utilities 2.1.2 Controls 4.1.5 Running on Windows Server 2012 R2
-
Hey Kev, Was just doing that. I rolled it back to 4.1.2 and the problem remains. Turns out it is to do with srp_array("rotate") and occurred on the initialisation not the setting of the list. Sorry about the bumsteer, that's just where I noticed it…
-
Now I've got the licensing sorted I'm simply kicking myself I didn't ask five years ago. Nice job Kev, you've done it again.
-
So I got all excited when I saw this but being that it's Easter weekend hadn't gotten near my PC to try it. Have now downloaded, unregistered the old and registered this version and this happens when I try and launch any of my apps. Stays visibl…
-
So this was/is a handy little tip but just to expand slightly on Matt's comment, It's not a permanent fix, but does the trick when required I just noticed that the controls box actually redraws itself every time you open a form. By not permanent I…
-
but I just changed it to a fixed width of 100 because if that would do it, that's a workaround I could live with. Alas, same symptoms.
-
Dynamic
-
ah yes. I took his third entry I would like to create a combo box whose drop down contains images and subconsciously combined it with his image inside combobox post to make an assumption about the colours. Of course we all know what assumptions …
-
Don, I'd never thought to use a UDC in that manner. I mean I've done what you're referring to but via a hidden control rather than a UDC. I shall keep that in mind moving forward. As for Josh's question, I think, after rereading a couple of times t…
-
I recommend subclassing It can take a little to get your head around it and it's a bit of code to set it up but if you make the effort and do so thinking generically you'll probably find yourself using it extensively
-
What he said
-
From memory, I think the changed event only gets triggered if you click on an item but not if you scroll through. I've implemented lostfocus events on subclassed editlines (out of habit now) but I think that was the reason - the changed was not a re…
-
For whatever reason I haven't updated my dev version of the utilities to keep in sync with production so yep it's an old one - 1.5.8 When I look at the live data I see it hasn't actually worked in a few years so it could have broken at any point. …