Hi, My latest CVS update did the following: 1. Commented out the stuff that refers to GOBO hash table for now. We need to work on this more - registering of...
Richie Bielak
richieb@...
Apr 3, 2000 2:31 am
938
Hi, eglade crashes on the attached input generated bu glade-0.5.7. Any ideas? ...richie -- "It is a good day to code." http://www.netlabs.net/~richieb ...
Richie Bielak
richieb@...
Apr 3, 2000 2:34 am
939
eiflibs/eGTK/examples/drawing - New directory Sun Apr 2 18:52:32 PDT 2000 Update of /cvs/eiflib/eiflibs/eGTK/examples/drawing In directory...
Oliver Elphick
elphick@...
Apr 3, 2000 2:51 pm
940
... Seems OK: ================================================ $ eglade drawing.glade File uses XML version 1.0. Project name : Drawing Program name : drawing ...
Oliver Elphick
olly@...
Apr 4, 2000 9:33 pm
941
... ... The problem is that the main window is called drawing and the application is called drawing so that they both write to same class file. Unfortunately...
Daniel Elphick
de397@...
Apr 4, 2000 10:44 pm
942
... Hmmm. Perhaps I don't have the latest version of eglade. Are you using eglade with current sources built from CVS? ...richie -- "It is a good day to code."...
Richie Bielak
richieb@...
Apr 5, 2000 12:25 am
943
... Hmm. It crashes for me. I'll have to check that I have the most recent version of eglade code. ...richie -- "It is a good day to code."...
Richie Bielak
richieb@...
Apr 5, 2000 12:26 am
944
Here is the stack I get, when I run eglade on the drawing.glade project from an earlier message: Postcondition (ensure clause) failed. 4 frames in current...
Richie Bielak
richieb@...
Apr 5, 2000 2:23 am
945
... i remember i read that when doing the migration to ise : -- NEED TO ADD CODE TO CHECK FOR NAME OVERLAPS!!! -- problems occur if the same icon is used...
ltaesch@...
Apr 5, 2000 5:18 am
946
I'm using the latest eglade from cvs. I also have smalleiffel -0.78 Looking at this error it looks like a bug in SE? ... The ensure of clause of STRING in my...
Daniel Elphick
de397@...
Apr 5, 2000 7:06 pm
947
... You are right. The ensure in STRING.prepend is wrong. My version of the compiler is: [richieb@reiko writing]$ compile -version Version of command "compile"...
Richie Bielak
richieb@...
Apr 6, 2000 2:45 am
948
eiflibs/eGTK CHANGELOG Sat Apr 8 19:59:51 PDT 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv32229/eGTK Modified Files: ...
Oliver Elphick
elphick@...
Apr 9, 2000 7:01 am
949
Oliver, Are you writing the code to manage non-widget structures, such as GTK_CTREE_NODE, GTK_CTREE_ROW, etc? I added a simple hash table, based on glib's hash...
Richie Bielak
richieb@...
Apr 10, 2000 2:56 am
950
... Please do. -- Oliver Elphick Oliver.Elphick@... Isle of Wight...
Oliver Elphick
olly@...
Apr 10, 2000 5:18 am
951
eiflibs/eGTK CHANGELOG Sun Apr 9 19:49:39 PDT 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv12270/eGTK Modified Files: ...
Oliver Elphick
elphick@...
Apr 10, 2000 7:01 am
952
eiflibs/eGTK CHANGELOG Tue Apr 11 20:19:34 PDT 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv666/eGTK Modified Files: ...
Oliver Elphick
elphick@...
Apr 12, 2000 7:01 am
953
got another project starting that may need case-like drawing, like displaying boxes with name, and displaying arrows. any of these covered in eGTK ? (drawing a...
root
ltaesch@...
Apr 17, 2000 4:58 pm
954
one missing class, that i found in gtk (?). is it part of a former reorganisation ? (btw, most of the loadpath of the examples are wrong now, but i suppose u...
root
ltaesch@...
Apr 17, 2000 11:41 pm
955
... Check out the drawing example in the CVS. It shows how to draw lines, rectangles and arcs. You can draw arrows by using pixmaps. Let me know if it helps...
Richie Bielak
richieb@...
Apr 18, 2000 12:29 am
956
... Sorry about this. This class was renamed to GDK_EVENT_BUTTON, but the example was never updated. ...richie -- "It is a good day to code."...
Richie Bielak
richieb@...
Apr 18, 2000 12:31 am
957
eiflibs/eGTK CHANGELOG Mon Apr 17 18:53:43 PDT 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv3430/eGTK Modified Files: ...
Oliver Elphick
elphick@...
Apr 18, 2000 7:01 am
958
... lines, ... ok. works. got the point. ... what do u mean ? using a pixmap to draw in the background, or for the arrow itself ? btw, i would like to add some...
root
ltaesch@...
Apr 18, 2000 8:15 am
959
root wrote: [...] ... Sorry for not being clear. What I meant that you could create a pixmap of an arrow head and then use GDK_DRAWABLE.draw_pixmap. The...
Richie Bielak
richieb@...
Apr 19, 2000 2:15 am
960
... isee. ill try. (sorry, im novice in graphics, so ill prefered to ask) ... probabl better, as i can resize it according to resolution and printing, and so...
ltaesch@...
Apr 19, 2000 4:43 am
961
eiflibs/eGTK README_W32 CHANGELOG Tue Apr 18 19:36:08 PDT 2000 Update of /cvs/eiflib/eiflibs/eGTK In directory va:/usr/debian/tmp/cvs-serv13139/eGTK Modified...
Oliver Elphick
elphick@...
Apr 19, 2000 7:01 am
962
some more questions, after browsing the lib, gtk, and ve_gtk : lets suppose, in a case like environment, u do -"in a drawing area, adding a rectangle,...
root
ltaesch@...
Apr 19, 2000 4:03 pm
963
ltaesch@... wrote: [...] ... I don't think you can resize a pixmap. You need to allocate another one and do a copy. ...richie -- "It is a good day...
Richie Bielak
richieb@...
Apr 19, 2000 11:16 pm
964
... Before getting into the gory details how to this, you should consider using the Gnome Canvas widget. There is no Eiffel interface to it yet, but perhaps...
Richie Bielak
richieb@...
Apr 19, 2000 11:20 pm
965
... currently browsing it. btw, what is this gtk_canvas class thati found in gtk ? any link?...