Discussion:
[BitPim-devel] Feature Thought
Ken Schnell
2007-11-21 07:19:30 UTC
Permalink
The nice Icons on the left window - If I could simply right click then
select the option to Get [Add / Replace] or Send [Add / Replace] , I think
would be a nice enhancement from a useability point of view.

I don't know enough about python , or svn repositories to know where to
begin, other wise I would be glad to try it...now if it was in .NET - I
would have it done.. (sadly though NET is made for slackers like me...)

However - if someone was willing to work with me - I would be happy to do
what I can , I just need to know how to capture the right click events for
the icons, and then how to properly call the appropriate functions.. and who
to send the code change to - me and SVN dont get along...

In NET I have something like
mysub(eventarguments) handles myIcon.RightClick
do the deed
end sub

or
static void mysub(eventarguments) handles myIcon.RightClick{
do the deed
}

thanks...

Loading...