Forum Discussion
sfo_sc
14 years agoContributor
Hi,
I did try to retreieve the x and y coordinate after I select the row but I couldn't find the functions or variables that actually contain that information. Would you be able to share any ideas?
I did try to retreieve the x and y coordinate after I select the row but I couldn't find the functions or variables that actually contain that information. Would you be able to share any ideas?
I have tried
var x = Aliases.javaw.OrderBook.RootPane.null_layeredPane.null_contentPane.StatusFrame.Container.tabs.Order_Book.Panel.Panel.Panel.SPLITTER.StatusGridPanel.WorkingOrders.ScrollPane.Viewport.MainTable.getSelectionModel().getAnchorSelectionIndex();
var y = Aliases.javaw.OrderBook.RootPane.null_layeredPane.null_contentPane.StatusFrame.Container.tabs.Order_Book.Panel.Panel.Panel.SPLITTER.StatusGridPanel.WorkingOrders.ScrollPane.Viewport.MainTable.getColumnModel().getSelectionModel().getAnchorSelectionIndex();
But it didn't work.
Thanks,
SC