Re: Strange appearance (MS Windows)

2010-02-23 Thread Jochen Plumeyer
On Mar 23 Feb 2010, Mark Dootson wrote: > Crude change to x.pl attached - clicking on 'Hi' text gets a mouse event? Hi, just for the record, I can't see "Hi" on that panel on wx-GTK (screenshot attached, Wx-0.96, wxWidgets-2.8.10, Perl-5.10.1, Linux Debian "stable"). Cheers, Jochen <>

Re: Alien::wxWidgets doesn't locate libraries on cygwin with gcc 4.4

2010-02-23 Thread Mattia Barbon
Philip Dye wrote: Has anyone built wxWidgets 2.8.10 on cygwin? My attempt at building Alient::wxWidgets resulted in: I'm really sorry you wasted time on this; Cygwin in not supported by Alien::wxWidgets/wxPerl. I added an error message telling this to Build.PL. % perl -MAlien::wxWidget

Re: Strange appearance (MS Windows)

2010-02-23 Thread Mark Dootson
Hi On 23/02/2010 16:33, Johan Vromans wrote: If you have some spare time to take a look at the app I would appreciate it very much. I'd be happy to. Regards Mark

Re: Strange appearance (MS Windows)

2010-02-23 Thread Johan Vromans
[Quoting Mark Dootson, on February 23 2010, 16:13, in "Re: Strange appearan"] > I would guess wxTAB_TRAVERSAL as a panel style is the answer? Nah, that would be much too easy... > > Panel 0 > >Controls (that work) > >Panel 1 > > TextCtrl > > Panel 2 > >

Re: Strange appearance (MS Windows)

2010-02-23 Thread Mark Dootson
Hi - this may appear twice - mail client problems. Something else going on. Crude change to x.pl attached - clicking on 'Hi' text gets a mouse event? On 23/02/2010 15:36, Johan Vromans wrote: jvrom...@squirrel.nl (Johan Vromans) writes: Frame -> Sizer -> Panel -> Sizer -> Controls looks

Re: Strange appearance (MS Windows)

2010-02-23 Thread Mark Dootson
Something else going on. Crude change to x.pl attached - clicking on 'Hi' text gets a mouse event? On 23/02/2010 15:36, Johan Vromans wrote: jvrom...@squirrel.nl (Johan Vromans) writes: Frame -> Sizer -> Panel -> Sizer -> Controls looks better, Except that my controls no longer get clic

Re: Strange appearance (MS Windows)

2010-02-23 Thread Mark Dootson
I would guess wxTAB_TRAVERSAL as a panel style is the answer? On 23/02/2010 16:10, Johan Vromans wrote: [Quoting Mark Dootson, on February 23 2010, 15:52, in "Re: Strange appearan"] Something else going on. Crude change to x.pl attached - clicking on 'Hi' text gets a mouse event? Yes. BTW:

Re: Strange appearance (MS Windows)

2010-02-23 Thread Johan Vromans
[Quoting Mark Dootson, on February 23 2010, 15:52, in "Re: Strange appearan"] > Something else going on. > > Crude change to x.pl attached - clicking on 'Hi' text gets a mouse event? Yes. BTW: The problem with the controls is a different application (as you may expect). Frame Controls (th

Re: Strange appearance (MS Windows)

2010-02-23 Thread Mike Schroeder
Try putting down a Panel first, then your StaticBoxSizer on top of the panel. On Tue, Feb 23, 2010 at 5:06 AM, Johan Vromans wrote: > Hi, > > The following (mostly wxGlade generated) program doesn't look native > to me. See screenshot. > I'm not very familiar with Wx on Windows, so I'm probabl

Alien::wxWidgets doesn't locate libraries on cygwin with gcc 4.4

2010-02-23 Thread Philip Dye
Has anyone built wxWidgets 2.8.10 on cygwin? My attempt at building Alient::wxWidgets resulted in: % perl Build Subroutine version::qv redefined at inc/version.pm line 18. Building Alien-wxWidgets 'base' library not found: can't use wxWidgets 'core' library not found: can't use w

Re: Strange appearance (MS Windows)

2010-02-23 Thread Johan Vromans
jvrom...@squirrel.nl (Johan Vromans) writes: > Frame -> Sizer -> Panel -> Sizer -> Controls looks better, Except that most of my controls no longer get their clicks... (Windows only, works perfectly on Linux.) Any suggestions? -- Johan

Re: Strange appearance (MS Windows)

2010-02-23 Thread Johan Vromans
jvrom...@squirrel.nl (Johan Vromans) writes: > Frame -> Sizer -> Panel -> Sizer -> Controls looks better, Except that my controls no longer get clicks :( -- Johan

Re: Strange appearance (MS Windows)

2010-02-23 Thread Johan Vromans
[Quoting Mark Dootson, on February 23 2010, 14:37, in "Re: Strange appearan"] > I don't recall if I read it in an instruction somewhere or not, but I > have always regarded drawing controls directly onto a Wx::Frame as not > working. I always just assumed that you need a container class > (Wx::P

Re: Strange appearance (MS Windows)

2010-02-23 Thread Mark Dootson
Hi, I don't recall if I read it in an instruction somewhere or not, but I have always regarded drawing controls directly onto a Wx::Frame as not working. I always just assumed that you need a container class (Wx::Panel or Wx::Notebook etc). Certainly, on MSWin you get the unexpected (as per y

Strange appearance (MS Windows)

2010-02-23 Thread Johan Vromans
Hi, The following (mostly wxGlade generated) program doesn't look native to me. See screenshot. I'm not very familiar with Wx on Windows, so I'm probably overlooking something trivial. Any pointers? -- Johan x.pl Description: Perl program <>