Re: spreadsheet

2003-12-02 Thread Bernhard . Rumpler
John Cupitt wrote: Hi, there was a GtkSheet widget for gtk1.2, but I think the gtk2 version was never released and supported. Try googling for GtkSheet, it might be a useful starting point anyway. Yes, I know, I have already been searching for infos on spreadsheets in GTK but so far

RE: spreadsheet

2003-12-02 Thread Murray . Cumming
The GtkSheet is not available in GTK-2.0, and no similar functionality. I have not seen you asking for it on the gtkextra mailing list. That would be the logical first step. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list

Re: Problems to get GTK+ to run on Mac OS X Panther

2003-12-02 Thread Ronald Cross
You might want to consider downloading FINK and letting that program install it for you. FINK is very good at things like this. Is GTK+ and GTK+extra available for Panther? thx RLC On Tuesday, Dec 2, 2003, at 01:39 America/Phoenix, Stephan von Lingelsheim wrote: Hello everyone I am

Re: Problems to get GTK+ to run on Mac OS X Panther

2003-12-02 Thread Stephan von Lingelsheim
You might want to consider downloading FINK and letting that program install it for you. Yes i have done that too GTK+ is availaible on fink but not the GTK+extra i need GTK+extra in order to run gpsim so i tried to install everything manually, as fink gave me no luck thx Stephan On 2 Dec 2003,

RE: spreadsheet

2003-12-02 Thread Lorenzo Gil Sanchez
El mar, 02-12-2003 a las 09:26, [EMAIL PROTECTED] escribió: The GtkSheet is not available in GTK-2.0, and no similar functionality. I have try cvs version of gtkextra2 and their GtkSheet DOES work with GTK-2.X and it's pretty good. I have not seen you asking for it on the gtkextra mailing

RE: spreadsheet

2003-12-02 Thread Murray . Cumming
El mar, 02-12-2003 a las 09:26, [EMAIL PROTECTED] escribió: The GtkSheet is not available in GTK-2.0, and no similar functionality. I have try cvs version of gtkextra2 and their GtkSheet DOES work with GTK-2.X and it's pretty good. So, you need a tarball release. You need to ask for

Re: spreadsheet

2003-12-02 Thread John Cupitt
[EMAIL PROTECTED] wrote: Hi, there was a GtkSheet widget for gtk1.2, but I think the gtk2 version was never released and supported. Try googling for GtkSheet, it might be a useful starting point anyway. Yes, I know, I have already been searching for infos on spreadsheets in GTK but so far

Re: spreadsheet

2003-12-02 Thread Bernhard . Rumpler
On 02.12.2003 11:10:48 John Cupitt wrote: Yes, I know, I have already been searching for infos on spreadsheets in GTK but so far without success. The GtkSheet is not available in GTK-2.0, and no similar functionality. I think they have a gtk2 version, just not a proper release. It's worth

Re: Problems to get GTK+ to run on Mac OS X Panther

2003-12-02 Thread John Cupitt
Stephan von Lingelsheim wrote: You might want to consider downloading FINK and letting that program install it for you. Yes i have done that too GTK+ is availaible on fink but not the GTK+extra i need GTK+extra in order to run gpsim so i tried to install everything manually, as fink gave me no

Re: Problems to get GTK+ to run on Mac OS X Panther

2003-12-02 Thread Stephan von Lingelsheim
thx for your help is this prefix important? can i not just leave it to install at the default location? (is this /sw related to fink, as GTK+ was installed through fink?) thx again ./configure --prefix=/sw On 2 Dec 2003, at 10:38, John Cupitt wrote: Stephan von Lingelsheim wrote: You might

return external program?i want close a external window

2003-12-02 Thread rosa muñoz
Hello: my problem is that when I toggled a togglebutton this execute a external program but if I toggled again execute the external program.I want know stop the button if program it is executing. thanks _ Charla con tus amigos en

RE: spreadsheet

2003-12-02 Thread Tom Liu
If the GtkSheet will work on Gtk2.*, that's will be great! Where did you find the version of Gtkextra2? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo Gil Sanchez Sent: Tuesday, December 02, 2003 4:17 AM To: [EMAIL PROTECTED] Cc: [EMAIL

Avoid Memory Leakage

2003-12-02 Thread rahul Katariya
Hello Everybody ! I am new to this mailing list ... I am using GTk 2.0 for one project. In this Project I am using pango functions , Treeview widget etc for the project. When i run the project, After 12-13 hours , X server is crashed , due to memory leakage problem. I have used

Re: Avoid Memory Leakage

2003-12-02 Thread Christoph Kappel
On 02 Dec 2003 15:56:57 +0100 Sven Neumann [EMAIL PROTECTED] wrote: Simple. Make sure you release all resources you are allocating. You could use memprof or valgrind to find out where you are leaking memory. Of course it is possible but very unlikely that the libraries itself are leaking

Re: Avoid Memory Leakage

2003-12-02 Thread Christoph Kappel
On Tue, 2 Dec 2003 19:48:12 +0100 [EMAIL PROTECTED] wrote: Make sure that you are using the latest gtk 2.2.x. I remember a very significant GIOChannel memory bug that Daniel Elstner fixed about a year ago. Then try to make a small test case for bugzilla. I am using gtk+ 2.2.4, so it should

problem with vte terminal

2003-12-02 Thread Ottavio Campana
I've added the widget inside a window, I can execute bash in it but it doesn't accept keyboard input. It just works with mouse input, but I cannot work with cut%paste... It's probable that I'm missing something, but I don't know what. Here's my little code, a callback used by the program

How to create help files / menus?

2003-12-02 Thread David Topper
I'd like to set up a nice help file mechanism for my GTK/GNOME apps. Does anyone have a preference? Ideally, it would be nice to have a fully cross-referenced mechanism. I'm looking at libxml2 right now but am not currently sold on it. Thanks, DT -- Technical Director - Virginia Center

RE: Avoid Memory Leakage

2003-12-02 Thread Murray . Cumming
I am using gtk+ 2.2.4, so it should be the last stable release. Every time when i use any GString / function i get leakage. Then try to make a small test case for bugzilla. Murray Cumming www.murrayc.com [EMAIL PROTECTED] ___ gtk-list mailing list

Still have pb installing gtk+2.2

2003-12-02 Thread Alain D'eurveilher
Hi, I'm trying to install gtk+2.2. i already installed pkg-config 0.9.0 freetype 2.1.5 (but % freetype-config --versionreturns 9.4.3 : why ???!) and now i'm trying to install fontconfig 2.2.0 The % ./configure 'step is ok, but the % make returns some errors : make[2]: Entering

Re: New to GTK; some beginner questions.

2003-12-02 Thread Russell Shaw
Amit BHATNAGAR wrote: Hi all. I am considering using GTK+ to develop an app for Solaris 8, and I could use some help in answering some of my questions that would allow me to make a decision on whether or not to use GTK+. I have searched the FAQ online docs, however if any of my questions have

Re: Still have pb installing gtk+2.2

2003-12-02 Thread Stephan von Lingelsheim
On 3 Dec 2003, at 01:18, Stephan von Lingelsheim wrote: What system are you on? On 3 Dec 2003, at 00:34, Alain D'eurveilher wrote: Hi, I'm trying to install gtk+2.2. i already installed pkg-config 0.9.0 freetype 2.1.5 (but % freetype-config --versionreturns 9.4.3 : why ???!) and now i'm

RE: Avoid Memory Leakage

2003-12-02 Thread Michael Torrie
On Tue, 2003-12-02 at 16:43, [EMAIL PROTECTED] wrote: I am using gtk+ 2.2.4, so it should be the last stable release. Every time when i use any GString / function i get leakage. Then try to make a small test case for bugzilla. I would be interested to see such as test case. I've been

Re: New to GTK; some beginner questions.

2003-12-02 Thread Michael Torrie
On Tue, 2003-12-02 at 12:23, Amit BHATNAGAR wrote: Hi all. I am considering using GTK+ to develop an app for Solaris 8, and I could use some help in answering some of my questions that would allow me to make a decision on whether or not to use GTK+. I have searched the FAQ online docs,

Re: Still have pb installing gtk+2.2

2003-12-02 Thread Alain D'eurveilher
On a woody, kernel 2.4.22 --- What system are you on? On 3 Dec 2003, at 00:34, Alain D'eurveilher wrote: Hi, I'm trying to install gtk+2.2. i already installed pkg-config 0.9.0 freetype 2.1.5 (but % freetype-config --versionreturns 9.4.3 : why ???!) and

Re: Avoid Memory Leakage

2003-12-02 Thread Christoph Kappel
On Tue, 02 Dec 2003 19:06:44 -0700 Michael Torrie [EMAIL PROTECTED] wrote: I've been using GString extensively in a non-gui project of mine and have absolutely no leakage whatsoever. That's even running the main loop over and over millions of times. I'm almost certain there's a problem with

Re: Avoid Memory Leakage

2003-12-02 Thread Ronald Cross
I hate and detest memory leaks. This is the main reason why I moved away from microsoft system computers. They are notorious for memory leaks and causing your system to crash, in fact this is probably one of the main reasons why there computers crash so much. They must write very bad