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 screen manager assigns a unique softButtonID to each soft button in the Show request starting with zero. However, it appears that on SYNC 3.0 the module will not send OnButtonEvent notifications when the soft button is selected if the softButtonID is zero. It will send the OnButtonPress notification.
When I configured the screen manager to set the first softButtonID to 100, I received the OnButtonEvent notifications. A workaround for this bug might be to start setting the softButtonIDs at 1 instead of 0.
Reproduction Steps
Use the screen manager to set two soft buttons.
Connect to the SYNC 3.0 module using an iAP (USB) connection.
Select the left-most soft button on the HMI (i.e. the button with softButtonID set to zero)
Expected Behavior
When the button is selected the module should send two OnButtonEvent notifications and one OnButtonPress notification.
Bug Report
The screen manager assigns a unique
softButtonID
to each soft button in theShow
request starting with zero. However, it appears that on SYNC 3.0 the module will not sendOnButtonEvent
notifications when the soft button is selected if thesoftButtonID
is zero. It will send theOnButtonPress
notification.When I configured the screen manager to set the first
softButtonID
to 100, I received theOnButtonEvent
notifications. A workaround for this bug might be to start setting thesoftButtonID
s at 1 instead of 0.Reproduction Steps
softButtonID
set to zero)Expected Behavior
When the button is selected the module should send two
OnButtonEvent
notifications and oneOnButtonPress
notification.Observed Behavior
When the button is selected the module only sends the
OnButtonPress
notification.OS & Version Information
The text was updated successfully, but these errors were encountered: