Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Picture gallery widget
Picture gallery widget [message #16182] Tue, 31 October 2006 22:56 Go to next message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
Hi,

I'm currently working on a photo sharing program based on RCP for which
I developped a gallery widget that displays a grid of Images with
shadows and auto margins.

Screenshots can be found here :
http://sharemedia.free.fr/features.php?lang=en
Source code :
http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/

This widget has a Table-like API, both normal and virtual modes are
supported (only the virtual mode is used in my app)

There is still a lot of work to do, but this widget may be useful to
someone.

Please let me know if you need more information.

Thanks
--
Nicolas
Re: Picture gallery widget [message #16196 is a reply to message #16182] Wed, 01 November 2006 01:48 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
I think its very cool. If you're willing to donate and work on it as
part of Nebula we'd be glad to have it. The code seems nice and
straightforward. And I definitely think the world at large can make use
of this type of listview-like widget.

If you'd like to contribute it to Nebula you should start by posting a
message to the Nebula mailing list.

Regards,
-Chris

Nicolas Richeton wrote:
> Hi,
>
> I'm currently working on a photo sharing program based on RCP for which
> I developped a gallery widget that displays a grid of Images with
> shadows and auto margins.
>
> Screenshots can be found here :
> http://sharemedia.free.fr/features.php?lang=en
> Source code :
> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>
>
> This widget has a Table-like API, both normal and virtual modes are
> supported (only the virtual mode is used in my app)
>
> There is still a lot of work to do, but this widget may be useful to
> someone.
>
> Please let me know if you need more information.
>
> Thanks
> --
> Nicolas
Re: Picture gallery widget [message #16308 is a reply to message #16196] Mon, 06 November 2006 13:46 Go to previous messageGo to next message
Roland Tepp is currently offline Roland TeppFriend
Messages: 336
Registered: July 2009
Senior Member
Hi Nicolas,

I haven't looked at the code yet (just looked at the screenshots -
that's all). Looks impressive :)

There is a question though - can You tell me please, does this grid
allow other (custom) types of items than images?
(e.g. can I have a gallery of say business card or book/cd/VHS items?)

Chris Gross kirjutas mulle midagi seesugust:
> I think its very cool. If you're willing to donate and work on it as
> part of Nebula we'd be glad to have it. The code seems nice and
> straightforward. And I definitely think the world at large can make use
> of this type of listview-like widget.
>
> If you'd like to contribute it to Nebula you should start by posting a
> message to the Nebula mailing list.
>
> Regards,
> -Chris
>
> Nicolas Richeton wrote:
>> Hi,
>>
>> I'm currently working on a photo sharing program based on RCP for
>> which I developped a gallery widget that displays a grid of Images
>> with shadows and auto margins.
>>
>> Screenshots can be found here :
>> http://sharemedia.free.fr/features.php?lang=en
>> Source code :
>> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>>
>>
>> This widget has a Table-like API, both normal and virtual modes are
>> supported (only the virtual mode is used in my app)
>>
>> There is still a lot of work to do, but this widget may be useful to
>> someone.
>>
>> Please let me know if you need more information.
>>
>> Thanks
>> --
>> Nicolas

--
Roland Tepp
Re: Picture gallery widget [message #16350 is a reply to message #16308] Mon, 06 November 2006 22:14 Go to previous messageGo to next message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
Hi Roland,

This widget uses the same kind of items than Table or Tree. GalleryItems
have getter/setters for Label, Image and Data.

For each item you can use setData to store the ref of your custom object.

Currently only Images are shown but I plan to add labels, custom drawing
and groups.

You can find an example here : http://nicolas.richeton.free.fr/swtgallery/
This is an old page I made for an older version of the widget, but the
example and the demo app are ok. Only the widget need to be updated.

Regards
--
Nicolas



Roland Tepp a écrit :
> Hi Nicolas,
>
> I haven't looked at the code yet (just looked at the screenshots -
> that's all). Looks impressive :)
>
> There is a question though - can You tell me please, does this grid
> allow other (custom) types of items than images?
> (e.g. can I have a gallery of say business card or book/cd/VHS items?)
>
> Chris Gross kirjutas mulle midagi seesugust:
>> I think its very cool. If you're willing to donate and work on it as
>> part of Nebula we'd be glad to have it. The code seems nice and
>> straightforward. And I definitely think the world at large can make
>> use of this type of listview-like widget.
>>
>> If you'd like to contribute it to Nebula you should start by posting a
>> message to the Nebula mailing list.
>>
>> Regards,
>> -Chris
>>
>> Nicolas Richeton wrote:
>>> Hi,
>>>
>>> I'm currently working on a photo sharing program based on RCP for
>>> which I developped a gallery widget that displays a grid of Images
>>> with shadows and auto margins.
>>>
>>> Screenshots can be found here :
>>> http://sharemedia.free.fr/features.php?lang=en
>>> Source code :
>>> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>>>
>>>
>>> This widget has a Table-like API, both normal and virtual modes are
>>> supported (only the virtual mode is used in my app)
>>>
>>> There is still a lot of work to do, but this widget may be useful to
>>> someone.
>>>
>>> Please let me know if you need more information.
>>>
>>> Thanks
>>> --
>>> Nicolas
>
Re: Picture gallery widget [message #16386 is a reply to message #16350] Wed, 08 November 2006 10:04 Go to previous message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
Hi,

This is a screenshot of the new version, with labels and custom drawing :
http://sharemedia.free.fr/images/sharemedia_0.1.28_cvs.png

Regards,
--
Nicolas


Nicolas Richeton a écrit :
> Hi Roland,
>
> This widget uses the same kind of items than Table or Tree. GalleryItems
> have getter/setters for Label, Image and Data.
>
> For each item you can use setData to store the ref of your custom object.
>
> Currently only Images are shown but I plan to add labels, custom drawing
> and groups.
>
> You can find an example here : http://nicolas.richeton.free.fr/swtgallery/
> This is an old page I made for an older version of the widget, but the
> example and the demo app are ok. Only the widget need to be updated.
>
> Regards
> --
> Nicolas
>
>
>
> Roland Tepp a écrit :
>> Hi Nicolas,
>>
>> I haven't looked at the code yet (just looked at the screenshots -
>> that's all). Looks impressive :)
>>
>> There is a question though - can You tell me please, does this grid
>> allow other (custom) types of items than images?
>> (e.g. can I have a gallery of say business card or book/cd/VHS items?)
>>
>> Chris Gross kirjutas mulle midagi seesugust:
>>> I think its very cool. If you're willing to donate and work on it as
>>> part of Nebula we'd be glad to have it. The code seems nice and
>>> straightforward. And I definitely think the world at large can make
>>> use of this type of listview-like widget.
>>>
>>> If you'd like to contribute it to Nebula you should start by posting
>>> a message to the Nebula mailing list.
>>>
>>> Regards,
>>> -Chris
>>>
>>> Nicolas Richeton wrote:
>>>> Hi,
>>>>
>>>> I'm currently working on a photo sharing program based on RCP for
>>>> which I developped a gallery widget that displays a grid of Images
>>>> with shadows and auto margins.
>>>>
>>>> Screenshots can be found here :
>>>> http://sharemedia.free.fr/features.php?lang=en
>>>> Source code :
>>>> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>>>>
>>>>
>>>> This widget has a Table-like API, both normal and virtual modes are
>>>> supported (only the virtual mode is used in my app)
>>>>
>>>> There is still a lot of work to do, but this widget may be useful to
>>>> someone.
>>>>
>>>> Please let me know if you need more information.
>>>>
>>>> Thanks
>>>> --
>>>> Nicolas
>>
Re: Picture gallery widget [message #567965 is a reply to message #16182] Wed, 01 November 2006 01:48 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
I think its very cool. If you're willing to donate and work on it as
part of Nebula we'd be glad to have it. The code seems nice and
straightforward. And I definitely think the world at large can make use
of this type of listview-like widget.

If you'd like to contribute it to Nebula you should start by posting a
message to the Nebula mailing list.

Regards,
-Chris

Nicolas Richeton wrote:
> Hi,
>
> I'm currently working on a photo sharing program based on RCP for which
> I developped a gallery widget that displays a grid of Images with
> shadows and auto margins.
>
> Screenshots can be found here :
> http://sharemedia.free.fr/features.php?lang=en
> Source code :
> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>
>
> This widget has a Table-like API, both normal and virtual modes are
> supported (only the virtual mode is used in my app)
>
> There is still a lot of work to do, but this widget may be useful to
> someone.
>
> Please let me know if you need more information.
>
> Thanks
> --
> Nicolas
Re: Picture gallery widget [message #568190 is a reply to message #16196] Mon, 06 November 2006 13:46 Go to previous message
Roland Tepp is currently offline Roland TeppFriend
Messages: 336
Registered: July 2009
Senior Member
Hi Nicolas,

I haven't looked at the code yet (just looked at the screenshots -
that's all). Looks impressive :)

There is a question though - can You tell me please, does this grid
allow other (custom) types of items than images?
(e.g. can I have a gallery of say business card or book/cd/VHS items?)

Chris Gross kirjutas mulle midagi seesugust:
> I think its very cool. If you're willing to donate and work on it as
> part of Nebula we'd be glad to have it. The code seems nice and
> straightforward. And I definitely think the world at large can make use
> of this type of listview-like widget.
>
> If you'd like to contribute it to Nebula you should start by posting a
> message to the Nebula mailing list.
>
> Regards,
> -Chris
>
> Nicolas Richeton wrote:
>> Hi,
>>
>> I'm currently working on a photo sharing program based on RCP for
>> which I developped a gallery widget that displays a grid of Images
>> with shadows and auto margins.
>>
>> Screenshots can be found here :
>> http://sharemedia.free.fr/features.php?lang=en
>> Source code :
>> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>>
>>
>> This widget has a Table-like API, both normal and virtual modes are
>> supported (only the virtual mode is used in my app)
>>
>> There is still a lot of work to do, but this widget may be useful to
>> someone.
>>
>> Please let me know if you need more information.
>>
>> Thanks
>> --
>> Nicolas

--
Roland Tepp
Re: Picture gallery widget [message #568329 is a reply to message #16308] Mon, 06 November 2006 22:14 Go to previous message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
Hi Roland,

This widget uses the same kind of items than Table or Tree. GalleryItems
have getter/setters for Label, Image and Data.

For each item you can use setData to store the ref of your custom object.

Currently only Images are shown but I plan to add labels, custom drawing
and groups.

You can find an example here : http://nicolas.richeton.free.fr/swtgallery/
This is an old page I made for an older version of the widget, but the
example and the demo app are ok. Only the widget need to be updated.

Regards
--
Nicolas



Roland Tepp a écrit :
> Hi Nicolas,
>
> I haven't looked at the code yet (just looked at the screenshots -
> that's all). Looks impressive :)
>
> There is a question though - can You tell me please, does this grid
> allow other (custom) types of items than images?
> (e.g. can I have a gallery of say business card or book/cd/VHS items?)
>
> Chris Gross kirjutas mulle midagi seesugust:
>> I think its very cool. If you're willing to donate and work on it as
>> part of Nebula we'd be glad to have it. The code seems nice and
>> straightforward. And I definitely think the world at large can make
>> use of this type of listview-like widget.
>>
>> If you'd like to contribute it to Nebula you should start by posting a
>> message to the Nebula mailing list.
>>
>> Regards,
>> -Chris
>>
>> Nicolas Richeton wrote:
>>> Hi,
>>>
>>> I'm currently working on a photo sharing program based on RCP for
>>> which I developped a gallery widget that displays a grid of Images
>>> with shadows and auto margins.
>>>
>>> Screenshots can be found here :
>>> http://sharemedia.free.fr/features.php?lang=en
>>> Source code :
>>> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>>>
>>>
>>> This widget has a Table-like API, both normal and virtual modes are
>>> supported (only the virtual mode is used in my app)
>>>
>>> There is still a lot of work to do, but this widget may be useful to
>>> someone.
>>>
>>> Please let me know if you need more information.
>>>
>>> Thanks
>>> --
>>> Nicolas
>
Re: Picture gallery widget [message #568411 is a reply to message #16350] Wed, 08 November 2006 10:04 Go to previous message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
Hi,

This is a screenshot of the new version, with labels and custom drawing :
http://sharemedia.free.fr/images/sharemedia_0.1.28_cvs.png

Regards,
--
Nicolas


Nicolas Richeton a écrit :
> Hi Roland,
>
> This widget uses the same kind of items than Table or Tree. GalleryItems
> have getter/setters for Label, Image and Data.
>
> For each item you can use setData to store the ref of your custom object.
>
> Currently only Images are shown but I plan to add labels, custom drawing
> and groups.
>
> You can find an example here : http://nicolas.richeton.free.fr/swtgallery/
> This is an old page I made for an older version of the widget, but the
> example and the demo app are ok. Only the widget need to be updated.
>
> Regards
> --
> Nicolas
>
>
>
> Roland Tepp a écrit :
>> Hi Nicolas,
>>
>> I haven't looked at the code yet (just looked at the screenshots -
>> that's all). Looks impressive :)
>>
>> There is a question though - can You tell me please, does this grid
>> allow other (custom) types of items than images?
>> (e.g. can I have a gallery of say business card or book/cd/VHS items?)
>>
>> Chris Gross kirjutas mulle midagi seesugust:
>>> I think its very cool. If you're willing to donate and work on it as
>>> part of Nebula we'd be glad to have it. The code seems nice and
>>> straightforward. And I definitely think the world at large can make
>>> use of this type of listview-like widget.
>>>
>>> If you'd like to contribute it to Nebula you should start by posting
>>> a message to the Nebula mailing list.
>>>
>>> Regards,
>>> -Chris
>>>
>>> Nicolas Richeton wrote:
>>>> Hi,
>>>>
>>>> I'm currently working on a photo sharing program based on RCP for
>>>> which I developped a gallery widget that displays a grid of Images
>>>> with shadows and auto margins.
>>>>
>>>> Screenshots can be found here :
>>>> http://sharemedia.free.fr/features.php?lang=en
>>>> Source code :
>>>> http://sharemedia.svn.sourceforge.net/viewvc/sharemedia/Shar eMediaRCP/src/org/sharemedia/swt/widget/
>>>>
>>>>
>>>> This widget has a Table-like API, both normal and virtual modes are
>>>> supported (only the virtual mode is used in my app)
>>>>
>>>> There is still a lot of work to do, but this widget may be useful to
>>>> someone.
>>>>
>>>> Please let me know if you need more information.
>>>>
>>>> Thanks
>>>> --
>>>> Nicolas
>>
Previous Topic:tableTreeViewer.reveal & Decorators
Next Topic:PGroup GroupStrategies
Goto Forum:
  


Current Time: Tue Apr 23 07:50:41 GMT 2024

Powered by FUDForum. Page generated in 0.03801 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top