Re: [Tkinter-discuss] Pmw problem in cygwin with Tkinter

2006-01-09 Thread Stewart Midwinter
On 1/9/06, Mohammad Tayseer <[EMAIL PROTECTED]> wrote: > hmmm, i would use another approach. I would reimplement all the underlying > commands and leave the other parts untouched. you may find some commands > similar (like cd) and you will implement only the non-existing commands > (like ls) which,

Re: [Tkinter-discuss] Pmw problem in cygwin with Tkinter

2006-01-09 Thread Mohammad Tayseer
hmmm, i would use another approach. I would reimplement all the underlying commands and leave the other parts untouched. you may find some commands similar (like cd) and you will implement only the non-existing commands (like ls) which, i think, won't be too many Yahoo! Photos Ring in the New Ye

Re: [Tkinter-discuss] Pmw problem in cygwin with Tkinter

2006-01-09 Thread Stewart Midwinter
On 1/9/06, Mohammad Tayseer <[EMAIL PROTECTED]> wrote: > i dont know why will you rewrite the Pmw part and not changing the console > commands themselves. i rewrote the commands in the code snippet you sent > before to use windows commands and it worked Perhaps I wasn't very clear on the nature of

Re: [Tkinter-discuss] Pmw problem in cygwin with Tkinter

2006-01-09 Thread Mohammad Tayseer
<[EMAIL PROTECTED]> and we don't have time or resources to port theapp to windows at this time. try to steer clear of Pmw and just use native Tkinterwidgets. No problem with any of them so far. i dont know why will you rewrite the Pmw part and not changing the console commands themselves. i rewrot