[Papervision3D] How to capture events from a MXLM component in a MovieMaterial? (works now)

Strange Loop Studios info at strangeloopstudios.com
Fri Aug 7 05:03:28 PDT 2009


Hi Aaron,

This is good but still doesn't allow you to add usual components. If you
change this code (in VizNode.mxml):

<mx:VBox width="179" height="156">
			<mx:Button id="btn" label="button" width="80"
click="printMessage(event)"  enabled="true" borderColor="#295676"
fillAlphas="[0.8, 0.8, 0.8, 0.8]" fillColors="[#9A5252, #9A5252]"/>
    		<mx:CheckBox label="Checkbox" click="printMessage(event)" />
    		<mx:RadioButton label="Radio" click="printMessage(event)" />

        	<mx:TextArea id="message" text="" editable="false"
height="100%" width="100%" color="#0000FF"/>
</mx:VBox>

For this:

<mx:Panel id="panel" title="flexComponet3D"  width="200" height="200"
backgroundColor="#A82E2E">	
	<mx:DateChooser/>
</mx:Panel>

The DateChooser sort of responds to mouse over and clicks but you should see
pretty quickly it's not perfect. So as yet not a solution to my problem but
something I will definitely look into more when I get some more time.

Thanks for sharing your source.

Cheers
Doug





-----Original Message-----
From: papervision3d-bounces at osflash.org
[mailto:papervision3d-bounces at osflash.org] On Behalf Of aboteler
Sent: 06 August 2009 19:25
To: papervision3D at osflash.org
Subject: Re: [Papervision3D] How to capture events from a MXLM component in
a MovieMaterial? (works now)


Here is the src code  http://www.nabble.com/file/p24851869/viz_demo.zip
viz_demo.zip 

With a bunch of Flex UIs spread randomly inside PV3D.  Basic mouse control
is enabled.

Enjoy,

Aaron
-- 
View this message in context:
http://www.nabble.com/How-to-capture-events-from-a-MXLM-component-in-a-Movie
Material--tp24812045p24851869.html
Sent from the Papervision3D mailing list archive at Nabble.com.


_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20090807/3d5e85a8/attachment.html>


More information about the Papervision3D mailing list