Skip to search.
eiffel-gtk-discuss · Eiffel/GTK Discussion Mailing List

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 844 - 873 of 2133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
844 Oliver Elphick
elphick@... Send Email
Mar 1, 2000
8:01 am
eiflibs/eGTK/examples/testgtk c_list_add1000_cmd.e c_list_clear_cmd.e c_list_show_title_buttons.e c_list_cmd.e c_list_command.e Tue Feb 29 20:14:15 PST 2000 ...
845 Oliver Elphick
elphick@... Send Email
Mar 2, 2000
8:01 am
eiflibs/eGTK/examples/testgtk gtk_mini.xpm Wed Mar 1 19:43:04 PST 2000 Update of /cvs/eiflib/eiflibs/eGTK/examples/testgtk In directory...
846 David Bilbey
dlbilbey@... Send Email
Mar 3, 2000
7:30 pm
Hi. I've been trying to do this for a while now, and I've finally resorted to asking you all. I can't figure out how to get the arguments from a callback. ...
847 Richie Bielak
richieb@... Send Email
Mar 4, 2000
12:28 am
... Oops! I haven't implemented this one yet. It should be a "fetch_integer" function in GTK_COMMAND_TYPE. Give me a day or so to add it. ...richie -- "It is a...
848 Richie Bielak
richieb@... Send Email
Mar 4, 2000
2:35 am
... OK. I added a routine fetch_integer to GTK_COMMAND_TYPE. In "fetch_callback_arguments" you should be able to use it to get the row number. I compiled it,...
849 David Bilbey
dlbilbey@... Send Email
Mar 4, 2000
6:37 am
... Sure thing. Letting you know is the least I can do. Thanks for the help (and for adding it). dave -- "One good thing about hell, at least, is you can...
850 David Bilbey
dlbilbey@... Send Email
Mar 4, 2000
7:44 am
... It worked beautifully. Thanks again. dave -- "One good thing about hell, at least, is you can probably pee wherever you want to." --Jack Handey...
851 Oliver Elphick
elphick@... Send Email
Mar 4, 2000
8:01 am
eiflibs/eGTK CHANGELOG Fri Mar 3 18:33:00 PST 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv5720/eGTK Modified Files: ...
852 Richie Bielak
richieb@... Send Email
Mar 4, 2000
2:22 pm
... I forgot to ask. Are you using SmallEiffel or ISE? ...richie -- "It is a good day to code." http://www.netlabs.net/~richieb...
853 David Bilbey
dlbilbey@... Send Email
Mar 4, 2000
7:00 pm
... I am using SmallEiffel. Dave...
854 Luc Taesch
ltaesch@... Send Email
Mar 9, 2000
3:31 am
hi; a few questions : -whats the way to get a right click ? - are option menu covered in egtk ? how can i get the status ? - any example of status bar ? -...
855 Richie Bielak
richieb@... Send Email
Mar 10, 2000
1:05 am
... I think GDK_EVENT_BUTTON covers this. ... Option menus are in eGTK. See the GTK_LIST example in the current CVS. ... The tic-tac-toe example uses the...
856 Oliver Elphick
elphick@... Send Email
Mar 10, 2000
8:01 am
eiflibs/eGTK CHANGELOG Thu Mar 9 19:24:24 PST 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv22402/eGTK Modified Files: ...
857 Ronald Bialozyt
bialozyt@... Send Email
Mar 10, 2000
1:41 pm
Hi Folks, I am trying to program a CA with Eiffel and eGTK. Now I got stuck in the following message 'Gdk-ERROR **: BadValue (integer parameter out of range...
858 Luc Taesch
ltaesch@... Send Email
Mar 10, 2000
2:03 pm
... attached is a basic test project, with one windows containing one list. the compile is as follows : [luc@icare src]$ egtkbuild testlist ****** Warning :...
859 jweirich@... Send Email Mar 10, 2000
2:43 pm
... Richie> I committed the begining code of GTK_CLIST example for Richie> test_gtk program. I was pleasently suprized to find that Richie> GTK_CLIST class was...
860 Oliver Elphick
olly@... Send Email
Mar 10, 2000
4:23 pm
... It doesn't want to be in GTK_WINDOW, since it is only needed for a few potential clients of GTK_WINDOW. eglade does it for GTK_CLIST. It should also do it...
861 Richie Bielak
richieb@... Send Email
Mar 11, 2000
3:54 am
... OK. I added it. There is a small test in C_LIST_REMOVE_SELECTION_CMD. Let me know if it works for you. ...richie -- "It is a good day to code."...
862 jweirich@... Send Email Mar 11, 2000
5:27 am
... Richie> I committed the begining code of GTK_CLIST example for Richie> test_gtk program. I was pleasently suprized to find that Richie> GTK_CLIST class was...
863 Oliver Elphick
elphick@... Send Email
Mar 11, 2000
8:01 am
eiflibs/vegtk/VEGTK cecil.se Fri Mar 10 02:20:27 PST 2000 Update of /cvs/eiflib/eiflibs/vegtk/VEGTK In directory va:/usr/debian/tmp/cvs-serv32593/VEGTK ...
864 Oliver Elphick
elphick@... Send Email
Mar 11, 2000
8:01 am
eiflibs/eglade/writers gtk_list_writer.e Fri Mar 10 08:24:03 PST 2000 Update of /cvs/eiflib/eiflibs/eglade/writers In directory...
865 Oliver Elphick
elphick@... Send Email
Mar 11, 2000
8:01 am
eiflibs/eGTK CHANGELOG Fri Mar 10 19:51:02 PST 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv30169/eGTK Modified Files: ...
866 jweirich@... Send Email Mar 12, 2000
2:46 am
First of all, the cell_text method works great, no problem there. But while looking at the example for clist in the test_gtk program, I tried the "Add 10000...
867 Richie Bielak
richieb@... Send Email
Mar 12, 2000
4:50 am
jweirich@... wrote: [...] ... Ah! Of course. I only tested with ISE. Shame on me.. :-) ... The problem is simple to fix. In C_STRUCT class remove the...
868 Patrick Doyle
doylep@... Send Email
Mar 12, 2000
5:36 am
... There is always the chance that the dispose routine causes the object to be revived by making a reference to it from some live object. In that case, when...
869 Oliver Elphick
elphick@... Send Email
Mar 12, 2000
8:00 am
eiflibs/eGTK CHANGELOG Sat Mar 11 21:09:56 PST 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv1448/eGTK Modified Files: ...
870 Guus Leeuw
Guus.Leeuw@... Send Email
Mar 12, 2000
11:02 pm
... Nope. Dispose is said, and that a very truely, to be only called by the GC before actually reclaiming the memory held by the object. Meaning: If somebody...
871 Richie Bielak
richieb@... Send Email
Mar 13, 2000
3:33 am
... Looks like low-level Xlib error. ... I haven;t had a chance to look into this. But to make it easier can you send me a simple code example? ...richie -- ...
872 Richie Bielak
richieb@... Send Email
Mar 13, 2000
3:37 am
Luc Taesch wrote: [...] ^ ... What I would do is have WINDOW1 inherit from GTK_SELECTIONMODE_ENUM. I wouldn't change GTK_WINDOW. Now if WINDOW1 is generated by...
873 ltaesch@... Send Email Mar 13, 2000
9:33 am
... oliver changed it in eglade, thks. ... ive added some screnshots, and tonight the second module (documentot w)will be uploaded, and ill add screenshots...
Messages 844 - 873 of 2133   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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