Opened 13 years ago
Closed 13 years ago
#1415 closed defect (fixed)
Error al clickear con el botón secundario
Reported by: | Javier Gallardo | Owned by: | Jorge |
---|---|---|---|
Priority: | high | Milestone: | TOLBase Revitalization |
Component: | Interface | Version: | 2.0.2 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Si evaluamos el siguiente código tol:
Set For(1, 10, Set(Real k){ [[k]] });
E intentamos tabular el Set nos dará el siguiente error:
Warning: [9] GetObjectFromAddress function failed at : GetObjectFromAddress("907EF48:0:66B01F8:0:245A460:0:2:4:B268") ERROR: [72] obj could not be created. ERROR: [73] obj is not a valid object for type Anything. ERROR: [74] Wrong arguments in call to Text Grammar (Anything var) ERROR: [75] theGrammar could not be created. ERROR: [76] theGrammar is not a valid object for type Anything. ERROR: [77] Wrong arguments in call to Real == var1 == var2 {Anything var1, Anything var2} ERROR: [78] theGrammar is not a valid object for type Anything. ERROR: [79] Wrong arguments in call to Real == var1 == var2 {Anything var1, Anything var2} ERROR: [80] theGrammar is not a valid object for type Text. ERROR: [81] __getTypeOfObject__ could not be created.
También pasa con el EvalSet, sin embargo con otras funciones como
Set Range(1, 10, 1); Set [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]];
no pasa.
Un saludo
Change History (7)
comment:1 Changed 13 years ago by
Priority: | normal → high |
---|---|
Status: | new → accepted |
comment:3 Changed 13 years ago by
Ya lo he reproducido, debe estar cargado GuiTools
antes
#Require GuiTools; Set For(1, 10, Set(Real k){ [[k]] });
comment:7 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
No logro reproducirlo. Puedes probarlo en un tolbase limpio, que sea la primera instrucción que ejecutes después de abrir tolbase?