Hi Mattia,

This is great news, you're right, I just misinterpreted the text.  
Thanks for the clarification.  Have a good weekend.

Regards

Steve




-----Original Message-----
From: Mattia Barbon [mailto:mattia.bar...@libero.it] 
Sent: 28 August 2009 16:55
To: Steve Cookson
Cc: wxperl-users@perl.org
Subject: Re: wxMediaCtrl::LoadURI "Not implemented in wxPerl".

Steve Cookson wrote:
> Hi People,
> 
> I am using wxMediaCtrl to develop an application with a live feed.
> So far, I have only been using test.avi files for development purposes,
> and being comforted by the idea of the LoadURI command, however,
> I have just noticed that it says "Not implemented in wxPerl".  This is
> a bit of a problem.  However, it also says wxMediaCtrl::Load also "Not
> implemented in wxPerl" and provides the "LoadFile" instead.
> 
> What options do I have for working round this?

   It's the other way around: wxWidgets provides a single
->Load method that can load either a file or an URI; there is no simple 
way to mimic that in Perl, so in wxPerl you must use either ->LoadFile 
or ->LoadURI.

HTH
Mattia

Reply via email to