[flexcoders] TitleWindow Show and Hide effects

2010-03-18 Thread raja_s_patil
Hello, In My Project I am Using many TitleWindows as popups via PopUpManager Create and remove popups methods. All is working fine. Now I would like to apply some effects like fade or zoom while the popup is being shown and removed and I would like to define those effects in a central location

[flexcoders] Scroll Problem

2010-03-18 Thread criptopus
I hope this is a better explination of my problem than the last time... In the following code how do I make the 1000px blue box to scroll in the 100% x 100% central area with scroll bars. I have played around with verticalScrollPolicy but I must be missing something. ?xml version=1.0

[flexcoders] Add an DisplayObject to tabNavigator ???? Any idea ???Any help

2010-03-18 Thread Nini7016 Nini7016
Hello :) I created two tabs, in each tab i added a chlid which is DisplayObject. Unfortunatelly, it added the DisplayObject only for one tab et not the other. Although i added the same object .. There is my code : private function createTab(tabNavigator : TabNavigator, obBpmn :

[flexcoders] Re: using custom components

2010-03-18 Thread hgnowhg
thank you. Yeah, I've seen those but how do I use something created in catalyst? It gives me a bunch of mxml files that replace the jpeg or png files you'd normally have. How do I use those? I get an error w/ this: upArrowSkin: Embed(source=../assets/scrollUpArrow2.mxml); but when I replace it

[flexcoders] Adding more variable information to the FileReference.upload()

2010-03-18 Thread Wally Kolcz
I am attempting to upload photos using FileReference. It seems to work file, passing the file to ColdFusion to process the uploading, however I need to associate the username to the actual file (or its final name). Can I add a variable to the 'filedata' to include the username from the

[flexcoders] multicolor in single line chart

2010-03-18 Thread Krunal Panchal
Hi All, Is it possible to have multicolor in single line chart. Suppose i have line chart. there will be break point after that break point my line color will be different. Thanks in advance. Regards, Krunal Panchal | *panchal_...@yahoo.com

[flexcoders] Re: Reuse a LabelFunction

2010-03-18 Thread valdhor
You could write the Item Renderer as an MXML component or an ActionScript class. I have created a sample of both types that do the same thing. Sometimes it easier to do it in MXML; Sometimes AS is the best way. With this trivial example, both are about the same. Pick whichever way you like the

Re: [flexcoders] FMS install issues....

2010-03-18 Thread Tino Dai
Let's see your /etc/ld.so.conf.d or /etc/ld.so.conf -Tino On Thu, Mar 18, 2010 at 1:20 AM, grimmwerks gr...@grimmwerks.com wrote: Not quite Flex but related... I'm having issues with installing my FMS setup on gnu linux -- I'm getting the old nspr libraries not found... the strange

[flexcoders] Re: Type coercion failed for the same class

2010-03-18 Thread cosmin
Actually, looks like setting the security domain too, for the LoaderContext object does the trick. Thanks Alex for the presentation, will study it to better understand the ApplicationDomain stuff. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: See the modules presentation on

Re: [flexcoders] Adding more variable information to the FileReference.upload()

2010-03-18 Thread Wally Kolcz
Found it. Adding URLVariables to the upload worked. On 3/18/2010 7:54 AM, Wally Kolcz wrote: I am attempting to upload photos using FileReference. It seems to work file, passing the file to ColdFusion to process the uploading, however I need to associate the username to the actual file (or its

[flexcoders] Re: Datagrid measureHeightOfItems wrong - DG harbors items that shouldn't be the

2010-03-18 Thread atomilux
updateComplete failed because the dataProvider came back as null. viewMetrics added back in. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: ValueCommit probably isn't the right event. The DG probably doesn't have the final width yet so the heights will not calculate

[flexcoders] What book in Flex would you guys recommend for a newbie ?

2010-03-18 Thread fred44455
I already asked questions on this forum but I rarely get feed backs. I was told that the Adobe community was a fantastic one but I guess it is very much like linux if you are a newbie you are on your own. Anyway I would appreciate a recommendation on a good book to learn Flex. Also I was told to

[flexcoders] Skinning Spark Components in Flash CS4?

2010-03-18 Thread Christopher McArthur
I cant find any information on how to skin Spark components from Flash, perhaps using something similiar to the Flash Component Kit for Flex3. Here are two examples of Flex Components I would like to build in Flash. 1) A normal Button skin. Positioning the text label, and creating all of the

Re: [flexcoders] Re: Datagrid measureHeightOfItems wrong - DG harbors items that shouldn't be the

2010-03-18 Thread Alex Harui
You might get more than on e updateComplete. On 3/18/10 9:30 AM, atomilux atomi...@yahoo.com wrote: updateComplete failed because the dataProvider came back as null. viewMetrics added back in. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@...

[flexcoders] Re: Datagrid measureHeightOfItems wrong - DG harbors items that shouldn't be the

2010-03-18 Thread atomilux
Not sure what that means ... Well, until I find something better - my deadline is fast approaching and I don't have time to wait so I figured out a hack. It involves 2 event listeners and jolting the dataProvider to simulate a manual reordering (which triggers the right resizing btw). Also, I

[flexcoders] Custom Canvas Shape visible in design view of flex builder

2010-03-18 Thread yzarcman
I have a library which has custom controls. I have a BubbleCanvas class constructor { this.setStyle(backgroundImage, canvasBackground); this.setStyle(backgroundSize, 100%); | canvasBackground is a png with transparency so that the form is shaped like a conversation bubble. Now at run time

[flexcoders] Problem in reading an XML file

2010-03-18 Thread Sneha B
Hello All, Can anybody help me find out the bug in my program which doesn't read children in an XML file. I am trying to get WOEID of the location provided from Yahoo webservice API. I have given below what I am doing and also the XML file generated from Yahoo. mx:HTTPService id=weatherService

[flexcoders] Problem reading an XML file

2010-03-18 Thread Sneha
Hello All, Can anybody help me find out the bug in my program which doesn't read children in an XML file. I am trying to get WOEID of the location provided from Yahoo webservice API. I have given below what I am doing and also the XML file generated from Yahoo. mx:HTTPService

[flexcoders] Re: multicolor in single line chart

2010-03-18 Thread turbo_vb
This might give you some ideas: http://www.timothyhoff.com/projects/LineRendererSample/LineRendererSampl\ e.html http://www.timothyhoff.com/projects/LineRendererSample/LineRendererSamp\ le.html -TH --- In flexcoders@yahoogroups.com, Krunal Panchal panchal_...@... wrote: Hi All, Is it possible

[flexcoders] Re: Pb with Amfphp

2010-03-18 Thread valdhor
How are you setting up the channel for AMFPHP? Is it with AS3 code or with a services-config.xml file? If it is the latter, check to see if you have channels set up in the XML and that you have a child channel-definition named amfphp with the endpoint set to the location of the gateway.php

Re: [flexcoders] What book in Flex would you guys recommend for a newbie ?

2010-03-18 Thread Steve Mathews
The community is great at helping people who have specific questions. A newbie is on their own until they at least learn the basics and can ask meaningful questions. For example, if you haven't figured out the difference between MXML and AS3, then you need to do some self study before asking

[flexcoders] What book in Flex  would you guys recommend for a newbie ?

2010-03-18 Thread Mykola Dzyuba
I would recommend Adobe Flex 4 docs. It has the latest info on Flex 4. It is easy to read and review and run examples online. http://help.adobe.com/en_US/Flex/4.0/UsingSDK/index.html - Mykola

[flexcoders] Re: Pb with Amfphp

2010-03-18 Thread Christophe
Please, find below my services-config file: services-config services service id=amfphp-flashremoting-service class=flex.messaging.services.RemotingService

[flexcoders] How to create rooms [1 Attachment]

2010-03-18 Thread venkat eswar
Hi , i am newbie in flex. i want to know how to create rooms for chat application.I am new in fms server side script also. i have attached code (ASC code also). please help me to solve this. I will explain my requirement. For login we have to provide username and roomname.For example i am

Re: [flexcoders] Re: multicolor in single line chart

2010-03-18 Thread Krunal Panchal
Thanks TimHoff Regards, Krunal Panchal | *panchal_...@yahoo.com From: turbo_vb timh...@aol.com To: flexcoders@yahoogroups.com Sent: Fri, 19 March, 2010 1:02:08 Subject: [flexcoders] Re: multicolor in single line chart