Re: Popups in tclkit's initScript

Goodwin <[email protected]> Tue, 3 Jun 2008 15:24:07 -0700 (PDT)
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <c64270cf-32a3-4ba6-ade3-fa34f2ed742b@m36g2000hse.googlegroups.com>
Apologies - I just check out a fresh copy and those additions aren't
there... I must of added them myself some time ago. For some reason my
svn client (TortoiseSVN) wasn't showing the kitInit.c as locally
modified.

Sorry!

Goodwin



On Jun 3, 6:09 pm, Goodwin <[email protected]> wrote:
> Hi,
>
> I've recently built tclkit based on the svn tclkit module.
>
> There is some coded added into kitInit.c's initScript string:
>
>     "tk_messageBox -message \"main found here: [file join [info
> nameofexe] main.tcl]\"\n"
>     "tk_messageBox -message \"file isfile: [file isfile [file join
> [info nameofexe] main.tcl]]\"\n"
>
> When a wrapped app starts up now the user is faced with these popups?
> Is this intentional or just some residual debug code?
>
> Thanks,
>
> Goodwin