wxpython + follow selection in objectlistview in a second objectlistview

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: wxpython + follow selection in objectlistview in a second objectlistview

Re: wxpython + follow selection in objectlistview in a second objectlistview

by Peke » Sun Dec 23, 2018 9:05 pm

Hi,
Can you please try to make screenshots of both screen when it works and when it do not work?

wxpython + follow selection in objectlistview in a second objectlistview

by Charlotte379 » Mon Dec 17, 2018 2:40 am

I have a objectlistview which gives me some data after I've done some filtering on it (mediamonkey-style if someone knows it). Now I have a second screen where I have to show the same objectlistview (same result of the filtering). This step I already programmed. Now when the user select a row on objectlistview 1, I need the second obectlistview to show the same selection.

Is this possible and how do you do it? maybe it is something like: getselection of objectlistview 1, and see where it is in objectlistview 2 and select it?

tx in advance

EDIT: Update: I send a pubsubmessage on selection in objectlistview1, to objectlistview2, but can you give a cell the focus/selection programmatically?

Top