12-04-2020 12:31 PM
Y Controls are an alternative to X Controls and Q Controls. This table illustrates some of the differences:
Unzip the installer. Read the ReadMe. Run the installer.
If you're curious, look inside the source.
12-05-2020 06:41 AM
Maybe not. I'm finding newly introduced bugs. Stay tuned.
12-07-2020 03:16 PM
OK, throw away that other one and try this one.
12-11-2020 12:22 PM
I've made some minor improvements. Is anyone interested?
12-14-2020 02:29 AM
@paul_cardinale wrote:
I've made some minor improvements. Is anyone interested?
We're watching!
12-14-2020 07:34 AM
A few images or a PDF would help greatly in judging whether one should give it a whirl or not.....
12-14-2020 08:09 AM
@Intaris wrote:
A few images or a PDF would help greatly in judging whether one should give it a whirl or not.....
Indeed.
I glanced over it.
A big reason for QControls is the inheritance of control properties. If you create a string child, you inherit all the string properties. That's the entire set property for the entire control class hierarchy is implemented with VI class methods .
At a glance, YControls seem XControl based, and they don't have this ability. That is a huge downside.
I couldn't tell at a glance how\if you solved this.
12-14-2020 08:54 AM
wiebe@CARYA wrote:
@Intaris wrote:
A few images or a PDF would help greatly in judging whether one should give it a whirl or not.....
Indeed.
I glanced over it.
A big reason for QControls is the inheritance of control properties. If you create a string child, you inherit all the string properties. That's the entire set property for the entire control class hierarchy is implemented with VI class methods .
At a glance, YControls seem XControl based, and they don't have this ability. That is a huge downside.
I couldn't tell at a glance how\if you solved this.
From an instance of a Y Control (which is a cluster) on a front panel, the (only) visible element is an instance of the Facade.ctl. You can right-click on that cluster element and create a reference, property node, or invoke node to access all the methods and properties of the facade.
There is an XControl hiding inside Y Controls; but it's just a helper used to capture certain events, it doesn't impose it's limitations on Y Controls.
12-14-2020 08:55 AM - edited 12-14-2020 08:55 AM
@Intaris wrote:
A few images or a PDF would help greatly in judging whether one should give it a whirl or not.....
How about this.
12-14-2020 09:13 AM
That chm for me looks empty. I see the index, but it shows nothing where the actual documents should be.....