ComponentHidden fired before ComponentShown
Robert Krüger
krueger at lesspain.de
Sat May 11 01:49:34 PDT 2013
just in case someone else is struggling with this. I worked around it by
ignoring any component hidden event that occurs before a component shown
event has occurred, I basically track the visibility in a private variable
in the component listener. That does it for me in this particular case.
Will try to make it reproducible though.
On Fri, May 10, 2013 at 4:25 PM, Robert Krüger <krueger at lesspain.de> wrote:
> Hi,
>
> I am experiencing problems in our app (using the latest OpenJDK8 build)
> where under certain circumstances a ComponentHidden event is fired before
> the component has been shown for the first time, breaking our app (because
> it relies on the fact that this event only occurs after the component has
> been shown). Before I start building a reproducible test case (about which
> my gut feeling is, that this may be a lot of effort because the app is
> rather complex) I would like to ask if there are any known problems in this
> area.
>
> Best regards,
>
> Robert
>
>
>
More information about the macosx-port-dev
mailing list