Julia Dudascik (Contractor)
2016-08-02 15:38:36 UTC
I have a series of FXMenuCommands in my FXMenuPane. These menu commands
have accelerators associated with them. So when I display the menu command,
I want to display its accelerator. I use the FOX function setAccelText. The
problem I have is that the Menu commands consist of strings of different
lengths. So, as a result, my menu command accelerators do not line up, as
shown below:
Open File ... Ctrl O
Save and Exit Ctrl S
How do I get my accelerators to line up? I have tried to insert a \t and it
does not help. I have also tried inserting blank spaces into my menu
commands. This does not seem to work with FXString.
Please help.
Julia
have accelerators associated with them. So when I display the menu command,
I want to display its accelerator. I use the FOX function setAccelText. The
problem I have is that the Menu commands consist of strings of different
lengths. So, as a result, my menu command accelerators do not line up, as
shown below:
Open File ... Ctrl O
Save and Exit Ctrl S
How do I get my accelerators to line up? I have tried to insert a \t and it
does not help. I have also tried inserting blank spaces into my menu
commands. This does not seem to work with FXString.
Please help.
Julia