:-$ 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
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] {
proc ::tk::mac::ShowPreferences {} {
after 0