[fpc-devel] Please Help with GNOME !

Tanya tanya880 at bezeqint.net
Mon Mar 19 22:03:56 CET 2007


Hello !
I've a following problem:

"y" coord don't work and crash a program in the following example:

back_text := gnome_canvas_item_new(root_group,
gnome_canvas_text_get_type(),
'x',[double(200),
{ 'y', double(120),}
'font', 'verdana bold',
'anchor', GTK_ANCHOR_WEST,
'fill_color', 'light gray',
'text', str1,
NIL]);

Other gnome_canvas_..._get_type(), is working properly with "y" ,
but  text_get_type , image_get_type(), widget_get_type() and 
group_get_type(), makes a problem with "y" coord.
ONLY with "Y" coord !

What is a possible reason ?
Please Help!
Thank You!







More information about the fpc-devel mailing list