Closed vcardillo closed 8 years ago
Actually, I got this wrong.
IF (selected=false), selecting OD in this case would just allow menu preview. BUT, it doesn't default to being selected.
IF (selected=false) THEN you can use the appOnDemandWidget.menuPreview object for the menu preview that the user would see if they tap on OD.
Please leave these open so I can verify.
WRONG. SEE BELOW.
If OD isn’t open (selected=false), then it isn’t selectable at all, and needs to be in a disabled state, until your init2 call would say otherwise (selected=true).