Dear Tix users/developers, I have downloaded TclPro from Scriptics and I am currently trying to install Tix4.1.0.006. I have downloaded the binary...
Bjarte Håtveit
bjh@...
Oct 2, 1998 9:19 am
169
... This is unlikely to work. You'll probably need to compile Tix from scratch, using the libraries and things provided in TclPro. ...
Bruce Stephens
b.stephens@...
Oct 2, 1998 9:27 am
170
Has anyone got TkReplay to work with Tix? If so, what's involved? Any assistance is greatly appreciated. Jim ... Subscribe, unsubscribe, opt for a daily...
Jim Russell
Jim.Russell@...
Oct 14, 1998 2:15 pm
171
Hi! After installing tix41 on a WindowsNT4.0 System I ran into the following problem. Calling tcl8.0\tix4180.exe raises the error: cw3215.dll not found. Is it...
Matthias Kranz
kranz@...
Oct 18, 1998 7:33 pm
172
Matthias Kranz <kranz@...> writes:
>Hi!
>
>After installing tix41 on a WindowsNT4.0 System I ran into
>the following problem. Calling...
Nick Ing-Simmons
nick@...
Oct 18, 1998 8:18 pm
173
Hello! There is now a TIX website at http://tix.mne.com. Several of the TCL/TK resource lists already have links to this site. Right now, I'm collecting...
Gregg Squires
tix@...
Oct 27, 1998 10:02 pm
174
If emails from this group are going to have SPAM attached to them then please send me directions on how to unsubscribe. --Burl ... Subscribe, unsubscribe, opt...
Burl Goree
bgoree@...
Oct 29, 1998 3:07 am
175
... OK, this is good news. Now for the nitpicking. It's not critical, but it would be sensible to use case consistent with what everybody else uses....
Bruce Stephens
b.stephens@...
Oct 29, 1998 4:54 pm
176
... I have no Borland C. How to solve the Problem ? A.Dori ad3451@... ... See the original message at http://www.egroups.com/list/tix/?start=172 -- Free...
Alexander Dori
ad3451@...
Oct 29, 1998 7:01 pm
177
... A. Hassle the now-vanished person that put that binary there without its support library. B. Rebuild from sources with a compiler you do have. C. Change to...
Nick Ing-Simmons
nick@...
Oct 29, 1998 8:54 pm
178
Hi, Is there any table kind of widget, in which the columns are sizable, just in the same way we size the columns in a spreadsheet such as Excel? Many thanks, ...
Freddy Mang
fmang@...
Oct 29, 1998 9:06 pm
179
... I can help and send this file through email. cw3215.dll - 176128 bytes cw3215mt.dll - 176128 bytes (multithreaded version) -- Regards Adam Karpierz ...
Adam Karpierz
adares@...
Oct 29, 1998 9:06 pm
180
Burl, Egroups provides a free mailing-list service. Like most free services on the web (Yahoo, Altavista, etc., etc.), they pay for it by advertising. The...
Bill Woodward
bill_cchkk@...
Oct 29, 1998 9:06 pm
181
... Tix's grid widget is a step towards a spreadsheet widget but is rather incomplete. If you just want several columns then HList might suffice. -- Nick...
Nick Ing-Simmons
nick@...
Oct 29, 1998 9:42 pm
182
Nick Ing-Simmons wrote:
> > Alexander Dori <ad3451@...> writes:
> >> >After installing tix41 on a WindowsNT4.0 System I ran into
> >> >the following...
Doug Way
dway@...
Oct 29, 1998 9:57 pm
183
... You might consider trying TkTable, available from http://oprs.mchh.siemens.de/tcl/capp/ (Blurb from the site follows:) This is a 2D editable table widget....
Paul Brown
pabroon@...
Oct 30, 1998 9:05 am
184
... Why not look at how the Abacus Project do this. Look at their home page http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/abacus.html But I suppose you...
malcolm@...
Oct 30, 1998 10:46 am
185
Hello, I have used Tix for at least four years, and think it is the sexiest set of MegaWidgets of all. Now a client wants some of my software for a Macintoshs,...
Kevin Judd
kevin@...
Oct 30, 1998 11:06 am
186
... BLT has an hierarchical widget. (Of course, it could be that BLT hasn't been ported to Macs either.) [incr Widgets] also has one, but it's cosmetically...
Bruce Stephens
b.stephens@...
Oct 30, 1998 11:17 am
187
... as far as I know the functionality of the hierarchical widget of BLT is not as gigantic than the HList widget of Tix ... You might be right, but the...
Radi Mustafa
radi@...
Oct 30, 1998 11:40 am
188
Burl (et al): If there is enough interest, this list can be moved to a majordomo at mne.com. Spam attached to the end of emails appears to be the price of...
Gregg Squires
tix@...
Oct 30, 1998 2:58 pm
189
Yeah , the tix hlist is great I hope it stays around. It does need a move command so you can sort the tree. Art art@... ... Subscribe, unsubscribe, opt...
Art Morel
art@...
Oct 30, 1998 5:24 pm
190
... That would be nice, yes. Having to delete and replace the nodes is a bit irritating! Using the text widget (as [incr Widgets] does) isn't that bad: you ...
Bruce Stephens
b.stephens@...
Oct 30, 1998 5:37 pm
191
... Freddy> Is there any table kind of widget, in which the columns Freddy> are sizable, just in the same way we size the columns in a Freddy> spreadsheet such...
Roland Roberts
roberts@...
Oct 30, 1998 7:14 pm
192
I'm trying to compile my custom Tcl-based interpreter with libtix4.1.8.so, libtcl8.0 (p2), libtk8.0 (p2), libitcl3.0 (a1), libitk3.0 (a1), and various other...
Celeste Copeland
celeste@...
Nov 7, 1998 9:19 pm
193
My application is written in mixture of Tix & TK. When I tried to "destroy" a frame that has been built inside a Tix notebook, the entire app gets killed. Does...
ling
ling@...
Nov 12, 1998 8:16 pm
194
... Are you running with Tcl/Tk 8.0? I had a similar problem a while ago, which seemed to be related to tixBalloons. I fixed it by patching tkUnixWm.c. ... ...
Alan Davis
alan.davis@...
Nov 12, 1998 11:33 pm
195
... the entire app gets killed. ... Happy to lend a hand. Could you post a few lines of code ? Show the lines that create the toplevel window, tix notebook,...
Terry Hampton
terry.hampton@...
Nov 12, 1998 11:33 pm
196
... Has this patch been sent to the official new "Tix Site" at "http://tix.mne.com/" ? I've got another patch for Tix 4.1 release 4.1.0.005 applied on...
Jean-Paul Dzisiak
JP.Dzisiak@...
Nov 13, 1998 8:55 am
197
Hi, How to set the numbers of rows and numbers of columns for tixScrolledGrid widget? -- Best regards, Jia Yao BAGH Technologies E-mail : Jia@... ... Free...