wxpygrep comment

Few suggestions from a UI point of view:

Another few:
- please don't use (0,0) as frame position, that's under the command bar
of MacOS X and makes it impossible to move the window. use (-1,-1)
instead.
- please use standard wx menu IDs, eg. wx.ID_EXIT for Quit, then some
menu entries move to the default place on MacOS X

I can send you my patched version (contains also a default editor entry
for OSX).

Greetlings, HR

Please do send me your version. I have no OSX machine. I'll post your version as soon as I get it.
Thanks
Paul Probert
pprobert@wisc.edu

ยทยทยท

Henning.Ramm@mediapro-gmbh.de wrote:

Few suggestions from a UI point of view:
   
Another few:
- please don't use (0,0) as frame position, that's under the command bar
of MacOS X and makes it impossible to move the window. use (-1,-1)
instead.
- please use standard wx menu IDs, eg. wx.ID_EXIT for Quit, then some
menu entries move to the default place on MacOS X

I can send you my patched version (contains also a default editor entry
for OSX).

Greetlings, HR