Skip to content
Advertisement

Tag: edit

Edit the cell value at a dynamic TableView?

Is it possible to edit a cell value in a dynamic TableView (dynamic rows and dynamic columns)? All I found on the internet was some editable TextFields over the cells. However, I want to edit the value in the table and then update my List with the new data. I’m using IntelliJ IDEA 13.1.4 , JavaFX Scene Builder 2.0 and

GetWindowTextA, GetWindowText returns empty value on Edit Control

I’m trying to list and get the content of Edit Controls from an external Window in C++ / Java, unfortunately with no success. When I call GetWindowText or GetWindowTextA it returns an empty value on Edit Controls, I know there are some differences between GetWindowText / GetWindowTextW and GetWindowTextA but I don’t know What I’m doing wrong since it works

Advertisement