Home » Eclipse Projects » Nebula » Picture gallery widget
| | |
Re: Picture gallery widget [message #16350 is a reply to message #16308] |
Mon, 06 November 2006 17:14   |
Eclipse User |
|
|
|
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 05:04  |
Eclipse User |
|
|
|
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] |
Tue, 31 October 2006 20:48  |
Eclipse User |
|
|
|
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 08:46  |
Eclipse User |
|
|
|
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 17:14  |
Eclipse User |
|
|
|
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 05:04  |
Eclipse User |
|
|
|
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
>>
|
|
|
Goto Forum:
Current Time: Tue May 13 07:26:51 EDT 2025
Powered by FUDForum. Page generated in 0.05385 seconds
|