RE: [flexcoders] Re: Code Behind Woes

2007-04-26 Thread Jim Grinsfelder
The mistake I made that vexed me yesterday was failing to place the over-riding class file into a sub-directory (folder) with the package name beneath the project in the navigator tree, so Flex couldn't find it. Once I did that, it worked fine. I have to remember to put package files in a f

RE: [flexcoders] ArrayCollections as source for charting

2007-04-26 Thread Sunil Bannur
Answer to First question: Just assign the same arraycollection as dataprovider to all charts Answer to Second question: The charts will update, when the base arraycollection is changed. -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On B

[flexcoders] Error #1034: Type Coercion failed

2007-04-26 Thread rdeijkers
I'm trying to fill a Tile with the contents of an xml file. This is my mxml code: http://www.adobe.com/2006/mxml"; layout="absolute" width="100%" height="100%" backgroundAlpha="0" applicationComplete="srv.send();" horizontalScrollPolicy="off" verticalScrollPolicy="off">

[flexcoders] XML and Button

2007-04-26 Thread Dur-E-Wahab Khan
Hi, How are all of you. Well I am new to Flex. But I have started building simple applications. One of the top most problem I am facing is working with XML and Button. Can you please assist me in this. I am explaining my problem: I have an external XML file like this:

[flexcoders] RE: Updating progress bar in datagrid when uploading files

2007-04-26 Thread Mark Ingram
Hi, I only joined yesterday, not sure if the email got received or not. I am basically just trying to hook up the ProgressBar.source property with a property stored on the data provider (m_uploadFileList[i].FileReference). Thanks, Mark From: Mark I

Re: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-26 Thread Michael Wills
Yeah the POI marker click event is fine and quite useful. I think it was after reading your post Anupam. :-) However after that, I can't trigger anything in the Cairngorm app. I even tried to make a function with the original as2map.fla that would simply trigger a new POIMarkerClick event with

[flexcoders] Re: Inline MXML event handlers - weak reference?

2007-04-26 Thread geoffreymina
Thanks for the info. I too think this should end up somewhere in the docs... it is very useful. Thanks, Geoff

[flexcoders] Re: SWF not loading on SSL web page

2007-04-26 Thread marc_watts1
Thanks that was it exactly. Any idea why it behaves like that? --- In flexcoders@yahoogroups.com, "iko_knyphausen" <[EMAIL PROTECTED]> wrote: > > > Response Headers maybe... Make sure the web server that serves the SWF > does not create a CacheControl=No-cache header. See other posts > regarding

[flexcoders] Re: PopUpManager Memory Leak > 10 children???

2007-04-26 Thread geoffreymina
The question I have is why doesn't the garbage collector reclaim _any_ of the memory? It is probably more of a bug with the flash runtime as opposed to flex. I am not going to file a bug report as this is something that will most likely never happen in a real world situation. Thanks, geoff

RE: [flexcoders] Re: NetConnection.Connect.Failed

2007-04-26 Thread Peter Farland
Can you give me the URL to that specific FMS example? That nc.connect URL looks a little odd. Is your server name really tutorial_hello, or did you just remove this information for the purposes of posting to this forum? Typically, I'd expect an RTMP URL to look more like this: rtmp://myserver:

[flexcoders] Slider with mutlitple highlighted areas

2007-04-26 Thread geoffreymina
I am trying to make an HSlider with 6 thumbs. I would like highlights between 1-2, 3-4, and 5-6 with no highlight between 2-3 and 4-5. Is this possible with styles or do I need to start building my own custom component? Thanks, Geoff

[flexcoders] ArrayCollections as source for charting

2007-04-26 Thread klar1ty
I am writing a flex application that stores a dataset in an arrayCollection called stats. Through use of the application, the stats:ArrayCollection is updated. One particular state of the application has 3 charts covering stats for thisWeek, thisMonth and thisQuarter. Right now, I have a single

Re: [flexcoders] addChild problems

2007-04-26 Thread Jason C Reynolds
Does not work just means it isn't showing up on screen - something is wrong with how I am adding stuff to the display list. MainApp has the canvas object, and the content object -> creates an instance of any class that extends my ContentTemplate class. I don't see why canvas.addChild(contentObje

Re: [flexcoders] Alert Control Crashing App

2007-04-26 Thread rml__
Update your flash player version, i had the same problem in IE, it was solved updating the flash player. rml - Mensaje original De: Manish Jethani <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviado: miƩrcoles, 25 de abril, 2007 5:33:04 Asunto: Re: [flexcoders] Alert Control Cr

[flexcoders] Mimicking the Apple Finder column view

2007-04-26 Thread Jason Wehling
I'm curious if anyone has either implemented or considered trying to mimic the functionality of the Apple Finder "column" view. This would be a component capable of traversing a large data set (like a file system), and loading the data one layer at a time. Maybe combining a single-column da

RE: [flexcoders] One Singleton many application

2007-04-26 Thread Brian Holmes
If you have two applications that need to share the same variable, look into creating a RSL where the singleton can exist safely and everyone knows where to go get it. If you're using an application shell and loading modules you can create a static class or variable to house the singleton.

Re: [flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread Roman Protsiuk
Hi, John. My previous message wasn't any good. Sorry. :) The error box is one of components rawChilds. I guess what you need to check is UIComponents validationResultHandler() method. validationResultHandler()method public function validationResultHandler(event:ValidationResultEvent

Re: [flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread Roman Protsiuk
Is Validator you use required=true? R. On 4/26/07, John Menke <[EMAIL PROTECTED]> wrote: How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with

Re: [flexcoders] wsdl path error

2007-04-26 Thread Muzak
Read up on Flash Player Security. http://labs.adobe.com/wiki/index.php/Flex:Accessing_Data http://livedocs.adobe.com/flex/2/docs/1950.html regards, Muzak - Original Message - From: "slash_n_rose" <[EMAIL PROTECTED]> To: Sent: Thursday, April 26, 2007 9:29 AM Subject: [flexcoders] w

[flexcoders] Validating custom component - how to get error to display next to field

2007-04-26 Thread John Menke
How do i get validation errors to appear next to corresponding fields in a component that i have on an .mxml page? I have a custom component that contains text fields. I can validate the component with a custom validator but i cannot get the error to display next to the field. Any suggestions?

[flexcoders] Re: OT: SVN>Subclipse>Flex/CF/MySQL

2007-04-26 Thread shawn.gibson
Hi Kevin, thanks very much, it sounds better now:) I'll give this a go and see what happens. The online service looks like a good way to start too, and then after learning the ropes I can decide if I want to 'bring it all home' or not. Thanks a lot for your help, I'll get cracking on it after wor

RE: [flexcoders] Customizing datatips

2007-04-26 Thread Sunil Bannur
The correct way of doing this would be to have a custom datatip renderer and assign it to dataTipItemRenderer, As a workaround, you could do this. lineChart.setStyle("dataTipRenderer",UIComponent); or for that matter a dummy programmaticskin, It would give you the same effect as google finance

[flexcoders] Open source Flex (incl. compiler)

2007-04-26 Thread Tom Chiverton
(http://labs.adobe.com/wiki/index.php/Flex:Open_Source) By the end of the year. Wow. That *is* a surprise ! -- Tom Chiverton Helping to heterogeneously implement integrated infomediaries on: http://thefalken.livejournal.com This email is sen

[flexcoders] Re: wsdl path error

2007-04-26 Thread Jaganathan.K
Place the crossdomain.xml file on your server path so that you can access it at http://abc.com/crossdomain.xml Your xml file should contain the following code http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";> OR There is an alternative, where you need to add -use-network=false to

[flexcoders] Re: Cairngorm, is this suitable as Cairngorm "event"

2007-04-26 Thread bnsmeets
Nice, tnx guys. Great replies. Gonna print them out and see if i can get it clear for myself.

[flexcoders] Re: submenu can't show completely

2007-04-26 Thread kkinaru
Thankyou all... I have a solution: Sadly, Menu implementation "controls" menu-out-of-bounds, with the code posted upper: from mx.controls.Menu.show(... , ...) [CODE] // Adjust for menus that extend out of bounds if (this != getRootMenu()) { var shift:Number = x + width - scree

[flexcoders] wsdl path error

2007-04-26 Thread slash_n_rose
Hi, When I access data from server using webservice I have to specify the path of wsdl. There is a problem with that For example If I give the path as http://www.abc.com/service.asmx?WSDL, I cant access the html page containing that swf movie with out using "www" infront of the url. If I access the

[flexcoders] Hibernate & MiddlegenIDE Plugin Install

2007-04-26 Thread Kevin
Has anyone used 'middlegenide' with Ecplise to generate Hibernate Mapping files? http://sourceforge.net/project/showfiles.php?group_id=36044 Seems like this would be an "easy" way to map an existing database to Hibernate for use in FDS. Seems better than Hibernate-tools which doesn't suppo

<    1   2