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" ]])
Note: See
TracTickets for help on using
tickets.

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