RE: [flexcoders] Re: How to assign a data provider to a combo box

2005-08-05 Thread Philippe Maegerman
As suggested before, do the binding in the result event of your webservice webservice result="combo.dataProvider=event.result" Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of terry_hrtnSent: jeudi 4 août 2005 18:25To:

Re: [flexcoders] Re: mouseUp misfire??? and why so many warnings in log file?

2005-08-05 Thread Manish Jethani
On 8/5/05, zhongtie [EMAIL PROTECTED] wrote: But I am still very confused with how the event broadcasting works: it seems that the event handlers are always fired up, but only one of them (in our case, the image I clicked on) has the event.target defined. Why is that? Could be event

Re: [flexcoders] Re: Exchanging custom objects between Flex .NET

2005-08-05 Thread priya s
yeah its possible to return a dataset, with Flash Remoting. There seemed to be no issues.superabe superabe [EMAIL PROTECTED] wrote: Wait. Are you saying you were able to successfully return a datasetfrom .Net to Flex using remoting?Last time I checked I thought I had some issues when I tried

Re: [flexcoders] resizing panes via resize effect

2005-08-05 Thread Manish Jethani
On 8/5/05, zipo13 [EMAIL PROTECTED] wrote: In my app I have 3 panes. left and right - and the right one is divided to top and bottom. ___ | | | | |2| | 1 |_| what I'm trying to do, with a button click effect, is | | | to resize pane 3 so

RE: [flexcoders] Whats the best way to do this

2005-08-05 Thread Philippe Maegerman
you forgot to close to close the click attribute mx:Link click="getURL('path','_blank')"/ Philippe Maegerman Webdeveloper +32 2 400 40 39 +32 472 35 28 10 Avoir des rêves, c'est continuer d'exister... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

[flexcoders] Dynamic Tree and VO's

2005-08-05 Thread digital_eyezed
Hi, I have a tree which is populated (through the dataProvider) from a returned array of VO's from a RemoteObject Call. Within the VO is a number of attributes, two of the attributes are called data and label. The tree shows ok. I want to be able to extract the other attributes that are

RE: [flexcoders] Dynamic Tree and VO's

2005-08-05 Thread João Fernandes
Hi Iain, Try with selectedNode instead selectedItem. João Fernandes Secção de Desenvolvimento Departamento de Informática From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed Sent: sexta-feira, 5 de Agosto de 2005 12:03 To:

[flexcoders] Re: Dispatch event problem

2005-08-05 Thread bhaq1972
--- In flexcoders@yahoogroups.com, Rajesh Jayabalan [EMAIL PROTECTED] wrote: Has anyone dispatched an event from cell renderer? anyone any ideas on how to proceed. Regards Rajesh J yes. in my checkbox cellrenderer after creating the checkbox i added an event listener for click eg

[flexcoders] Re: resizing panes via resize effect

2005-08-05 Thread zipo13
Forgot to say that the problematic data grid is in pane 2. --- In flexcoders@yahoogroups.com, zipo13 [EMAIL PROTECTED] wrote: The problem is with the data grid that is in the pane. The grid should occupy 100% in width and 100% in height of the pane but after its resized is doesn't any more,

[flexcoders] Re: Dynamic Tree and VO's

2005-08-05 Thread bhaq1972
try event.selectedItem.postcode or event.selectedItem.POSTCODE or event.selectedItem['postcode'] --- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED] wrote: Sorry, that didn't work either. Any other ideas?? --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL

RE: [flexcoders] Re: Dynamic Tree and VO's

2005-08-05 Thread Michael Herron
How about event.selectedItem.attributes.postcode? I guess label works as its kind of native to the tree.. Mike. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: 05 August 2005 13:09 To: flexcoders@yahoogroups.com Subject:

[flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Allen Manning
Hello, Im trying to get my flex compilation time down to as little as possible. We are using mxmlc via Ant to compile our flex code. What machine spec would be the best to build these swfs fast. Would a dual proc help at all? Thanks, Allen www.prismix.com/ --

[flexcoders] Cairngorm vs ARP

2005-08-05 Thread mackdoyle
Does anyone have experience working with both and can give a good comparative analysis? And what about MossyBlog's Synergy? Yahoo! Groups Sponsor ~-- font face=arial size=-1a

[flexcoders] nested viewstacks, creationPolicy of none and the creation dilemma

2005-08-05 Thread Jaime Bermudez
Hey guys, I'm not sure if this question was fully explored, but I have a case where I have some nested viewstacks that may have creationPolicies of none. They are actally subclasses of the viewstack class, w/ an activate method that will instantiate a child if it has not yet been defined (i.e.

Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread Niklas Richardson
Try these to links (via Steven) - http://www.bit-101.com/blogadmin/mt-comments.cgi?entry_id=99 - http://groups.yahoo.com/group/flexcoders/message/5741 Cheers Niklas On 05/08/05, mackdoyle [EMAIL PROTECTED] wrote: Does anyone have experience working with both and can give a good comparative

Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread Niklas Richardson
Also, as far as I'm aware, Cairngorm has been taken up by most of the Flex community as the de-facto framework for building Flex applications. We certainly swear by it. On 05/08/05, Niklas Richardson [EMAIL PROTECTED] wrote: Try these to links (via Steven) -

Re: [flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Niklas Richardson
Lots of CPUs and lots of memory! :) On 05/08/05, Allen Manning [EMAIL PROTECTED] wrote: Hello, I'm trying to get my flex compilation time down to as little as possible. We are using mxmlc via Ant to compile our flex code. What machine spec would be the best to build these

RE: [flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Allen Manning
I have 1.5 gigs of memory and still have loads free when the compilation is happening. Would a second processor assist in mxmlc compilation? Allen www.prismix.com/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Niklas Richardson Sent: 05

Re: [flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Niklas Richardson
I would imagine that a dual 3GHz CPU set up would increase the speed of compilation. On 05/08/05, Allen Manning [EMAIL PROTECTED] wrote: I have 1.5 gigs of memory and still have loads free when the compilation is happening. Would a second processor assist in mxmlc compilation? Allen

Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread JesterXL
I don't have experience using Cairngorm, but I do have experience using ARP in Flash Flex. First, the marketing goals side. Comparing them is Apples and Oranges. Yes, both are using good design pattern implementations, yes, both were developed based on similiar ideas, but they both have

Re: [flexcoders] Container alpha/dimming when disabled

2005-08-05 Thread Niklas Richardson
What about changing the disabled styles to be the same as the non-disabled styles? Or is that not what you meant? On 05/08/05, Matt Chotin [EMAIL PROTECTED] wrote: Not in a documented way unfortunately. The way we actually disable a container is to put a blocking mask in front of

[flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Ghislain Simard
Is there an equivalent to a cfdump in Flex? I am trying to display the content of an object. Thanks Yahoo! Groups Sponsor ~-- font face=arial size=-1a

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Allen Manning
Ghislain, There are many AS dump object functions. I would check out these two resources as a start: http://www.macromedia.com/devnet/flex/articles/client_debug_05.html http://www.richinternet.de/blog/index.cfm?entry=EB3BA9D6-A212-C5FA-A9B1B5DB4 BB7F555 HTH, Allen www.prismix.com/

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread João Fernandes
Try this, http://www.macromedia.com/devnet/flex/articles/fast_userguide.html the console panel has a inspector that would allow you to look for your objects. João Fernandes Secção de Desenvolvimento Departamento de Informática From: flexcoders@yahoogroups.com

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Stacy Young
This may prove helpful http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19323 Typically Ill tail this log with cygwin terminal whiel Im working. ( tail f flexlog.txt ) I also turn on debugging in the gateway-config.xml file in WEB-INF which dumps objects to my app

[flexcoders] Accordeon header, text in different color

2005-08-05 Thread Stanislav Zayarsky
Hello Everybody, Goal: I need to have text in accordeon header in different color. Maybe htmlText field in that header. As far as I know we have Button in the accordeon header, so my assumption is to extend button class and use it in extended accordeonHeader class. Maybe someone can suggest

[flexcoders] My Head is in a bin, getUrl with javascript.

2005-08-05 Thread digital_eyezed
Hi, I'm working with an IFrame in html and I am passing info from an mxml custom component to an IFrame which contains a javascript function called 'myTest', when I use getUrl with static text in my mxml to call the javascript function in the IFrame it works, this is the function in the mxml

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Rob Rusher
The closest thing I've seen is the Inspect window that Christophe posted on his blog. http://coenraets.com/viewarticle.jsp?articleId=83 Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher -Original Message- From:

RE: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread Steven Webster
Hi Jesse, I'll just pick up on some points here. My summary is simple however; the design patterns and their interactions, and the implementations of the J2EE concepts in the Flash ecosystem, are largely similar in Cairngorm and ARP. I'd hate to try and do a summary of the differences between

RE: [flexcoders] My Head is in a bin, getUrl with javascript.

2005-08-05 Thread João Fernandes
Dont forget to scape . Try this: function set aler(aler:String):Void { if (aler) { __aler = aler; getURL(_javascript_:myFrame.myTest(\' + __alert + \')); } } João Fernandes Secção de Desenvolvimento Departamento de Informática From:

[flexcoders] My Head is in a bin, getUrl with javascript.

2005-08-05 Thread digital_eyezed
Hi, I'm working with an IFrame in html and I am passing info from an mxml custom component to an IFrame which contains a javascript function called 'myTest', when I use getUrl with static text in my mxml to call the javascript function in the IFrame it works, this is the function in the mxml

[flexcoders] Re: My Head is in a bin, getUrl with javascript.

2005-08-05 Thread digital_eyezed
Your right! That's it, had enough, Friday afternoon I'm going home! Best Regards, Iain --- In flexcoders@yahoogroups.com, Geoffrey Williams [EMAIL PROTECTED] wrote: Perhaps you were missing the single quotes around the variable?: function set aler (aler:String):Void { if (aler) {

Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread JesterXL
Thanks for clarifying; I hope you would. However, I still think ARP is lighter weight; I define light weight as more files = more heavy. ARP doesn't have ViewLocators, ViewHelpers, ModalLocator, etc. My point is ViewHelper and ViewLocators; I don't see the point of abstracting that away;

Re: [flexcoders] Cairngorm vs ARP

2005-08-05 Thread JesterXL
Just to drive the point home which again I think is the main way see my perspective, I can't even imagine hundreds of screens. At most, we have 40 Views, each working out to 16 total forms. That should be a night and day comparison of why I don't see the point of simplfying my Views data

[flexcoders] Re: Fastest Hardware for Flex compilation

2005-08-05 Thread kaibabsowats
CPU is defintely the factor for compiling, as for Dual CPU it depends on if the compiler is multi-threaded. Does any one know if the mxmlc compiler is multi-threaded? --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: I have 1.5 gigs of memory and still have loads free

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Kelly
How did you get certified as a Flex Instructor? I wasnt aware Macromedia offered Instructor Certification. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rob Rusher Sent: Friday, August 05, 2005 11:59 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Stacy Young
Ok weve made some progress. Weve resolved the warnings that were coming up on the screen (even though all settings are in production mode)and load time is down to 12 secs. On our local machines running XP the app loads in just over 4 secs. It appears its still recompiling on every

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Matt Chotin
You gotta imagine theres some cache setting that just isnt up to snuff. Im assuming the JSP isnt injecting anything into to the MXML file itself. What if you pre-compiled the JSP maybe (I assume weblogic has a way of letting you do that)? From: flexcoders@yahoogroups.com

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Stacy Young
I had the same thought, heres how were loading it : mm:mxml id=raven source=raven.mxml border=0 mm:param name=domainStr value=%= domainStr% / /mm:mxml So I had tried removing that variable (although I thought it would be passed in via flashvars and not force re-compile) and the

Re: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Aldo Bucchi
Matt, perhaps if you could provide details on the compiler's cache resolution policy... what does it take into account to decide if it should recompile? ...is there anything that the clustered env could mess up? On 8/5/05, Matt Chotin [EMAIL PROTECTED] wrote: Yeah, that does seem safe

Re: [flexcoders] Need help with components.

2005-08-05 Thread joe . g . james
Never mind I got it. Thanks a lot. CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, you must not read, copy,