RE: [wxperl-users] Re: wxValidator available via wxPerlMattia,
Thanks, as usual, for the to-the-point and quick support!
If/when I manage to produce a useful validator, I would be more than
happy to submit it. Currently I'm still getting my head round how
everything fits together!
James
> -----Original Message-----
> From: Mattia Barbon [mailto:mbarbon@dsi.unive.it]
> Sent: 13 December 2001 11:04
> To: wxperl-users@lists.sourceforge.net
> Subject: [wxperl-users] Re: wxValidator available via wxPerl
>=20
>=20
> > Dear Mattia,
> > I would like to use validators in my Perl application, but=20
...
RE: [wxperl-users] Re: wxValidator available via wxPerlDear Mattia (or others, if they can help),
I've been delving into how to use wxValidators, and I think I understand the
concept (and I like it!).
However, I'm having real trouble deriving my own validator (called,
unimaginitively, myValidator) from Wx::PlValidator.
>From the wxWindows documentation, all validators must implement a Clone
method. I have tried implementing a Clone method, which I can see getting
called, but myValidator's Validate, TransferFromWindow, and TransferToWindow
never seem to get called.
Here is my code (with the methods apart from Clone do...
RE: [wxperl-users] Re: wxValidator available via wxPerl #3> wxTextValidator is OK for Perl, while wxGenericValidator does
> 1 - use overloading
> wxGV construtor takes one of a int/bool/string/integer array
> (C++) pointer ( think Perl references ), but in Perl
> int/string/bool map to scalar.
Yes, I think a Perl-implemented GenericValidator can just take the
address of the variable to/from which to deposit/get data, and can
handle it appropriately internally by checking the reference type.
> 2 - there is no NumericValidator ( or whatever you want to call it )
> one that does a text->number conversio...
RE: [wxperl-users] Re: wxValidator available via wxPerl #4Mattia,
> > Yes, I think a Perl-implemented GenericValidator can just take the
> > address of the variable to/from which to deposit/get data, and can
> > handle it appropriately internally by checking the reference type.
> the trouble is that in perl you can only have scalar references,
> so you need a flag to tell the class you want a number/string/bool
> transferred
Good point. I think I'll use the 'flag' approach. This has approach
has been used elsewhere (in Win32::API, I think), so I'll try to be
consistent with other modules.
=20
...
Re: [wxperl-users] Re: wxperlyes !!
its really time to help more mattia.
things i could offer are beside bug reports is to help to buil a better brwosable doku,
this is one of my long time wish so are so.
herbert
"Graciliano M. P." <gmpowers@terra.com.br> schrieb am 11.12.04 03:29:27:
>
> > hey all,
> >
> > I just tried downloading the cvs snapshot, Wx-0.20, Wx-0.19, and Wx-0.18
> > and trying to install them on solaris (without luck). I tried both
> wxAll-2.4.2
> > and wxWidgets-2.5.3.
> >
> > Furthermore, I went to the wikis for more in...
RE: Re[4]: [wxperl-users] [OT, or maybe not?] wxPerl T-Shirt? #2Extending this idea, we could have the ASCII art camel on a "green =
screen". Then the graphical camel would be shown in three separate =
windows below, one in each of the OS flavors (GTK, Win32, Mac OS X).
--Toby Ovod-Everett
-----Original Message-----
From: Ovod-Everett, Toby=20
Sent: Monday, July 28, 2003 10:45 AM
To: wxperl-users@lists.sourceforge.net
Subject: RE: Re[4]: [wxperl-users] [OT, or maybe not?] wxPerl T-Shirt?
What about an ASCII art camel on top (assuming O'Reilly gives a thumbs =
up).
Then a "use Wx;"
Then a very n...
Re: [wxperl-users] wxPerl on wxX11 ? #2> --- John Ralls <jralls@ceridwen.fremont.ca.us> wrote:
>
> >
> > On Jul 11, 2006, at 5:31 PM, Sergei Steshenko wrote:
> >
> > > Hello All,
> > >
> > > is it possible to compile wxPerl on wxX11 rather than on wxGTK ?
> > >
> > > If yes, will it be functional ?
> > >
> > > Thanks,
> > > Sergei.
> >
> > If wxX11 works (which is to say, if you can build it and run some of =
> > the samples), then wxPerl will work fine with it. wxPerl doesn't care=
...
[wxperl-users] wxValidator available via wxPerlDear Mattia,
I would like to use validators in my Perl application, but am not clear
whether they have been wrapped.
Are they available?
Thanks,
James Lavery
MicroSec Ltd
> -----Original Message-----
> From: Mattia Barbon [mailto:mbarbon@dsi.unive.it]
> Sent: 08 December 2001 13:31
> To: wxperl-users@lists.sourceforge.net
> Subject: Re: [wxperl-users] wxPerl tutorial at the German=20
> Perl Workshop
>=20
>=20
> > As you might have heard already I will be giving a half-day=20
> tutorial on
> > wxPerl at the German Perl Workshop. Th...
Fwd: wxPerl on the Mac; was: [wxperl-users] Re: problems with wxPerl>To: Jouke Visser <jouke@pvoice.org>, wxperl-users@lists.sourceforge.net
>From: Christian Jaeger <christian.jaeger@sl.ethz.ch>
>Subject: wxPerl on the Mac; was: [wxperl-users] Re: problems with wxPerl
>Date: Sun, 30 Sep 2001 23:08:19 +0100
>
>Hello,
>
>I'm crossposting this reply to the macosx-perl mailing list because
>there is some interest, too.
Actually I forgot to put the macosx-perl adress on it.
>At 14:02 Uhr +0200 24.9.2001, Jouke Visser wrote:
>>I wondered if anyone yet tried to compile wxPerl on a Mac. If not, I'...
Re:[wxperl-users] Re: wxPerl 0.23 release> Mattia Barbon
<mattia.barbon@libero.it>
writes:
>
> > On Tue, 28 J=
un
2005 22:44:29 +0200
Johan Vromans
<jvromans@squirrel.nl>
wrote:=0D
=
> > Under Windows
the change in the
default font is to
> > be expected=
..
>
> I'm using Fedora
Core 2...
:-) I suppose I
could not be m=
ore
wrong...
Anyway: the font
change looks like a
GTK+ 1.2
vs 2.x ch=
ange. For
the button width you
should
try the
wxBU_EXACTFIT style
fo=
r the buttons that
need to be smaller
than standard
buttons.
HTH=0D
=
Mattia
=0A=0A=0A...
RE: Re: [wxperl-users] Re: Re: EVT_QUERY_END_SESSIONyou putted the EVT_CLOSE to the wrong place...
or do you have a reason why you need it to be there?
$app ist not the window, but you could use EVT_CLOSE on $frame too.
i changed your minimal sample that it works.
hope it helps
greeting
Marco
----
use Wx;
###########################
package MyApp;
use strict;
use vars qw(@ISA);
@ISA=qw(Wx::App);
sub OnInit
{
my( $this ) = @_;
my( $frame ) = MyFrame->new( "Minimal wxPerl app",
Wx::Point->new( 50, 50 ),
Wx::Size->new( 450, 350 )
);
...
RE: [wxperl-users] New wxPerl beta #2> >I couldn't use your binaries since I need Wx::ActiveX. So I=20
> built Wx::ActiveX outside the wxPerl core.
> > That was quite easy with your Wx::Sample::XS sample. I=20
> needed a copy of
> > the main cpp/typedef.h. Did I do something wrong or is this=20
> something
> > that should be included in Wx/build?
> Graciliano has a new Wx::ActiveX that builds flawlessly with the new
> wxPerl (and does not need cpp/typdef.h). cpp/typedef.h is not needed
> anymore, and no new code should be using it.
Great, are the gcc patches integrated? ...
RE: [wxperl-users] Using wxConfig in wxPerl #2Mattia,
Thanks - will await the next build/release.
James
> -----Original Message-----
> From: Mattia Barbon [mailto:mbarbon@dsi.unive.it]
> Sent: 11 December 2001 14:26
> To: James Lavery
> Cc: wxperl-users@lists.sourceforge.net
> Subject: RE: [wxperl-users] Using wxConfig in wxPerl
>=20
>=20
> > Dear Mattia,
> > I don't think there is a Wx::Config, either (at least, not on my
> > machine)! =20
> Well, you are right ( and why was I so sure I had wrapped
> wxConfig? ); Now in the todo for the next version.
>=20
> &g...
RE: [wxperl-users] Plans for wxPerl 0.23, wxWidgets 2.6.0 #2 Hello,
> I tried to compile wxPerl CVS against 2.6.0 and I got the =
errors as below.
>
> I am compiling on WinXP using MSVC6. Should this =
work? Have others
> successfully compiled?
Yes, but with MSVC 5 and=
GCC (various versions), not MSVC 6.
Are you up to date with MSVC servic=
e packs?
> C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp =
-noprototypes
> -nolinen
<snip>
> Grid.c(390) : warning C4189: 'CLAS=
S' : local variable is initialized but not
> referenced
> Grid.c(464) :=
fatal error C1001: INTERNA...