I have a very old project I’d like to resurrect and bring up to date - but it uses the now obsoleted Einhugur StyleGrid control.
Is there going to be a straightforward way to modify code originally written for StyleGrid to use the new Grid object when it arrives? or will the Grid control operate in such a radically different way this couldn’t be done?
Would it be feasible for example to create a class that inherits from Grid and then wraps a collection of methods and computed properties around the Grid in order to emulate the API of the old Einhugur?
If yes to any of this - Is there a beta version of Grid available yet?
Would it be wise for XOJO devs to maybe make such a “Wrapper” class in XOJO and included it in the examples directory - once Grid is out>