Re: [flexcoders] Flex AMFPHP and VOs

2006-07-25 Thread Andrea Varga
Oriol, You must have missed something. It works for me. Take a look at my ServiceCapture screenshot: http://virtualro.cluj.astral.ro/andi/screenshot.jpg Also, both the below expressions have true for result. (event.result.users[0] is UserVO) (model.users.getItemAt(0) is UserVO) Andi Oriol

Re: [flexcoders] VideoPlayer.metadataReceived - were'd it go?

2006-07-25 Thread franto
I'm using it through Video class...stream = new NetStream(connection); stream.client = new CustomClient(this); and then CustomClient Classclass CustomClient { import kremsa.CustomVideo; private var _video:CustomVideo; public function CustomClient(video:CustomVideo) { _video = video; }

Re: [flexcoders] Re: Returning hidden ID field value in a datagrid

2006-07-25 Thread Pan Troglodytes
How about an example result from your RemoteObject?On 7/25/06, michrx7 [EMAIL PROTECTED] wrote: mx:Script![CDATA[import mx.controls.Text;import mx.collections.ArrayCollection;import mx.utils.ObjectUtil;import mx.rpc.events.*;import mx.controls.Alert;import flash.net.*;[Bindable] public var

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Stefan Schmalhaus
I just sent a private mail to you with the code. I'm also interested in your code sample. Would you mind sharing your code here on the list? If it's too much code please send me an email, too. Thanks in advance. Stefan Schmalhaus [EMAIL PROTECTED] Yahoo! Groups

Re: [flexcoders] Re: SWF Volume

2006-07-25 Thread franto
I have problem to set volume on streamed FLV from net...does someone know how can i do that?Thank for your helpFrantoOn 7/21/06, flexnewbie06 [EMAIL PROTECTED] wrote: I did see that example, but got confused because the sound in my swf is included in the swf

Re: [flexcoders] SWFLoader related query / challenge

2006-07-25 Thread Samuel Reuben
Do you want to interaction between the swf's? You most probably will run into problems here. If you don't mind what are you trying to achive? Thanks, -sam On 7/24/06, Vishwajit Girdhari [EMAIL PROTECTED] wrote: One problem in flex... You have 3.mxmlsthat getcompiled into .swf (Say A ,

[flexcoders] Cairngorm AMFPHP - List of VO Instances

2006-07-25 Thread Stefan Schmalhaus
I have two very basic questions regarding lists of VOs in Cairngorm. I'm using AMFPHP to retreive data from a MySQL database. A usual method looks like this (PHP): - function getUsers() { $query = SELECT uid,username,password,email FROM users;

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

2006-07-25 Thread Stefan Schmalhaus
I guess I can answer the second question myself: Since I can always get the uid by myComboBox.selectedItem.uid there's no real need to set the data field of the ComboBox. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-25 Thread Oriol Gual
Andi,What version of PHP are you using? Also, are you in windows or linux / unix?This is really driving me crazy!Also, I've uploaded the file so everyone can have it, get it here.Oriol.2006/7/25, Andrea Varga [EMAIL PROTECTED]: Oriol,You must have missed something. It works for me.Take a look

Re: [flexcoders] Flex arrows?

2006-07-25 Thread Tom Chiverton
On Monday 24 July 2006 17:36, JesterXL wrote: You have a choice; either go dig in the Button class to see how they are rotating the arrow, wait for me to do it this evening, or go take 2 minutes to create the arrows yourself, and use bitmap skins. Around line 253, they just seem to switch:

Re: [flexcoders] clean up on aisle three - formatting request for Adobe

2006-07-25 Thread Tom Chiverton
On Monday 24 July 2006 16:45, Pan Troglodytes wrote: :P :-) FYI, if you read, you will see that I was asking for standardization, not conversion to spaces. If only everyone had the same standard way of using tabs... -- Tom Chiverton

Re: [flexcoders] Updates for Flex 2.0?

2006-07-25 Thread Tom Chiverton
On Monday 24 July 2006 21:39, Nick Collins wrote: got well, almost everything you guys at Adobe make, and none of it runs on Linux, not even with WINE. Sux bigtime. VMWare is free, however, for those legacy apps. In particular, Firefox and Flash Player 9 run fine under WINE :-) -- Tom

Re: [flexcoders] Flex AMFPHP and VOs

2006-07-25 Thread Andrea Varga
Linux, PHP 5.0.4. Did you check my code, or did you try to set up your code based on mine? Did you upload the advancedsettings.php ? The delicate point are, that cannot be debugged - VO's in php must have $_explicitType defined properly. - in advancedsettings.php, $incoming and

Re: [flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Andrea Varga
Oriol uploaded it A href="" class="moz-txt-link-rfc2396E" href="http://www.snokin.com/flex/ClassMappingExample.zip">"http://www.snokin.com/flex/ClassMappingExample.zip"here/A. Stefan Schmalhaus wrote: I just sent a private mail to you with the code. I'm also interested in

[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:

Re: [flexcoders] Any way to get a navbar to maintain state, acting kinda like a tabNavigator

2006-07-25 Thread Tom Chiverton
On Friday 21 July 2006 13:04, hank williams wrote: are some special cases. But is there any way to say that a specific button in the bar should be a different color? Custom item renderer ? -- Tom Chiverton This email is sent for and on

[flexcoders] Re: [Bindable] not working - Formatting a bound ArrayCollection in a model

2006-07-25 Thread polestar11
Hi there I managed to get Ralf's version to work half got mine to work by applying the [Bindable] tag to my MyClassObject. I am working on something different at the moment, and again have run into trouble with binding on an ArrayCollection in a model class. I would like to run my

[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] Flex 2 Final - MenuBar dataprovider

2006-07-25 Thread Bas J. Brey
When changing the dataProvider of a MenuBar component im ending up in an endless loop, does anyone have to same problem? If so, did you fix it or? Seems like a bug to me. __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Problems running online Flex store demo app

2006-07-25 Thread shottonmark
I have encountered problems running the Flex store demo application from the Adobe web site: http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.htm l I can access this application OK from every PC I have tried it on except the PC in our boardroom where I was giving a demo to my

RE: [flexcoders] Problems running online Flex store demo app

2006-07-25 Thread Steven Webster
Mark, Sounds like there's an old version of the beta debug player on the machine; if you haven't done a clean uninstall using the uninstaller, I'd recommend doing that before a player install. If you paste your actionscript error into google, you'll find a few folks that have run into

Re: [flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Oriol Gual
First of all, I'd like to thank you all.I tried Renaun's example, and with ServiceCapture, it is returning an array of BookVO. At this point everything seems OK.But when you receive this array, if you do something like this: var testBook : BookVO = new BookVO;testBook =

[flexcoders] drag-drop behaviors in Flex Builder 2

2006-07-25 Thread zerlot_ma777
Hi, When I am using FB2, I think it will be better if I can do the following behaviors(especiallyina complex containers nested layout mxml page): 1. In outline window 2. click to select one container(or tag) name 3.drag and move it into another location in outline, then inthe source mode the

[flexcoders] Equiv of DoEvents, to allow painting?

2006-07-25 Thread Daniel Tuppeny
Hi, I'm trying to plot 40k points on a PlotChart, and it locks up IE quite miserably in the updateDisplayList loop. Is there any equivilent of .NET's Application.DoEvents(), that allows CPU time for processing of events (like painting windows) that I could put inside the loop to run on

Re: [flexcoders] Anyone know the answer? Embed images in one MovieClip, use in another?

2006-07-25 Thread hank williams
This is a good suggestion because when you load a swf you *do* have access to all the fields, so there is no reason you cant take a clip within the clip and use it elsewhere. The only thing is you would have to make sure the swf is flash 9 because anything older would be AVM1 and you dont have

Re: [flexcoders] Problem in displaying data in Combo Box

2006-07-25 Thread Samuel Reuben
Try doing something like this... * ?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:HTTPService id=statesModel url="" result=st.dataProvider=event.result.root.state showBusyCursor=true

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

2006-07-25 Thread Stefan Schmalhaus
It's somewhat personal perference and just how you want to make it consistent (ie: All Factory logic in PHP or AS). Ok, so this basically means if I do it all on the PHP side I have to set up a PHP VO class for each VO that exists on the Flex/AS side. If I want to do it on the Flex/AS side,

[flexcoders] invalidateDisplayList()

2006-07-25 Thread Daniel Tuppeny
Hi, Does calling invalidateDisplayList() on a control mean that *everything* (including parents) gets re-drawn, or just the children? I have something similar to Ely Greenfield's RangeSelector class (http://demo.quietlyscheming.com/overlayDemo/), but the mousemove event seems to cause

RE: [flexcoders] Re: printing/zooming bugs

2006-07-25 Thread Daniel Tuppeny
I was playing with your code, and discovered you don't need to create a new context menu, just call hideBuiltInItems() on the existing one: function init:void() { contextMenu.hideBuiltInItems(); } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan

Re: [flexcoders] How can I reuse components I have made?

2006-07-25 Thread Tom Chiverton
On Saturday 22 July 2006 19:14, gotgoose09 wrote: Now that I have this SWC, how can I use the components in my Flex projects? Is there a better way to do this? You include the SWC, and then the classes are available by magic to the main application. On the command line, this would be adding

[flexcoders] Animating a custom UIComponent?

2006-07-25 Thread davidgolds
I've created a custom component based on UIComponent using AS3 in Flex2. The component is built up dynamically from various Bitmaps that I have created. I'd like to animate/move some of these Bitmaps within my component using my own logic. What's the best way to do this? Ideally I'd like a

[flexcoders] Datagrid itemrenderer

2006-07-25 Thread sumeetk2111
I am using flex 2. i that I am using datagrid which has itemrenderer in which i am using checkbox. selected and unselected status of checkbox is comming from the dataprovider. but when i click on the checkbox my dataprovider as well as my view should get update also i should get the row index

[flexcoders] HTTPService giving error when deployed on server.

2006-07-25 Thread Shishir Srivastava
Hi, I am seriously intrigued by the way flex applications behaves. I have my flex-app successfully compiled in Flex Builder 2. Now this creates a .swf file which can readily access the HTTPService calls made to URLs on the internet. However when I deploy the same file[basically the HTML wrapper

[flexcoders] Flex Vs OpenLaszlo

2006-07-25 Thread Robert Kaeth
Hi, Has anyone done a comparison between Flex2 and OpenLaszlo? If someone can share his/her experience, it will be great. TIA -B __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Datagrid. xml structure doesn' match

2006-07-25 Thread olivier
Hi, I would like to know what's the best xml structure to use datagrid. Indeed, my xml data source (legacy system) is like : xchart xset name=x1 xrecord p1/p1 p2/p2 p3/p3 /xrecord xrecord p1/p1 p2/p2 p3/p3

[flexcoders] Re: Embbeding a Flash CFReport inside a Flex App

2006-07-25 Thread nigasak
Please, Please Could you share the IFrame Solution? --- In flexcoders@yahoogroups.com, Scotty Scott [EMAIL PROTECTED] wrote: Scaling and some browser problems (at least in b2 and b3). I forget which what exactly happened for each browser but sometimes the flashpaper wouldnt be able to

[flexcoders] Doesn't work mx:Button click=function({...});

2006-07-25 Thread exeypan
Why it does not work? Function loadXML2 is not extracted... mx:Button click=loadXML2({ getField( XML( linksItems.currentItem ), how1Link ) }); label=Link / Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

[flexcoders] Creating Tree from XML

2006-07-25 Thread Robert Kaeth
Hi All, I have following XML and I would like to create a tree out of it. mx:XMLList id="treeData" node label="RootNode" node label="child1" node label="child11"/ node label="child12"/ node label="child13"/ /node node label="child2" node label="child21"/ node

[flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread thekluito
Hello Oriol, I've found this thread looking for some elegant way to interact amfphp with cairngorm. For what i've read, did you have a php class with the structure of you AS VO? Are you returning an array containing the bookvo info or an bookvo object?. If i'm wrong or this is not your case,

RE: [flexcoders] HTTPService giving error when deployed on server.

2006-07-25 Thread Carson Hager
This has to do with the security model of the Flash Player. Flex Builder is helping you out when running locally by adding your local build directory to the list of "safe" directories for the Flash Player allowing it access to all network resources. When you deploy to your application

[flexcoders] itemrenderer as a Checkbox

2006-07-25 Thread sumeet k
Hi,I am using flex 2. i that I am using datagrid which has itemrenderer in which i am using checkbox. selected and unselected status of checkbox is comming from the dataprovider. but when i click on the checkbox my dataprovider as well as my view should get update also i should get the row

[flexcoders] repost: FW: Radiobutton bug in Repeater

2006-07-25 Thread Steve Cox
Sorry for the repost but I never saw this appear on the list All, Ive been experiencing several issues with the radiobutton when in a repeater the main problem at the moment is this error: TypeError: Error #1009: Cannot access a property or method of a null object reference.

[flexcoders] catching FLEX errors

2006-07-25 Thread chrislee943
Hi all, I need to catch all errors and warning which generate Flex application, but not using try ... catch flow control structure. For example, Division by zero error have been occured - I need to catch and log it and if it possible do not show Flex error dialog with this error. Thanks, Best

Re: [flexcoders] Doesn't work mx:Button click=function({...});

2006-07-25 Thread Clint Tredway
try putting that logic into a function outside the click event of the button. I have seen the flash player get confused as to what to do when functions are nested like that.On 7/25/06, exeypan [EMAIL PROTECTED] wrote: Why it does not work? Function loadXML2

[flexcoders] How to pass optional arguments to a function in Flex 2?

2006-07-25 Thread Artur Kordowski
In Flex 1.5 there was a way to create a function and pass optional arguments to it, and get them in the function using arguments[0]. private function foo():Void { var arg = arguments[0]; } When I try it to do in Flex 2 I've got still an 'Inccorect number of arguments' error. Have

Re: [flexcoders] Problem in displaying data in Combo Box

2006-07-25 Thread Vinod M Jacob
Hi samuel,Thanks for sending me this suggestion.The code is working fine. Anyway i had solved this using a XmlList and making the same change asyouchanged in the xml file and it worked fine.I really appreciate your effort in solving this problem. And once again i thank you for

Re: [flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Andrea Varga
That works too http://www.narancs.net/flex/ClassMappingExample/ClassMappingExample.html (view source enabled) Andi Oriol Gual wrote: First of all, I'd like to thank you all. I tried Renaun's example, and with ServiceCapture, it is returning an array of BookVO. At this point everything

[flexcoders] Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Wally Randall
Has anyone successfully implemented the Flex2/Cairngorm2 version of the Phones sample application? I am stumped with error messages refering to obscure errors I have not yet figured out: Implicit coercion of a value of type to an unrelated class. Interface method onFault in namespace ...

Re: [flexcoders] How to pass optional arguments to a function in Flex 2?

2006-07-25 Thread Paul BH
you need to use the 'rest' parameter its an ellipsis (...)details here:http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1834.html On 7/25/06, Artur Kordowski [EMAIL PROTECTED] wrote: In Flex 1.5

RE: [flexcoders] How to pass optional arguments to a function in Flex 2?

2006-07-25 Thread Artur Kordowski
Thanks a lot Paul, that's exactly that what I'm looking for. Artur From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul BHSent: Tuesday, July 25, 2006 3:25 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to pass optional arguments to a function in

RE: [flexcoders] Flex Vs OpenLaszlo

2006-07-25 Thread Allen Riddle
I had looked at and evaluated the two. Im a big proponent of open source, as most of our technology we use is open source. But, Flex is a much better product hands down. The main thing is consuming data in Flex is leaps and bounds from Lazslo. Also, youre going to get a lot more

Re: [flexcoders] invalidateDisplayList()

2006-07-25 Thread Jeremy Lu
In your updateDisplayList() function, you can add an if clause to detect which part should be redrawn.Something like :if( dotChanged ){ //do redraw}Jeremy. On 7/25/06, Daniel Tuppeny [EMAIL PROTECTED] wrote: Hi, Does calling invalidateDisplayList() on a

Re: [flexcoders] Flex Vs OpenLaszlo

2006-07-25 Thread sinatosk
I'll talk basic and the last time I used OpenLaszlo was version 3.1.x ... one of the main reason why I pretty much dumped OpenLaszlo was development time... it's slower in OpenLaszlo compared to Adobe Flex for me that is anyways... dunno about anyone else. heres ones example... dunno if it's

[flexcoders] Best practices for organizing base code library and project specific code

2006-07-25 Thread ben.clinkinbeard
Just wondering how people out there approach this. Obviously, I have my project neautral, reusable code stored in a structure like com.mydomain.utils, etc. This is off in a general location. Currently, I have a structure like com.mydomain.projects.MyCurrentProject inside the actual Flex project

Re: [flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Oriol Gual
Hi Andi,You're right, it works perfect! Sorry about the other comment.I'm kinda surprised and happy, is this the same that you sent to me?Also, it would be great to know what differences are between yours and Renaun's, because one's working and the other not (at least for me). What changes have

Re: [flexcoders] Best practices for organizing base code library and project specific code

2006-07-25 Thread JesterXL
The only reason I don't keep com.jxl.utils.* as an SWC Library project in FlexBuilder to allow 50 billion projects to use it is because those classes get tweaked every single project... so, rather than tweak something, and break a ton of other projects that have dependencies on it, I just put a

[flexcoders] Securing coldfusion remoting services for flex 2

2006-07-25 Thread Benoit Hediard
What are the best practices to secure coldfusion remoting services for Flex2? On the flash/flex side, we havedconfigured the cross domain policy file on our server, so that only swf served by our domain can call our services. That's fine. But the problem comes from coldfusion

[flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Wally Randall
Thanks for looking at this Ben, however, when I downloaded the app I find that this code is the same as the previous one. 1. It is still referencing the ORG.NEVIS. prefix on the class references in the Phones AS files. The Cairngorm2 release now uses the Com.Adobe. prefix. 2. The

[flexcoders] Debugging the Phones Sample

2006-07-25 Thread Wally Randall
I have run into a construct I do not understand in trying to convert the Phones sample to the final Flex2 and Cairngorm2 environment. This statement is causing an error: public class PhoneListGetCommand implements command, Responder { ... The error states that the Responder class is

Re: [flexcoders] Anyone know the answer? Embed images in one MovieClip, use in another?

2006-07-25 Thread G
Thanks. I believe duplicateMovie doesn't work. From the documentation of duplicateMovie: If you have loaded a movie clip using MovieClip.loadMovie() or the MovieClipLoader class, the contents of the SWF file are not duplicated. This means that you cannot save bandwidth by loading a JPEG or SWF

RE: [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Benoit Hediard
Are you sure you got the latest version? I've just downloaded the zip file on another machine and compiled it successfully. You might have to clear your browser cache and re-download it. Benoit Hediard PS : do not forget to add the Cairngorm.swc to your library path. -Message

Re: [flexcoders] Re: Word Wrap in FlexBuilder

2006-07-25 Thread Clarke Bishop
Thanks George! I tried this little plug-in. It's not perfect, but it definitely solves 90% of my problem. Thanks again! ClarkeOn 7/24/06, george_w_canada [EMAIL PROTECTED] wrote: There's a tiny plug-in available.

Re: [flexcoders] Anyone know the answer? Embed images in one MovieClip, use in another?

2006-07-25 Thread JesterXL
The assets can be shared in Flash Player 9, just not 8 and below. Unfortunately, you're in the same boat as me and using Flex 1.5, and having to deal with Flash + Flex; I know, it's rough. Yahoo yuked on itself last night, so not sure if you ever got your remote shared libraries to work?

[flexcoders] Google Analytics and Flex

2006-07-25 Thread Corey
Does anyone have a code sample of how to hook Google Analytics into Flex? I am interested using Google to track sales on the website. Thanks, COREY Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email

[flexcoders] draggable chart data

2006-07-25 Thread Paul BH
Hi All,just about to start building a chart where you can drag the data region left/right to view older / newer data, and before I get to work on the hardstuff, just wondering if there is a simple way to do this? thxPBH __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] scope form a component to main application

2006-07-25 Thread thekluito
Hi all, this is possible a newbie question, but here I go... I have a main application that includes a component that have a datagrid inside it. I use an image as a cellrenderer and I want to change the state in my main application. I've tried mx.core.Application.application.currenState, also

[flexcoders] DO U HAVE THIS SOURCE??

2006-07-25 Thread kengo_ad
HI!! I VISITED THIS SITE. http://coenraets.com/viewarticle.jsp?articleId=83 HERE, WE MIGHT GET THE GREATE TOOL,ACTUALLY THE SOURCE TO DEBUG IN FLEX, BUT I COUDN'T. ANYBODY HAS THE SOUCE? PLEASE,I WANT THIS ONE!! -- Flexcoders Mailing List FAQ:

[flexcoders] Pointing to Dynamic variables

2006-07-25 Thread arnold_charming
Hi! I have 3 labels with three different IDs: mx:Label id=label1 mx:Label id=label2 mx:Label id=label3 Now I want to use a for...loop statement to dynamicly get access to these labels and change their .text property. Something like this: for(var i:int = 0; i xmlOut.zalozbe.children().length();

RE: [flexcoders] Debugging the Phones Sample

2006-07-25 Thread Benoit Hediard
Yes, this was a change in the responder interface from Cairngorm 2 for beta3 to the final release. The onResult and onFault function must have the following argument : onResult(event:* = null) onFault(event:* = null) Benoit Hediard PS: you can also download the latest version for final release.

[flexcoders] Remoting in MDM Zink

2006-07-25 Thread dimka_ko
Hi, everyone I have a problem with, MDM Zink, when i trying to create .exe file from .swf (Flex 2 App), in this swf I'm using remoting (calling .NET services). Zink builds .exe, but he dont pass my calls to remoting, and application sunctionality is broken. I'm using udpated version of MDM

[flexcoders] dispatching TextEvent on image click

2006-07-25 Thread arnold_charming
Hi! How to dispatch a TextEvent when a user clicks on an image? Thank you. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on

Re: [flexcoders] Re: Still Fuzzy about Flex 2.0 and CFCs

2006-07-25 Thread Tom Chiverton
On Tuesday 25 July 2006 00:42, Barry Beattie wrote: you can get remoting for Java (and .NET) as an add on product. I rather though all you needed to do was right the relevant classes to implement the FDS interface, drop them into the FDS server and you were off. -- Tom Chiverton

[flexcoders] tokens in services-config.xml. magic?

2006-07-25 Thread jrjazzman23
Hi, So services-config.xml has some nice tokens like {server.name}, {context.root}, etc. I can't seem to find a list of these pre-defined tokens in the documentation. Anybody know where this would be? It appears that some of these are resolved to their values at runtime by the SWF. So, this

[flexcoders] Re: Doesn't work mx:Button click=function({...});

2006-07-25 Thread exeypan
try putting that logic into a function outside the click event of the button. links.xml contains links for page1, page2 links.xml | +-- page1.xml | +-- page2.xml How to put logic outside? !-- File: links.xml -- ?xml version=1.0 encoding=UTF-8? rdf:RDF xmlns=http://web.resource.org/cc/;

[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
I have updated the RemoteObjectAMF0 examples to demonstrate it working with out the error. The problem was that I was using the old registerClass method instead of the proper [RemoteClass(alias=com.renaun.samples.vo.BookVO)] in the BookVO.as. You can get the updated source off my blog. And a

RE: [flexcoders] invalidateDisplayList()

2006-07-25 Thread Daniel Tuppeny
That's not really a suitable fix. The invalidateDisplayList()/updateDisplayList() effectively does that already. updateDisplayList() on gets called if it's been invalidated. My problem is that when I call invalidateDisplayList() inside my charts annotation class, it also causes my

Re: [flexcoders] Anyone know the answer? Embed images in one MovieClip, use in another?

2006-07-25 Thread hank williams
I dont think they are using 1.5 (at least I dont see it in the thread). If they are using 2.0 I dont understand why it wouldnt work, because you should have full access to imported clips and their children. I dont have time to try this today, but I dont get the problem they are having with the

[flexcoders] Re: Doesn't work mx:Button click=function({...});

2006-07-25 Thread exeypan
try putting that logic into a function outside the click event of the button. links.xml contains links for page1, page2 links.xml | +-- page1.xml | +-- page2.xml How to put logic outside? !-- File: links.xml -- ?xml version=1.0 encoding=UTF-8? rdf:RDF xmlns=http://web.resource.org/cc/;

[flexcoders] flex 1.5 : AMF and ports and Max users

2006-07-25 Thread Antoine Malpel
Hi, as I use RemoteObject I've seen in Docs FDS can uses RTMP or HTTP, what does that mean ? if rtmp port is closed it switches to HTTP ? so in this case I could get better performances opening the rtmp port ? witch number is it ? Also, can some people give me feedback about Hardware and

[flexcoders] Re: has anyone ever disabled selectability for a textArea??

2006-07-25 Thread jpc14_99
I already have editable = false. That prevents user input but doesn't stop the I-beam on mouseover and the selectability. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 24 July 2006 23:34, JesterXL wrote: I thought it was TextArea.selectable = false;

[flexcoders] Re: tabbing in flex

2006-07-25 Thread b0b0bb0b
well there are two things, one is a controlBar with buttons in it, and when tabbed the first button will be highlighted then it will just move onto the next text box in the VBox rather than the other buttons in the controlBar. I haven't implented the below, so I was just using the default

[flexcoders] Re: Returning hidden ID field value in a datagrid

2006-07-25 Thread michrx7
The RemoteObject is returning simple database values which is why it is the provider for the datagrid. cvcontactID is a primary key and I have set the visible value to false in the datagrid. When someone selects a row I simply want to return the value within the hidden cvcontactID datagrid

Re: [flexcoders] draggable chart data

2006-07-25 Thread Pan Troglodytes
You might be interested in Ely's example where he did the same thing (among other things):http://www.quietlyscheming.com/blog/charts/interactive-bubble-chart/ On 7/25/06, Paul BH [EMAIL PROTECTED] wrote: Hi All,just about to start building a chart where you can drag the data region

Re: [flexcoders] Re: has anyone ever disabled selectability for a textArea??

2006-07-25 Thread hank williams
One way to do this would be to create a new component that inherits from textArea, but where you have overridden the event handling function(s). I would have to look to figure out what those functions are, but it shouldnt be too hard since you have the source. You really just need to find the

[flexcoders] Re: DO U HAVE THIS SOURCE??

2006-07-25 Thread Doug Lowder
Pretty sure that's for Flex 1.5 only, but if you still want the source, there is something very similar in the FAST toolkit - the EchoConsole debugger/introspector. There's a download link at: http://www.adobe.com/devnet/flex/articles/fast_userguide.html In the source zip file, look into the

Re: [flexcoders] draggable chart data

2006-07-25 Thread Paul BH
Thats great, thanks!On 7/25/06, Pan Troglodytes [EMAIL PROTECTED] wrote: You might be interested in Ely's example where he did the same thing (among other things): http://www.quietlyscheming.com/blog/charts/interactive-bubble-chart/ On 7/25/06, Paul BH [EMAIL

[flexcoders] Re: Doesn't work mx:Button click=function({...});

2006-07-25 Thread exeypan
try putting that logic into a function outside the click event of the button. links.xml contains links for page1, page2 links.xml | +-- page1.xml | +-- page2.xml How to put logic outside? !-- File: links.xml -- ?xml version=1.0 encoding=UTF-8? rdf:RDF xmlns=http://web.resource.org/cc/;

RE: [flexcoders] Manually show slider tooltips

2006-07-25 Thread Matt Horn
Do you mean do more than what the dataTipFormatFunction property lets you do? Maybe more detail about what you are trying to do would help. matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Monday,

[flexcoders] Re: has anyone ever disabled selectability for a textArea??

2006-07-25 Thread Doug Lowder
Try this: mx:TextArea enabled=false disabledColor=0x33 text=Some text / --- In flexcoders@yahoogroups.com, JClouz [EMAIL PROTECTED] wrote: I'm sorry to be a bother but this seems like it should be so easy but its driving me nuts. I want to get rid of selectability/i-beam

Re: [flexcoders] Re: Returning hidden ID field value in a datagrid

2006-07-25 Thread Pan Troglodytes
Well, there is more going on than your code is really showing. As an example, here is a simple ArrayCollection connected to a grid. It has a button that will display the hidden column value when clicked. It works perfectly. So that's why I'm asking for more information from you. There's

Re: [flexcoders] Re: Flex AMFPHP and VOs

2006-07-25 Thread Andrea Varga
Hi You're right, it works perfect! Sorry about the other comment. I'm kinda surprised and happy, is this the same that you sent to me? Thanks Oriol. Yes, the code is exactly the same, I have just added that Label to show you that the casting works. Also, it would be great to know what

Re: [flexcoders] invalidateDisplayList()

2006-07-25 Thread Jeremy Lu
Kinda weird, this is my understaning too, but I never dig deep enough into those charting widgets, maybe things are different in there.Have you tried the FlexComponents list also hosted on Yahoo (lead by Ted Patrick) ? most component gurus are there. Jeremy. Surely invalidating one object

[flexcoders] TileList Bug Flex Final... pretty serious.

2006-07-25 Thread sufibaba
Hi ya, I found what seems to be a bug with the TileList Control. When the TileList is resized, not all of the images that are in the TileList are displayed. It seems that when TileList is made smaller, in width and height, the vertical scrollbar will only display some of the images. Has anyone

[flexcoders] Anyone worked with Google API's and Flex/AS3?

2006-07-25 Thread Charles
Hi all, I'm trying to make some API calls to Google using their SOAP API's but I'm a little lost as to where to start. I know I should use a Webservice object to make the initial SOAP call, but I need to add request headers, and I don't know how to do that with a webservice object (I've only

[flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Wally Randall
--- In flexcoders@yahoogroups.com, Benoit Hediard [EMAIL PROTECTED] wrote: Are you sure you got the latest version? Yes I am sure. I have just downloaded the code you supplied in your earlier link: This fragment illustrates part of the problem. The 'org.nevis' prefix is no longer

[flexcoders] Re: Debugging the Phones Sample

2006-07-25 Thread Wally Randall
Benoit: Do you know what is wrong with this declaration? I do not know how to re-code it.: public class PhoneListGetCommand implements command, Responder { ... The error states that the Responder class is implemented with an incompatible signature in the class file. How should this be

RE: [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Benoit Hediard
All the org.nevis references have been replaced in the latest version. You're still downloading the old version, may be a cache issue? Here is an alternate link to workaround the cache problem : http://www.benorama.com/flex/samples/PhonesCairngorm2bis.zip Have fun. Benoit Hediard -Message

[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

  1   2   3   >