Re: Uninstalling gtk

2005-08-09 Thread Daniel Campos
Hi: I've installed GTK+2.7 on a Madriva 2005, and I didn't remove anything: that way the systems thinks the old GTK+ version is already installed, so there's no problem with dependencies. The new libraries overwrite the old ones, provided that you configure the packages with the --prefix=/usr

Re: Gtk screen refresh

2005-08-08 Thread Daniel Campos
Jirka Pirko escribió: hi i have following problem: need to append chars to GTK_ENTRY as they are coming from serial port (/dev/ttyS0) i'm reading chars, appending (gtk_entry_appent_text()) them into GTK_ENTRY, but i CANT SEE them. (until i press key or when i put cursor into GTK_ENTRY) i

Re: Gtk screen refresh

2005-08-08 Thread Daniel Campos
a string after a call to gtk_entry_get_text, which make it fail... Regards, D. Campos Jirka Pirko escribió: look here... www.chobex.cz/entrypok.c i invalidate whole window and call main_loop_iteration_do - but it still dont work Daniel Campos napsal(a): Try to invalidate the widget so

[Fwd: Re: Gtk screen refresh]

2005-08-08 Thread Daniel Campos
---BeginMessage--- Try to invalidate the widget so it must redraw again... Jirka Pirko escribió: it dont work - im calling gtk_main_iteration_do from different pthread than where is running gtk_main... but it makes sense... just for sure im not doing anything wrong... jirka Daniel

[Fwd: Re: GTK+ 2 speed]

2005-07-28 Thread Daniel Campos
---BeginMessage--- Hi: Based on my experience with GTK+, widgets drawing could be more slow because all widgets are double-buffered, however, if you're not interested in that feature, you can always use gtk_widget_set_double_buffered() to disable it. Pango is very slow, and I don't know any

Re: How will cairo influence GTK's performance?

2005-07-18 Thread Daniel Campos
Pango seems to be quite slow, I agree with that... Clemens Eisserer escribió: Hello, First of all please do not interpret this post as a troll post - it is absolutly not my intention to blame anybody for the great work on gtk or to spread FUD or whatever. The following lines are just

Re: Embeddied Video Player

2005-06-11 Thread Daniel Campos
Mplayer can be run with a parameter to tell the xid to use, that is, you can create a window, pass its xid to mplayer, and it will run showing the images in that window, instead of its own window. Then you can control the process using stdout and stdin. The MoviePlayer example from Gambas

Re: tiny html reader

2005-01-24 Thread Daniel Campos
[EMAIL PROTECTED] escribió: Hello everyone, I'm looking for an html reader that will allow me to simply read the html. No editing, no surfing capability, no fancy toolbars, extra panelling, icons etc. Don't need mozilla. I think the hand-helds use what I'm after. Is there such an app that's

Does linux-fb backend compile with GTK+-2.4?

2005-01-17 Thread Daniel Campos
Hi: I was trying to compile both GTK+2.4 and GTK+2.6 with the option --with-gdktarget=linux-fb, and there is always errors at compile time. Is there any faq about this (any specials options to add to Pango or ATK), or may be this has been reported before? If not (I could not see anything in the