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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 99 - 128 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
99
What is the latest version of Tix that I can install on and SGI machine running IRIS 6.3 and where can I get this version? ... List Archive:...
Salome Harrison
harrison.salome@...
Send Email
Aug 3, 1998
2:51 pm
100
Latest Tix for IRIX 6.x http://www.avant.co.jp/avant/works/avant2/diablo.html -- AVANT inc. / CGI SECTION 4F Mani Bld. 37-10 Udagawa-cyo Shibuya-ku Tokyo JPN...
Akira \Cherry\ Kudo
kudo@...
Send Email
Aug 3, 1998
3:07 pm
101
I'm using a tixScrolledListBox to allow selection of items. The spec calls for the selection box to pop up when selected from a button (no problem there) and...
Burch Seymour RTPS
bseymour@...
Send Email
Aug 3, 1998
9:13 pm
102
... This should give you an error. Try this: set lb [$w.pclight.a subwidget] $lb activate 2 $lb selection anchor 2 ;# this might be needed, too. -- Michael...
Michael Teske
mteske@...
Send Email
Aug 4, 1998
7:57 am
103
On Tue, 04 Aug 1998, I wrote: I made a tyoe. ... should of course read : set lb [$w.pclight.a subwidget listbox] Sorry. -- Michael Teske "My opinions are not...
Michael Teske
mteske@...
Send Email
Aug 4, 1998
8:01 am
104
I am sad to report that I cannot take over maintenance of Tix and its website, as I am leaving Aonix. However, once I am settled in my new job, I will inquire...
J. Thomas Halliley
tomh@...
Send Email
Aug 4, 1998
3:43 pm
105
... Oops you're right. One always learns ... OK, then try $lb selection set 2 One should always try the code before posting... Greetings, Michael -- Michael...
Michael Teske
mteske@...
Send Email
Aug 4, 1998
3:32 pm
106
Thanks to Michael I got further along on this, but it's still not right. I'm trying to set a default item in a tixScrolledListBox when I first bring up the...
Burch Seymour RTPS
bseymour@...
Send Email
Aug 5, 1998
5:07 pm
107
The problem is that the selection in one listbox is exported. This causes the selection in the other window to lose its selection state. If you want to be able...
Immanuel Rahardja
immanuel@...
Send Email
Aug 5, 1998
5:35 pm
108
Hi All, I was trying to create Tix widgets inside namespaces (Tk8.0p2 and Tix 4.1.8.0) but it doesnt work. Try: namespace eval ::Test { proc Create {} { frame...
Sandeep Pathak
sandeep@...
Send Email
Aug 7, 1998
2:14 pm
109
... Yes. I've had a quick look, and it looks as though Ioi knew about this in the context of [incr Tcl] (which is where namespaces came from). So looking at...
Bruce Stephens
b.stephens@...
Send Email
Aug 7, 1998
3:25 pm
110
Hey guys, While trying to install Tix on my Sun Solaris machine, the make file is looking for <sys/dir.h>. Does anyone know what this file contains, or where...
Jackson, Reginald O.
jacksoro@...
Send Email
Aug 11, 1998
12:49 am
111
Try including /usr/sys/include. On my machine, it's a DEC ALPHA, it's located there. Fredrik...
Fredrik Winge
fredrik.winge@...
Send Email
Aug 11, 1998
6:11 am
112
The makefile is looking for <sys/dir.h> in the "/usr/include/sys" directory. If you don't know where "dir.h" is do the following on your machine: cd / find ....
Kathy Bieltz
kab@...
Send Email
Aug 11, 1998
12:46 pm
113
... Really? Could you be more specific? I just did a grep of all of the files in Tix4.1.005 (admittedly, not quite the latest), including compiled files...
Bruce Stephens
b.stephens@...
Send Email
Aug 11, 1998
1:04 pm
114
... dir.h is a unix system file. If it isn't in /usr/sys/include/sys try locating it with find / -name dir.sys -print....
Fredrik Winge
fredrik.winge@...
Send Email
Aug 11, 1998
1:31 pm
115
... I don't doubt that. I just doubt that Tix uses it. I don't see any dir.h in /usr/include anywhere on this Solaris 2.5.1 box. dirent.h exists, but no...
Bruce Stephens
b.stephens@...
Send Email
Aug 11, 1998
1:45 pm
116
Hi All, I'm having some difficulty with a tixScrolledWindow. I create some tixLabelFrames in the tixScrolledWindow and everything's fine. Then I create more...
Nigel Foley
nigel.foley@...
Send Email
Aug 12, 1998
10:01 am
117
This seems like it should be easy, but I'm missing it... I have a notebook constructed with two button boxes and two scrolled list boxes. The rest of the...
Burch Seymour RTPS
bseymour@...
Send Email
Aug 12, 1998
3:13 pm
118
... I was able to flash the background in a notebook page of mine by changing the background config for it. For example, my notebook page is defined as ...
ron.riesenberger@...
Send Email
Aug 12, 1998
3:48 pm
119
... If you have 'tkinspectk' you can identify which window is which. Otherwise, here are some windows from an application I have: The notebook is $nb ...
Carlos Vidal
carlos@...
Send Email
Aug 12, 1998
4:42 pm
120
This is an attempt to avoid the occasional "grab failed" errors (for applications that use tixPushGrab, anyway). The idea is to extend the waiting that Tk...
Bruce Stephens
b.stephens@...
Send Email
Aug 12, 1998
4:53 pm
121
Can someone please help? I have a button that I when the user presses it, that a window pops up that contains some data. This new window I would like to be a ...
Salome Harrison
harrison.salome@...
Send Email
Aug 12, 1998
7:12 pm
122
Is there a site from which I can download TIX source files? Many Thanks, =Adrian= ... List Archive: http://www.FindMail.com/list/tix/ To Subscribe: e-mail to...
Adrian Davis
Adrian.Davis@...
Send Email
Aug 13, 1998
7:03 am
123
... 1. A tixScrolledWindow isn't a toplevel. You probably want to look at tixDialog too. 2. The window part of a tixScrolledWindow isn't just its name, so ...
Bruce Stephens
b.stephens@...
Send Email
Aug 13, 1998
9:50 am
124
Hi to all it may concern, I have detected some problems using tixScrolledWidgets on WinNT 4.0, if Clearcase is installed on this maschine and the Regional...
Harald Kuhn
harald.kuhn@...
Send Email
Aug 13, 1998
9:58 am
125
I am having trouble setting the background color of an application. Before I started using Tix, the color was set for the starting window using the command: ...
Salome Harrison
harrison.salome@...
Send Email
Aug 17, 1998
4:51 pm
126
hello, The web site of Tix has disappeared, and I don't known which version of Tix I have to use with tcl8.0, and where I can download the source files. I have...
Laurent ROUSSET-ROUVI...
lrousset@...
Send Email
Aug 18, 1998
8:00 am
127
hi all, I need help with the Error message: TclExecuteByteCode execution error: end stack top != start stack top Has any of you seen this message before. Any...
Harald Kuhn
harald.kuhn@...
Send Email
Aug 18, 1998
1:06 pm
128
I've tried building Tix under Solaris 2.5. I end up with "tixwish" ok, but when I try running it I get... ld.so.1: ./tixwish: fatal: libtix4.1.8.0.so: can't...
Adrian Davis
Adrian.Davis@...
Send Email
Aug 21, 1998
11:07 am
Messages 99 - 128 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