Fwd: Simulate button press events

2009-12-26 Thread Matteo Landi
Sorry but the discussion was accidentally become private. -- Forwarded message -- From: Matteo Landi landima...@gmail.com Date: Sat, Dec 26, 2009 at 4:51 PM Subject: Re: Simulate button press events To: Michael Libby michael.c.li...@gmail.com On Sat, Dec 26, 2009 at 3:22 PM,

Random memory allocation error

2009-12-26 Thread Shawn Bakhtiar
At what appears to be random locations in a program which runs thought 24000 components, and breaking out the formulas in to there raw material components (formulations table of about 200,000 formulation lines, I see this error message: malloc: *** error for object 0xe41074: incorrect

Re: Random memory allocation error

2009-12-26 Thread Allin Cottrell
On Sat, 26 Dec 2009, Shawn Bakhtiar wrote: At what appears to be random locations in a program which runs thought 24000 components, and breaking out the formulas in to there raw material components (formulations table of about 200,000 formulation lines, I see this error message: malloc:

RE: Random memory allocation error

2009-12-26 Thread Shawn Bakhtiar
Nailed it on the head. bad programing. I forgot how wonderful valgrind is, thanks. EMAILING FOR THE GREATER GOOD Join me Date: Sat, 26 Dec 2009 13:52:06 -0500 From: cottr...@wfu.edu To: shashan...@hotmail.com CC: gtk-app-devel-list@gnome.org; gtk-osx-us...@lists.sourceforge.net

gtk installation- help reqd

2009-12-26 Thread keerthi b s
hello , im finding the follwing error while installing gtk+ files.. when i use ./configure under gtk folder in usr/local dir the follwing error is coming .. can anybody pls help.. checking pkg-config is at least version 0.16... yes checking for GLIB - version = 2.21.3... *** 'pkg-config

Re: gtk installation- help reqd

2009-12-26 Thread Allin Cottrell
On Fri, 25 Dec 2009, keerthi b s wrote: hello , im finding the follwing error while installing gtk+ files.. when i use ./configure under gtk folder in usr/local dir the follwing error is coming .. can anybody pls help.. Wrong list: please post this sort of thing to the gtk-app-devel list.

TreeView: set_fixed_height_mode v TREE_VIEW_COLUMN_FIXED

2009-12-26 Thread Dr. David Alan Gilbert
Hi, I'm getting confused by TreeView - in particular why does set_fixed_height_mode require TREE_VIEW_COLUMN_FIXED? COLUMN_FIXED seems to be defined as 'Columns are a fixed numbers of pixels wide.' but what has that got to do with height? In this case there is a big treeview with a thousand

Sravan's Birthday Calendar

2009-12-26 Thread Sravan Kumar
Hi Please click on the link below and enter your birthday for me. I am creating a birthday calendar for myself. Don't worry, it'll take less than a minute (and you don't have to enter your year of birth). http://www.birthdayalarm.com/bd2/86117426a108046207b1491878409c586862643d1386

GTK+ for Mac is online

2009-12-26 Thread Janek Buchholz
GTK+ for Mac is online http://ftp.imendio.com/pub/imendio/gtk-osx/Gtk-Framework-2.14-LATEST.dmg ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Re: compile error in compiling gtk+2.18

2009-12-26 Thread Javier Jardón
2009/12/24 Tor Lillqvist t...@iki.fi: Is there any doc to explain the libs and versions that the gtk+ needed? 1) configure.in, 2) the .spec files in various RPM-based distros, 3) the corresponding files in DEB-based distros. Maybe a mention in the documentation would be good. I think [1]

Re: GTK+ for Mac is online

2009-12-26 Thread Andreas Falkenhahn
On 25.12.2009 at 14:23 Janek Buchholz wrote: GTK+ for Mac is online http://ftp.imendio.com/pub/imendio/gtk-osx/Gtk-Framework-2.14-LATEST.dmg Is there also a newer version for OS X available? 2.16 or 2.18 maybe? Andreas -- Remember: It's nice to be important but it's more important to be nice!

GtkToolItem custom widget - hybrid of GtkRadioToolButton and GtkMenuToolButton

2009-12-26 Thread Dov Grobgeld
Hello, I'm working on a space challenged device (Nokia N900) and in order to save space I would like to create a hybrid of a GtkToolbar (that will be shown at the bottom of the screen, and hidden when not in use) with the following properties: - There should be several GtkRadioToolButton

Re: Re: compile error in compiling gtk+2.18

2009-12-26 Thread Javier Jardón
El día 26 de diciembre de 2009 16:21, Javier Jardón javierjc1...@gmail.com escribió: 2009/12/24 Tor Lillqvist t...@iki.fi: Is there any doc to explain the libs and versions that the gtk+ needed? 1) configure.in, 2) the .spec files in various RPM-based distros, 3) the corresponding files in

Pango autogen requires introspection but app does not require it

2009-12-26 Thread BugByteMan
Hi, I just updated to git trunk and now pango autogen.sh requires introspection.m4 yet the application itself does not require introspection. Is there a simple way (other than hacking at autogen.sh and associated files) to remove this dependency?