Thunderbird/Students/StatusUpdates/2010-01-22: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (More minor edits.)
Line 8: Line 8:


===== Tim Miller  =====
===== Tim Miller  =====
I'm working on getting the overlay icon working for windows 7 so that you can see the number of new mail messages on the taskbar icon, as you do on OSX.  Fortunately, we had David Humphrey here to introduce us to working with the mozilla platform, who is also the person who created that functionality on the mac.  He gave me some pointers and I'm off to start writing code.
Or so I thought.  I've spent most of my time digging through code trying to find the right place to start writing.  Not only do I need to put in the actual event handlers, I need to add code to the mozilla library to create a wrapper for the windows API function.  The cool part about that is that someone may use it in firefox at some point, the bad part is that I have to figure out how to write it, and write it correctly.  After two full day, I've come up with about 15 lines of code.  Doesn't feel like much, but honestly, knowing where and what to write was a much larger challenge.


===== Marcel Guzman  =====
===== Marcel Guzman  =====

Revision as of 14:26, 17 January 2010

This week’s Random Notes

[Some notes and links for MozMill tests]

Status Updates

Zach Church

Working on the "Reopen last tab" from the Go menu. As of 1/16/2009, I have the button working, and disabled if a tab has not yet been closed. On to testing!

Tim Miller

I'm working on getting the overlay icon working for windows 7 so that you can see the number of new mail messages on the taskbar icon, as you do on OSX. Fortunately, we had David Humphrey here to introduce us to working with the mozilla platform, who is also the person who created that functionality on the mac. He gave me some pointers and I'm off to start writing code.

Or so I thought. I've spent most of my time digging through code trying to find the right place to start writing. Not only do I need to put in the actual event handlers, I need to add code to the mozilla library to create a wrapper for the windows API function. The cool part about that is that someone may use it in firefox at some point, the bad part is that I have to figure out how to write it, and write it correctly. After two full day, I've come up with about 15 lines of code. Doesn't feel like much, but honestly, knowing where and what to write was a much larger challenge.

Marcel Guzman
Kefu Zhao
Lindauson Hazell
Evan Stratford
Wei Xian Woo

Who’s writing the blog post this week?

Zach Church