From: John V. <ve...@co...> - 2004-12-09 04:04:02
|
I'm not a tcl/TK expert, but I know a little. I'm trying to build an application where I draw text with a box around it at (initially radomized) places in a window. Each item has an ID displayed, as well as the text itself. I'd like to be able to refer to a particular item by means of the ID, in a text entry box, in order to move it, attach something to it, and so on. In perlTK, when I did something like this: create a text item at a randomized location create a box around it tag both of them with the same ID. ... I'm obviosly new to wxHaskell, (and new to Haskell.) Can someone point me toward documentation or examples along these lines? Best, John Velman |