christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

Add ability to listen for clicks on SourceListItems #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
All installation of SourceListItem click listener on a SourceList.

Original issue reported on code.google.com by kenneth....@gmail.com on 10 Nov 2008 at 11:42

GoogleCodeExporter commented 8 years ago
Alexandre,

Would the following interface, which you would install on a SourceList, meet 
your needs:

public interface SourceListClickListener {

    void sourceListItemClicked(SourceListItem item, int clickCount);

    void sourceListCategoryClicked(SourceListCategory category, int clickCount);

}

Original comment by kenneth....@gmail.com on 13 Nov 2008 at 1:53

GoogleCodeExporter commented 8 years ago
It would be great for me, Ken.
That's exactly what I need. I will send one e-mail next week, 
with some ideas that I had, simple ideas, easy to implement, 
but I think it will make the developer's life easier.

Thank you very much, for implementing this Ken, The software that I'm using
macwidgets, runs all over my country(Brazil) after I finish the complete change 
from
substance to macwidgets, I'll send some screenshots.

Original comment by alexandr...@gmail.com on 13 Nov 2008 at 4:47

GoogleCodeExporter commented 8 years ago
Great...I'll add this interface and integrate its usage into SourceList.

I look forward to seeing your ideas as well as your screen shots!

Original comment by kenneth....@gmail.com on 13 Nov 2008 at 5:46

GoogleCodeExporter commented 8 years ago
Hi Alexandre,

I've added a new interface, SourceListClickListener and updated SourceList. 
Give it a try and let me know how it 
goes.

-Ken

Original comment by kenneth....@gmail.com on 13 Nov 2008 at 9:53

GoogleCodeExporter commented 8 years ago
Cool Ken, 

I'll download the new code on SVN and test it, I'll give a feedback here after 
test.

Thx Again :-)

Original comment by alexandr...@gmail.com on 13 Nov 2008 at 10:36

GoogleCodeExporter commented 8 years ago
Hi Alexandre,

Is this new interface working out for you?

-Ken

Original comment by kenneth....@gmail.com on 17 Nov 2008 at 8:53

GoogleCodeExporter commented 8 years ago
Sorry Ken, I'll be able to work on this tomorrow, 
I'll let you know the results..

Thanks man have a nice evening...

Original comment by alexandr...@gmail.com on 18 Nov 2008 at 2:02

GoogleCodeExporter commented 8 years ago
Ken,

I tested, it works perfectly. That's exactly what I need it. Thank you very 
much.
Now I'll be able to finish redesign my software.

Thank you so much, for the great work, and always tries to help us developers 
that
wants to use MacWidgets.

Alexandre Cruz

Original comment by alexandr...@gmail.com on 18 Nov 2008 at 3:04

GoogleCodeExporter commented 8 years ago
Glad to hear that it worked for you Alexandre. Good luck, and send screen shots!

Original comment by kenneth....@gmail.com on 18 Nov 2008 at 3:34