Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: a(Tiny)ComboBox

2 views
Skip to first unread message

ulis

unread,
Feb 2, 2003, 10:10:13 AM2/2/03
to
Owner/Maintainer maurice ulis, Version 0.9, Works with 8.4+

A Tk listbox based combobox.
With a string match patterns searching.

Download: http://perso.wanadoo.fr/maurice.ulis/tcl/Tinycombo

ulis
---
Don't let Ayatollahs think for you!

Jeff Godfrey

unread,
Feb 2, 2003, 10:37:26 AM2/2/03
to
"ulis" <mauric...@wanadoo.fr> wrote in message
news:29de415e.0302...@posting.google.com...

Ulis,

I just dl'd your tinycombo widget. I immediately ran into a problem when I
tried to [package require] it into a test script. The problem is in your
pkgindex.tcl file. It contains a hardcoded path that's specific to your
system:

package ifneeded Tinycombo 0.9 { source d:/mb/src/Tinycombo/tinycombo.tcl }

It should probably be changed to something more generic, like:

package ifneeded Tinycombo 0.9 [list source [file join $dir
"tinycombo.tcl"]]

I haven't really played much with the widget itself, so I can't really
comment yet, although I do look forward to experimenting with it when I have
some time.

Best regards,


Jeff


ulis

unread,
Feb 2, 2003, 1:19:40 PM2/2/03
to
> I just dl'd your tinycombo widget. I immediately ran into a problem when I
> tried to [package require] it into a test script. The problem is in your
> pkgindex.tcl file. It contains a hardcoded path that's specific to your
> system:
>
> package ifneeded Tinycombo 0.9 { source d:/mb/src/Tinycombo/tinycombo.tcl }

Thanks Jeff. I changed that.

ulis

0 new messages