From: Thomas, T. B <tim...@lm...> - 2001-03-23 16:39:29
|
Aldo -=20 Has anyone volunteered to help with the Win32::GUI::JPEG addition yet? I would like to help, but my C/C++ experience isn't current, as my familiarity with today's compilers. It's been over 5 years since I have = done any serious C programming. Let me know what your expectations are of = someone to help with this issue. I am quite interested in seeing this part of Win32::GUI done as I = REALLY need it for a program I have been working on. Let me know how I can help. Tim ------------------------------------------------------------------------= ---- --------------------- Tim Thomas Unix Systems Administrator Lockheed Martin EIS =B7 Denver Data Center 303-430-2281 mailto:tim...@lm... ------------------------------------------------------------------------= ---- --------------------- -----Original Message----- From: Aldo Calpini [mailto:da...@pe...] Sent: Monday, March 19, 2001 10:12 AM To: per...@li... Subject: [perl-win32-gui-users] .plan hello perl-win32-gui-users, this is my dot plan about Win32::GUI, what I'm doing and what I plan to do. please note that everything here may change (without further notice) depending on my other activities (namely job and 'real life' :-). it would be kewl if you could 'prioritize' the list based on what you find more useful (or funny :-), and above all (pardon the caps): IF YOU CAN HELP ME WITH SOMETHING, PLEASE DO! that said, this is the list: **** NEM (New Event Model) I'm almost done with this, but there are still some flaws. I will also define the API to manage events (eg. AddEvent or BindEvent or ResetEvent or something like this...). I'm also adding the possibility of 'shortcut' options a la Javascript, like: -onClick =3D> \&DoSomething **** Event Queues this is something I didn't really explored yet, but I would like to process a list of events. should look somehow like this: -events =3D> { Click =3D> [ \&DoSomething, \&DoSomethingElse ] } in other words, when a Click events occur first DoSomething is executed, then DoSomethingElse. the main purpose for this is to allow subpackages to define their own event handlers which can be 'overriden' by the implementation in the program. (if it doesn't sound clear, don't worry, is still mainly obscure to me too :-) **** Win32::GUI::JPEG allow *read* support for JPEG images, using libjpeg (see ftp://ftp.uu.net/graphics/jpeg). JPEG files can be converted to in-memory bitmaps and then used as regular Bitmap objects. (NOTE: I'm *not going* to develop Win32::GUI::GIF. GIF is absolutely deprecated, I'll look into PNG support eventually). **** Win32::GUI::Scintilla (see http://www.scintilla.org); to revive pride.pl! :-) these are the main points... for now, I will post a followup if I forgot something :-) cheers, Aldo __END__ $_=3Dq,just perl,,s, , another ,,s,$, hacker,,print; _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |
From: Watson C. <geo...@ya...> - 2001-03-23 22:54:10
|
Hello Everyone, I was wondering if anyone has set up a website that contains a 'library' of examples for current Win32-GUI code. The reason for my inquiry is I have a Weather program written in Perl with Win32::GUI that I spent a lot of time on. I simply don't have the time to work on it anymore and I was hoping I might post it somewhere so that people could at least cut code from it, and if they felt so inclined, add / modify it. It would also be cool to see what other people have been able to do with this great tool for Perl. I thought about just dumping the source on this list but of course typically the source will only be available for a while before it disappears in the archives. Anyone else have thoughts on this? Cheers. Cam __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ |
From: Erick J. B. <er...@e-...> - 2001-03-24 01:11:19
|
| I was wondering if anyone has set up a website that | contains a 'library' of examples for current Win32-GUI | code. Well, Watson, that' exactly what I want to do. I have started a site based around Perl and more specificlly Win32::GUI module. I will be putting almost all my finished (and unfinished) scripts there. | I simply don't have the time to work | on it anymore and I was hoping I might post it | somewhere so that people could at least cut code from | it, and if they felt so inclined, add / modify it. I would love to put your script there, and anyone else. You can take at look at the not yet published site at www.jeb.ca/index_.htm. regards, erick never stop questioning www.jeb.ca |