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
The code really needs to give a warning if the user has not visited all the preference panels.
Currently, the problem is a value is returned by the java getPrefs function even if the value is not available - it is just the wrong value is returned. But I can check if all the values from a panel are returned as black -16777216, and if so assume the panel is not being exported correctly.
The text was updated successfully, but these errors were encountered:
The code really needs to give a warning if the user has not visited all the preference panels.
Currently, the problem is a value is returned by the java getPrefs function even if the value is not available - it is just the wrong value is returned. But I can check if all the values from a panel are returned as black
-16777216
, and if so assume the panel is not being exported correctly.The text was updated successfully, but these errors were encountered: