RE: [flexcoders] Learning flex !

2008-05-06 Thread Matt Horn
The Flex Getting Started Experience has examples and conceptual information that are mean to give you an introduction to Flex coding: http://learn.adobe.com/wiki/display/Flex/Getting+Started hth, matt horn flex docs From: flexcoders@yahoogroups.com

RE: [flexcoders] Why no Adobe Flex Language Reference PDF file

2008-04-23 Thread Matt Horn
. Hth, Matt Horn Flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of greenfishinwater Sent: Tuesday, February 26, 2008 9:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Why no Adobe Flex Language Reference PDF file

RE: [flexcoders] ResourceBundle

2008-04-22 Thread Matt Horn
There is a section in the Flex documentation called Creating resource bundles at run time here: http://livedocs.adobe.com/flex/3/html/l10n_6.html hth, matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon

RE: [flexcoders] deprecated method ColumnChart.localToData() used in Flex 3 manual

2008-04-11 Thread Matt Horn
= myChart.localToData(p); hth, -matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mavdzee Sent: Tuesday, April 08, 2008 8:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] deprecated method ColumnChart.localToData() used

RE: [flexcoders] Why upgrade to FB3?

2008-02-25 Thread Matt Horn
There's a table on this page that compares the features of Flex 2 and 3: http://www.adobe.com/products/flex/upgrade/ hth, matthew j. horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mr Greg Murnock Sent: Friday, February 15,

RE: [flexcoders] framework caching is not working

2008-01-24 Thread Matt Horn
That error, I think, indicates that the SWZ is not signed. Double check that you are using the right RSL. Also try specifying a SWF (unsigned RSL) to see if that works. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sanjit Kumar

RE: [flexcoders] Internal build errors

2007-11-16 Thread Matt Horn
FYI, that error log that is mentioned is the Eclipse error log file. The default location of this log file on Windows XP is c:\Documents and Settings\user_name\workspace\.metadata\.log. For MacOS and Linux, the default location is also in the workspace directory, but files and directories that

RE: [flexcoders] Seeking to Network with Flex users in Greater Boston

2007-11-16 Thread Matt Horn
There's the bfpug (Boston Flash Platform User Group) http://tech.groups.yahoo.com/group/bfpug/ hth, -matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arnold Fertig Sent: Tuesday, November 13, 2007 3:29 PM To: flexcoders

RE: [flexcoders] internationalization

2007-11-16 Thread Matt Horn
I don't think so... however, you can generate the flexsdk/locale/es_ES resources very easily. Just use the copylocale tool. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Wednesday, November 14, 2007 6:18

RE: [flexcoders] Internal build errors

2007-11-16 Thread Matt Horn
, November 16, 2007 1:59 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Internal build errors Thanks Matt But I cannot find .metadata\.log anywhere, regards the workspace are you talking about Flex Builder 2 DIR? Duncan - Original Message From: Matt Horn

RE: [flexcoders] Unicode/Foreign Character Entry

2007-11-16 Thread Matt Horn
very cool! Did you consider driving the available character sets from external XML files? That would make it easier for folks to customize or add/share new char sets. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Sent:

RE: [flexcoders] History Management (Flex Builder 2 TFS + FB3 Beta)

2007-10-30 Thread Matt Horn
of thing. -matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Friday, October 19, 2007 2:37 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] History Management (Flex Builder 2 TFS + FB3 Beta

RE: [flexcoders] Determine in AS if debugger is running

2007-10-30 Thread Matt Horn
; } } private function reportType():String { return Capabilities.playerType + ( + Capabilities.version + ); } ]]/mx:Script mx:Label text={reportVersion()}/ mx:Label text={reportType()}/ hth, matt horn flex docs -Original Message- From: flexcoders

RE: [flexcoders] Re: Flex is becoming unviable

2007-10-22 Thread Matt Horn
For comparison, just going to Yahoo.com's main page results in 38 network requests with an aggregate file size of 261K. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Monday, October 22, 2007

RE: [flexcoders] FB3 B2, docs for deeplinking?

2007-10-05 Thread Matt Horn
Yes, in the Flex 3 docs on labs: http://livedocs.adobe.com/labs/flex3/html/ Here's how to find the deep linking doc: Click on Flex 3 Developer's Guide. Click on Flex Programming Topics. Click on Deep Linking. Please feel free to post questions or comments about this doc. -matt horn flex docs

RE: [flexcoders] A simple graphics.lineTo question...should be simple.

2007-10-04 Thread Matt Horn
The comments thread on this page should help you get going: http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp. htm?context=LiveDocs_Partsfile=1855.html -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Is it possible to get a list of Shared Local Objects from my domain ?

2007-10-01 Thread Matt Horn
I don't think there's any way to iterate over the LSOs for your domain without actually knowing the names of the objects. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Saturday, September 29, 2007 10:32 AM To:

RE: [flexcoders] Hyperlink in Flex 2...

2007-09-26 Thread Matt Horn
Check out the label's available styles: http://livedocs.adobe.com/flex/201/langref/mx/controls/Label.html You'll want to use color and textDecoration. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel

RE: [flexcoders] How do i aggregate data into charts

2007-09-20 Thread Matt Horn
This is much easier to do in your SQL or whatever server-side method you have of getting the data. I would suggest exhausting all possibilities there before trying to muck around with the values of object properties in your arraycollection. -matt -Original Message- From:

RE: [flexcoders] Re: How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-14 Thread Matt Horn
@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Matt Horn [EMAIL PROTECTED] wrote: can you post a complete code sample that illustrates this? -matt -Original Message- From: flexcoders@yahoogroups.com mailto:flexcoders

RE: [flexcoders] Re: Resource bundle chaining

2007-09-13 Thread Matt Horn
The Flex application uses the list of locales in the localeChain property to determine precedence when getting values from resource bundles. If a value does not exist in the first locale in the list, the Flex application looks for that value in the next locale in the list, and so on. -matt

RE: [flexcoders] How to increase the font size of CategoryAxis labels

2007-09-13 Thread Matt Horn
I think the axisrenderer supports the fontSize property. Have you tried that? -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anewgene Sent: Wednesday, September 12, 2007 8:07 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Gradient filter?

2007-09-13 Thread Matt Horn
I haven't played with the gradient filter, but you can add filters to display object's filters array in Moxie like this: ?xml version=1.0? !-- l10n/FilterExample.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Label id=l1 text=This is a label mx:filters

RE: [flexcoders] How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-13 Thread Matt Horn
This should work: myLineSeries.setStyle(showDataEffect, interpolate) Please post the error your getting and a complete code sample that shows the error. -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Thursday,

RE: [flexcoders] Re: How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2007-09-13 Thread Matt Horn
setStyle(showDataEffect, interpolate) for a LineSeries? I don't get an error. It just doesn't work. I'm adding and removing series and they just pop up instead of that nice interpolate feature --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Matt Horn [EMAIL

RE: [flexcoders] How to build on command line?

2007-09-10 Thread Matt Horn
in the Building and Deploying book is interspersed with example usage of mxmlc. That section starts here: http://livedocs.adobe.com/flex/201/html/compilers_123_23.html hth, -matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John

RE: [flexcoders] stock ticker: was using Modules Problem

2007-09-06 Thread Matt Horn
The first hit on a google search of Flex stock ticker comes up with an example by Peter Ent: http://weblogs.macromedia.com/eanderson/archives/2004/12/stock_ticker_in .cfm -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui

RE: [flexcoders] ResourceBundle - Problem with ActionScript code

2007-09-06 Thread Matt Horn
So, rather than methods like getString() on ResourceBundle, you use methods like getString() on ResourceManager, like this: var s:String = resourceManager.getString(bundle_name, key); -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] ResourceBundle with ActionScript code - Problem in Flex 2 Flex 3

2007-09-04 Thread Matt Horn
Just to be sure, you are using metadata like this: [ResourceBundle(German)] and not this: [ResourcBundle(German)] The e was missing in your example. -matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mayurrami

RE: [flexcoders] enhancement for AS4

2007-04-03 Thread Matt Horn
FYI, you can make feature requests at http://www.adobe.com/go/wish -matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Troy Gilbert Sent: Thursday, March 29, 2007 3:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

RE: [flexcoders] image hotspots

2007-03-06 Thread Matt Horn
)/ public function onClickHandler(e:MouseEvent):void { if (e.localX = 0 e.localY = 0 e.localX = 10 e.localY = 10) { ... } } hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mrinmoyee Sanyal

RE: [flexcoders] Re: Cross domain confusion

2007-02-13 Thread Matt Horn
Not all compiler options have matching GUI controls. In that case: 1) Select Project Properties. 2) Select Flex Compiler. 3) Add -use-network=false in the Additional Compiler Arguments field. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Trace log not working

2007-02-06 Thread Matt Horn
of the TraceOutputFileName property now. matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Harris Sent: Saturday, February 03, 2007 10:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Trace log not working Hi. I have

RE: [flexcoders] ColumnChart question

2007-01-31 Thread Matt Horn
Yes, you can create stacked, 100%, and overlaid charts in addition to clustered charts by using the type property of the ColumnChart control. For more information, see here: http://livedocs.macromedia.com/flex/201/html/charts_formatting_110_46.ht ml hth, matt horn flex docs -Original

RE: [flexcoders] List of styles for the StyleName properties

2007-01-30 Thread Matt Horn
The headerStyleName style lets you specify styles for the text in the header, so it accepts the text-related styles. There's an example in the docs that shows headerStyleName specifying font name, family, and color. hth, matt horn, flex docs -Original Message- From: flexcoders

RE: [flexcoders] It shouldn't be this hard.

2007-01-18 Thread Matt Horn
I hate the flex documentation... Also, if there are specific problems with the documentation, please let the doc team know by either posting to this list, adding a comment to livedocs, or filing a bug at http://www.adobe.com/go/wish. Thanks, matt horn flex docs -Original Message

RE: [flexcoders] Re: Flex Builder 2.0.1 the update !

2007-01-17 Thread Matt Horn
Rick, you might be able to still embed fonts without experiencing such a dramatic performance problem. Try embedding the fonts but disabling FlashType (it's enabled by default): @font-face { src: url(/assets/fonts/ARIAL.TTF); fontFamily: myArial; flashType: false; } hth, matt horn

[flexcoders] new modules chapter on Flex docs blog

2007-01-16 Thread Matt Horn
The flex doc team has their own blog now: http://blogs.adobe.com/flexdoc/ First up is a new version of the chapter on modules. Enjoy! -matt horn flex docs

RE: [flexcoders] Column Chart Question

2007-01-16 Thread Matt Horn
Unless I am misunderstanding something, those sets are known as series, and you can have any number of series in a column chart. The examples here should get you started: http://livedocs.macromedia.com/flex/201/html/charts_types_109_06.html hth, matt horn flex docs -Original Message

RE: [flexcoders] custom data tip in stacked bar chart

2007-01-16 Thread Matt Horn
Have you seen the example at the bottom of this page? http://livedocs.macromedia.com/flex/201/html/charts_formatting_110_34.ht ml It does, I think, what you are trying to do, only with a column chart. hth, matt horn flex docs http://blogs.adobe.com/flexdoc -Original Message- From

RE: [flexcoders] Debugging Modules With Flex Builder (possible?)

2007-01-11 Thread Matt Horn
When you compile the modules, FB creates a ModuleName.swf file. It should also be creating a ModuleName-debug.swf file in the same directory. In your app, change the name of the SWF file to the debug version for when you want to debug, then change it back when you are done. hth, -matt

RE: [flexcoders] Embedding Flex app (swf file) into html file, need help.

2007-01-11 Thread Matt Horn
Nothing special about Flex SWFs except for Player requirements; have you taken a look at the docs on creating custom wrappers? http://livedocs.macromedia.com/flex/201/html/wrapper_131_01.html hth, -matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Re: Compiling modules

2007-01-08 Thread Matt Horn
have been updated. -matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of phillips1021 Sent: Monday, January 08, 2007 8:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Compiling modules Great question. I've run

[flexcoders] Flex 2.0.1: links to new feature documentation

2007-01-08 Thread Matt Horn
1_sdk.html Flex Builder 2 (includes 2.0.1 changes) - http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_ fb.html FDS 2 (includes 2.0.1 bug fixes) - http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_ fds.html I hope this helps! matt horn flex docs

RE: [flexcoders] flex 2.0.1 feedback from the trenches

2007-01-05 Thread Matt Horn
, as the following example shows: @font-face { src:url(../assets/MyriadWebPro.ttf); fontFamily: myFontFamily; flashType: false; } There's full doc in the Fonts chapter of the Flex Developer's Guide: http://livedocs.macromedia.com/flex/201/html/fonts_070_06.html matt horn flex docs

RE: [flexcoders] Dynamic LineChart; no line showing

2007-01-05 Thread Matt Horn
Just a quick guess, but maybe you need to reverse these two statements? [Before] chart.series = mySeries; mySeries.push(lseries); So that you instead push the series onto the series stack before applying the series to the chart: [After] chart.series = mySeries; mySeries.push(lseries); -matt

RE: [flexcoders] Re: RegExp

2006-12-21 Thread Matt Horn
For regexs, I've found this site to be pretty helpful: http://regexlib.com/default.aspx I can usually find a related expression and then get mine working using what I see there. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] FLV Duration

2006-12-05 Thread Matt Horn
If you're using the VideoDisplay component, you can get the length of the FLV file using the totalTime property. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of john_69_11 Sent: Monday, December 04, 2006 4:13 PM

RE: [flexcoders] CSS for PieChart

2006-11-27 Thread Matt Horn
Use a lowercase F for fills, as in: PieSeries { fills:#CC66FF,#9966CC,#CC; } hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent: Monday, November 27, 2006 7:55

RE: [flexcoders] Re: Ely: How do you wordwrap a label on a bar chart?

2006-11-27 Thread Matt Horn
a newline at the fourth space s += \n; } } return s; } hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dj Sent: Saturday, November 18, 2006 1:21 PM To: flexcoders

RE: [flexcoders] Barchart - trying to make it display the way i want

2006-11-07 Thread Matt Horn
Actually, there's no simple example in the docs of how to change the bar color! Sure there is! See Using fills in the Developer's Guide. Here's a link: http://livedocs.macromedia.com/flex/2/docs/1263.html hth, matt horn flex docs -Original Message- From: flexcoders

RE: [flexcoders] Waterfall chart

2006-11-03 Thread Matt Horn
/mx:ColumnSeries mx:ColumnSeries yField=bottom displayName=Profit/ mx:ColumnSeries yField=middle displayName=Expenses/ mx:ColumnSeries yField=top displayName=Profit/ /mx:series /mx:ColumnChart /mx:Panel /mx:Application hth, matt horn flex docs

RE: [flexcoders] how to initialize all accordion tabs?

2006-10-26 Thread Matt Horn
Set creationPolicy to all on the Accordion control. For more info: http://livedocs.macromedia.com/flex/2/docs/1430.html hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luis Eduardo Sent: Wednesday, October 25

RE: [flexcoders] Label rotations, text disappears

2006-10-19 Thread Matt Horn
Two things.. 1) You are setting alpha to 0 which should make the text disappear. 2) You can only rotate text that uses an embedded font. For info on embedding fonts, see: http://livedocs.macromedia.com/flex/2/docs/0787.html hth, matt horn flex docs -Original Message- From

RE: [flexcoders] custom outlined pie labels

2006-09-28 Thread Matt Horn
You should be able to set fontSize on the PieSeries: mx:PieSeries field=Amount nameField=Expense labelPosition=callout fontSize=40/ hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Thursday

RE: [flexcoders] Line Chart

2006-09-27 Thread Matt Horn
=alldata.xml/ mx:Panel title=Line Chart with Variable Number of Series mx:LineChart id=myChart showDataTips=true/ mx:Legend dataProvider={myChart}/ /mx:Panel /mx:Application hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: changing the pageTitle programmatically?

2006-09-27 Thread Matt Horn
There's an example in the Flex docs that does this using the ExternalInterface API here: http://livedocs.macromedia.com/flex/2/docs/1009.html hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonews

RE: [flexcoders] Re: Loading External XML error

2006-09-27 Thread Matt Horn
be inside a function. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_vaccarezza Sent: Wednesday, September 27, 2006 1:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Loading External XML error

RE: [flexcoders] html params

2006-09-26 Thread Matt Horn
It's also covered in the documentation: http://livedocs.macromedia.com/flex/2/docs/1001.html hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flex-guitar Sent: Sunday, September 24, 2006 11:22 AM

RE: [flexcoders] Alpha setting of 0 doesn't work with controls' text

2006-09-21 Thread Matt Horn
Labels use fonts. You must embed fonts if you want to apply an alpha value to that font. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tombaggett Sent: Thursday, September 21, 2006 3:29 PM To: flexcoders

RE: [flexcoders] Re: Can a legend be draggable?

2006-09-18 Thread Matt Horn
dragEnter=doDragEnter(event); dragDrop=doDragDrop(event);/ /mx:Application hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dinger0007 Sent: Monday, September 18, 2006 10:54 AM To: flexcoders

RE: [flexcoders] what's going on with this Flex?!?

2006-09-14 Thread Matt Horn
if that is the issue, you could set the container's creationPolicy to all. Check out the chapter on improving startup performance in the Building and Deploying book for more info. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] criticla problem charting component - coding axis

2006-09-13 Thread Matt Horn
can you post a simple sample that shows the property not working? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of olivier Sent: Wednesday, September 13, 2006 5:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] criticla problem

RE: [flexcoders] drawing api

2006-09-08 Thread Matt Horn
SolidColor(0x9933CC,0.15); g.moveTo(x,y); fill.begin(g,new Rectangle(x,y,w,h)); g.lineTo(w,x); g.lineTo(w,h); g.lineTo(y,h); g.lineTo(x,y); fill.end(g); } hth, matt horn flex

RE: [flexcoders] Any way to define CategoryAxis label spacing?

2006-09-08 Thread Matt Horn
You could use a custom data provider to define the axis labels, as described here: http://livedocs.macromedia.com/flex/2/docs/1253.html Just set the labels you don't want to empty strings. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Flashvars using Application.application

2006-09-05 Thread Matt Horn
This code looks ok to me. Can you post your html wrapper (or the relevant portion of the wrapper) so we can see exactly how the vars are being passed in? matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Sent

RE: [flexcoders] Customizing datatip function for 100% bar chart

2006-08-31 Thread Matt Horn
return Series(e.item.element).displayName; This didn't work for me, but this did: return BarSeries(e.element).displayName; hth, m -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield Sent: Thursday, August 31, 2006

RE: [flexcoders] Stroke color on lineSeries - bug?

2006-08-30 Thread Matt Horn
/1262.html hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sam Shrefler Sent: Wednesday, August 30, 2006 3:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Stroke color on lineSeries - bug

RE: [flexcoders] Embedding fonts at runtime

2006-08-30 Thread Matt Horn
[Embed] is always at compile time, so I dont think this solution matches your requirements of loading teh fonts at run time. -m -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lee Sent: Wednesday, August 30, 2006 4:01 PM To:

RE: [flexcoders] Re: Specifying LineSeries itemRenderer with Actionscript

2006-08-30 Thread Matt Horn
. :) matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely Greenfield Sent: Wednesday, August 30, 2006 12:38 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Specifying LineSeries itemRenderer

RE: [flexcoders] Re: How to get client IP address in flex?

2006-08-30 Thread Matt Horn
://livedocs.macromedia.com/flex/2/docs/1005.html hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Malik Sent: Wednesday, August 30, 2006 3:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to get

RE: [flexcoders] Chart error when mouse rolls over

2006-08-14 Thread Matt Horn
IIRC, this is caused by having an older player and a newer build of Flex 2. Try syncing them up with the release versions. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Lingwai Sent: Friday, August 11

RE: [flexcoders] filter operator

2006-08-04 Thread Matt Horn
Can you tell us where you saw that term used? matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roman Protsiuk Sent: Friday, August 04, 2006 3:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] filter operator

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

RE: [flexcoders] problem using httpservice to fetch xml

2006-08-01 Thread Matt Horn
try adding import mx.utils.ArrayUtil; and calling toArray(): mx:HTTPService id=srv url=employees.xml useProxy=false result=employees = new ArrayCollection(ArrayUtil.toArray(srv.lastResult.list.employee))/ hth, matt horn flex docs -Original Message- From: flexcoders

RE: [flexcoders] tooptip customization

2006-07-31 Thread Matt Horn
Use styles. mx:Style DataTip { fontSize: 20; } /mx:Style hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arcencie1978 Sent: Monday, July 31

RE: [flexcoders] Flex charting

2006-07-31 Thread Matt Horn
mx:LineSeries yField=apple name=Apple/ mx:LineSeries yField=orange name=Orange/ mx:LineSeries yField=banana name=Banana/ /mx:series /mx:LineChart /mx:Application hth, matt horn flex docs -Original Message- From: flexcoders

RE: [flexcoders] Custom datatip for pie chart

2006-07-31 Thread Matt Horn
I don't have a better idea, but it's pretty easy to disable labels: Set labelPosition to inside and return an empty string in the label function. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick

RE: [flexcoders] Custom datatip for pie chart

2006-07-28 Thread Matt Horn
buildLabel(data:Object, field:String, index:Number, percentValue:Number):String { a[data.Expense] = percentValue; return data.Expense + : $ + data.Amount + \n + percentValue + %; } hth, matt horn flex docs -Original Message- From: flexcoders

RE: [flexcoders] show points on linechart

2006-07-28 Thread Matt Horn
. For the former, you need to write a custom item renderer. Here's one that I adapted from Ely's sample (on quietlyscheming.com) -- his original example was for a column, but this one works for lines. hth, matt horn flex docs -LabelRenderer2.as package { import

RE: [flexcoders] Re: feature or security hole on flash sandBox?

2006-07-27 Thread Matt Horn
is a data asset, such as an XML file, you must have the target domain's permission to access this asset. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Xavi Beumala Sent: Thursday, July 27, 2006 9:17 AM To: flexcoders

RE: [flexcoders] Pie chart dropshadow

2006-07-27 Thread Matt Horn
it off, just set the filters array to empty: mx:filters mx:Array/ /mx:filters Or set distance to 0 or alpha to 0... hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

RE: [flexcoders] Tools for listing objects

2006-07-26 Thread Matt Horn
(Application.application.getChildren().toString()); hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeff tapper Sent: Wednesday, July 26, 2006 10:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tools

RE: [flexcoders] Manually show slider tooltips

2006-07-25 Thread Matt Horn
Do you mean do more than what the dataTipFormatFunction property lets you do? Maybe more detail about what you are trying to do would help. matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Monday

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Matt Horn
You want to do it on the series, not on the chart object itself; eg: series1.setStyle(fills,[0x00,0x00FF00]); hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Wednesday

RE: [flexcoders] How to get client IP Address?

2006-07-06 Thread Matt Horn
I think the best way is to get the IP addy with whatever language you use in the wrapper (JSP, ASP, PHP, etc) and then pass it to the app as a flashvar variable. hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Using and image as a link

2006-07-06 Thread Matt Horn
); overSkin:Embed(../assets/mygraphic.jpg); } THen you just specify the click handler as you would with any button: mx:Button id=b1 click=doSomething()/ Just dont specify a label for the button. That will muck up the sizing of the button and the text will bleed through your image. hth, matt

RE: [flexcoders] Mixing and image and shapes

2006-07-06 Thread Matt Horn
=Click Me id=b1 click=drawSomething()/ /mx:Application hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mudwump_vx Sent: Wednesday, July 05, 2006 10:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Mixing

RE: [flexcoders] Re: Using and image as a link

2006-07-06 Thread Matt Horn
Link is now LinkButton. Can you send me a link to any errors in current doc? Tnks, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Henry Sent: Thursday, July 06, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] change to mm.cfg setup in FP9?

2006-07-05 Thread Matt Horn
, the default should be something like c:\Documents and Settings\username\, which I suspect you mean, but I just wanted to be sure. On Win NT, though, it's typically just c:\ hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Faq: Migration to flex 2.0 final

2006-06-30 Thread Matt Horn
This might be a case where the Flex 2 upgrade/migration forum on Adobe.com is better suited for the task. Just a suggestion. matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Friday, June 30, 2006 10

RE: [flexcoders] send email with PHP

2006-06-29 Thread Matt Horn
it again.FORM method=POST action=mail.phpinput type=submit value=Go/FORM'; echo 'HR'; ? /BODY/HTML hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jf.saldanha Sent: Wednesday, June 28, 2006 11:38 PM

RE: [flexcoders] Re: send email with PHP

2006-06-29 Thread Matt Horn
mx:Label id=l1 text={sendMailService.lastResult.result}/ /mx:Application hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Potter Sent: Thursday, June 29, 2006 10:00 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Testing Flex 2.0 with QTP 9

2006-06-28 Thread Matt Horn
Deepika, there is a special beta program for Flex/QTP support. Will contact you offlist with details. matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deepika Sent: Wednesday, June 28, 2006 12:39 AM To: flexcoders

RE: [flexcoders] Final lost innerRadius on Pie Charts

2006-06-28 Thread Matt Horn
hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chaitu Vadlapatla Sent: Wednesday, June 28, 2006 11:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Final lost innerRadius on Pie Charts

RE: [flexcoders] Chart Data Tip Function

2006-06-28 Thread Matt Horn
That is correct, use HitData not ChartItemEvent for the data type of the argument passed to your dataTipFunction. Yes, the docs are wrong and this change should show up on LiveDocs soon. matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Variable number of columns in ColumnChart

2006-06-28 Thread Matt Horn
; oldSeries.push(s); myChart.series = oldSeries; hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Wednesday, June 28, 2006 4:13 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Flash Player 9 and old scripts

2006-06-27 Thread Matt Horn
I think fscommand() still works (googling for it will yield plenty of info). setVariable() and getVariable() only worked with one of the major browsers, IIRC. There's also the Flex-AJAX bridge (http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge). hth, matt horn flex docs

RE: [flexcoders] e4x adding attributes across members.

2006-06-23 Thread Matt Horn
click=sumTotal() label=Get Total/ /mx:Application hth, matt horn flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coder_flex Sent: Thursday, June 22, 2006 10:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] e4x adding

RE: [Junk E-Mail - LOW] [flexcoders] Another simple flex newbie question

2006-06-23 Thread Matt Horn
=* Fred:ButtonComp id=b1 click=sumTotal()/ /mx:Application In this case, the file ButtonComp.mxml is in the same directory as the app that references it. The entire file can consist of something as simple as: mx:Button xmlns:mx=http://www.adobe.com/2006/mxml/ hth, matt horn flex docs

  1   2   3   >