Opened 14 years ago
Closed 14 years ago
#1354 closed defect (fixed)
Error en desplazamiento temporal de gráficos de series en TolBase
| Reported by: | Víctor de Buen Remiro | Owned by: | Jorge |
|---|---|---|---|
| Priority: | highest | Milestone: | Mantainance |
| Component: | Interface | Version: | head |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Si en TolBase 2.0.2 hacemos un gráfico de una o varias series cualquesquiera como por ejemplo
Serie s = SubSer(Gaussian(0,1,C),y2010,y2011);
y luego hacemos un zoom a un intervalo cualquiera, al intentar usar el botón de desplazamiento temporal Mover el marco de la imagen, sale una ventana de con el siguiente mensaje de error:
wrong # args: should be "blt::RemoveBindTag widget tag"
wrong # args: should be "blt::RemoveBindTag widget tag"
while executing
"blt::RemoveBindTag $graph "select-region-$graph" "zoom-$graph""
(procedure "blt::ClearMode" line 14)
invoked from within
"blt::ClearMode $graph $mode"
(procedure "Blt_ViewMode" line 4)
invoked from within
"Blt_ViewMode $item $active"
(procedure "SetViewMode" line 28)
invoked from within
"SetViewMode $this scroll"
(procedure "::bayesGraph::ScrollView" line 10)
invoked from within
"::bayesGraph::ScrollView ::bayesGraph::.main.mdi.slave32.work.g"
("uplevel" body line 1)
invoked from within
"uplevel \#0 $cmd"
(procedure "Button::_release" line 19)
invoked from within
"Button::_release .main.mdi.slave32.work.g.tb.tbg.scroll"
(command bound to event)
Con la versión 2.0.1 no pasa esto sino que funciona perfectamente.
Change History (2)
comment:1 Changed 14 years ago by
| Priority: | high → highest |
|---|---|
| Severity: | major → critical |
| Status: | new → accepted |
comment:2 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

(In [3902]) fixes #1354, recovering procedures which were lost in last commit of graph.tcl