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,145
- Last Active
- Roles
- Member
Comments
-
The timer event works a treat. I've been ignoring that issue for so long. On occasion the debugger pops up with that error message but it's inconsistent and infrequent and generally only with the same window whereas I close pretty much every window…
-
Nope. Only promoted event is the ole event that this qualifies to. And I step that through and it all just goes through relatively harmless and then bings once we're done.
-
NoParamsToPass = 10 ; // Max Qualifier = '' If eventoff then // Want to turn processing off for this event Qualifier = false$ end else Qualifier<1> = 1 Qualifier<2> = NoParamsToPass:wwa_star$:@appid<1>:wwa_…
-
1. I can't speak definitively to this. I have a couple of instances where I do something along these lines but from memory I'm not totally sure what makes it work and what may be superfluous because I thought I needed it at the time. 2. The disadvan…
-
You and your sensible rebuttals. A use case I didn't consider. Probably because I've only ever had one instance where I've been required to do something along those lines and I used the tree control to do it. That worked for me but now I can see th…
-
Having used it extensively, I'd second the recommendation to use SetForm over AddCtrls. With monitor sizes and resolutions these days, I think AddCtrls adds limited value. If you need to use a panel to fit more controls on the form, you've probably…
-
-
Good suggestion. I have though just got an updated copy of the original source files and everything seems to be there this time. I must have just screwed up the original copy/paste somehow. Hopefully crisis averted.
-
Often when I "sync" systems I copy the lks and ovs in the root directory from one to another. I suspect this was the timing but it's still confusing as both systems should have been virtually identical and indeed most of it worked. I mean if I had a…
-
-
I've tried rebuilding system index to no avail.
-
I realise this means that the sysrepos record outlined in the error message is missing but I don't understand why or how to get it back. More accurately what to do to return all the missing entries as I don't know what else has gone awry.
-
@bhaughn, sorry no suggestions for resolving your issue. I just popped in to say
-
@josh as it seems you are experimenting and using large data sets, it might be worth it for you to check out this little FastArray nugget provided by SRP. Only you can determine whether or not it is beneficial to you.
-
use Itemlist to initialise the tree. Use the addItems method if you want to 'add' stuff after the fact, generally due to some user interaction. The OI select is one of the biggest drawbacks of OI. Yours isn't broken. It's consistent. With all the y…
-
I might make it a control flag somewhere that can be implemented as needed on a per client basis
-
This has cropped up for me again but with a different use case. We're rolling out some work utilising the sendHttpRequest service and whilst everything worked in testing, once we hit some clients, it worked for some and not for others. The solution …
-
Revisiting this now because after adding the flush/garbagecollect statements it has had no apparent affect on the issue that needs addressing. So the problem I need solving is how to prevent the engines maxing out the machines memory. The config is …
-
@BarryStevens, Yeah, that's what I really said.
-
With my correction out there, to achieve what you're after, a "Left" aligned caption, it's just more smoke and mirrors. Use two separate controls. One label control to serve as the caption and a Divider picture control without a caption alongside it…
-
Barry, I take that back. I misread your post thinking the captions were always left and you wanted them centered. Now that I've reread and retested, nope, they're always centered. Sorry for the bum steer
-
@BarryStevens, using the picture control as dividers, separators etc is the one time I use the properties box in the form designer. Everything you need is in there and it saves adding excess code to your commuter. It's just the simplest approach. Wi…
-
-
Removed them and significant, probably acceptable improvement. Started to put them back again and symptoms begin to reappear. I'm not a big fan of group boxes or excessive group boxes myself so perhaps just getting rid of them and selective impleme…
-
Not as extreme but same otherwise. Definitely affects controls in group boxes more than anything else.
-
I wasn't sure if it was form fixed or not so I fixed it. Alas, no improvement to the problem. FWIW, another symptom is the changing of the page after the tab (pushbutton) is clicked. It takes a few seconds to switch and you see each of the controls …
-
With some careful perhaps tedious planning, you can place all the controls on the one page, then use the click to manage visibility. Interesting you should use this example. Here's one I prepared earlier using the visibility method This was done t…
-
Yep but didn't want to make it too easy to understand by using proper terminology
-
There's no changed event but there is a click event. I'm working with one right now which is why I was able to answer promptly.