Hi all,
I have some components in a DocumentWindow ( inserted by calling setContentNonOwned() ).
The problem is that when i change something and call the resized() method the change will affect only when the DocumentWindow grab the focus…
To be more specific i have two components ( two volume sliders ) one in the document window and the other in the main application.
When i change the value of a slider a field on the value tree will be updated and a listener will update the other slider.
When i change the slider in the DocumentWindow the slider in the main app update correctly but doing the opposite the slider updates only when i click on the Windows giving it the focus.
Some hints to deal with it ?
