hi all,
my manager wants me to make the menu of a wxPython application right
aligned can you please tell me what is the configuration to do so
please send me an example
Best Regards
hg
Hi,
···
On Wed, Feb 10, 2010 at 5:33 AM, shang <shang5000@gmail.com> wrote:
hi all,
my manager wants me to make the menu of a wxPython application right
aligned can you please tell me what is the configuration to do so
please send me an example
This is not supported by wxMenu, nor is it expected behavior in any
regular application.
If your deploying for Windows only, it may be possible to modify
wx.lib.agw.flatmenu to be able to do it.
Cody
Hi,
···
On Wed, Feb 10, 2010 at 11:01 AM, Cody Precord <codyprecord@gmail.com> wrote:
Hi,
On Wed, Feb 10, 2010 at 5:33 AM, shang <shang5000@gmail.com> wrote:
hi all,
my manager wants me to make the menu of a wxPython application right
aligned can you please tell me what is the configuration to do so
please send me an exampleThis is not supported by wxMenu, nor is it expected behavior in any
regular application.If your deploying for Windows only, it may be possible to modify
wx.lib.agw.flatmenu to be able to do it.
After seeing your other posts, if your looking for right to left
support for Arabic. You could try calling
wx.Frame.SetLayoutOrientation(wx.Layout_RightToLeft) on your frame to
see if it has any affect on the menus or not.
Cody
hi cody,
can you please send me the a working example
Best Regards
hg
···
On Wed, Feb 10, 2010 at 7:01 PM, Cody Precord codyprecord@gmail.com wrote:
Hi,
On Wed, Feb 10, 2010 at 5:33 AM, shang shang5000@gmail.com wrote:
hi all,
my manager wants me to make the menu of a wxPython application right
aligned can you please tell me what is the configuration to do so
please send me an example
This is not supported by wxMenu, nor is it expected behavior in any
regular application.
If your deploying for Windows only, it may be possible to modify
wx.lib.agw.flatmenu to be able to do it.
Cody
–
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
Hi,
···
On Feb 11, 2010, at 1:46 AM, Hatem El-Zanaty wrote:
hi cody,
can you please send me the a working example
No, you should do your own work