Bill Barnes wrote:

> Installed 1.2.2 on Win95 box and have an array of widgets that includes
> entryfield, spinint, notebook tabs, scrolled text.
> Also have a copy of TclPro1.4 (evaluation) on this machine.
>
> The Linux tool palette stops at vertical scale.  That is 17 fewer widgets than
> on Win95.  This box is Debian 2.2, but the vtcl was installed on both machines
> from the tarball.  There is also an evaluation copy of TclPro1.4 on this
> machine.
>
> The Win95 machine reports libraries available:
>   (not detected) BLT Widgets Support Library
>   Tcl/Tk Core Widgets Library
>   [Incr Tcl/Tk] MegaWidgets Support Library
>   (not detected) Tix Widgets Support Library
>   (not detected) Mclistobx Support Library
>   (not detected) Combobox Support Library
>
> The Linux machine reports libraries available:
>   (not detected) BLT Widgets Support Library
>   Tcl/Tk Core Widgets Library
>   (not detected) [Incr Tcl/Tk] MegaWidgets Support Library
>   (not detected) Tix Widgets Support Library
>   (not detected) Mclistobx Support Library
>   (not detected) Combobox Support Library
>
> So, it looks like MegaWidgets is the current problem, but what about all these
> other libraries not detected.
>

[incr Tcl/Tk] is installed as a package, therefore it needs to be in the $auto_path
[incr Tcl/Tk] is part of Tcl Pro.

Try typing in the Visual Tcl console:

package require foobar

Then:

package names

If itcl, itk and iwidgets are in the list, [incr Tcl/Tk] should show up. If not, there 
is
something wrong.

BLT is an extension for drawing charts and graphs (available separately from vTcl).

Tix is a set of megawidgets like [incr Tcl/Tk] megawidgets.

Mclistbox and Combobox are available from the visual tcl page on Sourceforge.

>
> Very pleased at the resurgent development of this tool.

(and I keep adding new stuff ! it's fun)

> I am attempting to
> add a database connection to the package that will populate appropiate screen
> fields and perform updates of the database.  The database will be, at least
> initially, PostgreSQL.  I will, of course pass the results back to the
> community.  TCL is a new language for me and I will probably lift something
> out of pgaccess, a TCL program, which nicely handles Postgres connections.

Yes, definitely the cool thing to do. A good idea would be to handle various
datasources, for example mySql, Postgres, ODBC (via OLE Automation), etc. maybe
via a generic mechanism. Then we have a serious competitor to Visual Basic for
RAD !

> If somebody has already done this and I haven't uncovered it, it isn't because
> I haven't tried!  So, if this feature exists, please point me to it, as I am
> not happy at re-inventing wheels.

I saw a web page with a prototype generating tcl/tk forms from a MySql database
but I don't remember the address. Let me search for it again.

>
>
> Thanks,
> Bill Barnes
>
> ____________________________________________________________________
> Get your own FREE, personal Netscape WebMail account today at 
>http://home.netscape.com/webmail
> _______________________________________________
> vtcl-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/mailman/listinfo/vtcl-user

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user

Reply via email to