Re: [Amsn-devel] Rev. 9049 broken

2007-09-26 Thread Harry Vennik
Hehe, found it! On Tcl/Tk 8.4.13 the hard-coded preferences item is only displayed if ::tk::mac::ShowPreferences exists!!! Seems very good behavior to me. So probably, 8.4.14 is just buggy Harry Op 26-sep-2007, om 10:13 heeft Harry Vennik het volgende geschreven: > There is still somethi

Re: [Amsn-devel] Rev. 9049 broken

2007-09-26 Thread Harry Vennik
There is still something wrong about this... Running on Tcl/Tk 8.4.13 on MacOS X 10.4.10 i get te following: - Running latest svn version (trunk) of aMSN i get double preferences item (first one translated, second not translated) - Running aMSN version from 0_97 branch i do not get double pref

Re: [Amsn-devel] Rev. 9049 broken

2007-09-21 Thread Tom Hennigan
:-$ Sorry!! But thanks for fixing it! - Tom On 21 Sep 2007, at 15:51, Boris Faure (aka billiob) wrote: > Ok, should be fixed now. > > @NoWhereMan : thanks > > On 9/21/07, Boris Faure (aka billiob) <[EMAIL PROTECTED]> wrote: >> On 9/21/07, NoWhereMan <[EMAIL PROTECTED]> wrote: >>> Probable reaso

Re: [Amsn-devel] Rev. 9049 broken

2007-09-21 Thread Boris Faure (aka billiob)
Ok, should be fixed now. @NoWhereMan : thanks On 9/21/07, Boris Faure (aka billiob) <[EMAIL PROTECTED]> wrote: > On 9/21/07, NoWhereMan <[EMAIL PROTECTED]> wrote: > > Probable reason: ::tk::mac namespace does not exist when you're not OnMac. > > Probable fix: wrap the proc ::tk::mac::ShowPreferen

Re: [Amsn-devel] Rev. 9049 broken

2007-09-21 Thread Boris Faure (aka billiob)
On 9/21/07, NoWhereMan <[EMAIL PROTECTED]> wrote: > Probable reason: ::tk::mac namespace does not exist when you're not OnMac. > Probable fix: wrap the proc ::tk::mac::ShowPreferences definition into > an if [OnMac] {} > > so: > > > if [OnMac