macosx leopard

2008-02-16 Thread Erik Colson
hello, I'm new to wxwidget and desperately tried installing on macosx leopard (10.5). anyone succeeded the install ? Even googling didn't help me :/ Thanks -- Erik Colson

Re: macosx leopard

2008-02-17 Thread Erik Colson
for me :( Thanks for help ! -- Erik Colson http://www.ecocode.net

Re: AW: listctrl

2008-07-09 Thread Erik Colson
the first element with InsertStringItem and then add the others with SetItem ? And why do I need that $idx ? Thanks again for your help! -- Erik Colson http://www.ecocode.net

Re: The wxPerl web site

2009-09-24 Thread Erik Colson
Hi, Any chance to see a howto install wxPerl on MacosX Snow Leopard being published on the site ? -- Erik

Re: The wxPerl web site

2009-09-25 Thread Erik Colson
On 25 Sep 2009, at 19:07, Mattia Barbon wrote: Which wxWidgets version gives this problem? How did you compile it? Regards, Mattia Hi Mattia, I first tried with Alien::wxWidgets from cpan, but wxWidgets building failed.. Seems to be due to Snow Leopard using 64bit gcc4.2 by default. So

Re: wxPerl on Snow Leopard

2009-09-26 Thread Erik Colson
Hi Mattia, On 26 Sep 2009, at 18:21, Mattia Barbon wrote: Erik Colson wrote: here's the output when trying to install Wx from cpan prompt: I must be missing something, but I do not see anything specific to STC in the log The stc problem occurred when I used Alien::wxWidgets to compile

Re: wxPerl on Snow Leopard (was: Re: The wxPerl web site)

2009-09-26 Thread Erik Colson
Hi Mattia, Thanks for helping out so fast ! Here's the output = = = = = = = = Rome:~ ec$ perl -V Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Platform: osname=darwin, osvers=10.0.0,

Re: wxPerl on Snow Leopard

2009-09-26 Thread Erik Colson
Hi Mattia, Here comes the info ! On 26 Sep 2009, at 13:44, Mattia Barbon wrote: Erik Colson wrote: snip There is nothing obvious in perl -V/uname to detect a 64bit Mac; could you also try: sysctl hw.optional.x86_64 Rome:~ ec$ sysctl hw.optional.x86_64 hw.optional.x86_64: 1 sysctl

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
Mattia, I figured to install/compile the whole thing. I described it here (so I have the info if I have to reinstall one day ;) ) http://ecocode.net/article.shtml?092009.txt-001 regards -- Erik

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
sorry, wrong link should be: http://ecocode.net/article.shtml?092009.txt-002 -- Erik

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
, Daniell Freed wrote: So I've been following these directions and everything has worked up until the compiling of the Perl Wx part. When I do it I get the below. Do you have any idea what I'm doing wrong? I highlighted the error. -- Erik Colson e...@ecocode.net

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
' at /Users/dfreed/.cpan/build/Wx-0.93-QTP67j/build/Wx/build/MakeMaker.pm line 211 Hi Daniell, Did you redo the Alien::wxWidgets part ? I think Alien::wxWidgets needs to be reinstalled (redo the installation part will overwrite it) regards -- Erik Colson http://www.ecocode.net

Re: wxPerl on Snow Leopard

2009-09-28 Thread Erik Colson
post your /usr/local/ lib/perl5/site_perl/5.10.1/darwin-2level/Alien/wxWidgets/Config/ mac_2_8_10_gcc_3_4.pm -- Erik Colson e...@ecocode.net

Re: Help needed: testing build fixes for Snow Leopard

2009-09-29 Thread Erik Colson
... Applying patch: /Users/ec/tmp/trunk/patches/wxMac-2.8.3-brokengcc.patch /usr/local/bin/perl ../inc/bin/patch -N -p0 -u -b .bak ../patches/ wxMac-2.8.3-brokengcc.patch Can't open perl script ../inc/bin/patch: No such file or directory Error: 512 at inc/My/Build/Base.pm line 280. -- Erik Colson e

Re: wxPerl on Snow Leopard

2010-02-13 Thread Erik Colson
On 26 Sep 2009, at 18:21, Mattia Barbon wrote: Erik Colson wrote: here's the output when trying to install Wx from cpan prompt: I must be missing something, but I do not see anything specific to STC in the log below... as for the wrong architecture problem, could you try doing: file

Re: installing wxPerl on Macbook Pro 64bit

2010-02-14 Thread Erik Colson
On 14 Feb 2010, at 11:36, Mattia Barbon wrote: The equivalent of perl -Mblib is prove -b so... arf... sorry for this is this ok ? BTW: the test suite are allways stopped with a 'Bus error', which doesn't appear using prove... =

Re: installing wxPerl on Macbook Pro 64bit

2010-02-14 Thread Erik Colson
On 14 Feb 2010, at 17:22, Mattia Barbon wrote: Erik Colson wrote: On 14 Feb 2010, at 11:36, Mattia Barbon wrote: The equivalent of perl -Mblib is prove -b so... arf... sorry for this is this ok ? Yes. The problem seems to happen when a constant is used. I expect perl -Mblib -MWx

installing wxPerl on Macosx 10.6 with perl 5.10.1

2010-03-21 Thread Erik Colson
Hi ! Just installed perl 5.10.1 from scratch on my mac mini 32bit. Installing wxwidgets works with Alien::wxWidgets but installing Wx module fails. Any clue ? (I've seen 5.10.1 isn't tested on Macosx so this could be a good way to test it) Thanks ! Erik ==

Re: installing wxPerl on Macosx 10.6 with perl 5.10.1

2010-03-21 Thread Erik Colson
On 21 Mar 2010, at 22:21, Mark Dootson wrote: Looks like you don't have required versions of ExtUtils::XSpp and ExtUtils::ParseXS installed. Hi Mark, Corrected that, but now I get this error on en on for a bunch of lines RichText.c mini:Wx-0.9701 ec$ make /usr/local/bin/perl

wxGrid with Custom Editor focus

2010-05-23 Thread Erik Colson
Hi All, I'm struggling with a Wx::Grid and a custom editor based on Wx::TextCtrl... I've embedded a Wx::TexCtrl using a Wx::PlGridCellEditor, the same way as shown in wxperl_demo in wxPerl-Controls-wxGrid-Custom Editors and Renderers. When you run the demo, you can move to cell C2 with the

compiling with 5.12.1 on mac 64bit

2010-08-30 Thread Erik Colson
Hi ! After some time I finally moved to perl 5.12.1. (you'll find the perl -V report at the bottom of this post) I compiled perl in 32 bit and installed Alien:wxWidgets successfully by letting the module download and compile wxWidgets by itself (2.8.10). However building Wx fails. I download

Validator for TextCtrl

2011-03-20 Thread Erik Colson
= ; } ; my $curPos = List::Util::max( $control-GetInsertionPoint(), length($curValue) ) ; $control-ChangeValue($curValue) ; $control-SetInsertionPoint($curPos) ; }) Thanks for help! -- erik colson ecocode.net

hiding a grid column

2011-04-25 Thread Erik Colson
ehlo, I used to keep metadata for a data grid in a separate array or hash. When that data is no more than a hidden id, I'd find it preferable to put this in a column which would be hidden from the user. I tried Wx::Grid-HideCol which seems not implemented in my wxPerl version based on wxwidgets

wxPerl on Macosx Lion

2011-07-22 Thread Erik Colson
Ehlo, So I got a brand new Macbook Air today and launched cpan install Alien::wxWidgets wxWidgets 2.9.1 failed to build with this error: /private/var/root/.cpan/build/Alien-wxWidgets-0.52-4MCRKr/wxWidgets-2.9.1/bld/bk-deps g++ -mmacosx-version-min=10.5 -c -o coredll_utils_osx.o

Re: wxPerl on Macosx Lion

2011-07-24 Thread Erik Colson
On 24 Jul 2011, at 15:56, Steve Cookson wrote: Hi Mark, I'm using Linux not Mac, but when I do 2.9.2, I get an error message saying only 2.8.10, 2.8.11 or 2.9.0 allowed. It doesn't show the fabled 2.9.1 or indeed 2.9.2, where I get the message. Interesting that Erik managed to get so

Error with DatePicker

2012-01-24 Thread Erik Colson
Hi, This gives an error: perl -MWx=:everything -le 'print STDOUT wxDP_ALLOWNONE' Error while autoloading 'Wx::wxDP_ALLOWNONE' at -e line 1 But the demo DatePickerCtrl works... I can't figure why the code doesn't work when I try to use it in my app. Any ideas ? -- erik

Launching Splashscreen early

2012-03-15 Thread Erik Colson
Hi all, My app is packaged in an exe with PAR. I'm using a splashscreen with following code, but (of course) the splashscreen only shows up once the exe is decompressed and perl is lauched. At first start this takes ages and after that it takes up to 10 secs. Any idea how I can make the

Re: Wx Release 0.9905

2012-03-19 Thread Erik Colson
Mark Dootson mark.doot...@znix.com writes: [...] So I think you are left with having to code for both 2.8 and 2.9 wxWidgets or having a specific Perl install for your application whether that's Citrus, or a perlbrew recipe or Strawberry or ActivePerl + ppms etc. Suggestions for better

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Mark Dootson mark.doot...@znix.com writes: Hi, Win32::Exe currently has a problem mangling PAR::Packer executables. Does it work as expected if you don't specify an icon ? [...] Hi Mark, Removing --icon in wxpar call didn't solve the issue.. I'll figure later if it might be related to the

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Erik Colson e...@ecocode.net writes: [...] I'll figure later if it might be related to the Cwd call. Well, that didn't help either .. any idea left ? -- erik

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Ahmad Zawawi ahmad.zaw...@gmail.com writes: Does PAR-Packer even install on strawberry v5.14.2? I am trying it on strawberry here and it is not working for me. http://paste.scsys.co.uk/188112 [...] Don't know.. I'm working with : This is perl 5, version 12, subversion 3 (v5.12.3) built for

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Mark Dootson mark.doot...@znix.com writes: Hi, Check your PAR::Packer versions. I believe the latest releases fix an issue with the --gui param not being passed to the inner executable, so best guess at this stage is that you have different versions of PAR::Packer installed. [...] Hi

Install wxPerl on MacosX Mountain Lion

2012-08-06 Thread Erik Colson
Hi, I wanted to share that I successfully build Alien::wxWidgets on Mountain Lion with a freshly compiled Perl 5.16.0 I entered into the build directory for Alien::wxWidgets and launched following Build.PL command: perl Build.PL

Re: Install wxPerl on MacosX Mountain Lion

2012-08-06 Thread Erik Colson
Mark Dootson mark.doot...@znix.com writes: Thanks for posting. It certainly helps me. I will be able to incorporate necessary code in next release of Alien::wxWidgets so Wx builds automatically in most cases on Mountain Lion. Hi Mark, Thank you for the incredible work you do ! best -- erik

Re: consensus for Wx::Perl ? // Wx::Perl::Splitter

2012-09-01 Thread Erik Colson
herbert breunung deirdre_s...@web.de writes: Allright, I alright wrote here that I do currently some helper modules and after im more familiar with dzil and their API gets more stable i want to ship them to cpan. However after we get more and more Wx::Perl modules (didnt knew even

Mooseifying classes

2012-09-09 Thread Erik Colson
Hi! I'm used to create mooseified classes around Wx classes. I used MooseX::NonMoose with succes for a lot of classes as Dialog, Frame, Grid etc. Now I needed to Mooseify ProgressDialog and it fails when using MooseX::NonMoose. However it does work with MooseX::NonMoose::InsideOut. Is there any

Re: wxperlbook

2013-01-05 Thread Erik Colson
Johan Vromans jvrom...@squirrel.nl writes: It would be nice to have a set of Mo*whatever wrappers for wxPerl but currently there is none. I'd rather spend my energy in producing examples that are working and useful now. Hi Johan, I'm using my own moose wrapper classes which are available

Re: Moose wrappers

2013-01-05 Thread Erik Colson
Johan Vromans jvrom...@squirrel.nl writes: Actually, the added benefits from the Moose layer escapes me. Looking at the (only) test script the only advantage seems to be to be able to call the constructor with named arguments. I like to Mooseify my code. It's a choice. Code is clean and

Perl devroom @ FOSDEM

2013-01-25 Thread Erik Colson
Hi, Maybe someone wants to have wxPerl talk @ FOSDEM ? http://nxadm.wordpress.com/2013/01/25/perlfosdem2013-a-very-late-call-for-papers/ Best -- erik

wiki ?

2013-02-14 Thread Erik Colson
Hi, Following the title on #wxperl (irc), the wiki should be at wiki.wxperl.nl. However that doesn't seem to work on my laptop.. The thing just hangs without showing whatsoever. Am I missing something ? -- erik

repository

2014-03-06 Thread Erik Colson
Hi, Just a little question.. Do you have plans to move the repo to git ? best -- erik colson

Re: repository

2014-03-07 Thread Erik Colson
deeper into this if there is a demand from the core developers / maintainers. So, lets have a pull/discussion on this: Which developers want to move the repo to Github ? Who doesn't ? -- erik colson

Re: Patch for wxTimer::StartOnce

2014-05-30 Thread Erik Colson
Hi, I saw Wx::Timer::StartOnce has been added XS/Timer.xs. However required version is set to (3,0,0). This should be (2,9,5). Please modify.. best -- erik colson

Re: The Elephant in the room - maintenance

2014-05-30 Thread Erik Colson
neat workflow configuration. It is used as a guide for lots of projects using git: http://nvie.com/posts/a-successful-git-branching-model/ best -- erik colson

Re: The Elephant in the room - maintenance

2014-06-03 Thread Erik Colson
a cron job which will: - 'git svn rebase' that repository locally - 'git push' to the repo on github That should do it ;) -- erik colson

Re: wxPerl Installation Script for Ubuntu 14.04LTS 64bit

2014-10-07 Thread Erik Colson
Steve Cookson steve.cook...@sca-uk.com writes: cpan -i App::cpanminus Do you prefer this to cpan? Why? Anybody else? of course. cpanm just rocks. -- erik colson

Re: subversion

2014-10-07 Thread Erik Colson
://github.com/wxPerl/wxPerl/tree/master and actually it _only_ tracks http://svn.code.sf.net/p/wxperl/code/wxPerl/trunk/ at this moment. The other repos on wxperl github don't track the svn. I'll have to set that up ;) So, Alien::wxWidgets is _not_ tracking (yet). best -- erik colson

Re: wxWidgets 3.0.2

2014-10-15 Thread Erik Colson
Steve Cookson i...@sca-uk.com writes: I saw that wxWidgets 3.0.2 came out last week. Although I'm still don't know how to do anything with windows, here is a quick hack if you are using Mac or Linux. Man, you're fast ! ++ -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
-Alien-wxWidgets You had to do this _before_ uploading the repo to github. Because that repository is the one I need to issue regular git svn rebase before sending commits from the svn repo to github. best -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
Erik Colson e...@ecocode.net writes: I think the way to go is that I regenerate new svn clones on my server (already done now). Then delete the repos on github which I checked have not that much forks and/or branches. Then we recreate the DEV branches and reapply your commits to Alien

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
, maybe just Development. OK -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
the warning, but it is still not perfect. Hi Steve, I added your commits on the Development branch. I'm currently setting things up. No stuff should be lost. best -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
Erik Colson e...@ecocode.net writes: I'm currently setting things up. No stuff should be lost. Hi All repos on wxPerl github have been updated and are now tracking the official svn repo. For those who need the old repos from wxPerl github I have added them the github ecocode-cron account

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
Steve Cookson steve.cook...@sca-uk.com writes: Have to take out the dog now, so I'll read you later. I hope the dog is feeling happier now! Yep, she's exhausted :) -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
get it all working without any errors? What did you do? Can't remember I had an issue. I do have code using timers and that works nicely. Do you have a small script which shows your prob ? best -- erik colson

wxTimer problem

2014-10-19 Thread Erik Colson
Erik Colson e...@ecocode.net writes: Do you have a small script which shows your prob ? Hi Steve, I checked the archives and at first sight your prob is Windows related. Am I correct in this, or did you try Linux too ? best -- erik colson

refresh+update on macosx

2014-11-10 Thread Erik Colson
Hi, The code in the attached file is working nicely on Windows XP. i.e. when clicking on 'add text' it adds a line to the textctrl each second. On Macosx the same code only shows the added 30 lines once execution hits the event loop. Any idea why this happens ? best -- erik colson ww.pl

Re: refresh+update on macosx

2014-11-10 Thread Erik Colson
Steve Cookson - gmail steveco.1...@gmail.com writes: I had a similar case with updating a progress bar during a database update. The answer is $app-Yield(); Hi Steve, That does the trick. Thanks ! -- erik colson

Re: refresh+update on macosx

2014-11-11 Thread Erik Colson
a check in every user event handler to see if a task is running and therefor not allowing user events. Sounds like a no-go to me :( Other ideas ? -- erik colson

Re: refresh+update on macosx

2014-11-11 Thread Erik Colson
Erik Colson e...@ecocode.net writes: Steve Cookson - gmail steveco.1...@gmail.com writes: I had a similar case with updating a progress bar during a database update. The answer is $app-Yield(); Hi Steve, That does the trick. Thanks ! Playing a little more with Yield. It seems that Yield

Re: refresh+update on macosx

2014-11-11 Thread Erik Colson
unfriendly but this really is the best way to go. -- erik colson

Combobox aesthetics

2015-02-26 Thread Erik Colson
Hi, I have a combobox. Focus is on the textfield, the list is dismissed. Now I want to programatically make the list appear and pu focus onto the first item in it. The first part can be achieved by calling -Popup. But how can I put the focus on the first item in the list ? thx -- erik colson

Re: Future of wxperl.it

2016-01-03 Thread Erik Colson
can think of these: - pay for the domain name - get a new host, and pay for it - maintain the wiki database (whatever that includes) - anything else ? best -- erik colson

Re: Future of wxperl.it

2016-01-02 Thread Erik Colson
James Lynes <jmlyne...@gmail.com> writes: > Is anyone still using wxPerl? The only response I got to my last couple of > questions came from Steve. Well, I am ;) best -- erik colson

Re: Future of wxperl.it

2016-01-05 Thread Erik Colson
tay out of trouble for a while. > > I'll post drafts for community feedback soon. Hi Michael! Out of curriosity: What format do you use to write the book ? can it be maintained with git? Without imposing anything.. it might be interesting to make this a community effort. best -- erik colson

Re: wxPerl and ActiveState PDK

2016-01-05 Thread Erik Colson
directly from cpan. I packaged apps without problem for Windows using wxpar (but developing on mac), but never packaged for Mac deployment.. Maybe anyone else on the ml has experience with such deployment :) best -- erik colson

Re: wxPerl Infrastructure Support Issues

2016-01-08 Thread Erik Colson
James Lynes <jmlyne...@gmail.com> writes: > Keep the comments coming. I found in my working life that you have to put > something down in writing before you can get any real feedback. Well, since you are asking... I'd like to see some docs on integrating Wxperl and Moose. -- erik colson

Re: wxPerl Infrastructure Support Issues

2016-01-08 Thread Erik Colson
Michael Roberts <mich...@vivtek.com> writes: > Erik, do you know of any example code for wxMoose? I have written this framework which I use.. https://github.com/ecocode/ECOCODE_Wx best -- erik colson

Re: Online training

2016-02-06 Thread Erik Colson
f basic example, like opening a wxframe, I'd be more than grateful :) best -- erik colson

Re: How to create Wx::KeyEvent objects and set KeyCode?

2016-08-24 Thread Erik Colson
ext in the control is selected. best -- erik colson

[rt.cpan.org #93595] ComboBox Popup and Dismiss

2014-03-06 Thread Erik Colson via RT
Fri Mar 07 01:47:17 2014: Request 93595 was acted upon. Transaction: Ticket created by ecocode Queue: Wx Subject: ComboBox Popup and Dismiss Broken in: (no value) Severity: Wishlist Owner: Nobody Requestors: e...@ecocode.net Status: new Ticket URL:

[rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Erik Colson via RT
Tue Oct 21 02:26:08 2014: Request 99607 was acted upon. Transaction: Correspondence added by ecocode Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: new

[rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Erik Colson via RT
Tue Oct 21 04:20:44 2014: Request 99607 was acted upon. Transaction: Correspondence added by ecocode Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: open

[rt.cpan.org #102387] support ChangeValue in ComboBox.xs

2015-02-26 Thread Erik Colson via RT
Thu Feb 26 16:58:25 2015: Request 102387 was acted upon. Transaction: Ticket created by ecocode Queue: Wx Subject: support ChangeValue in ComboBox.xs Broken in: (no value) Severity: Important Owner: Nobody Requestors: e...@ecocode.net Status: new Ticket URL: