Hi all,
Originally I developed a widget in Mx 6.7.1 and got it working nicely. Now I need to upgrade to a newer Mx version (6.10.2), but am getting an error now on:
dojo/parser::parse() error Error: Currently not supported
it seems the 'dojo.parser.parse()' function is now not properly available anymore from within the Mendix Dojo version. I need this to trigger the creation of some needed child widgets in my own widget. Those child widgets are defined in the template of my widget with the data-dojo-type property. The dojo.parser.parse() function actually created those, but now is not working anymore.
Does anybody know what to do with this:
- why is it not available anymore?
- is there a workaround?
Any help would be great!