Hai all,
I am using web based planogram tool. when i insert a object(note/balloon note) into goview, the inserted object not selcted(covered in red color) defaultly. i want the particular object to be selected after inserting the object in the goview.
thanks in advance
walter
February 28, 2008, 10:35am
2
GoObjects dragged (copied) from a GoPalette into a GoView do get selected in the destination GoView.
You can see this in Demo1 on www.godotnetweb.com .
walter,
Ya i want the product selection in the destination. The demo let
me show the product selection when i click the inserted products. But here my senario is the inserted product to be selected without the user click.
Thanks in advance
Jake
February 29, 2008, 8:29am
4
Probably because 2 weeks ago you were asking us how to clear the selection after the drop.
s jake. but my requirement have changed, so i can ask you now
Jake
March 1, 2008, 9:22am
6
so just undo what we told you to do 2 weeks ago.
sure jake. i want the particular inserted object should be selected by using “insert” button to insert the object in the goview.
Jake
March 3, 2008, 7:53am
8
In the InsertButton_Click, the AddCopy returns a GoObject.
GoObject newObject = (... AddCopy ...)
goView1.Selection.Add(newObject);