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
|
From: Marco T. <wx...@so...> - 2002-05-04 21:30:55
|
$listctrl->GetItem($item, 1)->GetText; hope it helps. greeting Marco >I have a Wx::ListCtrl displaying rows of information in report view. I >populate this control with InsertStringItem() and SetItem() to set the >column information. How do I get the data out?! > >for example, I intercept a EVT_LIST_BEGIN_DRAG and get an event >parameter. from this, I can do my $listitem = $event->GetItem() which >returns a wxListItem. the wxWindows documentation seems to stop at this >point without a reference page for wxListItem. I've tried >$listitem->GetText() which returns nothing, and $listitem->GetText(0) >which dies. > >environment: >wxPerl 0.10 >wxWindows 2.2.9 >Win2K Prof > >regards, >/dave |
From: Dave R. <dav...@ma...> - 2002-05-04 21:22:08
|
I have a Wx::ListCtrl displaying rows of information in report view. I populate this control with InsertStringItem() and SetItem() to set the column information. How do I get the data out?! for example, I intercept a EVT_LIST_BEGIN_DRAG and get an event parameter. from this, I can do my $listitem = $event->GetItem() which returns a wxListItem. the wxWindows documentation seems to stop at this point without a reference page for wxListItem. I've tried $listitem->GetText() which returns nothing, and $listitem->GetText(0) which dies. environment: wxPerl 0.10 wxWindows 2.2.9 Win2K Prof regards, /dave |
From: Jouke V. <jo...@pv...> - 2002-05-04 19:14:20
|
> How about creating a "wxPerl Cookbook"? <snip> > Anybody else willing to contribute? Great idea. At http://www.pvoice.org/GPW/wxperltutorial.html I have the slides I made for my wxPerl tutorial I gave at the German Perl Workshop in february this year. The examples are not spectacular, but maybe they're usable. Right now I'm rebuilding my pVoice application using wxPerl instead of Tk. If that results in anything useable for the general public I'll send in some of my code for that. For the newer ones on the list who didn't know (I told the list before) I'm writing a book "GUI Programming with Perl" for Manning. A very large part of it is dedicated to wxPerl, but it's not a wxPerl only book, it's in general about GUIs for Perl, so it also covers Gtk, Win32::GUI and Tk. This book will of course also be stuffed with example code. -- *-----------------------------------------------* |Jouke Visser |jo...@pv... | |Perl GUI Geek |http://www.pvoice.org | *-----------------------------------------------* PS: Notice new mailaddress!! |
From: Net W. <MN...@Ja...> - 2002-05-04 17:25:38
|
I am willing to write and host the wxPerl Cookbook on my web site as well as contribute. Another perhaps better idea (and location) is to contact ASPN and see if they can create a new cookbook category for wxPerl-- I like this one because of it's existing presence in the Perl community. Ideas? Michael ----- Original Message ----- From: <wxp...@li...> To: <wxp...@li...> Sent: Friday, May 03, 2002 7:07 PM Subject: wxperl-users digest, Vol 1 #156 - 4 msgs > Send wxperl-users mailing list submissions to > wxp...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/wxperl-users > or, via email, send a message with subject or body 'help' to > wxp...@li... > > You can reach the person managing the list at > wxp...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of wxperl-users digest..." > > > Today's Topics: > > 1. Re: Re: What people find confusing in > wxWindows docs (Marcus) > 2. Re: Re: What people find confusing in wxWindows docs (Boo Radley) > 3. Re: Wx::Icon appears broken (Graciliano M. P. (Virtua Sites)) > > --__--__-- > > Message: 1 > Date: Thu, 02 May 2002 23:00:26 +0200 > From: "Marcus" <li...@wo...> > To: wxp...@li... > Subject: Re: [wxperl-users] Re: What people find confusing in > wxWindows docs > > On 24.04.02 at 13:35 Michael Nino wrote: > >IMHO at least one example is sorely needed for each class > >> *or* at least 80% of them. > > How about creating a "wxPerl Cookbook"? > For example yesterday, I needed a yes/no dialog, so I pulled one out of > the demo. Luckily it was there, but it would be nice to have such > things handier. > > How about making a list of controls and snippets which need examples, > then index them in Cookbook style, i.e. "Q: How do I ....?". A1: > code.... A2: code .... > > Anybody else willing to contribute? > > > >The reason being is that as a Perl programmer > >> trying to make the leap to GUI programming (vs. CGI/HTML) I need to > get > >> started quickly! > > I'm just transferring a CGI app to wxPerl. In fact, the basics are > running. wxHTML is the way to go, and/or with the VirtualFileSystem > "thingy" Mattia has implemented for vers. 0.11. It runs at normal > Windows app speed and you can't tell the difference. > > In my opinion, this is something to advertise, since Perl programmers > could easily port CGI apps to the desktop, and have the best of both > worlds. You can keep your old CGI code, except for the param passing. > The web and desktop versions could communicate and swap data. Another > niche for Perl to jump into :-) Or to create web-like apps, like yours. > > > >I > >> am writing it in DHTML and Win32::OLE instead. : ( > > If you have time, think again. I don't know what you need, but my guess > at this point is that wxPerl can probably do it, and you remain > cross-platform. > > Btw, have you tried wxDesigner? > > Marcus > > > > > --__--__-- > > Message: 2 > Date: Thu, 02 May 2002 15:00:56 -0600 > From: Boo Radley <boo...@wo...> > To: wxp...@li... > Subject: Re: [wxperl-users] Re: What people find confusing in wxWindows docs > > Marcus wrote: > > > > > How about creating a "wxPerl Cookbook"? > > For example yesterday, I needed a yes/no dialog, so I pulled one out of > > the demo. Luckily it was there, but it would be nice to have such > > things handier. > > > > How about making a list of controls and snippets which need examples, > > then index them in Cookbook style, i.e. "Q: How do I ....?". A1: > > code.... A2: code .... > > > > Anybody else willing to contribute? > > > > > > > The demos and tutorials I've written have all been on perlmonks; I'd > suggest using them as a starting point for any tutorials you write as > there's a budding community of wx developers there. > > > > > --__--__-- > > Message: 3 > From: "Graciliano M. P. \(Virtua Sites\)" <gm...@vi...> > To: <wxp...@li...> > Date: Fri, 3 May 2002 14:31:25 -0300 > Organization: Virtua Sites > Subject: [wxperl-users] Re: Wx::Icon appears broken > > > Initial Comment: > > Wx::Icon is appears broken. > > I do not Believe it to be a user-error. > > FOr example, if i have a Wx::Frame, and try to load > > and set an icon with the following code > > (which should work) > > ## > > use Wx::Icon; > > # $frame->{wxMorseIcon} = Wx::GetWxPerlIcon(); > > $frame->{wxMorseIcon} = new Wx::Icon; > > $frame->{wxMorseIcon}->LoadFile > > ('wxMorse.xbm',wxBITMAP_TYPE_XBM); > > $frame->SetIcon($frame->{wxMorseIcon}); > > > > nothing happens. > > if this is something i'm doing wrong on my part, I > > deeply apologize, and I request that yo delete this > > post ASAP, but if not, it'd be nice if you'd look into > > getting this working in the next release (i'd be real > > glad, and probably a few others too ;) > > > > I attached a sample file, with the .xbm contained > > after __DATA__ > > > > Try this code. It was testd with wxPerl 0.10 and Win32. > > ------------------------------------------------- > use Wx qw(wxBITMAP_TYPE_ICO wxBITMAP_TYPE_XPM); > > Wx::InitAllImageHandlers(); > > if( $Wx::_platform == $Wx::_msw ) { > $icon = Wx::Icon->new( $file , wxBITMAP_TYPE_ICO , -1 , -1 ); > } else { > $icon = Wx::Icon->new( $file , wxBITMAP_TYPE_XPM ); > } > > $frame->SetIcon( $icon ); > ------------------------------------------------- > > Graciliano M. P. > > > > > > > > --__--__-- > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > > > End of wxperl-users Digest > |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-05-03 17:17:12
|
> Initial Comment: > Wx::Icon is appears broken. > I do not Believe it to be a user-error. > FOr example, if i have a Wx::Frame, and try to load > and set an icon with the following code > (which should work) > ## > use Wx::Icon; > # $frame->{wxMorseIcon} = Wx::GetWxPerlIcon(); > $frame->{wxMorseIcon} = new Wx::Icon; > $frame->{wxMorseIcon}->LoadFile > ('wxMorse.xbm',wxBITMAP_TYPE_XBM); > $frame->SetIcon($frame->{wxMorseIcon}); > > nothing happens. > if this is something i'm doing wrong on my part, I > deeply apologize, and I request that yo delete this > post ASAP, but if not, it'd be nice if you'd look into > getting this working in the next release (i'd be real > glad, and probably a few others too ;) > > I attached a sample file, with the .xbm contained > after __DATA__ > Try this code. It was testd with wxPerl 0.10 and Win32. ------------------------------------------------- use Wx qw(wxBITMAP_TYPE_ICO wxBITMAP_TYPE_XPM); Wx::InitAllImageHandlers(); if( $Wx::_platform == $Wx::_msw ) { $icon = Wx::Icon->new( $file , wxBITMAP_TYPE_ICO , -1 , -1 ); } else { $icon = Wx::Icon->new( $file , wxBITMAP_TYPE_XPM ); } $frame->SetIcon( $icon ); ------------------------------------------------- Graciliano M. P. |
From: Boo R. <boo...@wo...> - 2002-05-02 21:10:30
|
Marcus wrote: > > How about creating a "wxPerl Cookbook"? > For example yesterday, I needed a yes/no dialog, so I pulled one out of > the demo. Luckily it was there, but it would be nice to have such > things handier. > > How about making a list of controls and snippets which need examples, > then index them in Cookbook style, i.e. "Q: How do I ....?". A1: > code.... A2: code .... > > Anybody else willing to contribute? > > The demos and tutorials I've written have all been on perlmonks; I'd suggest using them as a starting point for any tutorials you write as there's a budding community of wx developers there. |
From: Marcus <li...@wo...> - 2002-05-02 21:00:32
|
On 24.04.02 at 13:35 Michael Nino wrote: >IMHO at least one example is sorely needed for each class >> *or* at least 80% of them. How about creating a "wxPerl Cookbook"? For example yesterday, I needed a yes/no dialog, so I pulled one out of the demo. Luckily it was there, but it would be nice to have such things handier. How about making a list of controls and snippets which need examples, then index them in Cookbook style, i.e. "Q: How do I ....?". A1: code.... A2: code .... Anybody else willing to contribute? >The reason being is that as a Perl programmer >> trying to make the leap to GUI programming (vs. CGI/HTML) I need to get >> started quickly! I'm just transferring a CGI app to wxPerl. In fact, the basics are running. wxHTML is the way to go, and/or with the VirtualFileSystem "thingy" Mattia has implemented for vers. 0.11. It runs at normal Windows app speed and you can't tell the difference. In my opinion, this is something to advertise, since Perl programmers could easily port CGI apps to the desktop, and have the best of both worlds. You can keep your old CGI code, except for the param passing. The web and desktop versions could communicate and swap data. Another niche for Perl to jump into :-) Or to create web-like apps, like yours. >I >> am writing it in DHTML and Win32::OLE instead. : ( If you have time, think again. I don't know what you need, but my guess at this point is that wxPerl can probably do it, and you remain cross-platform. Btw, have you tried wxDesigner? Marcus |
From: Mattia B. <mb...@ds...> - 2002-05-02 17:37:45
|
> Mattia wrote: > >I don't know, it sould; BTW I am not sure that is "start foo.jpg" > fails, > >wxMimeTypesManager will work. > > Yes, but if wxMimeTypesManager delivers the associated application (and > path), then I can use: > Wx::ExecuteCommand("$cmd",0); Yes, but since, AFAIK, both wxMTM and start.exe get the information from the registry, if start.exe does not work, it is _likely_ ( not certain ) that the information in the registry is wrong. > For it to be "clickable", there needs to be an #a href=..# tag, and I > could hide the application path inside the link. > > Would wxMimeTypesManager return the application path? I think so. Regards Mattia |
From: Marcus <li...@wo...> - 2002-05-02 15:59:42
|
Mattia wrote: >I don't know, it sould; BTW I am not sure that is "start foo.jpg" fails, >wxMimeTypesManager will work. Yes, but if wxMimeTypesManager delivers the associated application (and path), then I can use: Wx::ExecuteCommand("$cmd",0); For it to be "clickable", there needs to be an #a href=..# tag, and I could hide the application path inside the link. Would wxMimeTypesManager return the application path? Marcus |
From: <no...@so...> - 2002-05-02 00:27:31
|
Feature Requests item #551220, was opened at 2002-05-02 00:27 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=365655&aid=551220&group_id=15655 Category: None Group: None Status: Open Priority: 5 Submitted By: D.H. (crazyinsomniac) Assigned to: Nobody/Anonymous (nobody) Summary: Request for an independent Wx::Proces Initial Comment: I like Wx::Process and I would appreciate a port of it, separate and independent of Wx, so that people can use the Wx::Process without use'ing Wx; That way people like me can just use Wx::Process; and go about our business without worrying what OS we're on (cause Win32 ain't great, and I don't like having to code alt-versions of code for Win32 and unix) please. thank you. i'd be interested in helping porting, but this shouldn't be too hard since you've already done it (me is an XS virgin) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=365655&aid=551220&group_id=15655 |
From: <no...@so...> - 2002-05-02 00:23:17
|
Bugs item #551219, was opened at 2002-05-02 00:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=115655&aid=551219&group_id=15655 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: D.H. (crazyinsomniac) Assigned to: Nobody/Anonymous (nobody) Summary: Wx::Icon appears broken Initial Comment: Wx::Icon is appears broken. I do not Believe it to be a user-error. FOr example, if i have a Wx::Frame, and try to load and set an icon with the following code (which should work) ## use Wx::Icon; # $frame->{wxMorseIcon} = Wx::GetWxPerlIcon(); $frame->{wxMorseIcon} = new Wx::Icon; $frame->{wxMorseIcon}->LoadFile ('wxMorse.xbm',wxBITMAP_TYPE_XBM); $frame->SetIcon($frame->{wxMorseIcon}); nothing happens. if this is something i'm doing wrong on my part, I deeply apologize, and I request that yo delete this post ASAP, but if not, it'd be nice if you'd look into getting this working in the next release (i'd be real glad, and probably a few others too ;) I attached a sample file, with the .xbm contained after __DATA__ ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=115655&aid=551219&group_id=15655 |
From: Mattia B. <mb...@ds...> - 2002-05-01 17:45:28
|
> hello, > i get an unexplainably "EVT_LIST_ITEM_DESELECTED"... It looks like this is the native Win32 ListViev behaviour, and it is consistent with wxGTK, so I think it is correct. > you can reproduce it with the listctrl sample: > - remove "wxLC_EDIT_LABELS|" on line 97 > - add something like "print "here\n";" after line 512 > (to better see the event) > - start the sample > - set the list to multiple selection (menu -> List -> last one) > - click on an item > - click on the SAME item again -> "EVT_LIST_ITEM_DESELECTED" > you get an "here" on the console (or whatever's in your print line) > > i mean no item is deselected. this shouldn't occur?!?!? > has anyone an explanation / workaround? Blame Microsoft ;-p ? Seriously, you may set a flag in the event handler and do whatever you want to do in idle time ( you should receive events in this order: deselect -> select -> idle, so you may catch this special case ) > Wx 0.11 beta 4 > Active Perl 631 Regards Mattia |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-04-30 22:23:36
|
I wrote a guide to compile wxperl in Win32, with all you need step by = step and links to download: http://wxperl.virtuasites.com.br Use to have your won compilation of wxperl. With this you can help us to = wrap wxwindows to perl and creat new classes! * Peoples trying to compile wxperl in other OS contact me to introduce = in the guide. Graciliano M. P. |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-04-30 20:17:10
|
Thanks for help! I disable it, I just want to know if every thing ill work fine. Now I'm writing a guide to compile wxperl with mingw, step by step, from downloading mingw, instaling wxwindows, geting a version of perl, etc... Graciliano M. P. > I got the new file, with changes from CVS (build/Win32_MinGW.pm). > > > > Now the compilation don't look for the Wx.a :) > Yes, I know, I did that on purpose... > > > All the extension compile fine, unless the XRC! It got erros with > > libwxxrc.a, or something like that! > > > > - This version of XRC compile with wxWindows 2.3.2? > Yes, but there is currently a problem in makefiles, will commit a fix > as soon as I finish some other stuff > > > - WxPerl ill work without ext XRC? > Yes, that's why I told you to disable it... > > HTH > Mattia > |
From: Mattia B. <mb...@ds...> - 2002-04-30 20:07:41
|
> sorry for the delay, had to do other stuff. > hope you still remember. Yes > i worked so long on my explanation, but looks like it was still not > clear enough. well, here with a code example: Well, it was clear enough ( for me ), I just can't reproduce that: my( $this, $x, $y, $desired ) = @_; my $tree = $this->{TREE}; print $desired,"\n"; prints 3 when no key is pressed, and 2 when CTRL is pressed ( BTW, wxDragNone == 1 ) > sub OnDragOver > { > my ($this, $x, $y, $ret) = @_; > > if($ret == wxDragNone) { print "wxDragNone\n"; } > elsif($ret == wxDragCopy) { print "wxDragCopy\n"; } > elsif($ret == wxDragMove) { print "wxDragMove\n"; } > else { print "strainge!!\n"; } > } > > i always get wxDragNone. > doesn't matter wich state the SHIFT or CONTROL keys have. Does not happen for me... > i expect different returns. > but don't know what i should get at which key states. (????) > > so i asked for an explanation why i always get wxDragNone (mistake > from my side?) and how i can get if the CONTROL key is pressed > (because i only have to differentiate between copy and move...) > > greetings&hope this time it's clearer I hope this time *my* answer is clearer... You are using the wxPerl beta in Win2k ( or was it 98? ), right? Regards Mattia |
From: Mattia B. <mb...@ds...> - 2002-04-30 19:58:02
|
> From: Graciliano M. P. (Virtua Sites) > To: wxp...@li... > Sent: Monday, April 22, 2002 2:35 PM > Subject: [wxperl-users] Using Style in TextCtrl > > Here are an example of text style in TextCtrl. Only for WxPerl 0.11 with > wxwindows2.3.3 > (link of 0.11 beta: http://wwwstud.dsi.unive.it/~mbarbon/wx/ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > -- snip -- > > A-ha! this explains the `Can't locate object method "SetDefaultStyle" via > package "Wx::TextCtrl" ` errors I've been getting! > It seems like I'll have to resort to an HtmlWindow control to get font & > text colors right now? > > How long until 0.11 is released? :-) When wxWindows 2.3.3 is. Of course you may use the snapshots above. Regards Mattia |
From: Mattia B. <mb...@ds...> - 2002-04-30 19:53:52
|
> hello, > > is there a way that a Wx::Dialog only blocks the program flow from one > Frame? i expected that only the given parent is blocked, but every > opened frame is blocked. Yes, this is the expected behaviour for modal dialogs, AFAIK. You may try to disable the parent before the dialog is shown. HTH Mattia |
From: Mattia B. <mb...@ds...> - 2002-04-30 19:50:05
|
> I got the new file, with changes from CVS (build/Win32_MinGW.pm). > > Now the compilation don't look for the Wx.a :) Yes, I know, I did that on purpose... > All the extension compile fine, unless the XRC! It got erros with > libwxxrc.a, or something like that! > > - This version of XRC compile with wxWindows 2.3.2? Yes, but there is currently a problem in makefiles, will commit a fix as soon as I finish some other stuff > - WxPerl ill work without ext XRC? Yes, that's why I told you to disable it... HTH Mattia |
From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-04-30 18:59:36
|
I got the new file, with changes from CVS (build/Win32_MinGW.pm). Now the compilation don't look for the Wx.a :) All the extension compile fine, unless the XRC! It got erros with libwxxrc.a, or something like that! - This version of XRC compile with wxWindows 2.3.2? - WxPerl ill work without ext XRC? Graciliano M. P. > > I'm compiling a snapshot from CVS, but I have some problems. > > > > All the objects are created and the Wx.dll too, but when extensions (./ext) > > start to be made, they don't find the Wx.a! > > > > The file Wx.a are note created, it isn't present in the dir of Wx.dll or any > > other! How can I creat manualy the Wx.a?! > > > > I'm using MingW, dmake, and my wont compilation of perl 5.6.1 > Fixed now in CVS; I am not sure XRC links right now, but you can disable > it in Makefile.PL as a workaround. > > Regards > Mattia > > |
From: Marco T. <wx...@so...> - 2002-04-30 17:53:00
|
sorry for the delay, had to do other stuff. hope you still remember. i worked so long on my explanation, but looks like it was still not clear enough. well, here with a code example: sub OnDragOver { my ($this, $x, $y, $ret) = @_; if($ret == wxDragNone) { print "wxDragNone\n"; } elsif($ret == wxDragCopy) { print "wxDragCopy\n"; } elsif($ret == wxDragMove) { print "wxDragMove\n"; } else { print "strainge!!\n"; } } i always get wxDragNone. doesn't matter wich state the SHIFT or CONTROL keys have. i expect different returns. but don't know what i should get at which key states. (????) so i asked for an explanation why i always get wxDragNone (mistake from my side?) and how i can get if the CONTROL key is pressed (because i only have to differentiate between copy and move...) greetings&hope this time it's clearer Marco >> for wxDragResult the docs tell me that OnDragOver: >> Returns the desired operation or wxDragNone. >> -> Determined by SHIFT or CONTROL key states. > >> because of this, i expect this return values: >> -> "wxDragCopy" if i press "Control" >> -> "wxDragMove" if i press no key or "Shift" >> -> "wxDragNone" never > ^^^^^ > well it is returned if you want to reject the operation > >> can someone bring light into my darkness and explain me in which >> situation which value should be returned? >This is to give feedback to the user. This value will be returned >from DoDragDrop when the data is dropped. > >> or why wxPerl/wxWindows always returns "wxDragNone"? i mean >> "wxDragResult" should follow the key states... >? where does it return wxDragNone? > >> respectively, i just wish to differentiate between "wxDragCopy" and >> "wxDragMove" and wish to know if "Control" is pressed. >> How can i get this information? >use the fourth parameter to OnDragOver >---- >Suggested value for return value. Determined by SHIFT or CONTROL key states. >---- |
From: Marco T. <wx...@so...> - 2002-04-30 16:53:30
|
hello, is there a way that a Wx::Dialog only blocks the program flow from one Frame? i expected that only the given parent is blocked, but every opened frame is blocked. greeting Marco |
From: Marco T. <wx...@so...> - 2002-04-30 16:42:45
|
hello, i get an unexplainably "EVT_LIST_ITEM_DESELECTED"... you can reproduce it with the listctrl sample: - remove "wxLC_EDIT_LABELS|" on line 97 - add something like "print "here\n";" after line 512 (to better see the event) - start the sample - set the list to multiple selection (menu -> List -> last one) - click on an item - click on the SAME item again -> "EVT_LIST_ITEM_DESELECTED" you get an "here" on the console (or whatever's in your print line) i mean no item is deselected. this shouldn't occur?!?!? has anyone an explanation / workaround? Wx 0.11 beta 4 Active Perl 631 greeting Marco |
From: Mattia B. <mb...@ds...> - 2002-04-30 13:35:05
|
> I'm compiling a snapshot from CVS, but I have some problems. > > All the objects are created and the Wx.dll too, but when extensions (./ext) > start to be made, they don't find the Wx.a! > > The file Wx.a are note created, it isn't present in the dir of Wx.dll or any > other! How can I creat manualy the Wx.a?! > > I'm using MingW, dmake, and my wont compilation of perl 5.6.1 Fixed now in CVS; I am not sure XRC links right now, but you can disable it in Makefile.PL as a workaround. Regards Mattia |
From: Jesse P. <boo...@wo...> - 2002-04-30 11:06:25
|
From: Graciliano M. P. (Virtua Sites) To: wxp...@li... Sent: Monday, April 22, 2002 2:35 PM Subject: [wxperl-users] Using Style in TextCtrl Here are an example of text style in TextCtrl. Only for WxPerl 0.11 with wxwindows2.3.3 (link of 0.11 beta: http://wwwstud.dsi.unive.it/~mbarbon/wx/ -- snip -- A-ha! this explains the `Can't locate object method "SetDefaultStyle" via package "Wx::TextCtrl" ` errors I've been getting! It seems like I'll have to resort to an HtmlWindow control to get font & text colors right now? How long until 0.11 is released? :-) |
From: Mattia B. <mb...@ds...> - 2002-04-30 06:59:52
|
On Mon, 29 Apr 2002, Graciliano M. P. (Virtua Sites) wrote: >I'm compiling a snapshot from CVS, but I have some problems. > >All the objects are created and the Wx.dll too, but when extensions (./ext) >start to be made, they don't find the Wx.a! >The file Wx.a are note created, it isn't present in the dir of Wx.dll or any >other! How can I creat manualy the Wx.a?! there is no way; does i happen even after a dmake realclean perl Makefile.PL dmake >I'm using MingW, dmake, and my wont compilation of perl 5.6.1 I'll look at i ASAP ( around 14:00 UTC, hopefully ) Regards Mattia |