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!
_______________________________________________
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel