Hello I have some issues with the uicontrol. When i want to export a figure with axes and uicontrol's i get only the axes out of it.
here an example: ///------------------------------------------- clc clear close(gcf()) f=gcf(); plot2d(); t1=uicontrol(f,'style',"text", 'string', "hello", 'position', [10 100 100 50]); filename='test'; xs2pdf(f, filename) ///------------------------------------------- I'm using scilab5.4.1 on an xp 32bit machine I found nowhere some answer... Thanks for your help in advance greets domi -- View this message in context: http://mailinglists.scilab.org/Scilab-users-uicontrol-not-printed-out-in-xs2pdf-and-all-tp4028520.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
