[flexcoders] Array direction with repeater and bar chart....

2006-08-14 Thread parksch2
Hi all,

I currently have a bar chart with n elements and right next to it a 
repeater that displays the growth of each element compared to last 
years value. Both objects use the same array as a data provider. The 
problem is that the direction for the bar chart start from the bottom 
and the repeater starts from the top so the elements don't line up. Is 
there any way of reversing the direction of one of the objects so they 
match up?

Thanks in advance!






--
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:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Centering an image over a chart

2006-07-26 Thread parksch2
Hi all,

I have a question as to the best way to center an image over a chart. 
Basically I'd like to place an image over a chart when no data is 
returned. I can't use absolute positioning because of the different 
resolution possibilities. Further, we have a zoom component that makes 
the chart full screen and the image would have to re-center itself. Can 
anyone point me in the right direction?

Thanks in advance!







 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/3EuRwD/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
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:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: Centering an image over a chart

2006-07-26 Thread parksch2
Hey,

Thanks for the response. It's an image that basically says No data 
for this chart so it won't have to scale or anything. I'm just 
trying to place it right in the middle of the chart. It doesn't have 
to be perfect, just relatively in the center of where the lines are 
drawn in the chart.

Thanks!


--- In flexcoders@yahoogroups.com, Paul BH [EMAIL PROTECTED] wrote:

 is this over the entire chart, or just the area where the lines are 
drawn
 (ie not including axes...)
 
 if its the latter, there is a protected dataRegion getter that will 
give you
 the size of the area you want to fill with your image...
 
 On 7/26/06, parksch2 [EMAIL PROTECTED] wrote:
 
Hi all,
 
  I have a question as to the best way to center an image over a 
chart.
  Basically I'd like to place an image over a chart when no data is
  returned. I can't use absolute positioning because of the 
different
  resolution possibilities. Further, we have a zoom component that 
makes
  the chart full screen and the image would have to re-center 
itself. Can
  anyone point me in the right direction?
 
  Thanks in advance!
 
   
 








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/SktRrD/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
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:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: Customized Loading File

2006-06-27 Thread parksch2
Perfect, thanks Tracy!

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote:

 Search the livedocs for preloader.
 
 
http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/js/ht
ml
 /wwhelp.htm
 
  
 
 Tracy
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of parksch2
 Sent: Wednesday, June 21, 2006 4:03 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Customized Loading File
 
  
 
 Is there a way to use a customized file in place of the built 
 in initializing... that comes up when you load a Flex application?
 
 TIA.








 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

--
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:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Customized Loading File

2006-06-21 Thread parksch2
Is there a way to use a customized file in place of the built 
in initializing... that comes up when you load a Flex application?

TIA.





 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
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:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Flex Iframe?

2006-05-25 Thread parksch2



Hi all,

Does Flex have anything similar to an HTML iframe where I can embed 
content into a Flex screen? I have an interactive Flash map that I 
would like to put on a screen with a bunch of charts. Maybe there's a 
way to import external Flash files into Flex? I'm really not sure and 
can't find much in the documentation. Can someone point me in the right 
direction?

Thanks in advance!
CP










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[flexcoders] BarChart

2006-05-12 Thread parksch2



Hello,

I'm looking for suggestions on the best way to take an array and 
separate it out into several bar charts. I currently have an array of 
data that also includes a chart number (1, 2, 3, etc.) and I would like 
to use that number to dynamically determine the chart that the data 
belongs to on the screen. Can I use a repeater with the bar chart and 
extract the appropriate information from the array on the fly?

Any help or suggestions would be greatly appreciated.

Thanks in advance.









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Re: BarChart

2006-05-12 Thread parksch2



Thanks Ely. How would you suggest handling the dynamic data providers 
on the chart side? Would I have to use a repeater for the charts? 
Also, is this approach better than just making separate web service 
calls for the charts?

Thanks.

--- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] 
wrote:

 
 
 I think you'll probably have to do this from actionscript, by
 pre-processing the array into separate dataProviders.
 
 
 Var separateDPs:Object = {};
 For(var i:int=0;idata.length;i++)
 {
  var record:Object = data[i];
  var id:Number = record.id;
  var dp:Array = separateDPs[id];
  if(dp == null)
  {
   dp = separateDPs[id] = new Array();
  }
  separateDPs.push(record);
 } 
 
 Ely.
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of parksch2
 Sent: Friday, May 12, 2006 8:36 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] BarChart
 
 Hello,
 
 I'm looking for suggestions on the best way to take an array and
 separate it out into several bar charts. I currently have an array 
of
 data that also includes a chart number (1, 2, 3, etc.) and I would 
like
 to use that number to dynamically determine the chart that the data
 belongs to on the screen. Can I use a repeater with the bar chart 
and
 extract the appropriate information from the array on the fly?
 
 Any help or suggestions would be greatly appreciated.
 
 Thanks in advance.
 
 
 
 
 
  Yahoo! Groups Sponsor 
~--
 You can search right from your browser? It's easy and it's free. 
See
 how.
 http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
 
~- 
 
 --
 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











--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[flexcoders] Mapping/Graphing Components

2006-05-11 Thread parksch2



Hi all,

I'm pretty new to Flex and I've been given the assignment of 
researching different mapping components to display our analytic data. 
Ultimately we'd like an interactive map that has a few charts as well 
as mouse overs showing data by states, countries, regions, etc. The 
best example I can think of is the map that pops up after you vote in 
an ESPN poll:

http://espn.go.com/

Does anyone know of a company that provides Flash maps with that type 
of functionality and even better, does anyone know of a company that 
might provide that functionality in a Flex component?

Any advice or suggestions would be greatly appreciated.

Thanks so much in advance,
Chris












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.