Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Resize listeners on Display?

Hi SWT devs,

you probably know that the RAP project allows writing web applications
with SWT API. We've got requests to support untyped SWT.Resize
listeners on Display [1]. This is currently not supported in SWT but
seems to be a very useful feature - at least for RAP, where the
Display size changes everytime a mobile device is rotated. However, we
think that also in SWT, the Display size can change, e.g. when
changing the resolution, or plugging in an additional monitor, so
we've opened bug against SWT [2].

Since we usually don't deviate from the SWT API, we'd like to hear
your opinion. Are there any concerns about supporting SWT.Resize
listeners on Display?

Thanks,
Ralf

[1] (RAP) 201261: [Display] Support Resize-Listener
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=201261

[2] (SWT) 402514: Add support for display resize listener
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=402514


Back to the top