Also, the demo Tk apps shipped with it does not have any demo of
IWidgets.
Whats wrong here?
That sounds like an ActiveTcl version number.
> It has a lot of packages and the help file lists IWidgets too.
> But when I give the command,
> package require IWidgets
> It gives an error.
Was the error
can't find package IWidgets
Did you try
package require Iwidgets
(note the lower case w)
If that still reports not found, then try
$ teacup install --with-recommends Iwidgets
and see if that works.
>
> Also, the demo Tk apps shipped with it does not have any demo of
> IWidgets.
> Whats wrong here?
As far as I can tell, only the Tk demo apps are available with
ActiveTcl. Just download the Iwidgets source code and get its demos
from that source.
In addition, there is now a "demos" package in the teapot that brings
in several demos beyond the core Tk ones. Just do 'teacup install
demos'.
Jeff
Hello Jeff,
I tried 'teacup install demos' but teacup tells me
Resolving demos ... Not found in the archives. Note: Names are case-
sensitive.
Aborting installation, was not able to locate the requested
entity.
Searching for the demos package I get:
entity name version platform
-------- ----------------------------- ------- ---------------------
redirect activestate::activetcl::demos 8.4 aix-powerpc
Business Edition Only --- License required
redirect activestate::activetcl::demos 8.4 hpux-parisc
Business Edition Only --- License required
package activestate::activetcl::demos 8.4 linux-glibc2.3-ix86
package activestate::activetcl::demos 8.4 linux-glibc2.3-x86_64
package activestate::activetcl::demos 8.4 macosx-universal
redirect activestate::activetcl::demos 8.4 solaris2.8-sparc
Business Edition Only --- License required
redirect activestate::activetcl::demos 8.4 solaris2.10-ix86
Business Edition Only --- License required
package activestate::activetcl::demos 8.4 win32-ix86
-------- ----------------------------- ------- ---------------------
8 entities found
I guess I would need to specify the profile to get this demos.
However, do there exist demos for 8.5 as well?
Ruediger
> Searching for the demos package I get:
>
> entity name version platform
> -------- ----------------------------- ------- ---------------------
> redirect activestate::activetcl::demos 8.4 aix-powerpc
> redirect activestate::activetcl::demos 8.4 hpux-parisc
> package activestate::activetcl::demos 8.4 linux-glibc2.3-ix86
> package activestate::activetcl::demos 8.4 linux-glibc2.3-x86_64
> package activestate::activetcl::demos 8.4 macosx-universal
> redirect activestate::activetcl::demos 8.4 solaris2.8-sparc
> redirect activestate::activetcl::demos 8.4 solaris2.10-ix86
> package activestate::activetcl::demos 8.4 win32-ix86
> -------- ----------------------------- ------- ---------------------
> 8 entities found
>
> I guess I would need to specify the profile to get this demos.
> However, do there exist demos for 8.5 as well?
There are no additional demos in 8.5, just get the 8.4 package.
--
So long,
Andreas Kupries <akup...@shaw.ca>
<http://www.purl.org/NET/akupries/>
Developer @ <http://www.activestate.com/>
-------------------------------------------------------------------------------