I have a page like this.
A canvas contains several isc.Label.
The label is scatter everywhere within the canvas as a child of the canvas.
I can drag, i can resized.
But how to drag selected labels.. the idea just like on our desktop, we select 2 files.
then drag and drop it somewhere into other folder..
i just want to have the pointer selection to select the scatter label just like dragSelection
So, two things here.
1. dragSelection (to select) just like on our desktop / folder windows/linux/etc
2. to drag the selection - drag the selection from 1. to new coordinates.
Do the smartClient support this?
Thanks
A canvas contains several isc.Label.
The label is scatter everywhere within the canvas as a child of the canvas.
I can drag, i can resized.
But how to drag selected labels.. the idea just like on our desktop, we select 2 files.
then drag and drop it somewhere into other folder..
i just want to have the pointer selection to select the scatter label just like dragSelection
So, two things here.
1. dragSelection (to select) just like on our desktop / folder windows/linux/etc
2. to drag the selection - drag the selection from 1. to new coordinates.
Do the smartClient support this?
Thanks
Comment