You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on NovaUI 1.2.2. In two places in my code (BindOption for ToggleVisuals), before calling "SetDataSource(list)" I check to make sure it's not already set -- but doing "GetDataSource()" always returns NULL, even right after I call SetDataSource(list) with a non-null list.
"OptionsView" is a ListView.
dataSource.OptionNames is a List.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on NovaUI 1.2.2. In two places in my code (BindOption for ToggleVisuals), before calling "SetDataSource(list)" I check to make sure it's not already set -- but doing "GetDataSource()" always returns NULL, even right after I call SetDataSource(list) with a non-null list.
"OptionsView" is a ListView.
dataSource.OptionNames is a List.
Here's the code snippet:
Beta Was this translation helpful? Give feedback.
All reactions