Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Color picker
  • From: Hermsdorf Peter <Peter.Hermsdorf@xxxxxxxxx>
  • Date: Mon, 23 Dec 2019 10:02:29 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=godyo.com; dmarc=pass action=none header.from=godyo.com; dkim=pass header.d=godyo.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=5OE3h/Mq7bg2Zwq66ijk2zr/USF7b5q3TU2oZczaTag=; b=K3Em06tLB3qUOn/loFxoxMjQlzWU0ikOyCbQpbtCQR6GBJU7PyjnJihC8mLOsyF+G2fA2/QQrPSHIM4C17aA0F3ibPk6ZvkY6GwYh04e8L5XPSHnuw10Am4jTgOLMTD4AF1TGtnPCacb4YVOw9A3gUA4qkoF4dX0+v9YkNrddLdShNzqRj6MohtHA2Mmdeqo6S9z8jxefrjWJwZyPV99wde4+3vmrPk/mGctMQX9b0h5Cw+zYXMBjexTtxrg4KIddicghfLb63EOFx1gdI/MH6wq/IdWiTUvaNrBOF/YGtcgKJN20M7be6lb05gvRhOU412xznntWqYJ5At2KOb7WQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Lehk4g2aKGBP3iHETqSyrTJnqNES6KU8Z+ClkifwVXI9BUDkGNxAQINLl0HBiiMa1xUO2XB1cPansjQgcGdw//vpUGhFcozEb4SCYWObjpLA3hzt8rHuwq+PJ1hUuHv7ZsSVRAGalwKrBGZxtMlgHhnJfY2335/iRqsj/clEZqugZVJEd0VtupfJIBQbV7vRW/EqMUkabndvc7ksJkI/cOJtz+UxklMVa2kslgFr6MjuyANceLb2muNwZKy6UcrVdjhoAityi7/A5zw8VBA10KoN3VbQdI7TGt1jaYKNXjvkkwiE1O7R3yTmeiJlrf9wujDSJy9aV/MFgHfhyaNFLw==
  • Delivered-to: nebula-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/nebula-dev>
  • List-help: <mailto:nebula-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/nebula-dev>, <mailto:nebula-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/nebula-dev>, <mailto:nebula-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVtw1ER96dxndY+UG6piAhnUWRbafCwSgAgANWHYCAAGJNgIAACZ+AgAD+2gA=
  • Thread-topic: [nebula-dev] Color picker

Hi,

a friend of mine created some additional SWT controls including some color pickers:

https://github.com/greipadmin/greip

Maybe that helps.

Best regards,

Peter


On 22.12.2019 19:50, Laurent Caron wrote:
Hi Wim

In fact it depends what you need :
- In jface (and also my Preference widget) there a button with a rectangle filled by a given color. When you click on this button, it opens a ColorDialog (SWT Native widget) to pick a color
- Or you want a "unified" custom ColorDialog widget (like the colorpicker of the previous mail)

=> What did you have in mind ?

Have a nice evening,

Laurent

Le dim. 22 déc. 2019 à 19:16, Wim Jongman <wim.jongman@xxxxxxxxx> a écrit :
Hey Laurent,

Yes, nice widget. However, it seems there is one in jface:


Cheers,

Wim

On Sun, Dec 22, 2019 at 1:24 PM Laurent Caron <laurent.caron@xxxxxxxxx> wrote:
Hi Wim

I discovered this project : https://gitlab.com/dheid/colorpicker



image.png

Is it what you have in mind ?

I contacted the author to get his authorization to migrate the project to SWT.

If we do not get in touch until Wednesday, I wish you a merry Christmas.


Laurent



Le ven. 20 déc. 2019 à 10:27, Laurent Caron <laurent.caron@xxxxxxxxx> a écrit :
Hi Wim,

I've implemented a very basic one for the PreferenceDialog widget.

If you send me URL that shows an interesting Color Picker, I'll be very happy to implement this one.

Regards

Laurent

Le ven. 20 déc. 2019 à 09:12, Wim Jongman <wim.jongman@xxxxxxxxx> a écrit :
Hi,

Do we have a color picker widget? Seems logical to have this in Nebula.

Cheers,

Wim
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/nebula-dev


_______________________________________________

Back to the top