Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] List box doesn't refresh until losing focus

Wrong list, this is for the EclipseLink library, not general eclipse issues.

./tch



On Tue, Mar 3, 2009 at 10:00 PM, Matthew Simcox
<Matthew.Simcox@xxxxxxxxxxxxx> wrote:
> Hi,
>
> I have a view (documentbrowser) which displays data based on
> ISelectionListener. The actual view is working great with regards to this.
>
> Within this view i have a list box which allows me to add or remove
> documents. When I add documents the list is populated fine as I loop through
> a list of docs and add them to the list:
>
> documentsDisplayList.add(ar.getFileName());
>
> however when I try to remove documents the list doesn't refresh the changes
> until it loses focus, i.e. i click on another viewpart. I've tried
> form.reflow() etc but nothing seems to work. Can anyone advise on this?
>
> Regards,
>
> Matt
>
>
>
> NOTICE
>
> This e-mail and any attachments are confidential and may contain copyright
> material of Macquarie Group Limited or third parties. If you are not the
> intended recipient of this email you should not read, print, re-transmit,
> store or act in reliance on this e-mail or any attachments, and should
> destroy all copies of them. Macquarie Group Limited does not guarantee the
> integrity of any emails or any attached files. The views or opinions
> expressed are the author's own and may not reflect the views or opinions of
> Macquarie Group Limited.
>
>
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>
>


Back to the top