<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;"><br>Hello, folks, I have another doubt.... I work with vtk and java and most vtk examples are in tcl or c++. Well, I would like to know what this means:<br><pre>[code]<br>proc TkCheckAbort {} {<br>  set foo [renWin GetEventPending]<br>  if {$foo != 0} {renWin SetAbortRender 1}<br>}<br>renWin AddObserver AbortCheckEvent {TkCheckAbort}<br><br>iren AddObserver UserEvent {wm deiconify .vtkInteract}<br>iren Initialize<br><br>wm withdraw .</pre>[code]<br><br>And how I transform that in Java(the procedure TkCheckAbort I have a little idea, but the others...), thanks for the replies. cya.<br>Rafael<br><br><br><br></div><br /><hr />Receba as últimas notícias do Brasil e do mundo direto no seu Messenger com Alertas MSN! É GRÁTIS! <a href='http://alertas.br.msn.com/' target='_new'>Assine já!</a></body>
</html>