<html><body><span class="xfm_57084106">I tried to investigate the problem. Running <span>ged during the process of the dialog show cause including of the global variable ged_cur_fig_handle. It may contain the handle of the current figure. I stop the function and run<br/><br/>handles = Get_handles_list(f)<br/> handles  = <br/><br/>37 by 1 matrix of handles:<br/>==========================<br/>Figure   <br/>Axes     <br/>Compound <br/>Polyline <br/>Label    <br/>Label    <br/>Label    <br/>Label    <br/>uimenu   <br/>uimenu   <br/>...  <br/>uimenu     <br/><br/>"Label" is absent in select statement of ged.sci (lines 35...117).<br/><br/></span><span>Possible reason of the error - the function "</span><span>TK_send_handles_list" is not fully developed in LINUX version.<br/><br/>For me the following bugfix works:<br/><br/>file: </span><span><span>/opt/scilab/share/scilab/modules/tclsci/macros/TK_send_handles_list.sci</span><br/>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br/>the following code is inserted after the line 113. It may be put inside the "select  hand.type" statement before any "case" word<br/><br/>        case "Label"                                  //MY BUGFIX<br/>            iLab = iLab+1;                          //I ASUME THAT iLab IS THE LABLE COUNTER.<br/>                                                                //IF NOT, PLEASE REPLACE IT BY OTHER VARIABLE<br/>                                                                // AND INITIALIZE AT THE BEGINNING OF THE FUNCTION!!!<br/>            Labname= "Label("+string(iLab)+")";<br/>            TCL_EvalStr("set "+SelObject+" "+Labname);<br/><br/></span> <div style="font-size:14px;font-style:italic;"> 3 квітня 2017, 17:06:32, від "Viktor Mileikovskyi" <<a href="mailto:v_mil@ukr.net" target="_blank" rel="noreferrer noopener">v_mil@ukr.net</a>>:<br/></div> <br/><blockquote style="border-left:1px solid rgb(204, 204, 204);margin:0px 0px 0px 0.8ex;padding-left:1ex;"><span>
  <span>Can you open "Figure properties" dialog using the graphics windows menu?<br/><br/>The additional tests are performed using the following OSes:<br/>- Windows (Windows 10 64 bit) - the "Figure properties" dialog is openned successfully;<br/>- Linux (Ubuntu 14.04 64 bit) - the "Figure properties" dialog can not be openned and the error below occurs.<br/><br/><span>at line  116 of function 
TK_send_handles_list ( 
/opt/scilab/share/scilab/modules/tclsci/macros/TK_send_handles_list.sci 
рядок 116 )<br/>at line    99 of function ged                  ( /opt/scilab/share/scilab/modules/graphics/macros/ged.sci рядок 110 )<br/><br/>Label not handled</span><br/><br/>Therefore, the problem is related to LINUX 64BIT Version (maybe, also for 32 bit).<br/>With best regards.<br/>Viktor.<br/><br/><div style="font-size:14px;font-style:italic;"> 3 квітня 2017, 16:53:27, від "Heinz Nabielek" <<a href="mailto:heinznabielek@icloud.com" target="_blank" rel="noreferrer noopener">heinznabielek@icloud.com</a>>:<br/></div> <br/><blockquote style="border-left:1px solid rgb(204, 204, 204);margin:0px 0px 0px 0.8ex;padding-left:1ex;"><span>
  <pre>What exactly is the problem? Everythings works for me as before-see
attachment. Heinz
<<a href="http://mailinglists.scilab.org/file/n4036134/Screenshot_2017-04-03_15.png" target="_blank" rel="noreferrer noopener">http://mailinglists.scilab.org/file/n4036134/Screenshot_2017-04-03_15.png</a>> 



--
View this message in context: <a href="http://mailinglists.scilab.org/Scilab-users-How-to-open-figure-properties-tp4036131p4036134.html" target="_blank" rel="noreferrer noopener">http://mailinglists.scilab.org/Scilab-users-How-to-open-figure-properties-tp4036131p4036134.html</a>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
_______________________________________________
users mailing list
<a href="mailto:users@lists.scilab.org" target="_blank" rel="noreferrer noopener">users@lists.scilab.org</a>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank" rel="noreferrer noopener">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</span></blockquote>  <br/><br/><div>-- <br/>E-Mail: <a href="mailto:v_mil@ukr.net" target="_blank" rel="noreferrer noopener">v_mil@ukr.net</a><br/>E-Mail: <a href="mailto:mileikovskyi@gmail.com" target="_blank" rel="noreferrer noopener">mileikovskyi@gmail.com</a><br/>Skype: mileikovskyi<br/>Mob: +38-044-2284247<br/>Mob: +38-094-8284247<br/></div><br/></span>
  <span>
  <pre>_______________________________________________
users mailing list
<a href="mailto:users@lists.scilab.org" target="_blank" rel="noreferrer noopener">users@lists.scilab.org</a>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank" rel="noreferrer noopener">http://lists.scilab.org/mailman/listinfo/users</a>

</pre>
</span>
</span></blockquote>  <br/><br/><div>-- <br/>E-Mail: v_mil@ukr.net<br/>E-Mail: mileikovskyi@gmail.com<br/>Skype: mileikovskyi<br/>Mob: +38-044-2284247<br/>Mob: +38-094-8284247<br/></div><br/></span></body></html>