PShelf Questions [message #24959] |
Tue, 30 January 2007 07:00  |
Eclipse User |
|
|
|
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 #26388 is a reply to message #26180] |
Fri, 02 February 2007 02:27  |
Eclipse User |
|
|
|
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 11:03  |
Eclipse User |
|
|
|
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 11:05  |
Eclipse User |
|
|
|
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 11:11  |
Eclipse User |
|
|
|
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 03:23  |
Eclipse User |
|
|
|
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 04:10  |
Eclipse User |
|
|
|
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 12:46  |
Eclipse User |
|
|
|
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 12:47  |
Eclipse User |
|
|
|
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 12:49  |
Eclipse User |
|
|
|
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 12:48  |
Eclipse User |
|
|
|
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 12:49  |
Eclipse User |
|
|
|
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 13:42  |
Eclipse User |
|
|
|
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] |
Thu, 01 February 2007 20:45  |
Eclipse User |
|
|
|
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 02:27  |
Eclipse User |
|
|
|
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
>>>>
|
|
|