Hi I have a problem that I haven't managed to sort out even though I've put alot of effort into it. I have a listbox with items, when I dubbleclick one of the items i display a dialog with more detailied information that was in the listbox. The problem is that the listbox, or actually the background view interfere with the displayed dialog so that everything gets blurred. When I open an empty dialog without setting any text to any of the controls everything works fine, but I i try to set text to one of the controls the problem appears.
Can somebody please help me with this?
Below is a part of the code for displayine the text in the dialog.
The solution was very,very,very easy. I just inserted a DrawNow() as the last row in the SetValues function. Somtime one is not the world's brigthest ;)