Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » PShelf Questions
PShelf Questions [message #24959] Tue, 30 January 2007 12:00 Go to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

I'm using PShelf the first time and have some questions:
- Is it possible to e.g. open the shelf with all Items closed
- Is it possible to programmatically open/close different Items

Tom
Re: PShelf Questions [message #25107 is a reply to message #24959] Tue, 30 January 2007 16:03 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Tom,
> - Is it possible to e.g. open the shelf with all Items closed
No, at least one item is open at all times.

> - Is it possible to programmatically open/close different Items
PShelf#setSelection will open a new item. The shelf "selection"
describes the open item.

Regards,
-Chris
Re: PShelf Questions [message #25148 is a reply to message #25107] Tue, 30 January 2007 16:05 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Another thing I've implemented today is double-clicking on open item
opens the next item below. I don't know how common this is maybe this
could be provided out of the box?

Tom

Chris Gross schrieb:
> Hi Tom,
>> - Is it possible to e.g. open the shelf with all Items closed
> No, at least one item is open at all times.
>
>> - Is it possible to programmatically open/close different Items
> PShelf#setSelection will open a new item. The shelf "selection"
> describes the open item.
>
> Regards,
> -Chris
Re: PShelf Questions [message #25189 is a reply to message #25107] Tue, 30 January 2007 16:11 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
file a bug.

Tom

Chris Gross schrieb:
> Hi Tom,
>> - Is it possible to e.g. open the shelf with all Items closed
> No, at least one item is open at all times.
>
>> - Is it possible to programmatically open/close different Items
> PShelf#setSelection will open a new item. The shelf "selection"
> describes the open item.
>
> Regards,
> -Chris
Re: PShelf Questions [message #25270 is a reply to message #25189] Wed, 31 January 2007 08:23 Go to previous messageGo to next message
Daniel Holmen is currently offline Daniel HolmenFriend
Messages: 17
Registered: July 2009
Junior Member
And also, PShelf doesn't animate on OSX. The lack of animation isn't a
major issue to me, but there is a distinct lag between clicking on an item
and it appearing.

Should I post a bug about this?

Regards,
Daniel
Re: PShelf Questions [message #25311 is a reply to message #25189] Wed, 31 January 2007 09:10 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

I need to revoke this. I just checked out the CVS-Version and the
snippet is working. The only thing looking strange on linux are that

parent.getDisplay().getSystemColor(SWT.COLOR_TITLE_BACKGROUN D_GRADIENT);

returns white on my system and that there's no gradient shown for the
selected item in this case which is a bit strange. Maybe some code to
catch when the color is white and assign a default-color? A gradient
from white to white isn't really a gradient ;-)

Tom

Tom Schindl schrieb:
> Hi,
>
> By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
> file a bug.
>
> Tom
>
> Chris Gross schrieb:
>> Hi Tom,
>>> - Is it possible to e.g. open the shelf with all Items closed
>> No, at least one item is open at all times.
>>
>>> - Is it possible to programmatically open/close different Items
>> PShelf#setSelection will open a new item. The shelf "selection"
>> describes the open item.
>>
>> Regards,
>> -Chris
Re: PShelf Questions [message #25512 is a reply to message #25148] Wed, 31 January 2007 17:46 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hmm... I'm not sure if thats common behavior. Don't forget the
different types too (SIMPLE and standard). If other people feel this
way I could add it.

Tom Schindl wrote:
> Hi,
>
> Another thing I've implemented today is double-clicking on open item
> opens the next item below. I don't know how common this is maybe this
> could be provided out of the box?
>
> Tom
>
> Chris Gross schrieb:
>> Hi Tom,
>>> - Is it possible to e.g. open the shelf with all Items closed
>> No, at least one item is open at all times.
>>
>>> - Is it possible to programmatically open/close different Items
>> PShelf#setSelection will open a new item. The shelf "selection"
>> describes the open item.
>>
>> Regards,
>> -Chris
Re: PShelf Questions [message #25552 is a reply to message #25189] Wed, 31 January 2007 17:47 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Yea please file a bug. I lost access to my linux box a while ago and it
will give me the kick in the butt to get it going again.

Tom Schindl wrote:
> Hi,
>
> By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
> file a bug.
>
> Tom
>
> Chris Gross schrieb:
>> Hi Tom,
>>> - Is it possible to e.g. open the shelf with all Items closed
>> No, at least one item is open at all times.
>>
>>> - Is it possible to programmatically open/close different Items
>> PShelf#setSelection will open a new item. The shelf "selection"
>> describes the open item.
>>
>> Regards,
>> -Chris
Re: PShelf Questions [message #25591 is a reply to message #25512] Wed, 31 January 2007 17:49 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

No problem Chris it's easy to implement this behaviour from the out-side
the other issue with GTK is much more important but could also be
controlled from the out-side.

Tom

Chris Gross schrieb:
> Hmm... I'm not sure if thats common behavior. Don't forget the
> different types too (SIMPLE and standard). If other people feel this
> way I could add it.
>
> Tom Schindl wrote:
>> Hi,
>>
>> Another thing I've implemented today is double-clicking on open item
>> opens the next item below. I don't know how common this is maybe this
>> could be provided out of the box?
>>
>> Tom
>>
>> Chris Gross schrieb:
>>> Hi Tom,
>>>> - Is it possible to e.g. open the shelf with all Items closed
>>> No, at least one item is open at all times.
>>>
>>>> - Is it possible to programmatically open/close different Items
>>> PShelf#setSelection will open a new item. The shelf "selection"
>>> describes the open item.
>>>
>>> Regards,
>>> -Chris
Re: PShelf Questions [message #25628 is a reply to message #25270] Wed, 31 January 2007 17:48 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Daniel,

I currently don't have access to an OSX box so I haven't been able to
test my widgets there.

Perhaps there's folks in the community who are willing to test and debug
the widgets on OSX for me? Anyone... (Bueller...)

-Chris

Daniel Holmen wrote:
> And also, PShelf doesn't animate on OSX. The lack of animation isn't a
> major issue to me, but there is a distinct lag between clicking on an
> item and it appearing.
>
> Should I post a bug about this?
>
> Regards,
> Daniel
>
Re: PShelf Questions [message #25665 is a reply to message #25311] Wed, 31 January 2007 17:49 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Yea I'll need to look at this. As I said I lost my linux box a while
back. I'll get it going again and refine the appearance.

-Chris

Tom Schindl wrote:
> Hi,
>
> I need to revoke this. I just checked out the CVS-Version and the
> snippet is working. The only thing looking strange on linux are that
>
> parent.getDisplay().getSystemColor(SWT.COLOR_TITLE_BACKGROUN D_GRADIENT);
>
> returns white on my system and that there's no gradient shown for the
> selected item in this case which is a bit strange. Maybe some code to
> catch when the color is white and assign a default-color? A gradient
> from white to white isn't really a gradient ;-)
>
> Tom
>
> Tom Schindl schrieb:
>> Hi,
>>
>> By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
>> file a bug.
>>
>> Tom
>>
>> Chris Gross schrieb:
>>> Hi Tom,
>>>> - Is it possible to e.g. open the shelf with all Items closed
>>> No, at least one item is open at all times.
>>>
>>>> - Is it possible to programmatically open/close different Items
>>> PShelf#setSelection will open a new item. The shelf "selection"
>>> describes the open item.
>>>
>>> Regards,
>>> -Chris
Re: PShelf Questions [message #25893 is a reply to message #25628] Wed, 31 January 2007 18:42 Go to previous messageGo to next message
Daniel Holmen is currently offline Daniel HolmenFriend
Messages: 17
Registered: July 2009
Junior Member
Hi Chris

I could help you out with some OSX testing whenever it's needed. My main
development machine is an intel-based mac, and I also have access to
several PPC macs.

I'll let you know whenever I find any bugs anyway. If you need any
specific testing or debugging done, just send me a private mail and I'll
be happy to assist.

Regards,
Daniel

Chris Gross wrote:
> Hi Daniel,
>
> I currently don't have access to an OSX box so I haven't been able to
> test my widgets there.
>
> Perhaps there's folks in the community who are willing to test and debug
> the widgets on OSX for me? Anyone... (Bueller...)
>
> -Chris
>
> Daniel Holmen wrote:
>> And also, PShelf doesn't animate on OSX. The lack of animation isn't a
>> major issue to me, but there is a distinct lag between clicking on an
>> item and it appearing.
>>
>> Should I post a bug about this?
>>
>> Regards,
>> Daniel
>>
Re: PShelf Questions [message #26180 is a reply to message #25893] Fri, 02 February 2007 01:45 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Thanks Daniel. I would like to know why the widget is not animating.
The code should be very OS neutral. Do you have any insight on that?

Regards,
-Chris

Daniel Holmen wrote:
> Hi Chris
>
> I could help you out with some OSX testing whenever it's needed. My main
> development machine is an intel-based mac, and I also have access to
> several PPC macs.
>
> I'll let you know whenever I find any bugs anyway. If you need any
> specific testing or debugging done, just send me a private mail and I'll
> be happy to assist.
>
> Regards,
> Daniel
>
> Chris Gross wrote:
>> Hi Daniel,
>>
>> I currently don't have access to an OSX box so I haven't been able to
>> test my widgets there.
>>
>> Perhaps there's folks in the community who are willing to test and
>> debug the widgets on OSX for me? Anyone... (Bueller...)
>>
>> -Chris
>>
>> Daniel Holmen wrote:
>>> And also, PShelf doesn't animate on OSX. The lack of animation isn't
>>> a major issue to me, but there is a distinct lag between clicking on
>>> an item and it appearing.
>>>
>>> Should I post a bug about this?
>>>
>>> Regards,
>>> Daniel
>>>
Re: PShelf Questions [message #26388 is a reply to message #26180] Fri, 02 February 2007 07:27 Go to previous message
Daniel Holmen is currently offline Daniel HolmenFriend
Messages: 17
Registered: July 2009
Junior Member
I wouldn't be surprised if it has something to do with refresh/redraw
problems. I'm getting some weird focus ring behavior as well.

I'll have a look and do some proper debugging this weekend.

Regards,
Daniel

Chris Gross wrote:

> Thanks Daniel. I would like to know why the widget is not animating.
> The code should be very OS neutral. Do you have any insight on that?

> Regards,
> -Chris

> Daniel Holmen wrote:
>> Hi Chris
>>
>> I could help you out with some OSX testing whenever it's needed. My main
>> development machine is an intel-based mac, and I also have access to
>> several PPC macs.
>>
>> I'll let you know whenever I find any bugs anyway. If you need any
>> specific testing or debugging done, just send me a private mail and I'll
>> be happy to assist.
>>
>> Regards,
>> Daniel
>>
>> Chris Gross wrote:
>>> Hi Daniel,
>>>
>>> I currently don't have access to an OSX box so I haven't been able to
>>> test my widgets there.
>>>
>>> Perhaps there's folks in the community who are willing to test and
>>> debug the widgets on OSX for me? Anyone... (Bueller...)
>>>
>>> -Chris
>>>
>>> Daniel Holmen wrote:
>>>> And also, PShelf doesn't animate on OSX. The lack of animation isn't
>>>> a major issue to me, but there is a distinct lag between clicking on
>>>> an item and it appearing.
>>>>
>>>> Should I post a bug about this?
>>>>
>>>> Regards,
>>>> Daniel
>>>>
Re: PShelf Questions [message #576277 is a reply to message #24959] Tue, 30 January 2007 16:03 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Tom,
> - Is it possible to e.g. open the shelf with all Items closed
No, at least one item is open at all times.

> - Is it possible to programmatically open/close different Items
PShelf#setSelection will open a new item. The shelf "selection"
describes the open item.

Regards,
-Chris
Re: PShelf Questions [message #576295 is a reply to message #25107] Tue, 30 January 2007 16:05 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Another thing I've implemented today is double-clicking on open item
opens the next item below. I don't know how common this is maybe this
could be provided out of the box?

Tom

Chris Gross schrieb:
> Hi Tom,
>> - Is it possible to e.g. open the shelf with all Items closed
> No, at least one item is open at all times.
>
>> - Is it possible to programmatically open/close different Items
> PShelf#setSelection will open a new item. The shelf "selection"
> describes the open item.
>
> Regards,
> -Chris
Re: PShelf Questions [message #576309 is a reply to message #25107] Tue, 30 January 2007 16:11 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
file a bug.

Tom

Chris Gross schrieb:
> Hi Tom,
>> - Is it possible to e.g. open the shelf with all Items closed
> No, at least one item is open at all times.
>
>> - Is it possible to programmatically open/close different Items
> PShelf#setSelection will open a new item. The shelf "selection"
> describes the open item.
>
> Regards,
> -Chris
Re: PShelf Questions [message #576353 is a reply to message #25189] Wed, 31 January 2007 08:23 Go to previous message
Daniel Holmen is currently offline Daniel HolmenFriend
Messages: 17
Registered: July 2009
Junior Member
And also, PShelf doesn't animate on OSX. The lack of animation isn't a
major issue to me, but there is a distinct lag between clicking on an item
and it appearing.

Should I post a bug about this?

Regards,
Daniel
Re: PShelf Questions [message #576365 is a reply to message #25189] Wed, 31 January 2007 09:10 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

I need to revoke this. I just checked out the CVS-Version and the
snippet is working. The only thing looking strange on linux are that

parent.getDisplay().getSystemColor(SWT.COLOR_TITLE_BACKGROUN D_GRADIENT);

returns white on my system and that there's no gradient shown for the
selected item in this case which is a bit strange. Maybe some code to
catch when the color is white and assign a default-color? A gradient
from white to white isn't really a gradient ;-)

Tom

Tom Schindl schrieb:
> Hi,
>
> By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
> file a bug.
>
> Tom
>
> Chris Gross schrieb:
>> Hi Tom,
>>> - Is it possible to e.g. open the shelf with all Items closed
>> No, at least one item is open at all times.
>>
>>> - Is it possible to programmatically open/close different Items
>> PShelf#setSelection will open a new item. The shelf "selection"
>> describes the open item.
>>
>> Regards,
>> -Chris
Re: PShelf Questions [message #576510 is a reply to message #25148] Wed, 31 January 2007 17:46 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hmm... I'm not sure if thats common behavior. Don't forget the
different types too (SIMPLE and standard). If other people feel this
way I could add it.

Tom Schindl wrote:
> Hi,
>
> Another thing I've implemented today is double-clicking on open item
> opens the next item below. I don't know how common this is maybe this
> could be provided out of the box?
>
> Tom
>
> Chris Gross schrieb:
>> Hi Tom,
>>> - Is it possible to e.g. open the shelf with all Items closed
>> No, at least one item is open at all times.
>>
>>> - Is it possible to programmatically open/close different Items
>> PShelf#setSelection will open a new item. The shelf "selection"
>> describes the open item.
>>
>> Regards,
>> -Chris
Re: PShelf Questions [message #576566 is a reply to message #25189] Wed, 31 January 2007 17:47 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Yea please file a bug. I lost access to my linux box a while ago and it
will give me the kick in the butt to get it going again.

Tom Schindl wrote:
> Hi,
>
> By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
> file a bug.
>
> Tom
>
> Chris Gross schrieb:
>> Hi Tom,
>>> - Is it possible to e.g. open the shelf with all Items closed
>> No, at least one item is open at all times.
>>
>>> - Is it possible to programmatically open/close different Items
>> PShelf#setSelection will open a new item. The shelf "selection"
>> describes the open item.
>>
>> Regards,
>> -Chris
Re: PShelf Questions [message #576583 is a reply to message #25512] Wed, 31 January 2007 17:49 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

No problem Chris it's easy to implement this behaviour from the out-side
the other issue with GTK is much more important but could also be
controlled from the out-side.

Tom

Chris Gross schrieb:
> Hmm... I'm not sure if thats common behavior. Don't forget the
> different types too (SIMPLE and standard). If other people feel this
> way I could add it.
>
> Tom Schindl wrote:
>> Hi,
>>
>> Another thing I've implemented today is double-clicking on open item
>> opens the next item below. I don't know how common this is maybe this
>> could be provided out of the box?
>>
>> Tom
>>
>> Chris Gross schrieb:
>>> Hi Tom,
>>>> - Is it possible to e.g. open the shelf with all Items closed
>>> No, at least one item is open at all times.
>>>
>>>> - Is it possible to programmatically open/close different Items
>>> PShelf#setSelection will open a new item. The shelf "selection"
>>> describes the open item.
>>>
>>> Regards,
>>> -Chris
Re: PShelf Questions [message #576641 is a reply to message #25270] Wed, 31 January 2007 17:48 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Daniel,

I currently don't have access to an OSX box so I haven't been able to
test my widgets there.

Perhaps there's folks in the community who are willing to test and debug
the widgets on OSX for me? Anyone... (Bueller...)

-Chris

Daniel Holmen wrote:
> And also, PShelf doesn't animate on OSX. The lack of animation isn't a
> major issue to me, but there is a distinct lag between clicking on an
> item and it appearing.
>
> Should I post a bug about this?
>
> Regards,
> Daniel
>
Re: PShelf Questions [message #576686 is a reply to message #25311] Wed, 31 January 2007 17:49 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Yea I'll need to look at this. As I said I lost my linux box a while
back. I'll get it going again and refine the appearance.

-Chris

Tom Schindl wrote:
> Hi,
>
> I need to revoke this. I just checked out the CVS-Version and the
> snippet is working. The only thing looking strange on linux are that
>
> parent.getDisplay().getSystemColor(SWT.COLOR_TITLE_BACKGROUN D_GRADIENT);
>
> returns white on my system and that there's no gradient shown for the
> selected item in this case which is a bit strange. Maybe some code to
> catch when the color is white and assign a default-color? A gradient
> from white to white isn't really a gradient ;-)
>
> Tom
>
> Tom Schindl schrieb:
>> Hi,
>>
>> By the way PShelf is not working on Linux-Gtk with Eclipse 3.3M4 I'll
>> file a bug.
>>
>> Tom
>>
>> Chris Gross schrieb:
>>> Hi Tom,
>>>> - Is it possible to e.g. open the shelf with all Items closed
>>> No, at least one item is open at all times.
>>>
>>>> - Is it possible to programmatically open/close different Items
>>> PShelf#setSelection will open a new item. The shelf "selection"
>>> describes the open item.
>>>
>>> Regards,
>>> -Chris
Re: PShelf Questions [message #576798 is a reply to message #25628] Wed, 31 January 2007 18:42 Go to previous message
Daniel Holmen is currently offline Daniel HolmenFriend
Messages: 17
Registered: July 2009
Junior Member
Hi Chris

I could help you out with some OSX testing whenever it's needed. My main
development machine is an intel-based mac, and I also have access to
several PPC macs.

I'll let you know whenever I find any bugs anyway. If you need any
specific testing or debugging done, just send me a private mail and I'll
be happy to assist.

Regards,
Daniel

Chris Gross wrote:
> Hi Daniel,
>
> I currently don't have access to an OSX box so I haven't been able to
> test my widgets there.
>
> Perhaps there's folks in the community who are willing to test and debug
> the widgets on OSX for me? Anyone... (Bueller...)
>
> -Chris
>
> Daniel Holmen wrote:
>> And also, PShelf doesn't animate on OSX. The lack of animation isn't a
>> major issue to me, but there is a distinct lag between clicking on an
>> item and it appearing.
>>
>> Should I post a bug about this?
>>
>> Regards,
>> Daniel
>>
Re: PShelf Questions [message #576955 is a reply to message #25893] Fri, 02 February 2007 01:45 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Thanks Daniel. I would like to know why the widget is not animating.
The code should be very OS neutral. Do you have any insight on that?

Regards,
-Chris

Daniel Holmen wrote:
> Hi Chris
>
> I could help you out with some OSX testing whenever it's needed. My main
> development machine is an intel-based mac, and I also have access to
> several PPC macs.
>
> I'll let you know whenever I find any bugs anyway. If you need any
> specific testing or debugging done, just send me a private mail and I'll
> be happy to assist.
>
> Regards,
> Daniel
>
> Chris Gross wrote:
>> Hi Daniel,
>>
>> I currently don't have access to an OSX box so I haven't been able to
>> test my widgets there.
>>
>> Perhaps there's folks in the community who are willing to test and
>> debug the widgets on OSX for me? Anyone... (Bueller...)
>>
>> -Chris
>>
>> Daniel Holmen wrote:
>>> And also, PShelf doesn't animate on OSX. The lack of animation isn't
>>> a major issue to me, but there is a distinct lag between clicking on
>>> an item and it appearing.
>>>
>>> Should I post a bug about this?
>>>
>>> Regards,
>>> Daniel
>>>
Re: PShelf Questions [message #577118 is a reply to message #26180] Fri, 02 February 2007 07:27 Go to previous message
Daniel Holmen is currently offline Daniel HolmenFriend
Messages: 17
Registered: July 2009
Junior Member
I wouldn't be surprised if it has something to do with refresh/redraw
problems. I'm getting some weird focus ring behavior as well.

I'll have a look and do some proper debugging this weekend.

Regards,
Daniel

Chris Gross wrote:

> Thanks Daniel. I would like to know why the widget is not animating.
> The code should be very OS neutral. Do you have any insight on that?

> Regards,
> -Chris

> Daniel Holmen wrote:
>> Hi Chris
>>
>> I could help you out with some OSX testing whenever it's needed. My main
>> development machine is an intel-based mac, and I also have access to
>> several PPC macs.
>>
>> I'll let you know whenever I find any bugs anyway. If you need any
>> specific testing or debugging done, just send me a private mail and I'll
>> be happy to assist.
>>
>> Regards,
>> Daniel
>>
>> Chris Gross wrote:
>>> Hi Daniel,
>>>
>>> I currently don't have access to an OSX box so I haven't been able to
>>> test my widgets there.
>>>
>>> Perhaps there's folks in the community who are willing to test and
>>> debug the widgets on OSX for me? Anyone... (Bueller...)
>>>
>>> -Chris
>>>
>>> Daniel Holmen wrote:
>>>> And also, PShelf doesn't animate on OSX. The lack of animation isn't
>>>> a major issue to me, but there is a distinct lag between clicking on
>>>> an item and it appearing.
>>>>
>>>> Should I post a bug about this?
>>>>
>>>> Regards,
>>>> Daniel
>>>>
Previous Topic:How-To: Custom Multiline List (Outlook Style)
Next Topic:row selection in the Grid widget
Goto Forum:
  


Current Time: Fri Apr 19 13:14:21 GMT 2024

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

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

Back to the top