Does Win CE support ARMV4T CPU family????

2004-03-04 Thread bheemesh

hello all,
i know i am mailing a bit out of context to this mailing list.
But pls some on efrom the windows platform help me in this.
Even a suitable link or URL is very helpfull.

the CPU ARMV4T is supposed to be supported by windowsCE.net4.2 - according to 
the documentation on the microsoft website.but actually it does not support 
ARMV4T - this CPU type is not at all available in the standard list of CPU's 
shown during installation.whats wrong?was the win ce.net4.0 version 
supporting this?thanks in advance.

bheemesh
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: GtkEntry right aligned/justified

2004-02-19 Thread bheemesh

 Hello,


 So, is there a way to make a GtkEntry right aligned, like you want to
 have it for numbers in a calculator?

 Regards,

 Steffen

use this for right justification. For further search for this in the 
reference manual

gtk_widget_set_direction(entry, GTK_DIRECTION_RTL);
for RightToLeft justification.
Similarly for LTR for LeftToRight.
gtk_widget_set_direction(entry, GTK_DIRECTION_LTR);

cheers,
bheemesh.

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Fonts change to Labels

2004-02-04 Thread bheemesh

Hi,


 Hello,
 I am using  GTK+ 1.2. I am having problems changing the fonts when I use
 the label widget.
 All I want to do is change the fonts on the different lines of text.

check this out:
http://mail.gnome.org/archives/gtk-list/2002-August/msg00279.html

cheers,
bheemesh
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Change font's size

2004-01-27 Thread bheemesh
 -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1

 here 12 is the size.

 u will get more help from
 http://developer.gnome.org/doc/API/2.2/gdk/gdk-Fonts.html#gdk-font-load

Here it is given that GdkFont is deprecated  should not be used.
Is it feasible enough?

Bheemesh.
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Change font's size

2004-01-26 Thread bheemesh
Hi,
Try this link very usefull one.

http://mail.gnome.org/archives/gtk-list/2002-August/msg00279.html

Reaaly great info for changigng fonts  their attributes. Thanks to the 
person who composed such a usefull mail.

cheers,
Bheemesh.





On Tuesday 27 January 2004 12:47 am, Pisanu Prasertnopakun wrote:
 Hello list,

 I try to find how can I change font's size, but I didn't find any functions
 for this. Can someone help me?

 **

 GdkFont *font;

 font = gdk_font_load(fixed);

 **

 best regards,

 Pisanu
 ___
___ Nachrichten, Musik und Spiele schnell und einfach per Quickstart im
 WEB.DE Screensaver - Gratis downloaden:
 http://screensaver.web.de/?mc=021110
 ___ gtk-list mailing list
 [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: problem in running gtk+2.2 appln for frame buffer

2003-11-20 Thread bheemesh

Thanks Sven,

Actually i did the same what you suggested.
I came to know that it's failing in gtk_init() itself.
And the problem it used give was:
Gtk-WARNING: cannot open display
and not exactly segementation fault.
So i think i must have missed out something while configuring gtk+ for 
framebuffer. I 'll re do it. Meanwhile if you have more suggessions pls let 
me know.
Thanks again.

Bheemesh.
-- 
Prodigy Labs (P) Ltd.,
Bangalore, INDIA
Ph: 3598938


 bheemesh [EMAIL PROTECTED] writes:
  I am having problem in running any gtk+2.2.4 related application
  programs which are frame buffer enabled.
 
  All though the installation with all the dependencies  necessary
  packages went on fine, whenever i try to run even a simple demp
  helloworld program, i get segmentation fault without being able to
  figure out where the bug lies.

 Did you try to get a stack trace from the crashing program?

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


problem in running gtk+2.2.4 applns for frame buffer

2003-11-18 Thread bheemesh
Hi ,
I am having problem in running any gtk+2.2.4 related application programs 
which are frame buffer enabled.

Currently i am working with RedHat linux 7.2, linux-2.4.7-10.
I have installed gtk+2.2.4, with all it's necessary dependencies comprising 
pkg-config-0.14.0, glib-2.2.3, atk-1.2.4, fontconfig-2.2.92, freetype-2.0.9,
pango 1.2.5.

All though the installation with all the dependencies  necessary packages 
went on fine, whenever i try to run even a simple demp helloworld program,
i get segmentation fault without being able to figure out where the bug lies.

I have set my PKG_CONFIG_PATH  LD_LIBRARY_PATH environment variables and i 
have even declared them as global shell variables. I have even executed 
/sbin/ldconfig  added /usr/local/lib as part of ld.so.conf  file in 
'/etc'.

I had tried my bit even with DIrectfb, but after successful installation, the 
same problem i used to face. To tell you i have gtk+ for FRAME BUFFER  not 
for X-Server. My kernel is suitably configured  is working fine after 
enabling it with Frame buffer. As such i dont think there is any problem with 
the kernel configuration.

Any help /guidences are appreciated from the mailing list members.
Thank you,

Bheemesh.
-- 
Prodigy Labs (P) Ltd.,
Bangalore, INDIA
Ph: 3598938
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


problem in running gtk+2.2 appln for frame buffer

2003-11-18 Thread bheemesh
Hi ,
I am having problem in running any gtk+2.2.4 related application programs 
which are frame buffer enabled.

Currently i am working with RedHat linux 7.2, linux-2.4.7-10.
I have installed gtk+2.2.4, with all it's necessary dependencies comprising 
pkg-config-0.14.0, glib-2.2.3, atk-1.2.4, fontconfig-2.2.92, freetype-2.0.9,
pango 1.2.5.

All though the installation with all the dependencies  necessary packages 
went on fine, whenever i try to run even a simple demp helloworld program,
i get segmentation fault without being able to figure out where the bug lies.

I have set my PKG_CONFIG_PATH  LD_LIBRARY_PATH environment variables and i 
have even declared them as global shell variables. I have even executed 
/sbin/ldconfig  added /usr/local/lib as part of ld.so.conf  file in 
'/etc'.

I had tried my bit even with DIrectfb, but after successful installation, the 
same problem i used to face. To tell you i have gtk+ for FRAME BUFFER  not 
for X-Server. My kernel is suitably configured  is working fine after 
enabling it with Frame buffer. As such i dont think there is any problem with 
the kernel configuration.

Any help /guidences are appreciated from the mailing list members.
Thank you,

Bheemesh.
-- 
Prodigy Labs (P) Ltd.,
Bangalore, INDIA
Ph: 3598938
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list