building ui on hp-ux

2003-07-17 Thread Sachin Kulkarni
Hi, I want to build a user interface on hp-ux. Will it be ok to use gtk for that. or i should use SWING? what r the other options available for me? regards, -Sachin

Re: building ui on hp-ux

2003-07-17 Thread Peter \Firefly\ Lund
On Thu, 17 Jul 2003, Sachin Kulkarni wrote: Hi, I want to build a user interface on hp-ux. Will it be ok to use gtk It should be possible - but the HPUX C compiler might not like you. for that. or i should use SWING? what r the other options available for me? Oh, you are talking about

Re: gtk-list digest, Vol 1 #1610 - 5 msgs

2003-07-17 Thread Billy Bob
Thanks Melvin, that worked. B From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: gtk-list digest, Vol 1 #1610 - 5 msgs Date: Wed, 16 Jul 2003 12:00:09 -0400 Send gtk-list mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the

Help for possible botched GTK2 install?

2003-07-17 Thread Robert G. Valiant
Hello -- I apologize if this is the wrong place to ask this question. I'm very new with GTK2 (I'm a user, not a coder) and I'm trying to figure out what I have done wrong in my install. I installed GTK2 and dependencies from tarballs as specified on the install page. When running a program, I

glade-perl and killing a window

2003-07-17 Thread Jeff Abrahamson
A gtk question, said in perl: I have an app, push a button on its main window, a new window comes up. The new window let's me do some stuff, then I dismiss it. I'm not quitting the new window correctly. Here's the code: Press pda from main window: sub on_pda_button_clicked { my

Re: Installing local/individual GTK

2003-07-17 Thread J. Davison de St. Germain
[I'm sending this email again as the last one seemed to get trapped in moderator limbo.] Hi, I'm trying to build the newest GTK (and the myriad of packages it requires). On my current computer, there are some badly installed and/or older versions of GTK (and its support packages), therefore

Re: Installing local/individual GTK

2003-07-17 Thread Sven Neumann
Hi, J. Davison de St. Germain [EMAIL PROTECTED] writes: PPS. I'm trying to install it locally because our program that links against the older/system installed libs exhibits strange behavior and also to learn about the GTK system. The strange behavior is this: The program comes up but when

Re: Installing local/individual GTK

2003-07-17 Thread J. Davison de St. Germain
The program comes up but when I try to bring up a menu (which needs a font) it freezes up. After about 4 minutes, it returns printing out a message that says something like font not found, please look at your .fonts.conf file... etc. I have /usr/local/lib/pango/1.2.0/modules (which

Re: Installing local/individual GTK

2003-07-17 Thread Noah Levitt
On Thu, Jul 17, 2003 at 13:47:59 -0600, J. Davison de St. Germain wrote: Also, here is a list of files in the pango modules dir: [...] I assume that at least one of those is a usable font. Thanks again for your help. Those aren't fonts. It seems like you don't have any. Easiest thing

pango layout extents (ok under linux, problems under win32)

2003-07-17 Thread Vadim Berezniker
Using pango 1.2.1 and gtk 2.2.1 in 'English' locale. (For both windows and linux). I create a new label, set the text and then attempt to calculate extents using the various extents functions availabe. i.e. I tried retrieving the extents via the appropriate pango function, tried iterating over

UTF-8 characters

2003-07-17 Thread Viveka Nathan K
Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters are returned as NULL. How can I fetch the SPACE as SPACE and NEWLINE as NEWLINE ? --

Re: UTF-8 characters

2003-07-17 Thread John Darrington
On Fri, Jul 18, 2003 at 10:41:59AM +0530, Viveka Nathan K wrote: Hi all. I am using the function g_utf8_get_char() to read Unicode values from a text file. The strings are fetched by using fscanf() function. It fetches upto SPACE or NEWLINE. But both these characters