Objo: Selecting a Tab Panel "Tab" with the keyboard

HI Garry,

I have a Window containing a Tab Panel of 3 tabs. Now I want to select (change) a tab by pressing alt+1 (for tab 1), alt+2 (for tab 2) and so on.

The problem is that I cannot find a way to do this. Can you please help me and tell me how I can accomplish that.

I am working for a while now with Objo Studio and I am surprised how clean the UI is. Whatever I did, I did not receive a single crash.

What I noticed is that when I make an error, the debugger shows a breakpoint on the line following the error. I was expecting that the breakpoint will be on the same line as the error. However the error message line reference is the one from the error. Maybe it is my logic here which is flawed. I just want to know if my thinking is flawed, no need to change this.

I like to work in your application Garry. The more I work in it, the more I like it.

Thank you so much in advance for your help, which is appreciated.

KInd regards,

Chris

Hi Chris,

with the accessibility features of Avalonia GUI you press Tab mutliple times to select tru the controls and then the cursor keys for the tab you want.

@tkaltschmidt
Hello Thomas,
Thank you so much for your reply which helps me a great way forward.

You are correct, pushing the Tab key several times until the tab panel is active, then I can navigate with the left and right arrow key through the tabs is exactly what I want.

Your advice is much appreciated.

Kind regards,

Chris