Hi,
I'm evaluating your framework and decided to refactor some existing functionality leveraging your framework.
I have a wizard which is based on a Dialog and a number of DialogPane(s). Each page of the wizard is displayed by changing out the DialogPane.
The wizard leverages the functionality that comes with Dialog (eg. ResultConverter) and DialogPane (eg. button support ).
The problem I am running into right away is that Dialog isn't a Parent and cannot be considered a valid view from FluentLoader's perspective. Is there any reason for this restriction?
Thanks
Grant