08-22-2012, 08:05 AM
Hello, I am using object.MouseDrag and object.mouseclick to click/select on lines within a java panel. Once selected these lines will change colors to indicate they are selected. However, using QTP with mouseclick or mousedrag selects line but lines do not update(color change) to indicate selection. Should I update mouse listeners here? Any ideas will be appreciated. Thanks
Panel.Click 232,32,"LEFT"
Panel.MouseDrag 232,32,288,57,"LEFT"
Panel.Click 232,32,"LEFT"
Panel.MouseDrag 232,32,288,57,"LEFT"