Re: I18n problem

2003-02-11 Thread Andrew E. Makeev
Sven Neumann wrote: Hi, Andrew E. Makeev [EMAIL PROTECTED] writes: I have problem to get STOCK items internationalized on my machine. (Sorry, couldn't take a look at FAQs, it looks like GTK site is down for now.) What exactly should I set up to get STOCK items have appeared in Russian?

Problems compiling gtk-2.2.1

2003-02-11 Thread Manolis Paissios
Hi I have trouble compiling gtk-2.2.1 I have succesfully installed glib 2.2.1 pango 1.2.1 and atk-1.2.0 Libpng-1.2.5 is also installed on the system but Gtk fails in the gdk-pixbuf directory whith the following error: --- creating test-gdk-pixbuf LOADERS=`echo libpixbufloader-*.la` ; \ if test

HELP MEEE !!!!!!!!!! HOW TO SAVE THE LOADED IMAGE !!!!

2003-02-11 Thread IT_Beam
HAI FRIENDS, I HAVE CREATED AN IMAGE VIEWER WITH GTK2.. I COULD LOAD AN IMAGE..WITH FILE OPEN.. BUT, HOW CAN I SAVE THE SAME IMAGE TO A PARTICULAR DIR??? PLS I NEED CODINX A LG FOR IT... CHECK IS THIS CODING WRITE? void

TreeView performance

2003-02-11 Thread Tim Flechtner
hello all, i am writing a trading application that displays updates to financial contracts in real time, using a TreeView widget. there can be four to five hundred updates coming in a second, and under this load my application takes about 60% of the cpu time of my dual processor 2.53 mhz

Trouble installing gtk+-2.2.1

2003-02-11 Thread Luis Miguel
Greets! Im currently installing gtk+-2.2.1 and the problem is that in the ./configure line it outputs an error: checking for glib-2.0 = 2.1.4 atk = 1.0.1 pango = 1.0.1... Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing

Re: TreeView performance

2003-02-11 Thread Valdis . Kletnieks
On Tue, 11 Feb 2003 09:02:10 CST, Tim Flechtner [EMAIL PROTECTED] said: i am writing a trading application that displays updates to financial contracts in real time, using a TreeView widget. there can be four to five hundred updates coming in a second, and under this load my

Automated regression testing of GUIs written with gtk+

2003-02-11 Thread Richard Shann
Hi, There doesn't seem to have been much discussion of automated testing of applications written using gtk+. I have written a small example which exploits the gtk_key_snooper_install() function. The installed snooper records keypresses storing them in a file. On playback the snooper function

Re: Automated regression testing of GUIs written with gtk+

2003-02-11 Thread Soeren Sandmann
Richard Shann [EMAIL PROTECTED] writes: 2) can I get rid of my small lead weight? That is, would something like gtk_main_do_event() or XSendEvent() enable me to truly automate the tests? Take a look at the gnome-test-tool, which you can check out of the gnome cvs.

text entry growing (Long)

2003-02-11 Thread Carl B. Constantine
In the screenshot I sent around yesterday http://www.duckwing.ca/screenshots/2003_02_04_205632_shot.jpg you see a text entry field in the upper right quadrant. All is well, except that when I input text into this field, it grows out and that's even before the text reaches the edge of the field. I

glib event loop thrashing on solaris x86?

2003-02-11 Thread Tim Flechtner
hi! this is a somewhat vague question, which i apologize for. i'm just trying for suggestions of where i should look to find my glitch: i am running on a dual processor x86 solaris 8 box, and my gtkmm application seems to spend a lot of time thrashing in the glib event loop. truss reveals

Problem while using framebuffer... Help

2003-02-11 Thread Binoj VB
Hello, I am new to Linux GUI programming (also Linux) and I have a requirement where I should use frame buffer in-order to bye-pass the Xserver. Currently I am using RH 8, and I am confused with the GTK versions that I need to select in-order to get the display. Also another

Re: [Glade-users] extra spaces in layout question

2003-02-11 Thread Damon Chaplin
On Wed, 2003-02-05 at 05:01, Carl B. Constantine wrote: I have a window I'm building in Glade 2 where I've done most of the widget placement in it. However, there are a few spots where there is nothing, and so appear as gray squares in Glade. Is this OK or do I *have* to put something in each

libtool error : static compiling gtkmm-2.0.2

2003-02-11 Thread Vishal Modak
hi!!! I am trying to compile static libraries for gtkmm-2.0.2.. I have the following ackages.. gtk-2.0.9, glib-2.0.7, atk-1.0.4, pango-1.0.4 libsigc++-1.2 I have succesfully created the static libraries for the above packages for gtkmm-2.0.2..i did this = configure

Library size on solaris

2003-02-11 Thread Florin Iucha
Hello, I have compiled gtkmm-2.2.0 on Solaris8 using gcc-3.2.1 . Out of curiosity I did a ls -l libgtkmm* in the lib directory. Look what I've got: ls -l libgtkmm* -rwxr-xr-x 1 fiucha pdmusr 1205 Feb 9 12:25 libgtkmm-2.0.la lrwxrwxrwx 1 fiucha pdmusr21 Feb 9 12:25

libtool error : static compiling gtkmm-2.0.2

2003-02-11 Thread Vishal Modak
---BeginMessage--- hi!!! I am trying to compile static libraries for gtkmm-2.0.2.. I have the following ackages.. gtk-2.0.9, glib-2.0.7, atk-1.0.4, pango-1.0.4 libsigc++-1.2 I have succesfully created the static libraries for the above packages for gtkmm-2.0.2..i did this = configure

gtk+-2.2.1 compilation problem

2003-02-11 Thread M. Lavasani
Hi I am trying to compile gtk+-2.2.1 on HPUX-Ia64 platform. first I tried to use the dynamic loading to build the program, the gdkpixbuf failed to generate gdk-pixbuf.loader with dynamic loading support. Then I tried to compile with the following option: configure --disable-modules

building gtk+ 2.2.1 (png loader module)

2003-02-11 Thread Felix Natter
hi, I am trying to compile gtk+ 2.2.1 (as part of GARNOME 0.21.0). gtk+ compiles fine but it seems like gtk+ didn't build the png loader: compiling libgnomeui fails with this error: make all-recursive make[1]: Entering directory

Re: Problem while using framebuffer... Help

2003-02-11 Thread Sven Neumann
Hi, Binoj VB [EMAIL PROTECTED] writes: I am new to Linux GUI programming (also Linux) and I have a requirement where I should use frame buffer in-order to bye-pass the Xserver. Currently I am using RH 8, and I am confused with the GTK versions that I need to select in-order to get the

Re: glib event loop thrashing on solaris x86?

2003-02-11 Thread Soeren Sandmann
Paul Davis [EMAIL PROTECTED] writes: top reports my cpu usage at around 60%, which seems very high for the amount of processing that is going on. has anyone run into a similar situation? if so, can you suggest things i might be doing wrong? without timestamps on that output, its

Installing gtk2-2.2

2003-02-11 Thread Neil Hodge
All: My current setup is stock rh80. I can't really remove the current rpms due to the huge number of dependencies, and I would rather not update the rpms, because they have them Dependant on Xfree, which is more than I want to screw with. Here is my install script: export

XInitThreads() locking up my GTK app !?!?!

2003-02-11 Thread David J. Topper
Well, I hope this isn't a show stopper. I need XInitThreads() to be able to fire off a separate video (v4l) object to monitor video input. But when I put it in my GTk application, it freezes up any time I try to enter text into a text box. I'm also using g_threads_init and gdk_threads_enter