Re: [platform-dev] [platform-swt-dev] SWT-GTK3 bugs for 4.9

2018-06-01 Thread Tom Schindl
IIRC it depends on the theme you use in swing! Tom On 01.06.18 16:39, Aleksandar Kurtakov wrote: > > > On Fri, Jun 1, 2018 at 5:31 PM, Tom Schindl <mailto:tom.schi...@bestsolution.at>> wrote: > > Hi, > > This means you'll rule out all pre Java9

Re: [platform-dev] [platform-swt-dev] SWT-GTK3 bugs for 4.9

2018-06-06 Thread Tom Schindl
://hg.openjdk.java.net/openjfx/8u/rt/file/4d46b5956d59/modules/graphics/src/main/native-glass On 06.06.18 08:40, Aleksandar Kurtakov wrote: > > > On Fri, Jun 1, 2018 at 6:13 PM, Aleksandar Kurtakov <mailto:akurt...@redhat.com>> wrote: > > > > On Fri, Jun 1

Re: [platform-dev] E4 model persisted (randomly)

2018-04-23 Thread Tom Schindl
Yes there is a timer running (and there's even preference value). My guess is that the cleanup of the model is done directly before shutdown. Tom On 23.04.18 09:38, Erdal Karaca wrote: > Hi devs, > I observed the following behavior of the platform: it seems to randomly > persist the application

Re: [platform-dev] [platform-swt-dev] SWT-GTK3 bugs for 4.9

2018-10-03 Thread Tom Schindl
Hi, Just a small heads up! Oracle really provides a backport for Gtk3 support in Java8u...! See http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-October/022603.html Tom On 07.06.18 21:15, Tom Schindl wrote: > Hi, > > I brought up the Gtk2 problem to openjfx-dev and there's

Re: [platform-dev] After addingorg.eclipse.osgi.services_3.7.100.v20180827-1536.Jar in bundle all my DM annotation stopped working

2019-03-15 Thread Tom Schindl
form-dev@eclipse.org <mailto:platform-dev@eclipse.org> >>> To change your delivery options, retrieve your password, or >>> unsubscribe from this list, visit >>> https://www.eclipse.org/mailman/listinfo/platform-dev >>> >>> >>>

Re: [platform-dev] Need to add a fixed bottom pane

2019-05-10 Thread Tom Schindl
how this is done. Tom On 10.05.19 18:28, Arian Fornaris wrote: > Hi Tom, thanks for the quick replay. > > > Do you have any tip about how to say Eclipse to use my custom WBWRenderer? > > > Arian > > > > On 5/10/19 12:17 PM, Tom Schindl wrote: >&g

[platform-dev] Fwd: [jakartaee-platform-dev] about the status of atinject

2019-05-10 Thread Tom Schindl
to use javax.inject IF they want. Ideally even allowing co-existance. Makes sense? LieGrue, strub > Am 10.05.2019 um 09:08 schrieb Tom Schindl : > > Hi, > > I fully understand your desire to get atInject changed but I'm not > really happy if atInject gets forked because i

Re: [platform-dev] Generic Text Editor for pure E4

2019-07-04 Thread Tom Schindl
t; > ___ > platform-dev mailing list > platform-dev@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe from > this list, visit > https://www.eclipse.org/mailman/listinfo/platform-dev > -- Tom Sch

Re: [platform-dev] Marking nested projects as derived, what are the risks?

2020-01-22 Thread Tom Schindl
Hi, I think the only correct solution is to enhance the core API and then adjust all components. Is it a lot of work? yes! But I think it is the only viable long term solution. Tom Von meinem iPhone gesendet > Am 22.01.2020 um 09:34 schrieb Mickael Istria : > >  > Hi all, > > So I'm

Re: [platform-dev] Inconsistent version change in SWT 4.18

2020-10-11 Thread Tom Schindl
Von meinem iPhone gesendet > Am 11.10.2020 um 17:26 schrieb Gregor Schmid : > >  > Hi Wim, > > it's easy to dismiss my case as special. Every other case will be > special too. My specific case is just an example and as I said, I've > already got my workaround. But the issue requires updating

Re: [platform-dev] GraalVM native-image with SWT

2020-10-16 Thread Tom Schindl
Not me but I saw that on twitter - https://twitter.com/mickaelistria/statuses/1311954684580712448 Tom Von meinem iPhone gesendet > Am 16.10.2020 um 21:55 schrieb Thomas Singer : > > Hi all, > > Does someone of you successfully compiled a (tiny) SWT application to a > native-image (AKA

Re: [platform-dev] Creating a whiteboard pattern for IResourceChangeListener

2020-07-02 Thread Tom Schindl
Hi Alex, Maybe I'm totally wrong but I think I remember that early initialization of Resources-Plugin via by DS stuff caused problems in the past because the workspace-selection dialog did not come up any more (something you don't spot when running with an inner-eclipse). Maybe I'm totally

Re: [platform-dev] reference swt in a maven build

2021-06-22 Thread Tom Schindl via platform-dev
just to build you can use whatever platform binary you want or what am I missing? To run tests you naturally have to have the correct one. Tom Am 22.06.21 um 10:52 schrieb Stefan Kowski: Hi, I am using this definitions in my standalone SWT/JFace apps: Parent pom.xml:                   

Re: [platform-dev] Extensibility of the application model

2021-04-15 Thread Tom Schindl via platform-dev
Hi, I tend to disagree that we only want to contribute static data, if we use a service approach, we could eg in future add Predicate-Support (eg only merge that feature if you starting on locale-xyz, ...). I think we should provide ONE extension story and not multiple who are not really

Re: [platform-dev] canonical way to handle optional dependencies

2021-04-15 Thread Tom Schindl via platform-dev
Hi, An option to ban the offending guy from the codebase would be to move the offending class to a fragment. Let's say we have MyBundle + my.class.UILeaker - methodA(String) - methodB(String) - leakMethod(Shell) We could refactor it to: ---8<--- MyBundle +

Re: [platform-dev] most performant way to paint a (platform-specific) pixel-array

2021-04-21 Thread Tom Schindl via platform-dev
did you look at skija which is built on top of skia is what is powering Chrome and Firefox so it should work very well cross-platform. On Windows you have the possibility to use Angle to not suffer from bad opengl drivers and they have a CPU mode as well. Tom Am 21.04.21 um 05:32 schrieb