Is this my imagination or do arrays behave the ol'way with test-6 ???
ooops, i forgot to report this graph problem before :
when i open a table within a subpatch, i got this :
i never clicked on this graph and it's _not_ open in any other window.
g_7_guis.c : ############################################ 3035c3035
(t_int)x->x_gui.x_obj.te_xpix, (t_int)text_ypix(&x->x_gui.x_obj, x->x_gui.x_glist),
that's all for today [ 1:15 AM, Paris ]
Yves/
hi Yves,
I still don't understand what this means, sorry..
ooops, i forgot to report this graph problem before :
when i open a table within a subpatch, i got this :
i never clicked on this graph and it's _not_ open in any other window.
This one I understood, and yes, oops, thanks...
- a little fix for toggle object :
g_7_guis.c : ############################################ 3035c3035
< (t_int)x->x_gui.x_obj.te_xpix, (t_int)text_xpix(&x->x_gui.x_obj, x->x_gui.x_glist),
(t_int)x->x_gui.x_obj.te_xpix, (t_int)text_ypix(&x->x_gui.x_obj, x->x_gui.x_glist),