Re: wxperl: svn to git

2014-10-19 Thread Steve Cookson
Hi Eric, On 19-10-2014 21:07, Erik Colson wrote: Hi Steve, I added your commits on the Development branch. I'm currently setting things up. No stuff should be lost. It sounds as though it is all done, but can I just go over them one at a time: I have three changes I think, and we should discu

Re: wxperl: svn to git

2014-10-19 Thread Steve Cookson
Do I need to do anything? On 19-10-2014 18:28, Erik Colson wrote: Steve Cookson 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. Can we notify the

Re: wxperl: svn to git

2014-10-19 Thread Steve Cookson
Hi Eric, I'm going to answer each email as it comes. On 19-10-2014 10:53, Erik Colson wrote: 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. Can we notify the 'fo

Re: wxperl: svn to git

2014-10-19 Thread Steve Cookson
Hi Eric => Second email. On 19-10-2014 11:44, Erik Colson wrote: I had some spare time so I created the tracking repos on my github cron account. You can check them out here: https://github.com/ecocode-cron?tab=repositories I don't see wxPerl. The automated svn tracking is also setup. So ba

Re: wxperl: svn to git

2014-10-19 Thread Steve Cookson
Hi Eric, On 19-10-2014 10:08, Erik Colson wrote: That is already too far :) What I need is your local copy you generated by: git svn clone http://svn.code.sf.net/p/wxperl/code/Alien-wxWidgets/trunk ~/tracking-Alien-wxWidgets Oh goodness, you mean when I first set up the repository? I've rebui

Re: wxperl: svn to git

2014-10-19 Thread Steve Cookson
Hi Eric, Of course I'll send you wahtever you need. Just to clarify what I have done and which point you want the snapshot of, this is the process I used to update the repo: | git clone https://github.com/SteveBz/Alien-wxWidgets cd ~/Alien-wxWidgets # edit files to create 3.0.2 # (ie upd

richtextdialogs.pjd Translations

2014-10-18 Thread Steve Cookson
Hi Guys, I see that richtextdialogs.pjd does not have the _T() function. What is a .pjd file? It looks like some kind of xml. Does it use the xml resource handler? Is there some way to make this work for other languages, or do I have to go through and translate each description? Regards

Re: Native Language Dialogue boxes.

2014-10-18 Thread Steve Cookson - gmail
at->ShowModal(); return; } Regards Steve. On 17-10-2014 22:47, Johan Vromans wrote: Steve Cookson - gmail writes: Hi Johan, Thanks for this. On 17/10/14 12:22, Johan Vromans wrote: use Wx qw(wxLANGUAGE_DEFAULT wxLOCALE_LOAD_DEFAULT); my $local = Wx::Lo

Re: Native Language Dialogue boxes.

2014-10-18 Thread Steve Cookson - gmail
ction. Maybe I just need to update the _T()'s in those. Actually, I'm thinking of getting rid of the Wx::HtmlHelpController anyway and writing my own. Regards Steve On 18-10-2014 13:14, Johan Vromans wrote: [Quoting Steve Cookson - gmail, on October 18 2014, 12:46, in "Re: N

Re: Native Language Dialogue boxes.

2014-10-17 Thread Steve Cookson - gmail
Hi Johan, Thanks for this. On 17/10/14 12:22, Johan Vromans wrote: use Wx qw(wxLANGUAGE_DEFAULT wxLOCALE_LOAD_DEFAULT); my $local = Wx::Locale->new(wxLOCALE_LOAD_DEFAULT, wxLOCALE_LOAD_DEFAULT ); $local->AddCatalog("app"); # replace with the appropriate catalog name I'm not sure

Re: Native Language Dialogue boxes.

2014-10-17 Thread Steve Cookson - gmail
Great, I'll try it. On 17/10/14 12:22, Johan Vromans wrote: Steve Cookson writes: Most of you must use wxPerl in some other language than English. I do... My native language is English, but I'm developing in Portuguese. When I switch the system language to Portuguese, some thi

Native Language Dialogue boxes.

2014-10-17 Thread Steve Cookson
Guys, Most of you must use wxPerl in some other language than English. How do you get all the dialogue boxes to have the correct language (Linux)? My native language is English, but I'm developing in Portuguese. When I switch the system language to Portuguese, some things switch (eg the days

wxWidgets 3.0.2

2014-10-15 Thread Steve Cookson
Hi People, 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. I'll look into the windows side of things. Regards, Steve. cd ~ find /usr | grep -i wx | grep -v -i python | grep

Re: New Wiki users.

2014-10-11 Thread Steve Cookson - gmail
Ok, looks good, works for me. http://wiki.wxperl.nl/Special:RequestAccount Thanks Johan. Steve. On 11/10/14 14:27, Johan Vromans wrote: Steve Cookson - gmail writes: Well, clearly the lesson here is don't trust PHP. Never would have happened with CGI Perl! :) Do we maintain this

Re: wxdemo programs

2014-10-11 Thread Steve Cookson - gmail
Hi Herbert, It's still not obvious to me how to download the icons. I think it would be better if you just used text buttons and didn't need icons at all, unless you use stock icons already available on every machine. Here are my errors. 18:53:33: can't open file '../../data/application-blu

Re: wxdemo programs

2014-10-11 Thread Steve Cookson - gmail
Hi Herbert, Thanks for this. I ran it on my pc, but actually, it still asks for bitmaps that I don't have. I guess it's this code here: my $img_button = DI_Toolbar->new({ parent => $frame, ID_base => $leftid, checked => 1, radio_pos => 1, orient => 'vertical',

Re: New Wiki users.

2014-10-11 Thread Steve Cookson - gmail
Well, clearly the lesson here is don't trust PHP. Never would have happened with CGI Perl! Do we maintain this site? Steve. On 10/10/14 22:31, Johan Vromans wrote: Steve Cookson writes: If I log out of my account and request a new logon with this: http://wiki.wxpe

New Wiki users.

2014-10-10 Thread Steve Cookson
Hi Guys, How to request a new user login. I noticed James had difficulty in getting one. If I log out of my account and request a new logon with this: http://wiki.wxperl.nl/Special:RequestAccount I get a blank page. What should happen here? Regards, Steve.

Re: Fwd: Updated script

2014-10-10 Thread Steve Cookson
Hi James, Thanks for all your effort on this. Regards Steve. On 10/10/14 17:07, James Lynes wrote: Great. Thanks. Hope it helps someone else. James On Oct 10, 2014 11:09 AM, "Steve Cookson" <mailto:steve.cook...@sca-uk.com>> wrote: Ok, I have a login.

Re: Fwd: Updated script

2014-10-10 Thread Steve Cookson
a! wxPerl demo version 0.22 (c) 2001-2011 Mattia Barbon wxPerl 0.9933, wxWidgets 3.0.1 Looks current. I don't have a wiki login and the request process doesn't seem to work. Can you post it? Or who can? Thanks, James On Thu, Oct 9, 2014 at 3:59 PM, Steve Cookson mailto:steve.c

Fwd: Re: Fwd: Updated script

2014-10-09 Thread Steve Cookson
cript Date: Thu, 9 Oct 2014 15:40:43 -0400 From: James Lynes To: Steve Cookson Ok. Fixed the "//" error and reran. Demo runs. Attached is screen dump. If ok, will post this version of the script to the wiki. Then on to starting over with a full rebuild of this laptop to v

Fwd: Updated script

2014-10-09 Thread Steve Cookson
. Regards, Steve. Forwarded Message Subject:Updated script Date: Thu, 9 Oct 2014 10:18:21 -0400 From: James Lynes To: Steve Cookson Hi Steve: I ran the updated script with your additional clean-up changes and I saw an svn error. ..doesn't appear to

Re: Alien::Wx : where is the 3.0

2014-10-08 Thread Steve Cookson
Hi Herbert, On 08/10/14 20:54, herbert breunung wrote: but my problem is rather than I don't see a way to get Wxwidgets 3.0 even the newest alien should provide it kinda automagically after new alien is installed. sound i have to do further steps, but which please? Yes, it will be downloaded dur

Re: Alien::Wx : where is the 3.0

2014-10-08 Thread Steve Cookson - gmail
Hi Herbert, On 06/10/14 22:16, herbert breunung wrote: excuse me was just late but its still same main machine :) Linux 3.13 Mint 17 Cinamon 64 Bit but error message i cant provider i just use Wx and its: WxPerl 0.9923 wxWidgets 2.8.12 but i have installed alien 0.65 or have i there basic mi

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-10-07 Thread Steve Cookson - gmail
SWin32/ and $cc =~ /^cl/i;' which is indeed not really good. after copying that line to a.pl <http://a.pl> B::Deparse tells me: perl -MO=Deparse,-p a.pl <http://a.pl> ((return ($^O =~ /MSWin32/)) and ($cc =~ /^cl/i)); So the second condition is lost. Gabor On Fri, Sep 12, 201

Re: subversion

2014-10-07 Thread Steve Cookson - gmail
Hi Johan, On 07/10/14 10:36, Johan Vromans wrote: BTW: Would it be possible to migrate the svn to git, as this is nowadays the vcs of choice? Eric has already set up a mirror, here: http://sourceforge.net/p/wxperl/code/HEAD/tree/Alien-wxWidgets/ But it's not obvious to me if Mark's changes ha

Re: subversion

2014-10-07 Thread Steve Cookson
Hi James, On 06/10/14 21:27, James Lynes wrote: Steve: Another script question.never ending What would be the two commands to use to pull the subversion versions of wxWidgets and wxPerl? Probably should put optional lines in for those in case someone doesn't want to use your repositor

Re: wxPerl Installation Script for Ubuntu 14.04LTS 64bit

2014-10-06 Thread Steve Cookson
Hi James, On 06/10/14 13:53, James Lynes wrote: Thanks for the feedback on the X error. You're welcome. Did you see anything of concern in the wxPerl-Installer.screen file I attached? Not really. There are an ever increasing number of errors like this: warning: ‘virtual void wxWindowBase::M

Re: Alien::Wx : where is the 3.0

2014-10-06 Thread Steve Cookson - gmail
Hi Herbert, What OS are you using? On 05/10/14 21:56, herbert breunung wrote: greeting nice people, earthlings congrats steve for the newest Alien, but even with it I seem to cant reach the Wxwidgets 3.0. did i overlooked some dumb error or have I forgotten to enable it or something? You shou

Re: wxPerl Installation Script for Ubuntu 14.04LTS 64bit

2014-10-06 Thread Steve Cookson
Hi James, I'm now a bit off-topic, but can I ask you about your local choices? On 05/10/14 20:53, James Lynes wrote: cpan -i App::cpanminus Do you prefer this to cpan? Why? Anybody else? cpan -i Device::SerialPort Does this read a real old-fashioned serial port like two rows of 5 + 4 pins,

Re: wxPerl Installation Script for Ubuntu 14.04LTS 64bit

2014-10-06 Thread Steve Cookson
Hi James, Great job. On 05/10/14 20:53, James Lynes wrote: Try the media control demo then the next control down. I get an X crash when I do that. This error is from GStreamer. I use wxMediaCtrl/GStreamer extensively and they work fine for me in my code. I recall that this bug may have bee

Printer setup in wxPerl

2014-10-04 Thread Steve Cookson
Hi Guys, One of the things that always irritaed me about wxPerl, was that I couldn't set up printers. It never really felt like a full solution because I always had to drop out to the operation system for users to do it. Now if you are using wx 2.9.3 or above, you can access cups to set up

Re: Annotated Install Script

2014-10-02 Thread Steve Cookson
On 02/10/14 17:04, James Lynes wrote: Listed below is an annotated version of Steve's script. Nice. There are some git commands between perl Build and perl Build Install and between make and make install. Is this ordering necessary? I'd like to move the git stuff below the build/make stuff.

Re: Installation Cookbook

2014-10-02 Thread Steve Cookson
Hi James, On 01/10/14 23:26, James Lynes wrote: Steve: I have a few questions/comments on your wxPerl installation script: I compared your script against the "Ubuntu LTS 12 Notes" (NOTES) on the wiki. libgtk2.0-dev was called for in the NOTES, but was not used in your script. I assume you r

Re: Installation Cookbook

2014-10-01 Thread Steve Cookson - gmail
Hi James: On 01/10/14 15:32, James Lynes wrote: I saw a few recent posts concerning an Installation Cookbook and was wondering if any more work has been done on this topic. I'd like to install the newest wxWidgets and wxPerl packages. My system Perl is v5.18.2. I'll leave Herbert to give you

Strange error which may have someth9ng to do with wxPdfDocument.

2014-09-29 Thread Steve Cookson
Hi Ulriche, I'm not sure if this error is yours or not, but I thought I'd bounce it off you. I've copied the wxPerl list too. I have a modification in wx 2.8.11 to display Bitmap Headers and footers in RichText which has been working for a number of years that I am transferring to 3.0.1. A

Re: cant install 0.9923 on mint 17 64bit

2014-09-19 Thread Steve Cookson - gmail
Is your compiler installed? On 19/09/14 14:21, herbert breunung wrote: /bin/sh: 1: g++: not found

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-09-16 Thread Steve Cookson
Hi Gabor, On 12/09/14 22:19, Gabor Szabo wrote: After Neither of these worked perl Build Did you ever sort all this out? If not I have a few suggestions for you to try. 1) use cpan -i Wx (or whatever engine you use) and let cpan sort out the dependencies. 2) What version of wxWidgets are y

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-09-12 Thread Steve Cookson
Hi Gabor, On 12/09/14 13:03, Gabor Szabo wrote: OTOH $ locate lzma.h /usr/local/Cellar/xz/5.0.5/include/lzma/lzma.h /usr/local/Cellar/xz/5.0.5/include/lzma.h /usr/local/include/lzma.h so it is really on the system but apparently Alien::wxWidgets did not find it. I get: image@image-TAICHI21A

Re: Wx::Event::EVT_AUINOTEBOOK_BEGIN_DRAG stopped workind

2014-09-12 Thread Steve Cookson
Hi Herbert, I'm still looking at this. I expanded this a bit more. I can get the following to work: EVT_AUINOTEBOOK_PAGE_CHANGING EVT_AUINOTEBOOK_PAGE_CHANGED EVT_AUINOTEBOOK_DRAG_DONE EVT_AUINOTEBOOK_TAB_RIGHT_DOWN EVT_AUINOTEBOOK_TAB_RIGHT_UP EVT_AUINOTEBOOK_BG_DCLICK EVT_AUINOTEBOOK_PAGE_

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-09-12 Thread Steve Cookson
On 11/09/14 08:26, Gabor Szabo wrote: /Users/gabor/.cpanm/work/1410419901.57381/Alien-wxWidgets-0.65/wxWidgets-3.0.0/bld/bk-deps gcc -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -c -o wxtiff_tif_lzma.o -D

Re: Wx-0.9923 fails to install on OSX with perl 5.20.0

2014-09-12 Thread Steve Cookson
Hi Gabor, On 11/09/14 19:00, Gabor Szabo wrote: now that Alien::wxWidgets got installed I tried to install Wx. The failure log is attached. Well, they seem to be related. The errors you get ... Constant.c:3198:30: error: use of undeclared identifier 'wxIMAGE_OPTION_BITSPERSAMPLE' wxPli_

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-09-11 Thread Steve Cookson - gmail
Hi Gabor, On 11/09/14 08:26, Gabor Szabo wrote: Hmm... Looks like a unified diff to me... The text leading up to this was: -- |--- src/generic/grid.cpp 2009-09-04 06:52:48.0 +0200 |+++ src/generic/grid.cpp 2009-10-18 14:43:42.0 +0200 -

Re: XUL konflict, (was Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug)

2014-09-05 Thread Steve Cookson - gmail
Hi Herbert, One of the things that have never understood about your code is the way you call events. You use this structure: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE( $bar, -1, sub { I use this structure: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE( $frame, $bar, sub { And the doc says: EVT_A

Re: no Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug

2014-09-05 Thread Steve Cookson - gmail
Hi Herbert, It's a nice little test utility, thanks for posting it. Works fine for me. Glad you sorted it out. Regards Steve. On 04/09/14 12:11, herbert breunung wrote: hai steve, made simples possible prototype and all worked :) just appended it for maybe future usufulness bug was on my s

Re: Aw: Re: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE dead?

2014-08-28 Thread Steve Cookson
OK, fine. On 28/08/14 18:17, herbert breunung wrote: i used latest and i send you a test as soon im back home on main machien in 4 days or so cheers *Gesendet:* Donnerstag, 28. August 2014 um 12:58 Uhr *Von:* "Steve Cookson - gmail" *An:* "herbert breunung" , wxperl-us

Re: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE dead?

2014-08-28 Thread Steve Cookson - gmail
Hi Herbert, Could you post an example of the code? I'll happily run it and take a look. What version of wxWidgets are you running? Steve. On 24/08/14 13:36, herbert breunung wrote: cheers good devs after i updates WxPerl this event stopped firing on mint perl 5.16, any ideas? and yes - I

Wx::StaticText->SetBackgroundColour on GTK

2014-07-15 Thread Steve Cookson
Hi Guys, I've been a little dissapointed by Wx::StaticText->SetBackgroundColour on GTK in that it has no effect. So I have written a little sub-class of Wx::Panel with a child of StaticText, so that the SetBackgroundColour will work on the Wx::Panel. Obviously I've then had to catch the oth

Error: Cannot parse function definition from 'm_timer(timer) { }' in XS/Timer.xs, line 111

2014-06-23 Thread Steve Cookson
Hi Guys, When I install wxPerl from svn with 3.0.0 or 3.0.1 on Kubuntu 14.04 I get the error: Error: Cannot parse function definition from 'm_timer(timer) { }' in XS/Timer.xs, line 111 The lines in question are: wxTimerRunner(wxTimer& timer) : m_timer(timer) { } wxTimerRunner(wxTim

Alien-wxWidgets 3.0.1

2014-06-21 Thread Steve Cookson
Hi Guys, wxWidgets 3.0.1 came out last week with a few nice fixes in it. I have hacked the Alien install files for Linux, which was quite simple. The Mac script also looks as though it is the same as Linux, so that probably works too. It may even work for Windows, but I doubt it. The resul

Re: wxperl drag and drop

2014-06-13 Thread Steve Cookson - gmail
Hi James, I don't use it myself, but there is an example in Wx::Demo. The relevent code looks like this: # files drop target Wx::StaticText->new( $this, -1, 'Drop files below', [ 10, 140 ] ); my $dropfiles = Wx::ListBox->new( $this, -1, [ 10, 170 ], [ 150, 50 ] ); $dropfiles->SetDropT

News and updates.

2014-06-08 Thread Steve Cookson
Hi People, Firstly, I've just spoken to Vadim and he says that wxWidgets 3.0.1 will be released on or around 15th June and that's nearly upon us! 3.0.1 contains a number of fixes, including the fix to allow gtk3 (the compile currently crashes under 3.0.0). As you know the current wxPerl only

Re: Wx::TaskBarIcon on OS X

2014-06-01 Thread Steve Cookson
Richard, Just a follow up while I think of it. 1) Did you try 3.0.0? 2) Did you follow up on wx-us...@googlegroups.com? Do you think the problem is wxPerl or wxWidgets? Regards Steve On 14 May 2014 08:10, "Richard Faasen" wrote: > Hi Steve, > > On 2014-05-13 18:43:30 +

Re: The Elephant in the room - maintenance

2014-05-31 Thread Steve Cookson - gmail
Hi People, On 31/05/14 07:32, Steve Cookson wrote: In my projects I often make more changes to wxWidgets than to wxPerl. I see too that there is a wxWidgets repositary and I've also linked to this. Are you able to send me a link on how to create these repositories? I'd like to

Re: The Elephant in the room - maintenance

2014-05-30 Thread Steve Cookson
Regards, Steve. On 30/05/14 21:50, Erik Colson wrote: Erik Colson writes: Steve Cookson writes: Ok, I've forked it. I see that it's wxPerl from https://svn.code.sf.net/p/wxperl/code/wxPerl/trunk/.> Would it be possible to make it the whole of Wx from https://svn.code.sf.net/p/

Re: The Elephant in the room - maintenance

2014-05-30 Thread Steve Cookson
On 30/05/14 18:15, Steve Cookson - gmail wrote: The new repo link is :https://github.com/wxPerl/wxPerl I've used 'fork' is that the right command? Regards Steve.

Re: The Elephant in the room - maintenance

2014-05-30 Thread Steve Cookson - gmail
Hi Guys, On 30/05/14 15:29, Erik Colson wrote: Hi, The new repo link is :https://github.com/wxPerl/wxPerl Nice. For the case someone feels uncomfortable to ask me: I have no objection to remove myself from the owners if requested. Erik, in spite of your protests, you are the one who started t

The Elephant in the room - maintenance

2014-05-30 Thread Steve Cookson
Hi Guys, Goings forwards, we do need to address the issue of maintenance. I look forwards to Mark's return, but in the meantime, I suggest we need to show that we can look after ourselves. Mark writes some of the most elegant and readable code it has been my privilege to encounter and I hope

Re: Installation scripts

2014-05-29 Thread Steve Cookson - gmail
Hi Johan, On 29/05/14 11:17, Johan Vromans wrote: When I run Wx::Demo I can load a jpeg in its wxMediaCtrl demo. Does that qualify? I guess it does, if the dependencies are not present, the standard wxWidgets script does not even compile that module. Does GStreamer com with Fedora? On the Ub

Re: Installation scripts

2014-05-29 Thread Steve Cookson - gmail
Hi Johan, On 28/05/14 22:36, Johan Vromans wrote: Fedora 20 with a fresly perlbrewed 5.20.0, system provided wxGTK. Basically, I installed the system wxGTK-devel package # yum install wxGTK-devel and then $ perlbrew install 5.20.0 $ perlbrew use 5.20.0 $ cpanm -l /tmp/p520 Wx I

Re: Installation scripts

2014-05-27 Thread Steve Cookson
On 25/05/14 08:16, Steve Cookson - gmail wrote: How do you install? Mine is a humongous script that takes all morning to run! I'll try to post a simplified version here in due course. I promised to post mine. I've just upgraded to Kubuntu 14.04 lts and I'm still bedding it

Re: upcoming perl 5.20 breaks Wx

2014-05-27 Thread Steve Cookson - gmail
Hi Garu, On 26/05/14 15:03, breno wrote: just found out it breaks MDOOTSON/Wx-0.9923.tar.gz The relevant thread, which includes diagnostics on why it happened and potential ways to fix it, is available at: https://rt.perl.org/Public/Bug/Display.html?id=121930 I did see this. They seem to thin

Re: Installation scripts

2014-05-25 Thread Steve Cookson
On 25/05/14 07:52, Jon wrote: We should write a Chef recipe... Oh.. and here: http://wiki.wxperl.nl/Ubuntu_LTS_12_Notes

Re: Installation scripts

2014-05-25 Thread Steve Cookson - gmail
On 25/05/14 07:52, Jon wrote: We should write a Chef recipe... How do you install? Mine is a humongous script that takes all morning to run! I'll try to post a simplified version here in due course. Regards Steve

Re: Installation scripts

2014-05-25 Thread Steve Cookson - gmail
That would be good. There is the beginnings of one here: http://wiki.wxperl.nl/Debian_OS_Notes But it would be great if it could be expanded. Regards Steve. On 25/05/14 07:52, Jon wrote: We should write a Chef recipe...

Installation scripts

2014-05-24 Thread Steve Cookson
Hi Guys, Can I ask you what platform you use and how you install (and what versions)? I'd be very interested in seeing what you do. Regards Steve.

Re: Wx::TaskBarIcon on OS X

2014-05-13 Thread Steve Cookson
Actually it's not quite the same on 2.8.11 and 3.0.0. It's a little strange: 2.8.11 seems to support: EVT_TASKBAR_LEFT_DOWN($trayicon, sub { print "EVT_TASKBAR_LEFT_DOWN triggered\n"; # This called }); EVT_TASKBAR_LEFT_UP($trayicon, sub { print "EVT_

Re: Wx::TaskBarIcon on OS X

2014-05-13 Thread Steve Cookson
Hi Richard, On 13/05/14 13:13, Richard Faasen wrote: Here it is. Just search for 'trayicon' to find the interesting parts. Well I played with it a bit. I couldn't TaskIconBar in Wx::Demo. Anyhow I took your code and copied it into a piece of working code and after a bit of messing around

Re: Wx::TaskBarIcon on OS X

2014-05-13 Thread Steve Cookson
On 13/05/14 07:54, Richard Faasen wrote: I'm not sure what wrapping is exactly and I can't find any xs file that belongs to WxPerl. wxPerl is a Perl front-end for wxWidgets, which is written in c++. Depending on how you installed wxPerl, the wrapping files can be in different places: - i

Re: Wx::TaskBarIcon on OS X

2014-05-13 Thread Steve Cookson - gmail
Hi Richard, On 13/05/14 07:54, Richard Faasen wrote: If anyone likes to take a look I have a simple test script that demonstrates the problem. Please post your app and I'll check it on Linux. At least we'll know there are no other problems. Regards Steve.

Re: Wx::TaskBarIcon on OS X

2014-05-11 Thread Steve Cookson - gmail
Hi Richard, On 11/05/14 18:03, Richard Faasen wrote: I've been trying to get Wx::TaskBarIcon to work on OS X. I got the icon to show up in the menubar, but I can't get a popup menu to show. I understand none of the events are working on OS X so I've created a subclass to override CreatePopupMe

Re: Patch for wxTimer::StartOnce

2014-05-11 Thread Steve Cookson - gmail
Hi Eric, I guess it's already in your version of the repository, here https://github.com/ecocode/wxPerl. Is StartOnce a new function, or was it just unwrapped until now? Regards Steve On 09/05/14 07:07, Erik Colson wrote: Here's a patch to support wxTimer::StartOnce. best

Summer in the City and wxPerl .

2014-05-08 Thread Steve Cookson
Hi People, Although this list is a bit quiet, I'm pleased that I still see quite a bit of support for wxPerl around the internet: * There is stuff on Perl Monks, like here from a week ago: http://www.perlmonks.org/?node_id=1084440 * and Stack Overflow: http://stackover

Re: AutoSizeColumn() issue

2014-05-06 Thread Steve Cookson - gmail
Hi Jim, I had a look at this. As I understand it your update adjusts the size of the column while ignoring any HTML like Underlined Header, to ignore the width of the formatting characters . It's a nice idea. This is the sort of thing that we could add onto wxPerl as an improvement over wxW

Re: wx::Grid::SetCol/RowLabelSize()

2014-05-02 Thread Steve Cookson - gmail
Hi Again Jim, On 01/05/14 17:55, Jim Clark wrote: I tried: $grid->SetColLabelSize(&wx::Grid::wxGRID_AUTOSIZE); $grid->SetColLabelSize(&wx::wxGRID_AUTOSIZE); $grid->SetColLabelSize(&wxGRID_AUTOSIZE); What's the deal? is this not implemented? Well I don't believe it is implemented in wxP

Re: wx::Grid::SetCol/RowLabelSize()

2014-05-01 Thread Steve Cookson - gmail
Hi Jim, On 01/05/14 17:55, Jim Clark wrote: I would like to use wxGRID_AUTOSIZE with wx::Grid::SetCol/RowLabelSize(), but it doesn't seem to be implemented in wxPerl. Can anyone lend a hand as to what I am doing wrong? Well, I looked into this. I can see no sign of it being wrapped. I used

wxWindow::GetHandle

2014-05-01 Thread Steve Cookson
Hi Guys, I want to pass the Gtk window pointer for a wx::Panel to render a GStreamer video on. In c++, it looks like this: GdkWindow* window = gtk_widget_get_window(widget); wxASSERT(window); gst_video_overlay_set_window_handle( GST_VIDEO_OVERLAY(be->m_xoverlay),

Upgrading everything (Help with Alien-wxWidgets Makefile)

2014-04-25 Thread Steve Cookson
Hi Guys, I've just upgraded one of my systems very easily to 14.04 LTS and I thought it would be a nice to to experiment with upgrading Wx::MediaCtrl to GStreamer 1.0 and wxWidgets 3.0.0. These are the steps I followed: - clean build Kubuntu 14.04 lts and relevent wx dependencies (you all k

Re: Wx::DirPickerCtrl on linux

2014-04-22 Thread Steve Cookson - gmail
Hi Bruce, On 18/04/14 19:17, Bruce Ravel wrote: Any advice on how this can be made to work? I tried your code and actually it crashed nicely for me (by nicely, I mean with an error message). Firstly there are a few typos in your code, but this does not seem to be why it crashed. These

Fwd: Re: wxWidgets apps have no window decorations when run via NX

2014-04-12 Thread Steve Cookson
Whoops. Missed out group. -- Forwarded message -- From: "Steve Cookson - gmail" Date: 11 Apr 2014 10:23 Subject: Re: wxWidgets apps have no window decorations when run via NX To: Cc: Hi Ian, On 11/04/14 03:33, Ian Macdonald wrote: See image illustrating probl

Re: repository

2014-03-07 Thread Steve Cookson
Hi Eric, What an excellent idea. I've often thought we should act more collaboratively. How do we get engaged to review, test and submit modifications. I'm pretty sure I have a github logon, but I haven't used it for so long, I'm not sure what to do. Regards Steve. On 07/03/14 10:36, E

Re: Locale 'Quechua' not supported by OS.

2013-12-12 Thread Steve Cookson
On 09/12/2013 09:41, Octavian Rasnita wrote: I was also thinking that it can be another problem, but I am wondering why the title of the error window is "Wx::SimpleApp Warning". It makes me thing that it has something to do with Wx::SimpleApp. Hi Octavian, Sorry for the late reply, I've only

Re: Locale 'Quechua' not supported by OS.

2013-12-09 Thread Steve Cookson
Hi Octavian, On 08/12/2013 07:43, Octavian Rasnita wrote: I have an old app made with WxPerl and now I ran it with ActivePerl 5.16.3 and WxPerl 0.9921 under Windows XP, but it opened a window with the following message after I started it: Wx::SimpleApp Warning Locale 'Quechua' not supported b

Re: Any way of extracting the XML data from a RichText control?

2013-12-03 Thread Steve Cookson
On 28/11/2013 04:13, Ian Macdonald wrote: Wx::MemoryOutputStream doesn't seem to be supported; is there any way of doing this simply? Hi Ian, I do something like this: $i_RTC_panel->{Ctl_Report_Text_Txt} = Wx::RichTextCtrl->new( $i_RTC_Object -> {i_RTC_panel}, wxID_ANY, '', wxDefaultPosit

Re: No success trying to use Cava Packager

2013-10-18 Thread Steve Cookson
On 18/10/2013 16:25, Johan Vromans wrote: You bet. Ok, sorry for the false alarm. Still got the "Unrecognized character \x1F; marked by <-- HERE after <-- HERE near column 1 " problem, though. I'll chase it down. Steve.

Re: No success trying to use Cava Packager

2013-10-18 Thread Steve Cookson
Thanks Jan. On 18/10/2013 14:40, Jan Dubois wrote: On Fri, Oct 18, 2013 at 10:35 AM, Steve Cookson wrote: Is this true, Cava Packager doesn't work under Linux? No, Octavian was just commenting that it doesn't have sufficient accessibility support for blind people to use it su

Re: No success trying to use Cava Packager

2013-10-18 Thread Steve Cookson
ut I can't know for sure because it is not something I did myself. --Octavian - Original Message - From: "Steve Cookson" To: "Octavian Rasnita" Sent: Friday, October 18, 2013 4:50 PM Subject: Re: No success trying to use Cava Packager On 27/05/2013 17:

Re: Is Cava Packager open source?

2013-10-17 Thread Steve Cookson
On 12/10/2013 12:56, Octavian Rasnita wrote: I read something about the free license of using Cava, but I didn't understand if it is open source also and I didn't find its source code. It says on Mark's blog that he is working on moving to an open source version called Citrus Packager, but it d

Re: missing lobgcc_s_sjlj-1.dll

2013-10-12 Thread Steve Cookson
On 10/10/2013 19:32, herbert breunung wrote: cheers comerads, i have here my little app that i foolishly not distribute with cava but with my own copied bunch of file, but it worked always :) just now i updated to 5.18 and newest WxPerl and even if the file is there i get this errormessage. i ev

Re: Moving to wxWidgets 3.0 as the standard install.

2013-10-12 Thread Steve Cookson
On 07/10/2013 19:59, Mark Dootson wrote: Hi All, I'll be playing catch up over the next few weeks with all things Wx but I wanted to give the earliest possible notice of a change to the default version of wxWidgets that will be compiled under Alien::wxWidgets. The first release candidate for wxW

Wx::Notebook drag and drop freezes tab in Linux.

2013-06-11 Thread Steve Cookson
Hi Guys, We've got a little glitch here which at first I thought was my own, but now I find it's in wxperl_demo.pl too. Steps to reproduce on Linux: 1) Execute wxperl_demo.pl 2) If you open AUI managed window 3) Resize the window so you can easily see all the tabs 4) Drag tab one past tab tw

Re: Citrusperl dependencies.

2013-05-28 Thread Steve Cookson
Hi Johan, that was exactly my question. Thanks Steve. Johan Vromans wrote: >"Steve Cookson" writes: > >> I'm just looking at how to install cpan modules under citrus. It looks as >> though I ought to be able to install through the "Manage installation&q

Citrusperl dependencies.

2013-05-28 Thread Steve Cookson
Hi Guys, I'm just looking at how to install cpan modules under citrus. It looks as though I ought to be able to install through the "Manage installation" tab, but I don't see how (I'm using 5.16.3 64 bit). Otherwise, I don't see how citrus keeps track of what I'm doing. Maybe I've missunderstoo

CitrusPerl and wxperl_demo.pl Segmentation fault.

2013-05-27 Thread Steve Cookson
Hi Guys, (I'm very happy to see questions being asked about CitrusPerl here. Maybe it's time to discuss combining the mailing lists for wxperl, citrus and cava?) Anyhow the momentum here has reminded me that I need to get all the above working together. So I did a clean reinstall and update of 1

Re: How to find the event type in wxPerl?

2013-05-26 Thread Steve Cookson
*** Whoops, forgot to copy list! It's true some event types are not wrapped. The approach historically has been to post exceptions here and someone will wrap them. Sometimes you need to use Wx::wxEVT_SOMETHING. Why don't you post the ones that don't work here? Regards Steve On 26 May 2013 01

RE: Problem with fg/bg windows

2013-05-03 Thread Steve Cookson
Sent: 03 May 2013 08:53 To: Steve Cookson Subject: Re: Problem with fg/bg windows "Steve Cookson" writes: > There is a frame-level option wxSTAY_ON_TOP Yes, but this would need to be applied to application B. Unfortunately, Application B is an external application I do not have control over. -- Johan

RE: Problem with fg/bg windows

2013-05-03 Thread Steve Cookson
Hi Johan, Forgot to copy list. There is a frame-level option wxSTAY_ON_TOP http://forums.wxwidgets.org/viewtopic.php?f=1 &t=37048 Maybe that would help. Regards Steve On 3 May 2013 03:46, "Johan Vromans" wrote: Hi, I have a f

Wx::Execute with wxEXEC_SYNC

2013-05-02 Thread Steve Cookson
Hi Guys, I'm sorry not to be writing on utf8 (although, of course someone may see a connection). I've pretty much decided that I can't set up printers easily with wxWidgets, nor can I force things like HPLIP to work properly on HP printers, Cannon on Cannon etc. For instance I recently had an HP

RE: wxString and UTF-8, utf8 etc etc etc again

2013-05-01 Thread Steve Cookson
Hi Guys, I don't have anything broken in this release in the 2 languages that I currently support (English and Portuguese). But even so, the whole utf8 process has been a bit time consuming. As we become more multilingual, I'm thinking that a global change to rename decode to libDecode (or someth

RE: Formatting the Column Headers of a ListCtrl

2013-04-05 Thread Steve Cookson
Hi Guys, JL> Good idea. I should have thought of it! I look forward to seeing your implementation. Well here is what I did: 0) use i_LC_Header; #Attached. NB, I have commented out "use i_lib" and "__set_format" lines (without testing) because these were my personal formatting. You can rein

<    1   2   3   4   5   >