Thomas E Enebo
Thomas E Enebo
@byteit101 ok it makes sense that this can be manual but I have to think the scenario I put above must be very easy t trip over for anything more...
@byteit101 Actually I guess not. All of these seem to be extending Object or the same thing as their parents. With some change we could probably make this fit a...
Thinking about this a little more over dinner....we could add an attribute to xml called: add_type: with a string list of a valid type (this could be a list perhaps...
Patrick, precompile what?
ahhh I see yeah we are not using Java reflection per se but we are using JI reflective methods to create those converters. When you first said this I thought...
It seems like anything which is wrapping an existing method in FX should be in the declarative space and generated and individual helper additions to a FX builtin class should...
rewriter definitely is broken in this case. It looks like two bugs in fact. All whens get the same 'else' added and also each case is only calling the first...
I doubt anyone will ever call 'discover_properties' outside of inspect, but the logic below seems like it belongs (in some form) in discover_properties just in case something else ever wants...
``` ruby columnSpan: 2 ``` colspan does seem to show up in the FX docs a lot but it is only for variable names. The property name is columnSpan.
Great idea! We should definitely hook this up or even better make a rubygem on top of it so we can drive FX GUIs using Ruby...