Search found 1 match
- Sat Nov 19, 2011 4:43 am
- Forum: Programming
- Topic: Extensions : how to "select" objects
- Replies: 4
- Views: 4295
Extensions : how to "select" objects
Hi Everybody, I have written an extension that produces new objects on the canvas. I would like these objects to be selected when the extension exits, so the user can easily move them. The way I create objects is as follows : current = self.getElementById(...) if current != None: new = copy.deepcopy...