Quoting Felix Wiemann <[EMAIL PROTECTED]>:

> David Tweed wrote:
>
> > Cas Cremers wrote:
> >
> >> I'm running the current version of ion3 from svn, and I cannot get the
> >> min_tabs.lua script to work. I've put it in my ~/.ion3 directory, and
> >> added 'dopath("min_tabs")' to cfg_ion.lua.
> >>
> >> It doesn't generate any errors, but it doesn't seem to work either.
>
> Same problem here.
>
> > [...]  If it's not a path issue, could you try adding following print
> > statements and letting me know what output, if any, is generated.
>
> | finished hook setup
> | in base call
> | in base call
> | in base call
> | in base call
> | in base call
> | in base call
> | in base call
> | ...

Just so I can attempt to relplicate, what version of Ion3 are you using? It
looks it's never deciding that it's been invoked on a suitable WFrame. I seem
to recall that IonFrame et al became WFrame about September time last year, so
it won't work with a snapshot from before then. Equally, maybe there's some
minor  naming change after the version I'm using (20050102)? Finally, since lua
scripting is supposed to be fail-soft you could remove the

if obj_typename(fp)=="WFrame" then

and corresponding "end" and see if it works (albeit with perhaps some error
messages due to the toggle_tabbar ending up being called on inappropriate
stuff).



Reply via email to