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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 266 - 295 of 1043   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
266
Hello everyone, Happy New year...Bonne annee I am using a tixComboBox with a list of images in it...every time the user click on it, a new image come up but...
Malguy, Eric
emalguy@...
Send Email
Jan 5, 1999
1:53 am
267
Are you sure that you're closing the files after you're finished reading them. If not, the OS will run out of file descriptors. ... eGroup home:...
Jim Russell
Jim.Russell@...
Send Email
Jan 5, 1999
2:00 pm
268
I sent an email yesterday and I should have been more precise regarding my problem. I set the file descriptors to 1024 but it is still not enough!!!!YES!!!! I...
Malguy, Eric
emalguy@...
Send Email
Jan 5, 1999
9:44 pm
269
... What is this .pgm format? What is reading it? I'm guessing that it's some format that you've defined, just as Tix defines readers for xpm, in tixImgXpm.c...
Bruce Stephens
b.stephens@...
Send Email
Jan 6, 1999
10:23 am
270
Hi! I am running tcl/tk8.0.3, itcl3.0 and tix4.1.0 on SGI (IRIX6.3, 6.4 and 6.5). My application runs 'full screen' and i want to switch off the window manager...
Hubert Oehm
hubert@...
Send Email
Jan 7, 1999
1:44 pm
271
I already send email regarding my problem and cannot figure out what the ... is going on! The file descriptors is set to 1024! The files are not being closed...
Malguy, Eric
emalguy@...
Send Email
Jan 8, 1999
2:13 am
272
... Yes, you're right. The code implementing it looks OK to me. [...] ... And, again, this is not a surprise. The channel that's apparently not being closed...
Bruce Stephens
b.stephens@...
Send Email
Jan 8, 1999
10:26 am
273
Could it be that you're not deleting the photo items from the canvas, forcing Tk to keep the files open (as the images are all there but layered up, so Tk...
Lewis Binns
Lewis.Binns@...
Send Email
Jan 8, 1999
11:41 am
274
... It's a good idea to delete the images when they're not needed, I suppose, but it won't change how many files are open. The file is only open while Tk is...
Bruce Stephens
b.stephens@...
Send Email
Jan 8, 1999
11:48 am
275
I'm not entirely sure, but I expect you're correct: while deleteing the images from the canvas should prevent the memory filling up with images that are out of...
Lewis Binns
Lewis.Binns@...
Send Email
Jan 8, 1999
4:26 pm
276
Hi, with the tixComoBox megawidget I can easely get values of the selected items using the -browsecmd: tixComboBox .frame1.combo -browsecmd dosomething . . . ...
Gunnar Schrader
schrader@...
Send Email
Jan 8, 1999
10:37 pm
277
... . ... There is a way to get the items, but it is not so easy (but easy enough): set sclb .scroll tixScrolledListBox $sclb -browsecmd "list_entry $sclb" ...
Joerg Schlichenmaier
js@...
Send Email
Jan 11, 1999
7:38 am
278
Does anybody have experience on implementation of copy and paste functions for Tix text widgets? Any idea or pointer to any reference would be appreciated. ...
Alex Ma
alexm@...
Send Email
Jan 11, 1999
7:31 pm
279
... Wow an easy way, indeed. Thank you! But why is it putting twice "Selected ...", in the end? Or better, why is the procedure proc list_entry{widget} called...
schrader@...
Send Email
Jan 12, 1999
12:38 pm
280
... The explanation is a very simple one: the bindings cause this. Click on a listentry and drag the mouse on it. The browsecmd will be called every time your...
Joerg Schlichenmaier
js@...
Send Email
Jan 12, 1999
1:31 pm
281
... It is true that -browsecmd is driven by bindings, which mostly gets the job done. However, I think that what people really want when they use -browsecmd is...
Doug Way
dway@...
Send Email
Jan 12, 1999
4:40 pm
282
I'm switching to Tcl/Tk version 8.0.4 under WinNT, VC++. Some of my code uses Tix widgets. Do you know of any Tix patches that make it compatible with tk...
goldfarb@...
Send Email
Jan 13, 1999
4:24 pm
283
Hi! I am trying to change the upper-left icon in a Windows 95/98/NT window of a tix application (currently it as the 'tk' logo). I'm using: wm iconbitmap ....
Jose Gabadinho
jose.gabadinho@...
Send Email
Jan 14, 1999
2:24 pm
284
Hi, ... There's a patch in the mailing list archive. One problem though last time I tried getting it, it seemed that the egroups archive somehow corrupted the...
Ric Klaren
klaren@...
Send Email
Jan 14, 1999
7:39 pm
285
... The winWm.c file which is part of Tk rather than Tix does not support that. The problem is that Win32 needs a "pixmap" i.e. a coloured icon. A bitmap is...
Nick Ing-Simmons
nick@...
Send Email
Jan 14, 1999
11:21 pm
286
Hi, On Thu, 14 Jan 1999, Jose Gabadinho wrote: JG> Anyone managed this, or is the wm unable to do that? There's a windows only extension for this called...
Ric Klaren
klaren@...
Send Email
Jan 15, 1999
9:52 pm
287
Hi, I am using tixScroolledText for output from a pipe. Anyway, the output information lines are displayed, the new lines are appended at the end of text, but...
Boris Gapov
gapov@...
Send Email
Jan 19, 1999
4:29 pm
288
... If you have A tixScrolledText $sc, then you can use set txt [$sc subwidget text] while { <getinput> } { $txt insert end $someText $txt see end update } But...
Joerg Schlichenmaier
js@...
Send Email
Jan 19, 1999
5:17 pm
289
... I ran into a similar problem with a simple entry widget, when the entry text was automatically set to a long pathname, I wanted the end of the pathname to...
Doug Way
dway@...
Send Email
Jan 19, 1999
5:32 pm
290
... Actually, Joerg's suggestion is better than mine... I forgot that the "see" option was available for text widgets. I did try to double-check the Tix man...
Doug Way
dway@...
Send Email
Jan 19, 1999
6:12 pm
291
Hi, Right now I build a app which compose of Tcl/Tk 8.0,Tix 4.1.0 and ET. And I failed to catch signal(like SIGSEGV) in UNIX platform. Can somebody can tell me...
fred@...
Send Email
Jan 20, 1999
2:44 am
292
Hi. This is for anybody who might be interested in this :) I'm writing some kind of network-workflow-management tool for the newspaper I am working for. One of...
Christian Bednarek
cbednare@...
Send Email
Jan 20, 1999
7:32 am
293
Hi, Before I'm searching to death in the archives I'm so free to ask here. Is it right that there's still no possibility to use the tixScrolledText with the...
Gunnar Schrader
schrader@...
Send Email
Jan 20, 1999
12:25 pm
294
I understand that a patch is required when preparing tix for 8.0.4. Apparently this patch is available from an archive. How do I get to the archive?? Many...
adrian.davis@...
Send Email
Jan 20, 1999
4:22 pm
295
Hi, I have a tree with 3 levels: the higher level (the root level) is a directory (for example called "project") witch conteins the second level of directories...
Boris Gapov
gapov@...
Send Email
Jan 25, 1999
12:31 pm
Messages 266 - 295 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