03-14-2025 08:02 AM
@thomas-allibe wrote:
And NXG would be "fun"
Nope. I have no desire to figure out the C# involved, which, to my knowledge, the entire project is written in (no G code).
03-14-2025 11:18 AM
Q has a presentation which I think covers this although it's just about adding pages. I'm not sure if it's also relevant to editing existing pages.
03-15-2025 10:26 PM
03-18-2025 10:14 AM
Config file (.ini) read/write.
03-18-2025 04:07 PM
The Edit Events dialog...
Then I would redesign it to be optimized for event creation. Edits come second...As discussed here:
03-24-2025 09:41 AM
The Quick-Drop dialog/engine.
03-25-2025 04:33 AM
Give us the information needed to implement a community tool to manage the Compile Cache better:
03-25-2025 08:31 AM
03-29-2025 10:38 AM
@billko wrote:
Let's make NXG open source. Couldn't hurt.
Yes, please. I was excited to switch to NXG and got to do a few projects in it. It would be a perfect candidate for open source. There was so much effort already put into it, let the community pick it up and go from there.
04-04-2025 02:16 PM - edited 04-04-2025 02:18 PM
@Quiztus2 wrote:
Make the documentation of VI's open source. Periodically I think that some information is missing in the VI's documentation.
I would like to see a repo, where one could create a pull request for VI documentation.
E.g.
To more specific class:
VI Doc:
Typecasts a reference, such as a control or a type definition, to a more specific class or interface in the inheritance hierarchy.
Returns the input's default value when an invalid type cast occurs.
Html Doc:
...
For example, if Class A inherits from Class B, a variable of type B can hold a value of type A. You can use the function to downcast from type B to type A. If the typecast is invalid, this function returns an error at run time and an instance of the input's default value.
...
The pull request could then be peer reviewed for mistakes or different optimizations.
Just so you know, that my potential list includes this as #1. Thank you for your recommendation.