While implementing our app in the RFSOM BOX GUI in PackRF. I noticed that left_btn was disabled. Is any reason why it is disabled? Can I enable it?
While implementing our app in the RFSOM BOX GUI in PackRF. I noticed that left_btn was disabled. Is any reason why it is disabled? Can I enable it?
It's been a while, but as far as I can remember, the left_btn is disabled because you need a way to return to the main menu that does not rely on the app that's being run. In theory you can override that but you need to make sure that the app you are running "behaves". The description in this commit mentions the same thing - https://github.com/analogdevicesinc/rfsom-box-gui/commit/9ad5cf5cacb1cfd94d077a5962dbc033661a5b0e
Uncomment these lines if you want to enable it - https://github.com/analogdevicesinc/rfsom-box-gui/commit/9ad5cf5cacb1cfd94d077a5962dbc033661a5b0e#diff-67a4010131561cd2fc66296c5ca552b8bcb0c97ee30e7a5e9838b2ea34a9db3aR40-R42
-Adrian
It's been a while, but as far as I can remember, the left_btn is disabled because you need a way to return to the main menu that does not rely on the app that's being run. In theory you can override that but you need to make sure that the app you are running "behaves". The description in this commit mentions the same thing - https://github.com/analogdevicesinc/rfsom-box-gui/commit/9ad5cf5cacb1cfd94d077a5962dbc033661a5b0e
Uncomment these lines if you want to enable it - https://github.com/analogdevicesinc/rfsom-box-gui/commit/9ad5cf5cacb1cfd94d077a5962dbc033661a5b0e#diff-67a4010131561cd2fc66296c5ca552b8bcb0c97ee30e7a5e9838b2ea34a9db3aR40-R42
-Adrian
Yes, I noticed that. Thank you very much for the reply.
One more question. Since I did most of the testings on my keyboard, the keyboard equivalent buttons for up_btn, down_btn, and right_btn are up, down and right keys. What are the keyboard equivalent buttons for center_btn, wheel_up and wheel_down buttons?
I think they are mapped to page up page down or the mouse wheel.
Center button is return.