[flexcoders] Re: Simple way to do Please wait... type window

2006-08-03 Thread bhaq1972
guys its not working because, your line popUpParent = mainPanel; isn't being set inside an initialize event(for eg). you can do this mx:Application initialize=test() function test() { popUpParent=mainPanel } regards bod --- In flexcoders@yahoogroups.com, Rick Root [EMAIL PROTECTED]

[flexcoders] Person with the [Junk E-Mail - LOW] tags in the Subject

2006-08-03 Thread Mike Anderson
Hello there! Not to nitpick here, but since FlexCoders is definitely considered desired e-mail (otherwise, you wouldn't be subscribed to this mailing list), isn't there a way in your Spam Filter or e-mail client, to Whitelist the FlexCoder postings? This way the Subject Line doesn't have to

[flexcoders] Re: get rid of light line on top of panel

2006-08-03 Thread bhaq1972
are you talking about the line that divides the header and the main panel area? try borderStyle=solid; --- In flexcoders@yahoogroups.com, Pan Troglodytes [EMAIL PROTECTED] wrote: I've been playing with panels and I haven't been able to get the light colored line to not show up on top, no

[flexcoders] Fllash Player 9 bug (i think so...)

2006-08-03 Thread tyombria
I have a problem with my swf in Internet Explorer 6. I have a popup window in my flex2 application. I show Alert on closing popup window - Do you really want to close the window? with Yes and No buttons. All is ok. But if I set '-accessible=true' in the compiler options the swf movie crashes

[flexcoders] [Flex 2][ButtonBar] How to disable a single button

2006-08-03 Thread Carlos Rovira
Hi list,I'm trying to find the way to enable/disable a single button in a ButtonBar, but I can't find a way to do it.Someone could give some insight about this?Thanks in advance. -- ::| Carlos Rovira::| http://www.carlosrovira.com __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Using Repeater with custom actionscript component

2006-08-03 Thread sinacapho
Dear all, I have a problem with using the repeater with custom actionscipt component. for example mx:Repeater dataProvider={Array} id=form_repeater recycleChildren=true general_item:Form_item item_source={form_repeater.currentItem} //mx:Repeater i have use write the

Re: [flexcoders] Re: Sample project for CRUD type application

2006-08-03 Thread Tom Chiverton
On Monday 31 July 2006 17:50, Douglas Knudsen wrote: mx:Binding source={ myModel.foo } destination=myTextControl.text / mx:Binding source={myTextControl.text} destination=myModel.foo / mx:Text id=myTextControl / Does mx:Text id=myTextControl text={myModel.foo} / not work ? -- Tom Chiverton

Re: [flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-03 Thread Tom Chiverton
On Thursday 03 August 2006 05:45, Matt Chotin wrote: don't think scraping the livedocs is kosher, but let me get back to you. But providing a tool that lets users generate their own documentation (for a 3rd party editor or whatever) by scraping the livedocs site, might be ? Or just pointing to

Re: [flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-03 Thread Tom Chiverton
On Thursday 03 August 2006 05:45, Matt Chotin wrote: don't think scraping the livedocs is kosher, but let me get back to you. But providing a tool that lets users generate their own documentation (for a 3rd party editor or whatever) by scraping the livedocs site, might be ? -- Tom Chiverton

[flexcoders] Overlying UIComponent prevents click event

2006-08-03 Thread polestar11
Hi there I have an Image control that sits ontop of a button. I am trying to capture the click event of the underlying button, but it looks like the overlaying image is blocking access to the button. How can I disable this behaviour? The actual setup is slightly more complex: parent canvas: -

[flexcoders] will Flash (stand-alone) Remoting be upgraded for Flex 2.0? (ie not FDS)

2006-08-03 Thread Barry Beattie
I just need clarification on the future of the stand-alone remoting (for Java) . the end of the line? http://www.adobe.com/products/flashremoting/productinfo/versions_pricing/ yes, I realise this is where FDS comes in but what if you need remoting without the extra FDS features (and price tag)?

[flexcoders] Re: [Flex 2][ButtonBar] How to disable a single button

2006-08-03 Thread Tim Hoff
Hi Carlos, You could do this: Button(myButtonBar.getChildAt(1)).enabled = false; -TH --- In flexcoders@yahoogroups.com, Carlos Rovira [EMAIL PROTECTED] wrote: Hi list, I'm trying to find the way to enable/disable a single button in a ButtonBar, but I can't find a way to do it.

Re: [flexcoders] Re: [Flex 2][ButtonBar] How to disable a single button

2006-08-03 Thread Carlos Rovira
Thanks Tim,That worked like a charm :)Best,C.On 8/3/06, Tim Hoff [EMAIL PROTECTED] wrote: Hi Carlos, You could do this: Button(myButtonBar.getChildAt(1)).enabled = false; -TH --- In flexcoders@yahoogroups.com, Carlos Rovira [EMAIL PROTECTED] wrote: Hi

[flexcoders] Unable to detect change in text selection in textArea...

2006-08-03 Thread Jeff
Seems like there should simply be an event on a textArea called selectionChanged... alas there is not. So here is what I've tried: mouseUp handler - Works great if user clicks in a textArea and drags out a selection and lets up on the mouse inside the bounds of the text area. BUT, if they let

[flexcoders] multipleSelection=true not working with List in Firefox

2006-08-03 Thread swhitley02
I have a List object that is working fine in Internet Explorer. The multipleSelection property is set to true and IE allows me to hold the control key and select multiple items. In Firefox -- the same application -- the List only allows single selection. Is there something special that I

Re: [flexcoders] Re: problem with Using the JSP Tag Library

2006-08-03 Thread Satish
I am using flex1.5 only. Then what is the problem? - Original Message - From: Joonha Lee [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 03, 2006 5:55 AM Subject: [flexcoders] Re: problem with Using the JSP Tag Library not support JSP Tag Library in Flex 2

[flexcoders] getURL()

2006-08-03 Thread moni_singhal
I am trying to convert my existing flex1.5 code to flex20 . As getURL is replaced by navigateToURL so if in flex 1.5 the code was like this: getURL(javascript:window.open(' + UPLOAD_PAGE_URL + ?userID= + userID +

[flexcoders] Flex Charting - DrillDown3

2006-08-03 Thread Pramod
Hey All, Another problem, i was working on a Drill down chart. Bascially it uses the code in http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml and option Data Drill Down 3 under the Misc Tech and Examples. I have no clue why dosnet this line of code work - mx:ColumnChart

Re: [flexcoders] Re: Developing on Linux?

2006-08-03 Thread Joan Garnet
I managed to configure Eclipse for mxml syntax highlighting and code suggestion following instructions here: http://www.darronschall.com/weblog/archives/000182.cfm ( note that the post is for Flex1.5 and you will have to change some things like the namespace http://www.macromedia.com/2003/mxml

[flexcoders] How to create amorphous button in Flex(like sth in Flash) ?

2006-08-03 Thread junhufr
Hello, I wonder how to create amorphous button in Flex, since default button in Flex is square. Or someone could tell me how to communicate swf (Flash file but loaded by Flex) communicated with Flex Application. Any help is appreciated. Jun -- Flexcoders Mailing List FAQ:

[flexcoders] [Flex 2] Extending Components: Why test for existence of children?

2006-08-03 Thread astgtciv
flex2_createandextendcomponents.pdf is careful to repeate that if you are extending a component, in your createChildren() method, test for existence of children before creating them to allow subclasses to create a different child instead(e.g., page 168). However, the children in that (and

[flexcoders] WOW - FLEX/AS3 Performance

2006-08-03 Thread John Chipps-Harding
Hi:I am porting a game done in AS2 to FLEX/AS3. It has physics collision detection on an isometric playing board. The AS2 version used to slow down when you had maybe 10 objects moving at a time but in FLEX/AS3 there seems to be no slowing down even with over 100 objects on screen! Amazing!

[flexcoders] how to communicate/share data between multiple SWF

2006-08-03 Thread Amy
I want to have communication plus data sharing between multiple SWF [Flex Project] files. Can anybody help me achieving this? Scenario - We have a web site, within our index page, we want to give few user interactive features. These features [different SWF files] uses some same data, I don't want

[flexcoders] Error while deleting fixed properties

2006-08-03 Thread moni_singhal
In Flex 1.5 we were creating a variable like this: var wcc : LocalConnection = new LocalConnection(); wcc.send(DORADO_UPLOAD_WINDOW_CONTROL, closeWindow); delete wcc; Now as all the actionscript classes are by default sealed ,so if we need to delete any object we need to create it

[flexcoders] Flex 2 / Flash Media Server 2 Connection Issues

2006-08-03 Thread dadrobson
I am trying to integrate Flex 2 with FMS 2. The Flex app connects with FMS; I am sure of this because I monitor the log in the FMS console. However, it keeps throwing the following error (note that FMSFlexTest is the name of my Flex app): Error #2044: Unhandled NetStatusEvent:. level=error,

[flexcoders] How to migrate HAccordion from flex 1.5 to flex 2 ?

2006-08-03 Thread exeypan
I have try ported HAccordion(http://www.mossyblog.com/archives/ 485.cfm) to flex 2 I have copied folder into Project \mx from Flex 2 SDK, and have some problems with mx components: ——— 1020: Method marked override must override another method. Application.as HAccordion/mx/core

Re: [flexcoders] how to communicate/share data between multiple SWF

2006-08-03 Thread Joan Garnet
Have a look at LocalConnection class: http://livedocs.macromedia.com/labs/as3preview/langref/flash/net/LocalConnection.html Amy escribió: I want to have communication plus data sharing between multiple SWF [Flex Project] files. Can anybody help me achieving this? Scenario - We have a web

[flexcoders] Newbie Help - simple login via CFC

2006-08-03 Thread flycl65
Trying to do a simple login via CFC. Query SQL db and return a field value (BrokerID). Returning the following error: ReferenceError: Error #1069: Property resut not found on mx.rpc.events.ResultEvent and there is no default value. I tried doing it by returning the query and couldn't get it to

[flexcoders] Looking for a vector drawing sample site

2006-08-03 Thread Dennis Landi
Hi, figleaf.com appears to be down at the moment, so I am hoping someone can help my here. I have lost the name and link to a site that had a freeware Actionscript Vector drawing flash app that was remarkable in that it would let you use a sketch pad to draw vector shapes and then display the

Re: [flexcoders] getURL()

2006-08-03 Thread Tom Chiverton
On Thursday 03 August 2006 10:43, moni_singhal wrote: var urlReq:URLRequest=new URLRequest(E:/flex/monika/a.html); navigateToURL(urlReq,'var x=javascript:window.open (,test,height=100,width=150,toolbar=no,scrollbars=1,resizable=ye s);x'); Make the 1st arg of you JS function the page URL,

[flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread gotgoose09
// assign BrokerID this.BrokerID = event.resut.UserInfo.BrokerID; You spelled result wrong. --- In flexcoders@yahoogroups.com, flycl65 [EMAIL PROTECTED] wrote: Trying to do a simple login via CFC. Query SQL db and return a field value (BrokerID). Returning the following error:

RE: [flexcoders] Newbie Help - simple login via CFC

2006-08-03 Thread Peter Watson
Property resut Typo here: event.resut.UserInfo.BrokerID resut result From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flycl65 Sent: Thursday, August 03, 2006 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie Help - simple

Re: [flexcoders] WOW - FLEX/AS3 Performance

2006-08-03 Thread sinatosk
news just in flash verison 10 faster than native codeok a joke but yes ActionScript 3 really has shot up in performance. theres an article on MXNA about someone creating 6000 particles with blur/glow ( glow effect slows down more though ) effect and stills runs fine around 30 fps or more.

[flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-03 Thread ben.clinkinbeard
Thanks for the reply, Matt. If this is not ok, what would be acceptable methods for accomplishing things like code completion in third party editors? Obviously, doing this requires knowledge of the structure of all AS3 classes and Livedocs seems like the best/only 'open' and free to the public

[flexcoders] Binding array to repeater

2006-08-03 Thread Jonas Windey
Hi, I have a repeater with a thumbnail in it. Code: mx:Repeater id=rptGallery dataProvider={arrMdta} ui:thumb imagePath={Mdta(rptGallery.currentItem).fileName} / /mx:Repeater In my script I have [Bindable] public var arrMdta:Array = [new Mdta(assets/image001.jpg)];

[flexcoders] Re: Binding data in one MXML component to a Text component in a different MXML c

2006-08-03 Thread Jason
Thanks for the help all. I was able to get my component connected to my data with use of parentDocument. I am going to look into implementing the ModelLocator pattern. Adopting Cairnorm is next on my list after I get my feet a bit more wet with the Flex Builder interface. thanks --- In

[flexcoders] Can you please checkout these sites

2006-08-03 Thread Satish
Can you please checkout these URLs http://images.optin.com.au/optusxmas/flash/penguin_tebe.swf?msg=satish http://www.diesel.com/ When we observe these sites closely we found immediatly when we hit the URL, one flash file is loading until our actial page is loaded. Can we do this in mxml? Our

[flexcoders] Transform XML with external CSS styleSheet via htmlText

2006-08-03 Thread Jason
I am looking for a little help. What was fairly easy to do in AS2 and Flash 8 is proving to be very tricky in Flex 2 AS3. What I want to do is assign a stylesheet to a TextArea component and then add text via htmlText. The text is coming from XML. In AS2/F8 I had a nice system were all my XML

[flexcoders] Real-World Flex Seminar

2006-08-03 Thread Robyn Forma
Hello FlexCoders, Sorry to barge in on your list, but I couldnt find another way of getting this valuable message out to you. Wed like to offer a special $100 discount of off the registration fee for the Real-World Flex Seminar to members of this list. The information and

[flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread flycl65
Wish it was that easy, changed the spelling and it still doesn't work but now a different error. TypeError: Error #1009: Cannot access a property or method of a null object reference. --- In flexcoders@yahoogroups.com, Peter Watson [EMAIL PROTECTED] wrote: Property resut Typo here:

RE: [flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread João Fernandes
Put a breakpoint here private function login_result(event: Object):void And run your app in debug mode and check your event object. BTW, shouldnt be login_result(event:ResultEvent):void instead? João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida

[flexcoders] PHP Soap server and Flex Soap Faults

2006-08-03 Thread Bas J. Brey
Weve been trying to get Soap Faults in Flex from a Apache/PHP Soap Server. Soap faults are sent correctly to Flex (weve tested the functionality with a php client). Ive read here that the server should send a Status: 200 OK header instead of the default 500. How can we do that with

[flexcoders] Equivalent of validate event in Flex20

2006-08-03 Thread santharao246
Hi, we are in the process of migrating from 1.5 to 2.0 in flex1.5, we used to specify handler for validation using the validate event of the validator class. in flex2, the validator has only valid and invalid events. how to go about migrating this. please help to resolve this. --

Re: [flexcoders] Re: Rendering a variable height text area inside a datagrid cell

2006-08-03 Thread Rick Root
Doug Lowder wrote: Try: mx:DataGrid variableRowHeight=true ... Well how 'bout that, I was just looking at the wrong place =) that worked great, thanks Doug. Rick -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Re: get rid of light line on top of panel

2006-08-03 Thread Pan Troglodytes
No, the line at the top of the panel. Try the settings I posted at the style explorer.Doug - yes, I could do that. But then, there's really no point to using a panel at all if I'm going to have to put my own label up there. If I can't figure out some way to do this I'll rip them out. On 8/3/06,

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

2006-08-03 Thread Jonas Windey
Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006 __ NOD32 1.1690 (20060803) Information

Re: [flexcoders] WOW - FLEX/AS3 Performance

2006-08-03 Thread Rick Root
John Chipps-Harding wrote: I am porting a game done in AS2 to FLEX/AS3. It has physics collision detection on an isometric playing board. The AS2 version used to slow down when you had maybe 10 objects moving at a time but in FLEX/AS3 there seems to be no slowing down even with over

[flexcoders] Re: getURL()

2006-08-03 Thread Geoffrey Williams
Well, seeing as you're not posting the variables, you can try ExternalInterface. var url : String = http://adobe.com;; var vars : URLVariables = new URLVariables (); vars.userID = userID; vars.userName = userName; vars.sessionID = sessionID; url += ? + String (vars); var target : String =

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

2006-08-03 Thread Clint Tredway
. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006 __ NOD32 1.1690 (20060803) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- diabetic? http

[flexcoders] Migrating Validators Event from Flex1.5 to Flex2.0

2006-08-03 Thread karthikeyanik
Hi, mx:Validator field=theModel.text validate=customValidate( event.validator, event.value ) listener=this / In Flex1.5 the event handler to validate the field can be specified using the validate event. But in Flex2.0 there is no validate event. The only available events are valid and

Re: [flexcoders] [Flex 2] Extending Components: Why test for existence of children?

2006-08-03 Thread Jeremy Lu
AFAIK, createChildren() may be called more then once during the app life cycle, so it's neccessary to check the existence of the children before creating it. Jeremy. On 8/3/06, astgtciv [EMAIL PROTECTED] wrote: flex2_createandextendcomponents.pdf is

[flexcoders] Another Dummie

2006-08-03 Thread robert_mediasvar
Hi, I'm absolutely new to Flex and Cairngorm, but have a long history with PHP development. I plan to trash HTML as UI and go full Flex with Cairngorm using PHP to create webservices for my application. I just realized that Flex is a whole different ballgame and I have lot to learn here.

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

2006-08-03 Thread Jonas Windey
: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006 __ NOD32 1.1690 (20060803) Information __ This message was checked

RE: [flexcoders] WOW - FLEX/AS3 Performance

2006-08-03 Thread Horváth Balázs
Hi all! I also can tell you a great perfomance news in flex 2. The fileupload in flash 8 crashed and the browser stopped the script when the uploaded file is more then 15-20 mega. It was a bad news, because we should upload 100-200 megas. The Macromedia support said: sorry, flash

[flexcoders] Re: getURL()

2006-08-03 Thread Mike Collins
Another option is to create a local function called getURL that calls navigateToURL. It may reduce some code changes for you. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

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

2006-08-03 Thread Renaun Erickson
: 8/2/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: 8/2/2006 __ NOD32 1.1690 (20060803) Information __ This message was checked by NOD32 antivirus system. http

[flexcoders] Re: Array parameters fail with Webservices

2006-08-03 Thread kaleb_pederson
Thanks for the suggestion. I tried: // variation five ws.sendStrings(One,Two,Three); // variation six ws.sendStrings(new Array(One,Two,Three)); Both of the above result in the exact same empty SOAP message being generated. Any other ideas? Given the number of variations that I have tried,

[flexcoders] mapped CFCs location on production box

2006-08-03 Thread Paul Hastings
we're using cf mapped CFC locations. works fine in development but will the production box also have to turn on the use-mappings option (in the services-config.xml or whatever files)? thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Chart highlights when hovering

2006-08-03 Thread Stacy Young
Is there an easy way to get highlights on mouseover on a pie chart without writing a renderer? Thx Stace AVIS IMPORTANT WARNING Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement

[flexcoders] Re: Array parameters fail with Webservices

2006-08-03 Thread Renaun Erickson
Get a HTTP traffic sniffer like ServiceCapture and see how the request is going out. It looks to be an issue on the WebService side or you are making a call to an invalid WSDL or WebService file. You need to look into the WebService side of things. Renaun --- In flexcoders@yahoogroups.com,

[flexcoders] Datatips on Cartesian chart

2006-08-03 Thread Tom Fitzpatrick
I have a Cartesian chart that contains several column series and a line series. I'm customizing the dataTips for the chart with a simple dataTipFunction: private function buildDataTip(e:HitData):String { var col:ColumnSeries = ColumnSeries(e.element); return

Re: [flexcoders] mapped CFCs location on production box

2006-08-03 Thread Simeon Bateman
I would expect the settings to have to be the same. If you are using mappings with the option enabled in development, I would think it would have to also be set like that in production.simeon On 8/3/06, Paul Hastings [EMAIL PROTECTED] wrote: we're using cf

RE: [flexcoders] how to communicate/share data between multiple SWF

2006-08-03 Thread Tracy Spratt
I assume you have multiple object/embed tags/swfs for a good reason (You do, right? Do I understand correctly?  ), but if it happens to be a legacy situation, have you considered using the swfs as components in a single Flex app? The scenario you describe does not require separate

[flexcoders] Gauge/Meter UI Components for Flex

2006-08-03 Thread RBullotta
Are there any Flex-specific commercial products that provide rich gauges and other similar UI components? I looked at InfoSoft's Instrumentation Suite, but it is not Flex-friendly (basically standalone SWF's). Thanks. - Rick -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Chart multiple vertical axis

2006-08-03 Thread RBullotta
Could you post an example of how you did your custom datatransform? I have a very similar need... -- 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

RE: [flexcoders] Re: Caringorm - Visual Flowchart Poster!

2006-08-03 Thread Evan Gifford
Hey Alex, To visually represent what youve described, my best guess is to put a gear shape in the ContactVO which has the label Business Logic, but then again what kind of Business logic is there in this example really? I think what were really talking about is a different,

[flexcoders] RichTextEditor alternative?

2006-08-03 Thread Shannon Hicks
So, I'm trying to implement some type of WYSIWYG editor for a content management system... The rich text editor, well, sucks in that regard. It strips out all HTML that it doesn't understand, I lose all the code formatting that I had, and the HTML it does create... well... isn't pretty.

RE: [flexcoders] Re: Array parameters fail with Webservices

2006-08-03 Thread Darren Houle
Did you try creating and sending that XML I suggested? Darren From: kaleb_pederson [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Array parameters fail with Webservices Date: Thu, 03 Aug 2006 15:36:07 - Thanks for the

RE: [flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread Darren Houle
Assuming this is Delegate code... Implementing the Caringorm Responder requires an onResult(event:*=null):void method, but implementing IResponder requires a result(data:Object):void method, so... this looks like something kinda the same as IResponder only different. It accepts the Object arg

[flexcoders] Re: Newbie Help - simple login via CFC

2006-08-03 Thread flexnadobe
Use the Object Utility to Show you what is being returned and then you will be able to trace it down. mx:Script ![CDATA[ import mx.utils.ObjectUtil; import mx.controls.Alert; private function

[flexcoders] Re: Equivalent of validate event in Flex20

2006-08-03 Thread flexnadobe
I think you do it like this. private function saveItem(item:Object):void { // array of validators to check before form is submitted var validators:Array = []; validators[0] =

Re: [flexcoders] Gauge/Meter UI Components for Flex

2006-08-03 Thread Douglas Knudsen
there's a great write up from Peter Ent on creating custom components that happens to use a guage type of thing.http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.cfm#more DKOn 8/3/06, RBullotta [EMAIL PROTECTED] wrote: Are there any Flex-specific commercial products that

[flexcoders] Re: RichTextEditor alternative?

2006-08-03 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: The rich text editor, well, sucks in that regard. It strips out all HTML that it doesn't understand, I lose all the code formatting that I had, and the HTML it does create... Please note that Flash/Flex only supports a

RE: [flexcoders] SOLVED Easy Question: can't connect to flash debugger?

2006-08-03 Thread G
Holy cow, that worked! Thanks. --- Matt Chotin [EMAIL PROTECTED] wrote: Launch the browser going to that url and wait for the dialog to come up. Then in fdb just type run and let it sit hanging. Then choose the default where option for the debugger and hit OK. Should work. Matt

RE: [flexcoders] Datatips on Cartesian chart

2006-08-03 Thread Matt Horn
you can check against the series type with e.element; something like: if (e.element is ColumnSeries) { var col:ColumnSeries = ColumnSeries(e.element); return b+col.name+:/bbr+ e.item[col.yField]; } else if (e.element is LineSeries) { ... } hth, matt horn flex docs

[flexcoders] serial number before DVD

2006-08-03 Thread Matt Chotin
OK, here's what you need to do. 1st off, the best thing to do is order the DVD before your trial is close to expiring :-) But if you run out of time: Order the DVD. Contact Customer Service: U.S. 1-800-833-6687, others find your number here: http://www.adobe.com/support/contact/ Or email

[flexcoders] Re: Dumb Newbie Question - Underlined Hyperlinks

2006-08-03 Thread karstendwolf
This is what Adobe support had to say (btw, wow, they answer feature requests! cool!): ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ public function callRO():void{ ti.htmlText=u+ti.text+/u; }

[flexcoders] Newbie question videodisplay problem

2006-08-03 Thread tonyx_788
i'm going crazy with FLEX Any one knows why i get NO BITRATE MATCH when selecting a second video from a list component i'm using e4x to make a filter search on a xml file, it works fine my problem is with the video display component my MXML looks something like this (won't compile) .

Re: [flexcoders] Re: Caringorm - Visual Flowchart Poster!

2006-08-03 Thread Ralf Bokelberg
Hi Evan The commands represent parts of the controller. As such they don't implement businesslogic but control processes. For example a command could ask the model to insert a new record of data and thereafter to select this record. The insertion and selection of the data is done by the model,

[flexcoders] Re: Dumb Newbie Question - Underlined Hyperlinks

2006-08-03 Thread karstendwolf
This is what Flex support wrote: I hope this code solves the problem ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ public function callRO():void{ ti.htmlText=u+ti.text+/u; } public

[flexcoders] Re: Dumb Newbie Question - Underlined Hyperlinks

2006-08-03 Thread karstendwolf
So this is interesting, You could enhance this snippet to put a u tag around many links in a longer textfile like private var someHTMLText:String = This is a href=http://somewhere;first link/a and a href=http://overthere;second link/a. And bnow/b some more text.; public function

RE: [flexcoders] Re: Caringorm - Visual Flowchart Poster!

2006-08-03 Thread Evan Gifford
OOOo .. you got me! Yeah, youre right .. :^) Ok, so then what do you suggest for visually representing this aspect? Thanks! Evan From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Bokelberg Sent: Thursday, August 03, 2006 11:11

Re: [flexcoders] Datatips on Cartesian chart

2006-08-03 Thread Tom Fitzpatrick
Yes, that is syntax was the ticket - thanks, Matt. To paraphrase Bill Clinton, I now know what the meaning of is is. I did have to do it slightly differently, to avoid a no return value error - storing the return string in a variable outside the if statement. Here's how it looks: private

[flexcoders] Re: Flex 2 / Flash Media Server 2 Connection Issues

2006-08-03 Thread dadrobson
RESOLVED: The value of the NetConnection's ObjectEncoding property needed to be set to AMF0 because Flash Media Server 2 was released prior to ActionScript 3.0. Since all of my NetConnection calls are to FMS 2, I am able to set the default value once for all connections (this must be done

[flexcoders] datagrid.selectedItem in list

2006-08-03 Thread tonyx_788
what i want is to keep each name i select in the datagrid to stay in the list so i know the last 10 names i clicked on the datagrid mx:List id=lista x=652 y=382 height=57 width=288 dataProvider={datagrid.selectedItem.name}/mx:List -- Flexcoders Mailing List FAQ:

[flexcoders] How to streaming video with VideoDisplay component?

2006-08-03 Thread user_abcxyz
Can you give me an example? 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 the web, go to:

[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: Array parameters fail with Webservices

2006-08-03 Thread kaleb_pederson
I have been using tcpdump to grab the packets. I can tell that the SOAP Envelope being generated contains an empty parameter list. Per my first post, the SOAP envelope being generated looks like the following (less formatting): ?xml version=1.0 encoding=utf-8? SOAP-ENV:Envelope

[flexcoders] Hiding some borders in a stacked Column Chart

2006-08-03 Thread Oscar
I have a column chart that is showing three categories stacked. The chart shows the different categories in different colors ( see below). All this is great, but I would like only two show the top border of the top two categories ( see below). I want to use these single horizontal lines to

RE: [flexcoders] Chart highlights when hovering

2006-08-03 Thread Dimitrios Gianninas
We tried something like below yet it does nothing: mx:PieChart ... rollOverEffect="{myFade}"/ mx:Fade id="myFade" alphaFrom="100" alphaTo="50" duration="200"/ What we want is that when a user passes his cursor over some area in a pie chart, that it gets highlighted so the user knows

Re: [flexcoders] will Flash (stand-alone) Remoting be upgraded for Flex 2.0? (ie not FDS)

2006-08-03 Thread Nick Collins
If you're using Coldfusion MX7, just run the 7.0.2 updater and it will give you remoting built in.On 8/3/06, Barry Beattie [EMAIL PROTECTED] wrote: I just need clarification on the future of the stand-alone remoting (for Java) . the end of the line?

RE: [flexcoders] serial number before DVD

2006-08-03 Thread Jack W. Caldwell @ Zingit Technologies, Inc.
Matt: Thanks, Jack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Thursday, August 03, 2006 12:08 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] serial number before DVD OK, here's what you need to do.1st off, the best thing to do is

Re: [flexcoders] Re: Developing on Linux?

2006-08-03 Thread Nick Collins
I agree... I have much the same problem with it. I like how it has the auto collapse for certain tags, but I'd also like the standard eclipse ability to select a section of code, such as a function and add a code folding marker to it. On 8/2/06, Impudent1 [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Adding AS3 support to 3rd party editors - legal question

2006-08-03 Thread Adam Dorritie
On 8/3/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: Thanks for the reply, Matt. If this is not ok, what would be acceptable methods for accomplishing things like code completion in third party editors? Obviously, doing this requires knowledge of the structure of all AS3 classes and Livedocs

Re: [flexcoders] Serverside FLV conversion?

2006-08-03 Thread Rick Schmitty
Thank you very much fellas, appreciate the helpful info!On 8/2/06, Greg Hamer [EMAIL PROTECTED] wrote: Hi Rick, I fully support Renaun and John's replies. Also thought you might find interesting the following very comprehensive post by Daniel Tietze.

[flexcoders] Re: get rid of light line on top of panel

2006-08-03 Thread Doug Lowder
Sure, I guess it comes down to what you need the panel for in the first place. In my case, I specifically wanted a Panel with a customized header. It was easy to just set headerHeight to 0 and insert an HBox at the top of the panel, with a Label that had its text property bound to the

[flexcoders] Re: Array parameters fail with Webservices

2006-08-03 Thread kaleb_pederson
No... I had missed your message. I ran through the process as you indicated and found out that the XML that you generate gets sent as the SOAP Body, so it doesn't use the call information from the operation that I had. Thus, I had to use as XML: ns1:sendStrings

[flexcoders] Firefox + Network debugging + you

2006-08-03 Thread james_dhap
Hey All, I found an amazing tool last night that helped us track down an issue with a deployment of our app on our testing servers. We were getting strange HTTP faults that only occured on the testing server and it was impossible to use a http tunneling tool such as NetTools to track down the

[flexcoders] AS3 Question: Ideas to override graphics methods within DisplayObject.graphics?

2006-08-03 Thread yp_daniel_san_francisco_980
Hey Guys, First post -- but I am struggling to come up with a solution. What I'm trying to make is a very simple photo editing component -- a sprite with layers of bitmaps. Problem is I don't want the drawing events to always go above all the bitmaps -- I only want the drawing events to be

[flexcoders] Parent MenuItem Reference

2006-08-03 Thread Daniel Freiman
I have a MenuBar with multiple submens. For example Flex Builder has the File Menu, then the New item has a submenu listing the different types of files. Assuming I have mimicked this structure, if I have a reference to the menu which contains the types of files you can create, is there any way

  1   2   >