Thanks for your help.

When running:
// Example using GLJPanel (Mixing uicontrols and graphics is available)
usecanvas(%F);
plot2d();
uicontrol("String", "Close the window", "Position", [10 10 100, 25], 
"Callback", "delete(gcf())");
messagebox("You can see the button on the figure.", "Usecanvas example", 
"info");

it works, see output_plot2d_with_usecanvas_false.png
When running:
// Example using GLCanvas (Mixing uicontrols and graphics is not available, 
uicontrols are not visible)
usecanvas(%T);
plot2d();
uicontrol("String", "Close the window", "Position", [10 10 100, 25], 
"Callback", "delete(gcf())");
messagebox("You can''t see any button on the figure.", "Usecanvas example", 
"info");

it crashes, see output_plot2d_with_usecanvas_true.txt

I am using the "sis" X driver. My package xserver-xorg-video-sis has
version 1:0.10.1-1


** Attachment added: "output_plot2d_with_usecanvas_true.txt"
   http://launchpadlibrarian.net/23876883/output_plot2d_with_usecanvas_true.txt

-- 
scilab 5 displays incorrect graphics when using bar() and segfaults at exit
https://bugs.launchpad.net/bugs/343091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to