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
Yes, I noticed that. Thank you very much for the reply.
Yes, I noticed that. Thank you very much for the reply.