Search the web
Sign In
New User? Sign Up
tix · The Tix User Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 192 - 223 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Jia Yao
jia@...
Send Email
Nov 13, 1998
8:32 pm
198
... Using widgetname size col x (x = 0, 1, 2, ..... ) - Kevin. ... Free Web-based e-mail groups -- http://www.eGroups.com...
Kevin Lo
klo@...
Send Email
Nov 14, 1998
1:46 am
199
Hi, I'm trying to use itcl 3.0 with tix and tcl/tk 8.0.4. What I tried to do was start up tixwish then: package require Itcl namespace import itcl::* class...
rob ratcliff
robert.r.ratcliff@...
Send Email
Nov 23, 1998
3:50 pm
200
... I don't think there's an easy solution. The code in Tix to handle namespaces for itcl is fairly old. It would probably not be hard to change it to using...
Bruce Stephens
b.stephens@...
Send Email
Nov 23, 1998
5:14 pm
201
Hello All, James Ingham of Cygnus was kind enough to give me the changes to Tix required to use Itcl 3.0 and tcl/tk 8.0. I've included a uuencoded gzipped tar...
rob ratcliff
robert.r.ratcliff@...
Send Email
Nov 24, 1998
12:39 am
202
Hi : Is there any text widget which would handle word wrapping? i.e. when typing a word near the end of the text box the whole word will be wrapped to the next...
Alex Ma
alexm@...
Send Email
Nov 30, 1998
10:26 pm
203
Hi: I pack a bunch of widgets (comboBox) onto a tixScrolledWindow of some fixed size. How can I have the vertical scroll bar automatically scrolled to the...
Alex Ma
alexm@...
Send Email
Nov 30, 1998
10:25 pm
204
... Of course it can, since the ScrolledText is just a superclass of the text widget and you can access any feature of the tk-text widget: just type something...
Radi Mustafa
radi@...
Send Email
Dec 1, 1998
7:32 am
205
Hello, it seems to me there is bug in the TixListNoteBook widget. When I use the widget-command 'pageconfigure', an errormessage appears : 'to many nested...
Helmut Schröder
dynalog@...
Send Email
Dec 1, 1998
11:44 am
206
Hi Christian: Thanks for your reply. I tried your method but unfortunately it didn't work with the tixScrolledWindow. It did work with tixScrolledText. For the...
Alex Ma
alexm@...
Send Email
Dec 1, 1998
6:36 pm
208
Hello ! Why not put all the available patches for TIX on the official TIX web site http://tix.mne.com ? Why not upgrate the last TIX version with these all...
Jean-Paul Dzisiak
JP.Dzisiak@...
Send Email
Dec 2, 1998
9:44 am
209
... Use the Source, Luke! The connection is just a little less direct. It's in SWindow.tcl, wherever you've installed the Tix library, and looks pretty clear....
Bruce Stephens
b.stephens@...
Send Email
Dec 2, 1998
10:31 am
210
All: Quick question - How do I remove items from a tixComboBox list ?? Many thanks in advance, Terry Hampton ( Cincinnati Bell ) ... Free Web-based e-mail...
Terry Hampton
terry.hampton@...
Send Email
Dec 2, 1998
9:11 pm
212
All: Quick question - How do I remove items from a tixComboBox list ?? Many thanks in advance, Terry Hampton ( Cincinnati Bell ) ... All - Sorry for the email...
Terry Hampton
terry.hampton@...
Send Email
Dec 2, 1998
9:38 pm
213
I've downloaded win41p6bin and tix41p6 and when I'm running tix4180.exe I've got th error message " cw3215.dll not find". So, can someone tell me (or send me)...
Christian Pabiou
cp@...
Send Email
Dec 3, 1998
4:38 pm
214
I (and several others on this list) have run into this problem before... it seems that cw3215 was some Borland-generated dll that never made it into the binary...
Doug Way
dway@...
Send Email
Dec 3, 1998
5:24 pm
215
... Putting the Borland DLL on the tix.mne.com website sounds like a great short-term solution. If the tix webmaster doesn't read this, I will send him some...
Doug Way
dway@...
Send Email
Dec 3, 1998
6:34 pm
216
I think that the problem was that an older version of Tcl and Tk for windows was compiled and shipped with the Borland compiler, so the DLL was shiped with Tcl...
Bill Woodward
bill_cchkk@...
Send Email
Dec 3, 1998
9:36 pm
217
I've been trying to get a tixHList widget to display the end of the list rather than the begining using the "pathName yview moveto fraction" method. However it...
Adrian Davis
Adrian.Davis@...
Send Email
Dec 4, 1998
1:49 pm
218
I looked at the source but still couldn't find a solution. I tried moveto and scroll commands but they both have no effect. When I put widgets on the...
Alex Ma
alexm@...
Send Email
Dec 7, 1998
11:55 pm
219
... Well, I just created .sw as a tixScrolledWindow, and tixScrolledWindow:ScrollBarCB .sw x moveto 0.5 moved the X scrollbar half way along. Was this the kind...
Bruce Stephens
b.stephens@...
Send Email
Dec 8, 1998
10:15 am
220
Hi Bruce: It works now. But I have to call "update" before calling the "moveto" command. Anyways, thanks very much for your help. Alex ... Free Web-based...
Alex Ma
alexm@...
Send Email
Dec 8, 1998
5:53 pm
221
Hello Bill I hava had the same problem cw3215.dll not found. As I understand the makefile.bc for tk and for tix specify an "cw32mti.lib" respectivly an ...
Bernhard Huber
b.huber@...
Send Email
Dec 8, 1998
9:36 pm
222
Hi: I tried the followings: Example 1: expr 07 + 07 14 Example 2: expr 08 + 08 syntax error in expression "08 + 08" Can anyone explain why example 2 above ...
Alex Ma
alexm@...
Send Email
Dec 9, 1998
12:36 am
223
I have been using the "plus" patches for Tcl and Tk. What I would like to know is whether there is such a patch for Tix. Specifically, I am using the patch to...
Zehava Stein
ZehavaStein@...
Send Email
Dec 9, 1998
4:47 am
Messages 192 - 223 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help