RE: Query- Gtk on Framebuffer

2005-09-01 Thread Albert Veli
Maybe you can try GTK+ for DirectFB. http://www.directfb.org/index.php?path=Development%2FProjects%2FGTK%2B I succefully tried GTK+ with DirectFB on an intel-compatible processor card about a year ago. /Albert -Original Message- From: [EMAIL PROTECTED] on behalf of Attilio

Yelp compilation problem

2005-09-01 Thread harshavardhanreddy mandeepala
HI all I am using FC3 Now I want to install yelp-2.6.3 in to my linux syatem. But when run ./configure command it is giving error message as fallows /*** checking for gconf-2.0 gnome-vfs-2.0 = 1.1 gtk+-2.0 = 2.3.1 libbonobo-2.0 = 1.108.0 libglade-2.0 = 2.0.0

Re: Yelp compilation problem

2005-09-01 Thread David Necas (Yeti)
On Thu, Sep 01, 2005 at 04:46:26PM +0530, harshavardhanreddy mandeepala wrote: I am using FC3 Now I want to install yelp-2.6.3 in to my linux syatem. But when run ./configure command it is giving error message as fallows ... ... Package libgtkhtml-2.0 was not found in the pkg-config

Very slow gdk_draw_pixbuf

2005-09-01 Thread Barry Demchak
Hi -- I am trying to use gdk_draw_pixbuf to render a .PNG into a window via a pixmap. (Actually, this is a much simplified case of trying to use librsvg to render into a window.) To make it as simple as possible, I grafted a gdk_draw_pixbuf call into scribble. When the rendering occurs, it

Re: Very slow gdk_draw_pixbuf

2005-09-01 Thread John Cupitt
Hi Barry, I think there must be something rather broken with your GTK install. I changed your example like this: #ifdef DRAW_PIXBUF if (pixbuf == NULL) pixbuf = gdk_pixbuf_new_from_file((gchar *) mapserv.png, NULL); if (pixbuf) { GTimer *timer; timer = g_timer_new();

TreeView expander questions (again)

2005-09-01 Thread Wallace Owen
I'd like all the data I put in a treeview visible all the time (fully expanded). Is there a way to make new child rows in my treeview expended when the model tells the view that the row has been added, or must I call gtk_tree_view_expand_all()? Is there a way to make the expanders not show up?

Re: Combobox Focus Challenge!!!

2005-09-01 Thread Jan-Marek Glogowski
Hi Maybe someone should extend the API docs or add a FAQ: gtk_widget_grab_focus( GTK_BIN(combo)-child ); Jan-Marek ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTKImage displays after long latency

2005-09-01 Thread Owen Taylor
On Wed, 2005-08-31 at 11:37 -0700, Barry Demchak wrote: Hi, Owen -- No luck ... the thing reports 400x400 (pixels) ... ... and when I render it in Internet Explorer, the rendering is instant. Any other ideas?? Well, if something is really slow, running it under a debugger interrupting

Local on GTK windows

2005-09-01 Thread Deekshit Mantampady
Hi all, I wanted to know what all Locales are supported on GTK-Win32. To to be specific Indian languages. I see some threads in this list. But not useful for me. Thanks Deekshit M ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Local on GTK windows

2005-09-01 Thread Tor Lillqvist
Deekshit Mantampady writes: I wanted to know what all Locales are supported on GTK-Win32. To to be specific Indian languages. Locales in what sense? The same GTK+ message catalogs are available (in a full installation) on Windows as on Unix. Taking a quick glance, I recognize at least hi

RE: Query- Gtk on Framebuffer

2005-09-01 Thread Albert Veli
Hi Hazzy. I wrote down the steps when I compiled GTK+ for DirectFB. This was on intel, maybe it will work on ARM too. If any GTK+ gurus read this, comments on the compilation procedure are welcome. First I compiled the Linux kernel with support for framebuffer. In my case it was the latest

Re: TreeView expander questions (again)

2005-09-01 Thread Bill Medland
Since no-one appears to have replied here is my meagre help. (Sorry, but I'm new to it all too) On September 1, 2005 09:17 am, Wallace Owen wrote: I'd like all the data I put in a treeview visible all the time (fully expanded). Is there a way to make new child rows in my treeview expended

Re: TreeView expander questions (again)

2005-09-01 Thread Tristan Van Berkom
Wallace Owen wrote: I'd like all the data I put in a treeview visible all the time (fully expanded). Is there a way to make new child rows in my treeview expended when the model tells the view that the row has been added, or must I call gtk_tree_view_expand_all()? Is there a way to make the

Re: Very slow gdk_draw_pixbuf

2005-09-01 Thread Barry Demchak
Hi, John -- The Linux guy and I investigated this somewhat thoroughly. It doesn't happen on any machine but mine. And if I SSH to another server, it doesn't happen either. So, there's something peculiar to my machine ... running Win2K, Radeon 7800, IBM Thinkpad, 1700MHz. And it's even

A question about GtkTextTag

2005-09-01 Thread Wang, Yong Y
Hi, I have a question regarding GtkTextTag. Documentation for GtkTextTag says The direction property directionGtkTextDirection : Read / Write Text direction, e.g. right-to-left or left-to-right. Default value: GTK_TEXT_DIR_LTR

Re: Chinese Simplified appearance

2005-09-01 Thread Yao Zhang
On Thu, Sep 01, 2005 at 12:20:55PM -0400, Edward H. Trager wrote: So, what are the good fonts? I highly recommend Debian Taiwan's Unifonts project which has taken two CJK font styles graciously donated to the Open Source community by Arphic Technologies and recoded these into Unicode-based

Re: Chinese Simplified appearance

2005-09-01 Thread mpsuzuki
On Thu, 1 Sep 2005 13:12:13 -0400 Edward H. Trager [EMAIL PROTECTED] wrote: The only case I can think of is that Japanese users like to see Kanji displayed using a Japanese font for Japanese language, whereas Chinese users want to see a Chinese font for probably both Chinese and Japanese. In

Re: Chinese Simplified appearance

2005-09-01 Thread mpsuzuki
On Thu, 1 Sep 2005 19:27:10 -0700 Ed Trager [EMAIL PROTECTED] wrote: Or, do you mean it is a very small issue because the number of different looking characters are small and negligible? I don't have numbers on this. Do you? I have myself only seen a few Am I asked to give numbers of

(no subject)

2005-09-01 Thread sudhindra hebbar
Respected sir, Iam new to gtk and linux.So iam in dilemma that i must use gtk or glade for development. Which will better in which situation . And our application needs to be ported to simputer(a pda).which will be better ie going for gtk or glade. please suggest me the right one.

Stuck inside button click callback

2005-09-01 Thread Fabio Margarido
Hey there folks, I'm new to this list, and tried to search for similar questions, but couldn't find anything (actually I was not quite sure how to search for this :)), so sorry if this has been answered here before. As a matter of fact, I'm a GTK newbie, and this is my first try. I'm trying to

Re: Stuck inside button click callback

2005-09-01 Thread Tristan Van Berkom
Fabio Margarido wrote: Hey there folks, I'm new to this list, and tried to search for similar questions, but couldn't find anything (actually I was not quite sure how to search for this :)), so sorry if this has been answered here before. As a matter of fact, I'm a GTK newbie, and this is my

CellRendererText validation

2005-09-01 Thread Gergely Kontra
Hi! I'm trying to implement an editable cell in a treeview. It's a CellRendererText, but in the model it is actually not a string, but has string representation. When the user edits the cell, I must check it. If the check fails, it shouldn't allow me to leave the field, but tell me what's wrong.

[Job] Gtk/C - Simple Game Client

2005-09-01 Thread Calvin Ellis
This is a job request for contract work for a simple telnet client written in Gtk/C and compiled on Linux/Windows. The client is currently semi-stable but requires some immediate updates to repair bugs which were missed prior to current release. I am expecting the timeframe for the requested

cross platform programming problem

2005-09-01 Thread 陈曙
I use gtk+ and C language compiled a GUI program, it could be excuted in Fedora core 3, when the program copy to a redhat operating system, it cannot been executed and the system reports /lib/libc.so.6:version'GLIBC_2.3' not found(required by ovi) How can I do with it? By the way, redhat

Long running DBI queries (gtk2 , threads)

2005-09-01 Thread ofey aikon
I want to have my perl-gtk app query a database using DBI and display the query results. Some of the queries can take minutes to run and a naive implementation would mean all GUI interaction was blocked until the $dbh-execute returned. This seems to be a fairly common problem.

Re: Long running DBI queries (gtk2 , threads)

2005-09-01 Thread Daniel Kasak
muppet wrote: Would it be a little simpler to have Gtk2::Ex::DBI, and have that implemented with threads on win32 and whatever works best on linux (with the implemention completely hidden, of course)? Oy! Gtk2::Ex::DBI is mine, and I will defend it if necessary :) -- Daniel Kasak IT

Re: Long running DBI queries (gtk2 , threads)

2005-09-01 Thread muppet
On Sep 1, 2005, at 9:05 PM, Daniel Kasak wrote: muppet wrote: Would it be a little simpler to have Gtk2::Ex::DBI, and have that implemented with threads on win32 and whatever works best on linux (with the implemention completely hidden, of course)? Oy! Gtk2::Ex::DBI is mine, and I