Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(7) |
Mar
(5) |
Apr
(4) |
May
(15) |
Jun
(10) |
Jul
(4) |
Aug
(12) |
Sep
(39) |
Oct
(22) |
Nov
(46) |
Dec
(65) |
2002 |
Jan
(19) |
Feb
(27) |
Mar
(50) |
Apr
(73) |
May
(85) |
Jun
(52) |
Jul
(49) |
Aug
(95) |
Sep
(152) |
Oct
(81) |
Nov
(42) |
Dec
(62) |
2003 |
Jan
(45) |
Feb
(47) |
Mar
(101) |
Apr
(110) |
May
(53) |
Jun
(72) |
Jul
(125) |
Aug
(77) |
Sep
(87) |
Oct
(69) |
Nov
(55) |
Dec
(71) |
2004 |
Jan
(127) |
Feb
(68) |
Mar
(93) |
Apr
(102) |
May
(64) |
Jun
(92) |
Jul
(40) |
Aug
(113) |
Sep
(44) |
Oct
(61) |
Nov
(44) |
Dec
(100) |
2005 |
Jan
(57) |
Feb
(51) |
Mar
(101) |
Apr
(73) |
May
(45) |
Jun
(97) |
Jul
(92) |
Aug
(94) |
Sep
(46) |
Oct
(83) |
Nov
(82) |
Dec
(68) |
2006 |
Jan
(92) |
Feb
(116) |
Mar
(84) |
Apr
(66) |
May
(40) |
Jun
(57) |
Jul
(89) |
Aug
(82) |
Sep
(58) |
Oct
(94) |
Nov
(104) |
Dec
(70) |
2007 |
Jan
(86) |
Feb
(108) |
Mar
(193) |
Apr
(84) |
May
(71) |
Jun
(54) |
Jul
(17) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(7) |
2
(6) |
3
(3) |
4
(17) |
5
(15) |
6
(10) |
7
(7) |
8
(1) |
9
(5) |
10
(15) |
11
(16) |
12
(2) |
13
(4) |
14
|
15
(1) |
16
(7) |
17
(5) |
18
(3) |
19
(6) |
20
(1) |
21
(1) |
22
(4) |
23
(8) |
24
|
25
|
26
(3) |
27
(2) |
28
|
29
(1) |
30
(2) |
|
|
|
|
|
From: Everett, Toby <TEverett@ALASCOM.ATT.com> - 2002-09-03 23:10:11
|
I was playing around with using -1 as the passed control ID in the constructor as described in http://wxperl.sourceforge.net/manual/manual4.html <http://wxperl.sourceforge.net/manual/manual4.html> . I noticed that it doesn't work:). In the interim, I've simply created an interator in my package and used that for the constructor. I also noticed that I had to explicitly call ->GetId() when using EVT_MENU. I've just started playing with wxPerl - someone mentioned it on the PDK mailing list, and my curiosity was piqued. I've been a long-time PerlTk user, but Tk suffers from a rather non-standard look and feel under Win32. As I've started playing with wxPerl, my initial goal has been to develop a set of viable patterns because my experience with Perl/Tk has taught me that the hardest thing to do is to manage all of the widgets in program in a manner that minimizes maintenance headaches. The ID situation struck me as a bit of a kludge, and so I was happy to discover there are ways around it. --Toby Everett |
From: Scott Lanning <slanning@th...> - 2002-09-03 20:39:59
|
I read on this list a couple days ago (from Mattia) how you should use TextCtrl with read-only style rather than StaticText in order to let the user copy/paste. I want to make the TextCtrl "blend in" to the window behind like StaticText does, though. I set the background color okay, but still there is a border (box) around the text. Is there a way to remove the border? Basically I just want to put some copy-able text onto the window. Maybe I have overlooked something. |
From: Simon Flack <simon.flack@bb...> - 2002-09-03 19:36:01
|
Hi Mattia, I have most of this working now. I'd like to get the wxFileHistory class working and tidy up a bit before I send a patch in. In all likelyhood this probably won't impliment 100% of the framework because I'm somewhat an XS\C++ novice, although I hope to be as close as possible. There's already enough to write an enhanced windows notepad with MDI, which I'll include for the /samples folder. I should be ready to send patch for review towards the end of the week. How do you want that? Simon BBCi at http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system, do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. |