Support #5078
openUsing a non-modal dialogue in a Table View Delegate
0%
Description
I have searched here and with Google without finding any helpful articles. I am using a non-modal dialogue box that appears when you click on an a cell in table view. After much fiddling and tweaking, it works reliably and produces the desired results ... but the modified value never appears in the view - the cell remains blank. Does anyone, particularly Koen, have any thoughts as to why this is happening.
As I understand it, the cell in the view is blanked when the delegate creates the control used to modify the value. So, the cell remaining blank when the control has been dismissed indicates to me that the view thinks that the value is still being edited.
Updated by Koen Deforche over 8 years ago
- Status changed from New to Feedback
Nicole, there doesn't occur to me anything special about using a dialog for the editing, perhas you should share what you're currently are doing in a test case so that we can help you diagnose the issue.