close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 12 years ago

Closed 12 years ago

#1704 closed defect (fixed)

TkSetEditor is too slow

Reported by: Jorge Owned by: Jorge
Priority: normal Milestone: TOL Packages
Component: GuiTools Version: 3.1
Severity: normal Keywords:
Cc:

Description

#Require GuiTools;
 
Set aux = For(1,519,Real(Real k){
  Text name = "Item_"+IntText(k);
  Eval("Real "+name+" = "+IntText(k)+";")
});

GuiTools::TkSetEditor(aux,[[ "-title", "Too Slow", "-modal", "yes" ]])

Change History (1)

comment:1 Changed 12 years ago by Jorge

Resolution: fixed
Status: newclosed

(In [5940]) fixes #1704, había un parray el cual es especialmente lento en windows (comparado con linux)

Note: See TracTickets for help on using tickets.