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
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
:-$ 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
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
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