wxPython 2.9.2.1 and printFramework

Hello,

Can you add a keyboard shortcut or an accelerator key for the print button of printFramework module ?
Print ------> Ctrl + P (or p)

Why not use a menu bar in more for keyboard shortcuts ?
Print ------> Ctrl + P (or P )
Goto Page ------> Ctrl + A (or A )
Zoom Out ------> Ctrl + - (or - )
Zoom In ------> Ctrl + + (or + )
Close ------> Ctrl + Q (or Q )

Second problem, after the close button (or click on the Next Page button), why the tab traversal and / or the focus are they lost?
Identical with wxPython 2.8.12.1.

screenshot.png

···

#################

Also translate tooltip of buttons (see screenshot).

English | French

Print | Imprimer
First page | Première page # No translated
Previous page | Page précédente
Next page | Page suivante
Last page | Dernière page # No translated
Zoom Out | Zoom arrière # No translated
Zoom In | Zoom avant # No translated
Close | Fermer

If possible, i thanks you by advance.

Hello,

Can you add a keyboard shortcut or an accelerator key for the print
button of printFramework module ?
Print ------> Ctrl + P (or p)

Why not use a menu bar in more for keyboard shortcuts ?
Print ------> Ctrl + P (or P )
Goto Page ------> Ctrl + A (or A )
Zoom Out ------> Ctrl + - (or - )
Zoom In ------> Ctrl + + (or + )
Close ------> Ctrl + Q (or Q )

Please create a ticket for this at trac.wxwidgets.org.

Second problem, after the close button (or click on the Next Page
button), why the tab traversal and / or the focus are they lost?
Identical with wxPython 2.8.12.1.

And this as well.

#################

Also translate tooltip of buttons (see screenshot).

English | French
-----------------------------------------
Print | Imprimer
First page | Premi�re page # No translated
Previous page | Page pr�c�dente
Next page | Page suivante
Last page | Derni�re page # No translated
Zoom Out | Zoom arri�re # No translated
Zoom In | Zoom avant # No translated
Close | Fermer

The string constants are inside of _() as they should be, so it is probably just that the entries in the message catalogs haven't been updated in a while. A ticket (or patch) for this would be appreciated as well.

···

On 8/21/11 3:24 AM, CJC wrote:

--
Robin Dunn
Software Craftsman