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,048
- Last Active
- Roles
- Member
Comments
-
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. …
-
I modified all the "SETVALUE" commands to be the equivalent "ADDVALUE" and got the desired result. Problem solved. Mystery not.
-
What a hidden gem! Good catch all round.
-
Thanks Don. I have done this. Now it's just a waiting game till it stops working again. I'll update you if I get anything of value.
-
The emailing process is generic and writes a log to a text file. There are no logs for the periods the emails aren't being received.
-
Heat's not too bad here but I've been choking on the smoke for days
-
Don't be so hard on yourself Colin, we all know you're new to this. Heads up, watch out for elusive commas in your code as well.
-
C'mon Don, no hiding it now. We all know "Kevin" is just an alias.
-
borrow these for when you need a second pair of eyes and then these ones for when the first pair notice the missing comma
-
-
Except that Colin only has one multidimensional array and wants to reduce it to say only "UNPAVED" items or only "CIRC FOOTPATH" items? Personally I've used the loop approach but I reckon I could break for lunch while it was happening if I was deal…
-
I've also seen this consistently and can recreate it, though not necessarily on demand. I think you may need to have an item selected first and then the tooltip highlighting another item but you don't need to change apps to identify when it will ha…