Hello Philippe,
Sorry, but i don't catch clearly the circumstances of this bug.
Are you the user that experimented this bug, or someone else did?
If you are not the user, where did you find the primary information?
If you are the user, why do you say that "you can't reproduce it because
you don't have a Mac" while you experimented it on a Mac? Would you
mean that the bug is a transient not fully reproducible one?
Unfortunately, the screenshot does not show the bug.
When providing the piece of "code like..", i am afraid that the "like"
is risky.
So, is it actually/this/ code that yielded the bug, or you don't know?
Such a bug was already met to set a legend:
http://bugzilla.scilab.org/13592 <http://bugzilla.scilab.org/13592>
So , it could be the same for xclick, whether it it used in a figure
/homed in a uicontrol frame/.
In the piece of code that you provide, we don't know how the homing
figure is generated.
Version information may be useful, but less than a minimal
self-sufficient copy/pastable
piece of code that, in a fresh scilab session, yields the bug.
Thanks
Best regards
Samuel
Le 27/10/2017 à 23:16, philippe a écrit :
Hi to all,
Today I saw a strange bug with xclick and scilab 6.0.0 on Mac OS :
there is a shift between the position in the graphic window and
coordinates recovered by xclick (see the screen-shot with version
information : https://photos.app.goo.gl/wywgRFAH5wSdszGa2 ). I can't
reproduce the bug cause I don't have a Mac, it was generated by a piece
of scilab code like :
clf()
plot2d(0,0,rect=[0 0 3 3])
xgrid(1)
x=[];y=[]
ibutton=0
while ibutton<>5
[ibutton,xcoord,ycoord]=xclick()
x($+1)=xcoord
y($+1)=ycoord
plot(x,y,'-o')
end
I don't find something similar in the bugzilla list :
http://bugzilla.scilab.org/buglist.cgi?quicksearch=xclick&list_id=43893
I would appreciate if someone could confirm (or not) the bug on
MacOS+scilab6 , and report on bugzilla if necessary.
Best regards,
Philippe
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users