in reply to Re: Re: Need some testers/Input
in thread Need some testers/Input

I did not use menues or toolbars as of yet because I am not entirely sure I like their appearance in Tk. Actially I know that I do not like their appearance.
But they look like standard menus... you're just reinventing a toolbar without images... users of your product would appreciate them.
As far as keyboard shortcuts I have created a few custom binding. Are you saying their is no place that lists thge shortcuts? Like in a help dialog?
Yes, there is no place that lists them (like a help dialog), and the critical ones are missing (Ctrl+O for open, Ctrl+S for save...)
What do you mean with regards to "working with a buffer"?
I click the New/Clear button. I type. I don't click the save or save as buttons. What do I have? That's right, an in memory buffer (probably a Tk::Text object).

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Re: Re: Need some testers/Input
by ZiaTioN (Novice) on Dec 30, 2003 at 07:42 UTC
    Umm.. CTRL+S does exist. That was the first custom binding I created. The open was one I was pondering along with a "new" on (CTRL+N).