Hello,
On startup I need to call some datasources but after my UI is loaded to avoid nulls. I have tried overloading onLoad() as suggested in the docs on a Layout (method is in superclass Widget a few levels up) but it doesn't seem to get the call.
Any help appreciated,
Eric
On startup I need to call some datasources but after my UI is loaded to avoid nulls. I have tried overloading onLoad() as suggested in the docs on a Layout (method is in superclass Widget a few levels up) but it doesn't seem to get the call.
Any help appreciated,
Eric
Comment