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 w

RE: spreadsheet

2003-12-02 Thread Bernhard . Rumpler
Tom Liu wrote: > Many many people like spreadsheet widget. But GTK > developers want us to use the TreeView. > Maybe you can try to use TreeView. unfortunately, the TreeView is not a spreadsheet and does not offer any spreadsheet-like functionality, except displaying and allowing to reorder ro

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

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

2003-12-02 Thread Stephan von Lingelsheim
Hello everyone I am trying to get GTK+ and GTK+extra to run on Mac OS X Panther I am not a Unix Genius, got quite far so far, but am stuck now at a very specific problem i installed all the packages needed by GTK+ in this order freetype-2.1.5 automake-1.7 gettext-0.12.1 libtool 1.3.5 jpegsrc.v

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 tryin

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, a

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 mai

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 t

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 with

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

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 lu

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 want

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 l

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 PROTECTED]

RE: spreadsheet

2003-12-02 Thread Bernhard . Rumpler
Tom Liu wrote : > If the GtkSheet will work on Gtk2.*, that's will be great! > Where did you find the version of Gtkextra2? http://sourceforge.net/cvs/?group_id=11638 Bernhard ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/li

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 m

Re: Avoid Memory Leakage

2003-12-02 Thread Sven Neumann
Hi, rahul Katariya <[EMAIL PROTECTED]> writes: > 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 u

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 leaki

RE: Avoid Memory Leakage

2003-12-02 Thread Murray . Cumming
> I've problems with leackage too, but i figured out it's a > problem with the glib library. I use the GIOChannels in my > project and nowhere any GStrings. I tested my code with > valgrind, and i have ever got messages about non-free'd > memory. The error seems to occur in g_string_len (), act

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 sh

New to GTK; some beginner questions.

2003-12-02 Thread Amit BHATNAGAR
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 documented answers that

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 for

RE: New to GTK; some beginner questions.

2003-12-02 Thread Murray . Cumming
Amit BHATNAGAR wrote: > I would like to use GTKmm (and > Glademm) as C++ would be my primary development language of choice. Although you might mean glademm (which does code-generation), you probably mean libglademm, which instantiates Uis from .glade files at runtime. Murray Cumming www.murrayc

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 director

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 d

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 t

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 bee

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 do

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 : >

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

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 softwar

RE: New to GTK; some beginner questions.

2003-12-02 Thread Amit BHATNAGAR
Thanks Michael for you helpful reply. I have checked out the documentation for the GdkPixbuf at http://gtkmm.sourceforge.net/gtkmm2/docs/reference/html/classGdk_1_1Pixbuf.h tml and I cannot find any information about the image manipulation services that I require, Am I looking in the wrong sp