Questions tagged [selectionchanged]

263 questions
0
votes
1 answer

Clistctrl item search focus

I'm having some trouble while trying to create a "Search" function in a ClistCtrl. When the searched item is found I know for sure it is marked as the correct data is displayed, yet the list itself doesn't show the item. I want the list to move its…
Gad Yaari
  • 3
  • 2
0
votes
1 answer

WPF Datagrid OnPropertyChanged causes SelectionChanged event

I have a WPF Datagrid that is bound to a model. Inside the model I have a property defined as public String status { get { return m_status; } set { m_status = value; …
Mozzak
  • 201
  • 3
  • 16
0
votes
2 answers

Randomly select Target cells without being able to target a same cell twice

I tried multiples things and I'm still not able to resolve my problem. What could I add to the code in order to not be able to Target a same value in Range("A5:G11") twice, and only be able to Target a maximum of 6 values in Range("A5:G11") at the…
0
votes
2 answers

Accessing a public method from a class inside a SurfaceListBox

I've created a WPF Solution as described on https://msdn.microsoft.com/en-us/library/ff727730.aspx. This solution will provide me a continuous list using a SurfaceListBox. This is working ok, with no issues. Now I'd like click on a image and move X…
0
votes
3 answers

onChange not working to show/hide a div

I have a piece of code with HTML & JavaScript. HTML code is
0
votes
0 answers

can't save value of combobox that changed in datagrid

i've got a datagrid, in it i've a column that is combobox, for binding i've binded with a list. when i run my appli, when i change the value in at combobox, it changes correctly, until here i don't have probleme, but when i select another row the…
0
votes
0 answers

How to conditionally select a row in rich:extendedDataTable

I am using the Richfaces 4.3.7 extendedDataTable to select an element and display its detail. One of my requirements is to check if the user may lose some not recorded information before displaying the detail of the selection. Actually, I am using…
893
  • 93
  • 12
0
votes
4 answers

Android change button background

I want to reverse the colors (text & background) of my button when it is clicked. I have the following XML files. When I test it, I can see the text color changes but the background color remains the same. I could not see what I'm…
dursun
  • 1,861
  • 2
  • 21
  • 38
0
votes
1 answer

Image Map Selection Won't Show Change

I'm working on a map that changes the linked image based on where the mouse is hovering/what is selected. The hovering and selection for the INTL part of the map are working correctly but when you select the North America part of the map, it…
Jess
  • 1
  • 1