Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Re: [New Widget] AeroToolbar

Hi Tom,

At the moment JNA is required, I can easily remove that dependency by drawing text without shadow. It's not required for initial approval.
I see a nice solution, I will remove drawing shadow from the code and will submit enchancement to SWT to include DrawShadowText in win32 OS class (or better method in GC).

Will try to do this as soon as possible as time will allow.

--
Regards,
Lukasz Milewski
Sorry for typos, send from moble

On 11 Feb 2010 22:11, "Tom Schindl" <listom@xxxxxxxxxxxxxxx> wrote:

Hi Lukasz,

One more note on this I'll also add it to bug report. We need to get rid
of the JNA-Dependency because we are not allowed have a LPGPL library as
a prerequisit only as a works with but it looks like this widget is
useless with having access to it.

So think we have 2 options:
a) Get help from SWT with Win32-only-SPI
b) Write our own JNI-Bride for the stuff you need

On the one hand side I'd prefer a) because then it would work with pre
3.6.0 but on the other hand we need to write an (maintain) the wrapper
for win32 and win64 (though this probably not a big task because we need
to compile/build the stuff once, check it into CVS and are done)

Tom

Am 11.02.10 21:43, schrieb Tom Schindl:

> Hi Lukasz,
>
> Just talked with one of the SWT-Committers and he said we should file a
> bug and ...


Back to the top