[flexcoders] Re: Cairngorm 2.1 AMFPHP 1.9

2007-02-17 Thread Renaun Erickson
? !-- Copyright 2006 Renaun Erickson (http://renaun.com) Add this to the compiler arguments list: -services amfphp19-services-config.xml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=doLogin() viewSourceURL=amfphp1_9

[flexcoders] Re: AMFPHP explicitType error

2007-02-17 Thread Renaun Erickson
I have an example of a Cairngorm Store Flex application connects to multiple backends. You can find it here: http://api.renaun.com/flex2/posts/CairngormStoreMultipleBackend/ Two of the backends are AMFPHP 1.2 (AMF0 using RemoteObjectAMF0) and AMFPHP 1.9 (AMF3). Both examples returned typed

[flexcoders] Re: amfphp + codeigniter

2007-02-17 Thread Renaun Erickson
In regards to the Flickr question. You can go Flex straight to Flickr. I did a quick mashup a while back, its up on the flex cookbook site. You can find it here: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=1441productId=2 Renaun --- In

[flexcoders] Re: Flex 2 Compilation problem

2006-12-20 Thread Renaun Erickson
version or the java version supported by flex? I am using JBoss 4.0. Pls help me. Thanks. SS --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: Whats does your services-config.xml file look like? Does it have the SOME_RO destination defined? Is the channel

[flexcoders] Re: Flex 2 Compilation problem

2006-12-19 Thread Renaun Erickson
Whats does your services-config.xml file look like? Does it have the SOME_RO destination defined? Is the channel and endpoint used by the destination correct? Renaun --- In flexcoders@yahoogroups.com, sanjaypmg [EMAIL PROTECTED] wrote: Hi, I am facing a strange problem while compling flex

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-18 Thread Renaun Erickson
Jamie, The RemoteObject (client side) found in my example is the same code used for Cairngorm or non-Cairngorm applications. Flex 2.0 and AMF3 (not sure where the requirement comes from, probably AMF3) requires that you have a destination defined. For Java adapters you can not use the

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-18 Thread Renaun Erickson
Jamie, You can try putting the the adapter in the remoting-config.xml. Leave the channel in the services-config.xml. ColdFusion's default remoting services-config.xml puts them all in one file, and thats what I end up doing for my non FDS stuff. One thing I did notice in terms of the Cairngorm

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-18 Thread Renaun Erickson
I also think the services config format is a bit cryptic, at the least lacking clear documentation on all the adapter/channel configuration options. Renaun --- In flexcoders@yahoogroups.com, Patrick Mineault [EMAIL PROTECTED] wrote: Dang. I really don't know what to tell you man, it looks like

[flexcoders] Re: Nearly-Off-Topic: Flex Apps on PDAs?

2006-12-13 Thread Renaun Erickson
No PDA's support the Flash Player 9, required by Flex 2, at this time. Renaun --- In flexcoders@yahoogroups.com, Pablo Apanasionek [EMAIL PROTECTED] wrote: Last night I was planning my incoming self xmas gift and I found myself wondering about PDA support for Flex-Built Apps. Is there any

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-12 Thread Renaun Erickson
Patrick, Nice! I have taken the code and created some quick examples. They can be found here: http://renaun.com/flex2/posts/AMFPHP1_9Example.html http://renaun.com/flex2/posts/AMFPHP1_9ComplexExample.html Notes: You can get the source by right clicking on the examples. It was written for

[flexcoders] Re: Amfphp with AMF3 support: testers wanted

2006-12-12 Thread Renaun Erickson
by itself. Patrick 2006/12/12, Renaun Erickson [EMAIL PROTECTED]: Patrick, Nice! I have taken the code and created some quick examples. They can be found here: http://renaun.com/flex2/posts/AMFPHP1_9Example.html http://renaun.com/flex2/posts

[flexcoders] Re: openning a web page in flex app

2006-11-16 Thread Renaun Erickson
You'll find a IFrame.mxml file in source of the Flex Search Mashup I just did. You'll want to get the html out of the example page as it has the JS to manipulate the IFrame. http://renaun.com/blog/2006/11/16/156/ Renaun http://renaun.com/ --- In flexcoders@yahoogroups.com, ria team [EMAIL

[flexcoders] Re: mx.rpc.remoting.mxml.RemoteObject source code?

2006-11-08 Thread Renaun Erickson
They do not give us everything, this is one of those cases. Is there anything in particular that you are trying to do with that class? Renaun http://renaun.com/blog/ --- In flexcoders@yahoogroups.com, Douglas McCarroll [EMAIL PROTECTED] wrote: Hi All, Does anyone know if the source code

[flexcoders] Re: AMFPHP / Cairngorm / _explicitType Problem

2006-11-03 Thread Renaun Erickson
It is very possible to use Cairngorm AMFPHP and VO's. I have a RemoteObjectAMF0 component that helps facilitate Flex 2 and AMF0 connections. Along with the component is a Cairngorm 2.1 Store example with AMFPHP backend. http://renaun.com/blog/flex-components/remoteobjectamf0/ Renaun

[flexcoders] Re: MAX examples

2006-10-30 Thread Renaun Erickson
It is also located in the the Conference Guide you receive in your MAX 2006 Conference bag. There is about 50% of the Slides up and not many code examples up, at least when I checked the other day. Hopefully we'll see more go up. Renaun http://renaun.com/blog/ --- In

[flexcoders] Re: VO Mapping, some basic questions

2006-10-17 Thread Renaun Erickson
Burbacherstraße 58 53129 Bonn t/f +49 228 21 27 15 m +49 172 250 6524 http://abstractfactory.de  On 17.10.2006, at 00:06, Renaun Erickson wrote: AMFPHP's _explicitType implementation is used to define it however you want. So for my example of the BookVO, the php

[flexcoders] Re: Not Receiving Flexcoder Posts

2006-10-17 Thread Renaun Erickson
Yahoo's mail can be flaky, I started using a RSS reader to get better access to all the posts. RSS Feed URL: http://rss.groups.yahoo.com/group/flexcoders/rss Renaun http://renaun.com/blog/ --- In flexcoders@yahoogroups.com, jwc_wensan [EMAIL PROTECTED] wrote: Moderator: I have not received

[flexcoders] Re: VO Mapping, some basic questions

2006-10-17 Thread Renaun Erickson
/ 438570115 On 17.10.2006, at 00:06, Renaun Erickson wrote: AMFPHP's _explicitType implementation is used to define it however you want. So for my example of the BookVO, the php VO would look like: class BookVO { public

[flexcoders] Re: VO Mapping, some basic questions

2006-10-16 Thread Renaun Erickson
AMFPHP uses _excplicitType or advancedmappings.php to make mapping easier. With PHP 5 there is some class introspection code that makes it possible to find the object mapping automacitally. Both SabreAMF and WebORB for PHP supports the auto object mapping. As FDS and Coldfusion connectivity is

[flexcoders] Re: FDS/PHP/AMFPHP

2006-10-16 Thread Renaun Erickson
look at? Jason --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: No PHP packages support the full functionality of Flex data access features, which Flex Data Services server provides. Part of Flex data access is RPC serivces, which includes Remoting. When

[flexcoders] Re: VO Mapping, some basic questions

2006-10-16 Thread Renaun Erickson
or is there something else? cheers, Julian Julian Sander Burbacherstraße 58 53129 Bonn t/f +49 228 21 27 15 m +49 172 250 6524 http://sander-is.com  On 16.10.2006, at 21:24, Renaun Erickson wrote: AMFPHP uses _excplicitType or advancedmappings.php to make mapping

[flexcoders] Re: FDS/PHP/AMFPHP

2006-10-15 Thread Renaun Erickson
No PHP packages support the full functionality of Flex data access features, which Flex Data Services server provides. Part of Flex data access is RPC serivces, which includes Remoting. When it first came out, before Flex, it was called Flash MX Remoting. In Flex remoting is done by the

[flexcoders] Re: FDS/PHP/AMFPHP

2006-10-15 Thread Renaun Erickson
@yahoogroups.com, Mark Piller [EMAIL PROTECTED] wrote: Let me clarify that WebORB for PHP is available under BOTH GPL and a commercial license. If GPL requirements do not suit your needs, you can always license WebORB for PHP commercially. Thanks, Mark --- In flexcoders@yahoogroups.com, Renaun

[flexcoders] Re: FDS/PHP/AMFPHP

2006-10-15 Thread Renaun Erickson
am referring to. As for WebORB being a couple months old, that's not entirely accurate. The product has been around for more than three years. It used to be knows as FlashORB. Flex integration in WebORB is as young as Flex 2. Thanks, Mark --- In flexcoders@yahoogroups.com, Renaun Erickson

[flexcoders] Re: Flex 2 limitations vs. raw Flash 8 Prof?

2006-10-04 Thread Renaun Erickson
A big one for me is Developer workflow. Try sharing FLA's between a couple of developers. Using MXML and AS with CVS/SVN you can get tons of work done with out working about who has the latest file. Granted you could do this with Flash 8 professional and external AS files but that is also messy

[flexcoders] Re: mx:Form examples.

2006-09-20 Thread Renaun Erickson
I create a AdvancedForm component to help with some of the typical uses of Forms. http://renaun.com/blog/flex-components/comp-advancedform Renaun --- In flexcoders@yahoogroups.com, aaron smith [EMAIL PROTECTED] wrote: Does anyone know of any place that has some Form usage examples, with

[flexcoders] Re: Posting patched versions of framework code to this list?

2006-09-16 Thread Renaun Erickson
fragmentation as well as break of existing libraries that are working within mx packages like Mercury. I would really like to hear Adobe position on Louis offer. Thank you, Anatole Tartakovsky http://www.faratasystems.com On 9/16/06, Renaun Erickson [EMAIL PROTECTED] wrote: You can

[flexcoders] Re: Huge memory usage in Flex Builder 2 (release version)

2006-09-15 Thread Renaun Erickson
This is typical of Java applications that are constantly consuming new chunks of memory. As the mxmlc compiler is constantly allocating new memory and using it, the total allocated memory goes up. You can try using different JVM's as the Java HotSpot has some improvements with certian

[flexcoders] Re: Posting patched versions of framework code to this list?

2006-09-15 Thread Renaun Erickson
You can always extend the class, make your own component and post it on Flex Exchange on Adobe.com. Renaun --- In flexcoders@yahoogroups.com, Louis Ryan [EMAIL PROTECTED] wrote: I have modified the DataGrid class to allow columns to be locked on the right. I posted this as an enhancement

[flexcoders] Re: WebORB for PHP with Flex

2006-09-12 Thread Renaun Erickson
You can find my comments on WebORB for PHP here http://renaun.com/blog/2006/09/06/94/ Also I did some stuff on SabreAMF another project: http://renaun.com/blog/2006/09/01/93/ As far as WebORB, they have a good foundation and solid package. There is an issue with the services-config.xml and how

[flexcoders] Re: mxml escape character??

2006-09-12 Thread Renaun Erickson
Use amp;amp; Renaun --- In flexcoders@yahoogroups.com, Chad Callahan [EMAIL PROTECTED] wrote: I need to include the { and } characters inside of an mxml tag's argument value but mxml reads the { and } as bindable. Is there a way to escape the { and } characters within the quotes?

[flexcoders] Re: Flex with FMS (something like Breeze...)

2006-09-12 Thread Renaun Erickson
My Flex 2 and FMS example can be found here: http://renaun.com/blog/2006/08/22/87/ Renaun --- In flexcoders@yahoogroups.com, Michael Ritchie [EMAIL PROTECTED] wrote: I recently updated Adobe's FCS Text Chat example to work with Flex 2 and FMS, you can find my post and example here:

[flexcoders] Re: amfphp-AS class mapping issue

2006-09-01 Thread Renaun Erickson
I just modified the RemoteObjectAMF0 example to test the single Object return typing issue. It seems to have no problem. If you have my examples from the download (make sure you have the latest) change the PHP file Login.php as describe below: In checkLogin function change return $arr; to return

[flexcoders] Re: Flex Builder 2, getting slower as code grows

2006-08-29 Thread Renaun Erickson
Your choice of Java VM, its version and its arguments play a big roll in how your Flex Builder (Eclipse) and Flex compiler will perform. Renaun --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL PROTECTED] wrote: some things that may help:

[flexcoders] Re: Coldfusion Flex Beginner

2006-08-26 Thread Renaun Erickson
Have your ColdFusion WebService return an Array of Structs. In you Flex code on the result event handler for the WebService operation take the event.result and will a line like this create your ArrayCollection. myArrayCollection = event.result as ArrayCollection; Then bind the myArrayCollection

[flexcoders] Re: Blitz XRay

2006-08-25 Thread Renaun Erickson
that communicates with that connector is a Flex2 application however. On 8/24/06, Renaun Erickson [EMAIL PROTECTED] wrote: Would be less confusing if the OSFlash site stated it supported AS3. How do you put the connector directly into a Flex2 application? Do you have the SWC or AS source code

[flexcoders] Re: Blitz XRay

2006-08-25 Thread Renaun Erickson
--- In flexcoders@yahoogroups.com, John Grden [EMAIL PROTECTED] wrote: LOL yep! man, lately, that's all I've been hearing about...guess I should get on it ;) On 8/25/06, Renaun Erickson [EMAIL PROTECTED] wrote: Lol, good luck :) Thanks, that is what I thought, just got confused

[flexcoders] Re: Blitz XRay

2006-08-24 Thread Renaun Erickson
The connectors link shows: Connectors (8.11.2006) * Latest component package for AS2 (xray_conn_1.6.mxp) * Latest component package for AS1 (xray_component_as1.mxp) * Connector-only package for MTASC, SFWMill, etc. * Connector Only Tutorial (Tutorial in

[flexcoders] Re: Blitz XRay

2006-08-24 Thread Renaun Erickson
on the link for the 1.6 version: http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector/xray_conn_1.6.mxp?format=raw On 8/24/06, Renaun Erickson [EMAIL PROTECTED] wrote: The connectors link shows: Connectors (8.11.2006) * Latest component package for AS2

[flexcoders] Re: AMFPHP: Mapping date objects between PHP and Flex

2006-08-21 Thread Renaun Erickson
Oriol, My example is a little misleading, I will have to update it. The issue at hand is a limitation of PHP. You have to handle the manual conversion your self and your method below is a perfect fit. As far as the 1000 issue it is related to Flash date. Flash dates are mapped to Unix

[flexcoders] Re: AMFPHP: Mapping date objects between PHP and Flex

2006-08-21 Thread Renaun Erickson
PROTECTED] wrote: And why dates are multiplied by 1000? 2006/8/21, Renaun Erickson [EMAIL PROTECTED]: Oriol, My example is a little misleading, I will have to update it. The issue at hand is a limitation of PHP. You have to handle the manual conversion your self and your

[flexcoders] Re: Want to create paint application

2006-08-15 Thread Renaun Erickson
Jesse Warden has some example of drawing in Flex2/AS3 on his blog: http://www.jessewarden.com/archives/2005/10/as3_chronicles.html There's not going to be an example just like MS but the idea of painting in Flash is pretty standard you just have to put all the pieces together and spend the time

[flexcoders] Re: MediaPlayback for Flex 2

2006-08-15 Thread Renaun Erickson
Name change VideoDisplay now. http://livedocs.macromedia.com/flex/2/langref/mx/controls/VideoDisplay.html --- In flexcoders@yahoogroups.com, Bruno Martins [EMAIL PROTECTED] wrote: Any one know where I can find it? Tks.. -- Bruno Gustavo Martins Office: (11)3443-9527 experience

[flexcoders] Re: Schema files for mxmlc and compc config files

2006-08-09 Thread Renaun Erickson
Have you tried: mxmlc -help list mxmlc -help advanced mxmlc -help syntax mxmlc -help aliases mxmlc -help details You can find alot of information from the executables themselves. Renaun --- In flexcoders@yahoogroups.com, Lance Linder [EMAIL PROTECTED] wrote: Anyone know where I could get

Re: [Junk E-Mail - MED] [flexcoders] Binding array to repeater

2006-08-03 Thread Renaun Erickson
To use ArrayCollection it will look like this: import mx.collections.ArrayCollection; [Bindable] public var arrMdta:ArrayCollection; private function init():void { var myArray:Array = new Array(); for(var i:Number = 1; i 100; i++) {

[flexcoders] Re: Array parameters fail with Webservices

2006-08-03 Thread Renaun Erickson
the number of variations that I have tried, I'm beginning to wonder if this is a bug? Thanks for the help. --Kaleb --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: Try: ws.sendStrings(One,Two,Three); Which should make the call with 3 distinct parameters

[flexcoders] Re: How to streaming video with VideoDisplay component?

2006-08-03 Thread Renaun Erickson
To do live streaming you need a FMS server. Technically the FLV by it self is a progressive streaming format. Just use VideoDisplay and set the source attribute with a url to the FLV be it on a normal server or on a FMS server over rtmp. Renaun --- In flexcoders@yahoogroups.com, user_abcxyz

[flexcoders] Re: reset forms

2006-08-03 Thread Renaun Erickson
I wrote an AdvancedForm component that might help. http://renaun.com/blog/flex-components/comp-advancedform Renaun --- In flexcoders@yahoogroups.com, arnold_charming [EMAIL PROTECTED] wrote: Hi! How to reset input forms when a user returns to a screen where he has already been? By default

[flexcoders] Re: Cairngorm: Managing Application State

2006-08-02 Thread Renaun Erickson
--- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: The states as used in Cairngorm will not correlate with the mx:states in Flex 2. The serve different purposes. Well let me step back and say, this is how I feel about it. Flex 2 states are good for view/control states where

[flexcoders] Re: Serverside FLV conversion?

2006-08-02 Thread Renaun Erickson
On2 Flix Engine http://www.on2.com/developer/flix-engine-sdk/ There are other transcoding services or boxes that people sale. I think ffmpeg is also used to encode FLV its open source but will take some configuration to make it work as you want. Renaun --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Array parameters fail with Webservices

2006-08-02 Thread Renaun Erickson
Try: ws.sendStrings(One,Two,Three); Which should make the call with 3 distinct parameters. Renaun --- In flexcoders@yahoogroups.com, kaleb_pederson [EMAIL PROTECTED] wrote: I'm using a webservice that requires that an array of strings be passed to one function. Each method that I have

[flexcoders] Re: [Flex 2/Flex Builder 2] Viewing Source for certain files fails

2006-08-01 Thread Renaun Erickson
I do know not all the classes are in the source. You can find the source files (at least with a standard install of the standalone Flex Builder 2 on windows) here: C:\Program Files\Adobe\Flex Builder 2\Flex SDK 2\frameworks\source I did find mx.containers.utilityClasses.CanvasLayout.as so I am

[flexcoders] Re: Cairngorm user interaction best practices

2006-08-01 Thread Renaun Erickson
I believe either will work. Book are tied to the datagrid through selectedItem or selectedIndex. More than not if you are going to want a reference to the selected item of a collection outside of the encapsulated View/ViewHelper you would add another attribute to the model and set the selected

[flexcoders] Re: Cairngorm: Managing Application State

2006-08-01 Thread Renaun Erickson
The states as used in Cairngorm will not correlate with the mx:states in Flex 2. The serve different purposes. Well let me step back and say, this is how I feel about it. Flex 2 states are good for view/control states where Cairngorm workflow states are just that work/process flow. Thats not

[flexcoders] Re: Not getting code hinting for Cairngorm types

2006-07-28 Thread Renaun Erickson
Seems to work for me. For example, in a the script tag of an applicaiton tag I typed in: var fc:FrontController = new FrontController(); fc. When I hit CTRL-Space at the fc. I get the code hinting, you'll addCommand in the code hinting which is a public method on the FrontController. Renaun

[flexcoders] Re: rotation on mx:Text?

2006-07-28 Thread Renaun Erickson
It worked for me, I tried the rotation attribute and the Rotate effect. ?xml version=1.0 encoding=utf-8? !-- Simple example to demonstrate the Rotate effect. -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; initialize=Font.registerFont(arial_font); mx:Script ![CDATA[

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-27 Thread Renaun Erickson
, Renaun Erickson renaun@ wrote: I have updated the RemoteObjectAMF0 examples to demonstrate it working with out the error. Thank you very much. I successfully tested your example. Just two things: 1. Since you use the old org.nevis namespace for the Cairngorm package I assume

[flexcoders] Re: Google Analytics and Flex

2006-07-26 Thread Renaun Erickson
do execute an javascript function on the actions you wana log. Rogerio On 7/25/06, Renaun Erickson [EMAIL PROTECTED] wrote: Google Analytics is by invitation only right now. So its kind of hard to review it. Also from the Help page. === Is there a Google Analytics API

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-26 Thread Renaun Erickson
, Renaun Erickson renaun@ wrote: I have updated the RemoteObjectAMF0 examples to demonstrate it working with out the error. Thank you very much. I successfully tested your example. Just two things: 1. Since you use the old org.nevis namespace for the Cairngorm package I assume

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Renaun Erickson
I have updated the RemoteObjectAMF0 with samples of how to do the AMFPHP and VO's. Example Using Cairngorm: http://www.renaun.com/flex2/CairngormAMFPHPExample/CairngormAMFPHPExample2.html Example With Out Using Cairngorm:

[flexcoders] Re: Cairngorm AMFPHP - List of VO Instances

2006-07-25 Thread Renaun Erickson
You can take 2 approaches on the Array of VO's. First approach is to create the array of VO's in PHP instead of passing back a PHP resultset. The other option is to put the returned PHP resultset through a Factory AS object and create teh Array of VO's on the Flex/AS side. You can pass Array of

[flexcoders] Re: SWF Volume

2006-07-25 Thread Renaun Erickson
If you are using the mx.controls.VideoDisplay you would use: var myVideo:VideoDisplay = new VideoDisplay(); myVideo.source = some.flv; myVideo.volume = 50; myVideo.play(); or mx:VideoDisplay id=myVid height=158 width=211 source=assets/phone.flv autoPlay=false volume=50/ Renaun --- In

[flexcoders] Re: Cairngorm AMFPHP - List of VO Instances

2006-07-25 Thread Renaun Erickson
A simple way to do in the Flex/AS side is in the VO with a static function. So for a UserVO factory you would have something like this. public static function CreateUserVO( results:Array ):Array { var newArray:Array = new Array(); for( var i:int = 0; i results.length; i++ ) { var

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Renaun Erickson
: cannot convert [EMAIL PROTECTED] com.renaun.samples.vo.BookVO. And the same happens with your example Andi. Then, my question is, can anyone do this without the coercion error, and, without extra functions to map it? Thanks, Oriol. 2006/7/25, Renaun Erickson [EMAIL PROTECTED]: I have

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Renaun Erickson
Andi, The Cairngorm 2 that is packaged in it was from their second 2 release, and I had to add the getRPCService myself also. I need to go back and include just the SWC or have people download it separate. As for the AbstractService and namespace usage, it is a more cleaner approach and I'll

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Renaun Erickson
Yes, I have my examples working locally with PHP 5.1.1 and on my renaun.com server under PHP 4.3.x. You'll have to change the BookVO.php file to use var instead of public. You can read my post about it on my blog at http://renaun.com/blog/2006/07/25/70/. Renaun --- In

[flexcoders] Re: Google Analytics and Flex

2006-07-25 Thread Renaun Erickson
Google Analytics is by invitation only right now. So its kind of hard to review it. Also from the Help page. === Is there a Google Analytics API? Urchin does not currently provide an API to access the reporting data. However, we do offer export functionality for single reports in the following

[flexcoders] Re: Camera.getCamera(name:String) does not work and crashes the player

2006-07-12 Thread Renaun Erickson
If I understand you right, you are having problems with var camera:Camera = Camera.getCamera(); for any camera? or is your issue you are trying to dynamic selected a camera? Ok, first var camera:Camera = Camera.getCamera(); works in Flex 2 for me. You can check by going to my application that

[flexcoders] Re: mysql amfphp flex2 login

2006-07-11 Thread Renaun Erickson
As for custom component exchange you find the Flex Exchnage on Adobe's site. http://www.adobe.com/cfusion/exchange/index.cfm#view=sn610 Other links: http://flex.org http://cflex.net Here is example Login code using Cairngorm, CustomRemoteAMF0 class and AMFPHP.

[flexcoders] Re: Explorer-like drag drop tree

2006-07-11 Thread Renaun Erickson
If you are using XML as the dataProvider, you should be able to put isBranch=true into the XML and it will force it to be a Branch. If you are using nested Objects and ArrayCollections as your dataProvider, you have to set the children attribute to new Array() to get it to work as a branch.

[flexcoders] Re: Flex for CBT/Distance Learning

2006-07-11 Thread Renaun Erickson
Adobe Success Story (Flex 1.5 and ColdFusion) Global Training Technologies Excerpt: Using Flex, the development team can easily tailor content to any industry. For one project, the team created a custom application for the furniture industry by rebranding an existing application.

[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
You have two things here. Are you just implementing AMF with Java or ColdFusion? Are you using the Flex1.5 proxy? Flex1.5 it self doesn't do AMF per say, but it provide a proxy method so you could whitelist your RemoteObjects in the flex-config.xml. I do know if you are not using the proxy and

[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Renaun Erickson
was using a proxy. So, my question is the following - if I put flashgateway.jar into WEB-INF/lib directory of my Flex 2.0 web app, would I be able to use RemoteObjects with that? Thanks, --- Dmitry --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: You have two things

[flexcoders] Tree and allowMultipleSelection functionality not working

2006-06-30 Thread Renaun Erickson
This is with Flex 2 released version. Will someone please run the code below and tell me if the allowMultipleSelection=true works for you? It should allow you to select multiple items in the Tree, at least this is what I get from all the documentation? ?xml version=1.0 encoding=utf-8?

[flexcoders] Flash Player 9 is here!!!

2006-06-27 Thread Renaun Erickson
You can download Flash Player 9 now1 http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlashpromoid=BIOW Go to www.adobe.com and click on the Download Flash Player icon. Yippeee --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: What

[flexcoders] Re: Flex2 :: The time has come to ... Push the Button :: Released

2006-06-27 Thread Renaun Erickson
I can get the FDS and Flex_SDK2.zip but not the Builder yet... It crazy to see all these posts saying its here but its no where to be downloaded. Renaun --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: PS Might take a couple minutes for them to get their site

[flexcoders] Re: Can Flex record audio locally?

2006-06-26 Thread Renaun Erickson
Yes Red5 is a open source version of FMS. You could do something with it. But it would require running it as a server or making it a standalone install (basically a server running on the client, possible but not to feasible). --- In flexcoders@yahoogroups.com, judah [EMAIL PROTECTED] wrote:

[flexcoders] Re: Background Gradient??

2006-06-23 Thread Renaun Erickson
Gradient colors in Flex's CSS are done like this: header-colors:#636B73,#F4F5F7; But if you give background-color multiple color values it nulls the value. I tried with no luck, background-colors:#636B73,#F4F5F7; --- In flexcoders@yahoogroups.com, Erich Cervantez [EMAIL PROTECTED] wrote:

[flexcoders] Re: titleBar in TitleWindow (Panel) class

2006-06-16 Thread Renaun Erickson
In the layoutChrome function add this line: imgButton.setActualSize( imgButton.getExplicitOrMeasuredWidth(), imgButton.getExplicitOrMeasuredHeight() ); Renaun --- In flexcoders@yahoogroups.com, Jim Robson [EMAIL PROTECTED] wrote: When subclassing the TitleWindow class, shouldn't it be possible

[flexcoders] Re: titleBar in TitleWindow (Panel) class

2006-06-16 Thread Renaun Erickson
2 answers better than none. Yeah lag is fun, Renaun --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Ha, here a perfect example of lag. That is what I said about 15 minutes ago ;-) Peace, Mike On 6/16/06, Renaun Erickson [EMAIL PROTECTED] wrote

[flexcoders] Re: How to draw different Flex Controls/Containers at runtime?

2006-06-09 Thread Renaun Erickson
Things to consider when doing runtime component creation. If you use addChild method your SWF size will include all the components that you might want to create regardless if you use them or not. You can create RSL's so the components are downloaded once and shared across your SWF

[flexcoders] Re: Flex 1/5 : still fail to lock input...

2006-06-08 Thread Renaun Erickson
Here is some test code I created: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* mx:Script ![CDATA[ import mx.managers.CursorManager; import mx.core.UIObject; var inputBlocker;

[flexcoders] Re: Flex 1.5 - Embedbed image problem, when using multiple Flex SWFs

2006-05-31 Thread Renaun Erickson
Thats what I got too, it which means it has a valid value but nothing shows up. And this is where I am not understanding what Flex is doing, if the value it correct and it still doesn't show up in the Image component something else is going on. Renaun --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Flex 1.5 - Embedbed image problem, when using multiple Flex SWFs

2006-05-31 Thread Renaun Erickson
Andriy, Thanks for the post, Linking assets from libraries is also available in Flex 1.5, but I want to link specific assets at Runtime and not a whole library. @Embed('myLibrary.swf#myLinkage') I'll take a look at the library feature.

[flexcoders] Re: Flex 1.5 - Embedbed image problem, when using multiple Flex SWFs

2006-05-31 Thread Renaun Erickson
My thing is I want to have many different SWF's with assets of their own. If I put them all in RSL it would make a RSL with a large size when I will only use one or two. The structure is more like this: swfA - has asset myImage = imageA.gif swfB - has asset myImage = imageB.gif swfC - has

[flexcoders] Re: Flex 1.5 : change the loaded swf framerate

2006-05-31 Thread Renaun Erickson
In Flex or Flash, a loaded SWF takes on the FrameRate of the parent SWF. In flex you can set the framerate value for the main application with framerate attribute in the mx:Application tag. Renaun --- In flexcoders@yahoogroups.com, Antoine Malpel [EMAIL PROTECTED] wrote: I don't understand

[flexcoders] Re: Clarification on Flex Derby Rules

2006-05-30 Thread Renaun Erickson
You can submit one entry per category, therefore you can have 6 submissions. I asked the same question to the derby email and that was their response. Renaun --- In flexcoders@yahoogroups.com, Harris Reynolds [EMAIL PROTECTED] wrote: Quick question regarding the rules of the Derby contest;

[flexcoders] Flex 1.5 - Embedbed image problem, when using multiple Flex SWFs

2006-05-30 Thread Renaun Erickson
I have 2 Flex applications. The first application (swf1) loads the other application (swf2). swf1 has an embedded image inside it, when I try and access the embeded image in swf2 nothing happens. The best way to explain it is with some sample code (source can be found here -

[flexcoders] Re: swf (loadMovie) from an external swf deosn't work ?

2006-05-24 Thread Renaun Erickson
in Flex 1.5, you use the Loader to load SWF's at runtime. Things too look out for: 1. Do not use Flash MX components in the SWF's that will be loaded. There are conflicts with Flex. 2. To access a loaded SWF, you use myLoader.content.someFunctionOnLoadedSWF() (mx:Loader id=myLoader /) 3. Use

[flexcoders] Using Loader to load multiple mx:Application SWF (Flex 1.5)

2006-05-23 Thread Renaun Erickson
I have read and re-read all the posts on breaking up a big application into smaller chunks either using the Loader method or createChild. createChild works well to delay creation of objects but the actually SWF size is not smaller as the classes are compiled into the application. The Loader

[flexcoders] Re: Using Loader to load multiple mx:Application SWF (Flex 1.5)

2006-05-23 Thread Renaun Erickson
moving target in the past. HTH, Anatole - Original Message - From: Renaun Erickson To: flexcoders@yahoogroups.com Sent: Tuesday, May 23, 2006 1:51 PM Subject: [flexcoders] Using Loader to load multiple mx:Application SWF (Flex 1.5) I have read and re-read all the posts

[flexcoders] Re: Using Loader to load multiple mx:Application SWF (Flex 1.5)

2006-05-23 Thread Renaun Erickson
problems with height. Not pretty, but I am postoning looking into SWFLoader till final release as it has been moving target in the past. HTH, Anatole - Original Message - From: Renaun Erickson To: flexcoders@yahoogroups.com Sent: Tuesday, May 23, 2006 1:51 PM Subject: [flexcoders

[flexcoders] Re: Using Loader to load multiple mx:Application SWF (Flex 1.5)

2006-05-23 Thread Renaun Erickson
width=100% in Flex 1.5 should work. Its equivalent to setting percentWidth in Flex 2.0. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Renaun Erickson Sent: Tuesday, May 23, 2006 11:35 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Using Loader to load multiple mx:Application SWF (Flex 1.5)

2006-05-23 Thread Renaun Erickson
? _parent.layoutHeight : super.getPreferredHeight(); } function getPreferredWidth() { return _parent? _parent.layoutWidth : super.getPreferredWidth(); } ]] /mx:Script --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: I have read and re-read all

[flexcoders] Re: Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-20 Thread Renaun Erickson
There are some old posts on the board about this. Basically there is a conflict with the WebService flex classes and the Request parameters required by Amazon. The WebService flex classes overrides any Request parameter you set and therefore you get the error. The only want around it would be

[flexcoders] Re: Using amf0 in f2b3

2006-05-18 Thread Renaun Erickson
X, Thanks for sharing your code updates. I have also created a component that provides AMF0 functionality with Flex2. You can find it here: Custom RemoteObjectAMF0 http://www.renaun.com/flex2/ I was caught up on a part of the implementation but your code help me figure out how to pass along

[flexcoders] Re: Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread Renaun Erickson
Andi, Stefan, I just updated the code to Flex2 Beta3. You can see my post about it here. http://renaun.com/blog/?p=31 Renaun --- In flexcoders@yahoogroups.com, Andrea Varga [EMAIL PROTECTED] wrote: Hi Stefan You might want to look at this: http://renaun.com/blog/?p=25 Andi

[flexcoders] Re: Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread Renaun Erickson
. Only time will tell, Renaun --- In flexcoders@yahoogroups.com, stefan_schmalhaus [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Renaun Erickson renaun@ wrote: I just updated the code to Flex2 Beta3. You can see my post about it here. Renaun, Thanks for taking

[flexcoders] Re: f2 b3 Sound busted ?

2006-05-11 Thread Renaun Erickson
The night Beta 3 came out, I tried out an application I wrote in Beta 2 and the sound didn't work. I messed around with the application again today and it works just fine. My code is just like you mentioned (like the livedocs). I have cleared my cache since the first test not sure if that has

[flexcoders] Re: iteration::two namespace

2006-04-27 Thread Renaun Erickson
There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there. Look over the list for the link. Renaun --- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote: I'm gathering all the public Caringorm examples I can for study, so I downloaded the BlogReader.zip from

  1   2   >