Gtk application in hindi

2007-12-25 Thread Naveen Kumar
Hi all, I am planning to build an application with Hindi(local language) text for all widgets. Please guide me what is the better way to proceed for the above. Regards, Naveen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mai

Invalid UTF8 string passed to pango_layout_set_text()

2007-12-07 Thread Naveen Kumar
Hi all, I am trying add contents to clist from a file which contains filenames, It is unable display the contents which i m expecting it is giving a warning WARNING **: Invalid UTF8 string passed to pango_layout_set_text()

Re: How to use icon_view in older version of gtk (Emmanuele Bassi)

2007-11-23 Thread Naveen Kumar
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How to use icon_view in older version of gtk

2007-11-22 Thread Naveen Kumar
Hi all, I have one problem : I saw an application in Gtk+-2.10.6 (icon-view in gtk-demo ), and i need to compile it using lower version of gtk (gtk+2.2.0). I tried compiling it but i am getting errors like :

label text in Hindi

2007-10-28 Thread Naveen Kumar
Hi all, I need to display the labels in hindi, I tried export LANG=hi_IN.UTF_8 But it will show the text in hindi only for stock items. please guide me how i should proceed to get the text of my desired widget in the language i want. Regards, Naveen -- Application Engineer Innovate Software

Re: GTK plot graph

2007-06-29 Thread Naveen Kumar
Hi, Try to use gtkdatabox it will fulfill needs i feel. Regards, Naveen. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Cross compiling gtk+-2.2.0 for arm

2007-05-16 Thread Naveen Kumar
Hi all, I have tool chain to build gtk1.2 applications, but i need to compile applications using gtk2, so i am trying to cross compile gtk2 for using the tool chain i have. The procedure i followed to cross compile gtk+-2.2.0.tarbz2 : [EMAIL PROTECTED] gtk+-2.2.0]# export PATH=$PATH:/usr/local/hyb

RE :Problem with gtk (done )

2006-12-20 Thread Naveen Kumar
Thank u all, now i found the solution. i am not sure is it that right way to do that but thing is working fine.. what i have done is i have placed these two statements in the while loop. if(gtk_events_pending()) gtk_main_iteration(); Naveen _

RE :Problem with gtk (done mistake)

2006-12-17 Thread Naveen Kumar
Hi all, Please excuse for my mistake... I am very sorry for sending a wrong part of the code it is actually.. #include int main () { int i=0; while(i < 264000) printf("%d\n",i++); } it works very fine in my machine without any problem. (it takes around 1.2 minutes) 2)If try to run the same par

Problem with gtk

2006-12-16 Thread Naveen Kumar
Hi all, I am using an hand held device running on montavista linux, 1) i wrote a c program int main () { int i; while (i < 25000) printf ("%d\n", i); } it works very fine in my machine without any problem. (it takes around 1.2 minutes) 2)If try to r

how to get the text(label) of the Menu item widget??

2006-12-01 Thread Naveen Kumar
Hi All, i am using option menu in my application. Problem is i am unable to fetch the Text(label) of the Menu item when it is selected. Based on the text collected(label) from the menu item, i need to update a entry and a label in some other window. how do i do it? thanks in advance, Naveen Karn

Problem running GTK application on Monta Vista

2006-11-30 Thread Naveen Kumar
Hi All, I am able to run a Gtk application on X86 machine without any problem. and it runs stable. I cross compiled the same for Monta Vista Linux and Run. There is a part of application which collects the data from connected USB link. if i try running the USB part alone(without gtk), the appli

Problem with gsignal connect

2006-11-12 Thread Naveen Kumar
Hi all, I am using GTK+-2.2.0 to develop my application in that i am using 5 entries.. and 2 spin buttons and i have 1 button. When i click the button i nned to access all the data of entries and spin buttons to some variables. Using g_signal_connect i am able to pass only one object but