Kevin Meixner | 23 May 2012 23:52

Official Online Reference partically broken

Hi Everybody,

I'm not sure what is going on at the official site and who is officially 
managing OpenLaszlo, if anyone, so I'm posting this on all OpenLaszlo sites:

Online Reference Guide is partially broken:
http://jira.openlaszlo.org/jira/browse/LPP-10190
(See also http://forum.openlaszlo.org/showthread.php?p=48474#post48474 )

Please fix if you have access and know how. If Amy is still around she 
is probably the best to ask imo.

Thanks,

Kevin

On 5/23/2012 3:00 PM, laszlo-user-request@... wrote:
> Send Laszlo-user mailing list submissions to
> 	laszlo-user@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.openlaszlo.org/mailman/listinfo/laszlo-user
> or, via email, send a message with subject or body 'help' to
> 	laszlo-user-request@...
>
> You can reach the person managing the list at
> 	laszlo-user-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Laszlo-user digest..."
(Continue reading)

Amy Muntz | 24 May 2012 13:42
Picon

Re: Official Online Reference partically broken

Hi Everyone,

I'm not back at Laszlo, but I did send some folks there an email about the situation and I heard back today that it has been fixed!  Sounds like they are getting their merger with CP sorted out and will be more in tune with OpenLaszlo, etc. soon.  

Take care!
Amy 
 

On Wed, May 23, 2012 at 5:52 PM, Kevin Meixner <kmeixner-HMvRPAl1eopBDgjK7y7TUQ@public.gmane.org> wrote:
Hi Everybody,

I'm not sure what is going on at the official site and who is officially managing OpenLaszlo, if anyone, so I'm posting this on all OpenLaszlo sites:

Online Reference Guide is partially broken:
http://jira.openlaszlo.org/jira/browse/LPP-10190
(See also http://forum.openlaszlo.org/showthread.php?p=48474#post48474 )

Please fix if you have access and know how. If Amy is still around she is probably the best to ask imo.

Thanks,

Kevin

On 5/23/2012 3:00 PM, laszlo-user-request <at> openlaszlo.org wrote:
Send Laszlo-user mailing list submissions to
       laszlo-user-qwsyeSSt21a05dI2w8foGA@public.gmane.org

To subscribe or unsubscribe via the World Wide Web, visit
       http://www.openlaszlo.org/mailman/listinfo/laszlo-user
or, via email, send a message with subject or body 'help' to
       laszlo-user-request <at> openlaszlo.org

You can reach the person managing the list at
       laszlo-user-owner <at> openlaszlo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Laszlo-user digest..."


Today's Topics:

   1. Re: [Laszlo-dev] Microphone.getEnhancedMicrophone(); throws
      compiler error (seba.wagner-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org)


----------------------------------------------------------------------

Message: 1
Date: Wed, 23 May 2012 16:40:04 +0200
From: "seba.wagner-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"<seba.wagner-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [Laszlo-user] [Laszlo-dev]
       Microphone.getEnhancedMicrophone(); throws compiler error
To: Raju Bitter<r.bitter.mailinglists <at> googlemail.com>
Cc: Will Daniels<willops79-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, Laszlo
       <laszlo-user-qwsyeSSt21a05dI2w8foGA@public.gmane.org>,   laszlo-dev reporting
       <laszlo-dev-qwsyeSSt21a05dI2w8foGA@public.gmane.org>
Message-ID:
       <CACeMiA8Am4XVreGQD7dVB58b-ur95Km88GQweWH9CxX_hGk_nQ <at> mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Nice,

thanks for checking this out Raju.
We will very soon come back to this and try it!

Seabstian

2012/5/22 Raju Bitter<r.bitter.mailinglists <at> googlemail.com>

Sebastian,

getEnhancedMicrophone() works with the swf11 runtime, I've tried this code:
<canvas debug="true">

 <class name="micro">
   <passthrough when="$as3">
      import flash.media.Microphone;
      import flash.media.MicrophoneEnhancedOptions;
   </passthrough>
   <attribute name="mic" value="null" />
   <handler name="oninit">
      if ($swf11) {
        this.mic = Microphone.getEnhancedMicrophone();
        var options:MicrophoneEnhancedOptions = this.mic.enhancedOptions;
        Debug.inspect(options);
      } else if ($swf10) {
        Debug.warn("No support for Microphone.getEnhancedMicrophone()
in swf10 runtime");
      }
   </handler>
 </class>

 <micro />

</canvas>

For anyone interested in testing the new functionality, check this
Adobe article:

http://www.adobe.com/devnet/flashplayer/articles/acoustic-echo-cancellation.html

- Raju





--
Kevin Meixner, Software Developer
Sarolta Technologies Inc.
Tel: 416-979-7300
Email: kmeixner <at> sarolta.com
Web: www.sarolta.com



Gmane