Query - Pango

2005-09-15 Thread Hazzy
Hi all i m trying to install pango on ARM board.. I m able to configure it but as i give make command it goes into infinite loop of [EMAIL PROTECTED]:/try/pango-1.8.2# make cd . && /bin/sh ./config.status Makefile config.status: creating Makefile cd . && /bin/sh ./config.status Makefile config.

Re: how to reduce the size of tiny-x

2005-09-15 Thread sadhees kumar
Hello Friends, I have build a tiny-x server from X11 source, the libraries here are all dynamic. Have anybody experianced to static build the X11 to tiny-x, if so plz let me know. Advance thanks. cheers, sadhees kumar. ___ gtk-app-devel-list mailing

Re: How to make report generation in gtk

2005-09-15 Thread rush ta
guys... thnx for the reply By reports I do mean a page with query generated information... This information has to be printed on A4 sized paper. I am working on a SIMPUTER(a handheld ) so because of the memory constraint cann't afford to use browser kind regards rush On 9/16/05, rush ta <[EMAIL

Re: How to make report generation in gtk

2005-09-15 Thread Greg Breland
The Glom project had this problem recently and Murray decided to go with simple HTML reports. From what I've seen on the Glom mailing list he seems happy with it and you can't get any simpler than just generating HTML. The big downside to HTML is that it has very weak page breaking support. If y

How to make report generation in gtk

2005-09-15 Thread rush ta
hello guys ... My project involves a lot presentation printout to be taken ... Is there a way I can generate REPORTS in GTK.. The report need to be in tabular form. regards rush ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://

Re: How to check if a font has a given character?

2005-09-15 Thread Eduardo M KALINOWSKI
Christian Neumair wrote: >Am Donnerstag, den 15.09.2005, 16:26 -0300 schrieb Eduardo M KALINOWSKI: > > >>I want to check if the font I'm using (in a GtkTextView, if that >>matters) contains some characters (specifically, the "line-drawing" >>characters). How can I do that with Pango? The fun

Re: How to check if a font has a given character?

2005-09-15 Thread Christian Neumair
Am Donnerstag, den 15.09.2005, 16:26 -0300 schrieb Eduardo M KALINOWSKI: > I want to check if the font I'm using (in a GtkTextView, if that > matters) contains some characters (specifically, the "line-drawing" > characters). How can I do that with Pango? The function > pango_fc_font_has_char()

How to check if a font has a given character?

2005-09-15 Thread Eduardo M KALINOWSKI
I want to check if the font I'm using (in a GtkTextView, if that matters) contains some characters (specifically, the "line-drawing" characters). How can I do that with Pango? The function pango_fc_font_has_char() apparently does exactly what I want, however I couldn't discover how to get a Pan

Re: how to reduce the size of tiny-x

2005-09-15 Thread Michael Torrie
On Thu, 2005-09-15 at 10:08 +0530, sadhees kumar wrote: > Dear friends, > I configured for tiny-x and compiled the X11 source, everything was right > but finally the size of my tiny-x was 113MB. Since i want to use this in an > embedded application it must be within 8MB. You did something not q

Re: how to reduce the size of tiny-x

2005-09-15 Thread sadhees kumar
Here the problem is that if i use direct-FB, i dont have support for popups and some fonts which i developed for the screen.so if any one have an idea of reducing the size of tiny-x plz let me know. cheers. On 9/15/05, Attilio Fiandrotti <[EMAIL PROTECTED]> wrote: > > sadhees kumar wrot

Re: Gtk+, UTF-8 and translations

2005-09-15 Thread HuamiSoft Hubert Sokolowski
On Thu, 15 Sep 2005 12:34:48 +0200 Christian Neumair <[EMAIL PROTECTED]> wrote: > Am Dienstag, den 13.09.2005, 21:23 +0200 schrieb HuamiSoft Hubert > > > Are Gtk+ .po files in UTF-8? > > Yes. > > > If so, don't you have a problem with > > msgmerge complaining about invalid multibyte sequence?

Re: gtkscrolledwindow resize atomatic

2005-09-15 Thread Christian Neumair
Am Mittwoch, den 14.09.2005, 18:44 -0300 schrieb Alexandre: > I have a gtkplotcanvas (from gtkextra) inside a > viewport that is inside a scrolledwindow, but, when I > resize the gtkplotcanvas to a size bigger than the > scrolledwindow the scrollbars still the same (don't > change), and I'm not

Re: Gtk+, UTF-8 and translations

2005-09-15 Thread Christian Neumair
Am Dienstag, den 13.09.2005, 21:23 +0200 schrieb HuamiSoft Hubert > Are Gtk+ .po files in UTF-8? Yes. > If so, don't you have a problem with > msgmerge complaining about invalid multibyte sequence? > I am using gettext in my program and all is fine until when I have to > merge two .po files wit

Re: Problem with ATOK Japanese Input Method

2005-09-15 Thread Gaurav Jain
It's on Linux (Turbolinux 10). --- Tor Lillqvist <[EMAIL PROTECTED]> wrote: > Gaurav Jain writes: > > I'm using the Japanese input method called "ATOK" > > > Hmm, is this on Windows or Unix? > > In case Windows, where can one find ATOK? It's a > 3rd-party IME, not > from Microsoft? > > --tml

Problem with ATOK Japanese Input Method

2005-09-15 Thread Tor Lillqvist
Gaurav Jain writes: > I'm using the Japanese input method called "ATOK" Hmm, is this on Windows or Unix? In case Windows, where can one find ATOK? It's a 3rd-party IME, not from Microsoft? --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list

Problem with ATOK Japanese Input Method

2005-09-15 Thread Gaurav Jain
Hi, I'm using the Japanese input method called "ATOK" for inputting text into GtkEntry, and am facing the following problem: If I have multiple GtkEntry widgets in my application, and I type something in any field after enabling the IME (by pressing CTRL + SPACE), and then I confirm my input (by p

Re: Flash player in GTK

2005-09-15 Thread Yury Aliaev
[EMAIL PROTECTED] wrote: Hello, everyone. I'm developing a rather complicated interface in GTK for a project and I want to integrate some flash animations into it, triggered by button clicks. (Click a button, a flash animation appears in a box in the same window, stuff like that.) I've checked ou

Re: how to reduce the size of tiny-x

2005-09-15 Thread Attilio Fiandrotti
sadhees kumar wrote: Dear friends, I configured for tiny-x and compiled the X11 source, everything was right but finally the size of my tiny-x was 113MB. Since i want to use this in an embedded application it must be within 8MB. Have anybody experianced this, if so please let me know it will