Thanks, I’ve seen that. But he’s using all controls specifically from the “repository” group of XtraTreeList controls. I want to add a generic windo…
I’ve been playing around with this, but does anyone know if you can add a non-repository control to a column or individual node? I want a column of c…
This is really cool. Thanks for posting it. Wish I would have had more time to help you figure it out, but looks like you got through it just fine. …
Thanks for the workaround yannick.
Good find. I’d be interested in hearing what you find out.
Thanks Pete. I’ll take a look at that. Also note that the maximum, minimum, and increment values are also decimals. So you can set them using a flo…
Yeah, that’s exactly my point. Any reason you can think of that they wouldn’t convert decimals to floats instead of integers?
Hmmm… Doesn’t seem to work if the custom attribute is applied to an xref’s “actualBaseObject”. Bummer.
The nice thing about starting a process using dotNet is that you can redirect the output to a textbox so that you can actually see the results of the …
The only way I know of is to toggle it using “max showaxisicon”.
Great information. Thanks. I’ve run into each of those problems myself. Back to capturing mouse buttons… Running your script (which required a sm…
ZeBoxx2: .net timers are the devil’s work Just out of curiosity, why do you say that?
Yeah. Sounds like that’s the way to go. Bit of a shame though.
I thought about the box solution too. But the having the ability to set the step size and then just call PerformStep() on each iteration through a lo…