RE: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Andrew Trice
would help you. -Andy _____ Andrew Trice Technical Lead Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY F

RE: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Andrew Trice
Hope that helps. -Andy _____ Andrew Trice Technical Lead Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Finding all TextInputs in a Panel

2007-04-24 Thread Andrew Trice
Or you could use a "for-each" loop to loop over the children: for each ( var child : * in panel.getChildren() ) { if ( child is TextInput ) { //do something } } -Andy _____ Andrew Trice Cyner

RE: [flexcoders] X/Y Limit for DisplayObjects?

2007-04-09 Thread Andrew Trice
The maximum number of pixels in both the horizontal and vertical directions within the BitmapData class is 2880. It is documented here: http://livedocs.adobe.com/flex/2/langref/flash/display/BitmapData.html Thanks, Andy _ Andrew Trice Cynergy

RE: [flexcoders] Address Search API

2007-03-11 Thread Andrew Trice
I have used StrikeIron in some of my Flex applications. They have some free services, and some that you have to pay for. http://www.strikeiron.com -Andy Cynergy Systems www.cynergysystems.com http://www.cynergysystems.com/blogs/page/andrewtrice From: fl

RE: [flexcoders] Converting string to base64Binary

2007-03-09 Thread Andrew Trice
(); } _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: .NET Webservices

2007-03-09 Thread Andrew Trice
having to reattach any headers per service call. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Re: Dynamically creating item IDs

2007-03-01 Thread Andrew Trice
. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway

RE: [flexcoders] Re: WebService & base64Binary

2007-02-21 Thread Andrew Trice
(); } _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Exporting Charts as Image

2007-02-16 Thread Andrew Trice
-Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
ion errors. _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of An

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
http service. -Andy _________ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
Nothing too fancy... It will be in next month's issue of Web Designer & Developer's Journal, I'm waiting until then to release the code on my blog. _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
Forgot this too... Here's an example how to use the encoder. var jpegEncoder : JPEGEncoder = new JPEGEncoder(quality); myEncodedByteArray = jpegEncoder.encode( bitmapData ); _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
remoteObject method with JPG-compressed data. _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY Fro

RE: [flexcoders] Load Flex app (swf) into Flash App

2007-02-07 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg

RE: [flexcoders] Gantt Chart

2007-02-01 Thread Andrew Trice
Nice work Doug. I just threw that idea together a there a while back. I'm glad to see you build off of it. I like the sliders. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/

RE: [flexcoders] Init image with binary xml node

2007-01-30 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: Is it possible to Inheirt from an MX Application inside of an MX Application ?

2007-01-29 Thread Andrew Trice
You don't need AddChild, that is only used within view states. When extending an object, you can just add new elements. So, just add instead of _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog:

RE: [flexcoders] Gantt Chart

2007-01-29 Thread Andrew Trice
odify values & redraw the chart. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY _

RE: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Andrew Trice
to update the image source whenever the data has been updated. I would go with #1 first. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTE

RE: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Andrew Trice
I talked to Tony on instant messenger about that... He was missing the "send()" method for his web service. _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Ema

RE: [flexcoders] Posting PNG to server

2007-01-26 Thread Andrew Trice
It is much more efficient to use a remoteObject method with JPG-compressed data. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMA

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-30 Thread Andrew Trice
that out. -Andy _________ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PRO

RE: [flexcoders] Announcing FlexSearch.org !

2006-11-30 Thread Andrew Trice
Good work. I think it could benefit from a search option that is a combination of "forums", "blogs" and "LiveDocs", which could be the default view. I did a search, and the first thing I thought was "why does this only show forum answers?". -Andy www.cynergysystems.com _

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-29 Thread Andrew Trice
", .5); _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Change alpha properties when setting enabled property

2006-11-29 Thread Andrew Trice
override public fuction set enabled(value:Boolean) : void { super.enabled = value; this.setStyle("alpha", ( value ? 1 : .5)); } Enjoy! -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.co

RE: Eclipse Optimizations. WAS RE: [flexcoders] Flex crashing @ compilation time

2006-11-29 Thread Andrew Trice
\Flex Builder 2\FlexBuilder.ini _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
That's how I interpreted it: that he is actually talking about the button's border. Ben, is that what you were talking about? If so, the skin method is the way to go. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.co

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
I'm not sure that approach really works... The buttons don't show up at all. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] O

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
m/blogs/page/andrewtrice?entry=making_flex_ less_flex_like Hope that helps, -Andy _________ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECT

RE: [flexcoders] Databinding Custom Event

2006-11-28 Thread Andrew Trice
when text has been updated, so you setup your "set" function like this: override public function set text( value : String ) : void { this.updated = true; resetComponentState(); super.text = value; } Hope that helps, -Andy ___

RE: [flexcoders] how to handle && and || in mxml

2006-11-04 Thread Andrew Trice
ut="horizontal">                                   -Andy   _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From:

RE: [flexcoders] Re: gant chart

2006-10-31 Thread Andrew Trice
“clunky”.  It really depends on your requirements and schedule to determine which solution works best, this can be just another weapon in the “flex arsenal”.   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http

RE: [flexcoders] create a jpeg from a chart control?

2006-10-28 Thread Andrew Trice
Take a look at this.  It will show you how to get the BitmapData from any UIComponent.  You can use the Jpg encoder class that is part of the corelib project on adobe labs to convert it to a jpg.  Then use a remoteobject method to push the bitmap to your server (if that is what you

RE: [flexcoders] gant chart

2006-10-27 Thread Andrew Trice
:   [[]] --[[]]-- ---[]--- ---[[[]]   (hopefully flexcoders doesn’t kill the formatting on that) _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http

RE: [flexcoders] Can I dock anything to the BOTTOM of the screen

2006-10-25 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Igor Costa Sent: Wednesday

FW: [flexcoders] Can I dock anything to the BOTTOM of the screen

2006-10-24 Thread Andrew Trice
.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] Can I dock anything to the BOTTOM of the screen

2006-10-24 Thread Andrew Trice
You could extend the mx.core.Application class to override the layoutchrome, get viewMetrics, and measure methods.  This would allow you to have a “true” dock to the bottom of the application.   _ Andrew Trice Cynergy Systems, Inc. http

RE: [flexcoders] Datagrid Style issues

2006-10-22 Thread Andrew Trice
at the DataGridHeaderSeparator class in the framework SDK source code (C:\Program Files\Adobe\Flex Builder 2\Flex SDK 2\frameworks\source\mx\skins\halo) to see how it is done using the default framework skin.   -Andy   _ Andrew Trice Cynergy Systems, Inc

RE: [flexcoders] gant chart

2006-10-20 Thread Andrew Trice
easy to get data into your Gantt chart.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders

RE: [flexcoders] Re: Making the datagrid header background alpha 0

2006-10-20 Thread Andrew Trice
Nice, I like how that turned out.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From

RE: [flexcoders] .visible = false still keeps element's width & height?

2006-10-19 Thread Andrew Trice
Set the includeInLayout property to false also.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Button Click

2006-10-19 Thread Andrew Trice
.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of KP Sent: Thursday, October

RE: [flexcoders] Re: Making the datagrid header background alpha 0

2006-10-18 Thread Andrew Trice
;     }     } }   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders

RE: [flexcoders] Whats the best way of adding print/pdf output to a flex app?

2006-10-18 Thread Andrew Trice
I'm in the Washington, DC office.  It is a fun place to work... lots of cool projects from vc startups to major institutions.  If you or anyone else on this list has any interest, be sure to send your resume to [EMAIL PROTECTED].  We have several offices located around the country.

RE: [flexcoders] Whats the best way of adding print/pdf output to a flex app?

2006-10-17 Thread Andrew Trice
There is actually printing capability built natively into Flex.  It uses your OS printing capabilities.  If you have a pdf-print driver installed, you can print to pdf.   http://livedocs.macromedia.com/flex/2/langref/mx/printing/FlexPrintJob.html   -Andy   http://www.cynergysystems.

RE: [flexcoders] LinkBar ViewStack Problem

2006-10-17 Thread Andrew Trice
.   It might be a better approach to bind the textinput text value to the datagrid’s selected item …       _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL

RE: [flexcoders] Invalidating a control during a CPU intensive task.

2006-10-16 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel

RE: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-13 Thread Andrew Trice
Check out this for attaching to the camera and capturing images from it…   http://www.cynergysystems.com/blogs/page/andrewtrice?entry=capturing_still_images_from_a   -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com

RE: [Junk E-Mail - LOW] Re: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] cropping image...with Copypixels

2006-10-12 Thread Andrew Trice
rnBitmapData : BitmapData = new BitmapData(cWidth, cHeight, true);     returnBitmapData.draw(bitmapData, translateMatrix);     return returnBitmapData;     }   Hope that helps.   -Andy   _________ Andrew Tr

RE: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Andrew Trice
The files are old, but they still work.  I had to modify JPGEncoder.as so that it would build correctly in Flex 2 release version.  I'd attach it to this post, but I don't have the source on this computer.   I'm not aware of any decoders.  You could always try to use a loader objec

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
="*"     _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
RL("_javascript_:showIFrame()");     //fscommand("showIFrame");     else     getURL("_javascript_:hideIFrame()");     //fscommand("hideIFrame");     }           _ Andrew Trice

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
The IFrame does not actually get embedded within the Flex application.  It sits on top of it and appears seamless.  In reality, they are only tied together by the HTML that contains the flex application.   -Andy   _ Andrew Trice Cynergy

RE: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
Thanks, I hope it helps.  Good luck!   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From

RE: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
The blog post that I mentioned earlier shows how you can use shared objects (which can be used with FMS) to share the BitmapData of a Flex application (or specific UIComponens).   This sounds like exactly what you are looking for.   _ Andrew

RE: [flexcoders] Re: Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
Granted, my example would need to be tailored to fit your needs.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Flex and Screen / application Sharing

2006-09-25 Thread Andrew Trice
Take a look at this... It *might* help you get some ideas.  http://www.cynergysystems.com/blogs/page/andrewtrice?entry=flex_2_bitmapdata_tricks_and   Be sure to read further down, there is a section on “Application Sharing”.   _ Andrew Trice

RE: [flexcoders] Re: UI Advise

2006-09-22 Thread Andrew Trice
No problem.  Thanks for reading it!   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From

RE: [flexcoders] UI Advise

2006-09-22 Thread Andrew Trice
to fine tune.   Hope that helps!   -Andy     _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders

RE: [flexcoders] Video Controller

2006-09-11 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greg h Sent: Monday

RE: [flexcoders] setup tp 100% using ActionScript 3 with flex 2

2006-09-01 Thread Andrew Trice
myVBox.percentWidth=100;   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders

RE: [flexcoders] setup tp 100% using ActionScript 3 with flex 2

2006-09-01 Thread Andrew Trice
Sorry, you wanted height…   myVBox.percentHeight=100;   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Andrew Trice
/serialization layer.    To generalize and say that you should never use a web service is a very big mistake.    -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email

RE: [flexcoders] mx:Button but without the border

2006-08-22 Thread Andrew Trice
image.   click="myFunction()" id="myButton" upSkin="@Embed('/assets/button_default.png')"     overSkin="@Embed('/assets/ button _hover.png')"     downSkin="@Embed('/assets/ button_down.png')" 

RE: [flexcoders] Genrate Children.

2006-08-21 Thread Andrew Trice
Look at the flash.utils.describeType function at: http://livedocs.macromedia.com/flex/2/langref/flash/utils/package.html#describeType()   I believe it is exactly what you are looking for.   -Andy   _ Andrew Trice Cynergy Systems, Inc

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-18 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall

RE: [flexcoders] Slider Control

2006-08-18 Thread Andrew Trice
the slider thumb and apply styled images on it.   -Andy     _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY

RE: [flexcoders] Re: slider thumb and background image

2006-08-18 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of stevehousefl Sent

RE: [flexcoders] Re: who is going to Real World Flex (NYC, Monday the 14th)

2006-08-11 Thread Andrew Trice
Everyone, be sure to stop by and say hello to Cynergy too!   A whole group of us will be there to support the event.  Be sure to catch Dave Wolf’s presentation at 1:50.  See you all there…   -Andy   _ Andrew Trice Cynergy Systems, Inc. http

RE: [flexcoders] how do I get the "type" or "class" of an object in AS3

2006-08-10 Thread Andrew Trice
Try using the “is” keyword:   if( myObject is TextArea ){    //do something } else{    /// do something else }   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs

RE: [flexcoders] Passing an id to a function?

2006-08-09 Thread Andrew Trice
_ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread Andrew Trice
You can get flash player 9.0.16 from: http://www.adobe.com/support/flashplayer/downloads.html Make sure you get the debug version.   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-09 Thread Andrew Trice
What version of Flex are you using?  In Flex 2, it is Camera.getCamera().  All of the help we have provided is for Flex 2.   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com

RE: [flexcoders] Re: Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
Take a look at some of the later posts on this thread.  There is a workaround for camera.getCamera.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email

RE: [flexcoders] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
tation of the camera index, instead of the camera name.   Looks like this is still a bug in the player, but this could be a hack-ish workaround for it.   _________ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysy

RE: [flexcoders] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
(9.0.15).   If you try to assign a camera by name, it would fail.  Make sure you have Flash player 9.0.16.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL

RE: [flexcoders] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
camera on my blog (only uses one camera though): http://www.cynergysystems.com/blogs/page/andrewtrice?entry=capturing_still_images_from_a   Hope that helps. -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http

RE: [flexcoders] Dynamically Create a MXML file

2006-08-08 Thread Andrew Trice
That's not really the way that flex works.  You don't create mxml on the fly.  What you can do is create an extensible component that reads some sort of configuration, and dynamically adds elements on the fly, using the addChild method.  This way you can dynamically add any kind of

RE: [flexcoders] Re: Just MXML and AS3

2006-08-01 Thread Andrew Trice
w.bloggar (http://wbloggar.com/) tool to edit and post content from my desktop, rather than using the web interface.   -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice

RE: [flexcoders] Re: Is there a way to put a close X on the tabnavigator

2006-08-01 Thread Andrew Trice
ExtendedTabNavigator component will be one of the components in the library.  You can expect to see it in the very near future.    - Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page

RE: [flexcoders] testing of Flex apps

2006-07-26 Thread Andrew Trice
There is also a FlexUnit library available on Adobe labs at: http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http

RE: [flexcoders] Problem to embed a JSP page in Flex

2006-07-26 Thread Andrew Trice
.   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders

RE: [flexcoders] Problem to embed a JSP page in Flex

2006-07-26 Thread Andrew Trice
and returns the graph jpg, and render that directly within your Flex 1.5 application.  This will get rid of a lot of that "quirky" behavior.   -Andy   _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems

RE: [flexcoders] how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Re: HTTPService in components

2006-07-18 Thread Andrew Trice
xtends the HTTPService class. -Andy _____ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY -Original Message- From: flexcoders@yahoo

RE: [flexcoders] Re: Flex and Server-Side Technology Recommendations

2006-07-17 Thread Andrew Trice
Recommendations Thanks Andy,So CF would replace ASP.Net as the middle tier. I have no exposure to CF, so that clears things up a bit. But, no native databases in CF?-TH--- In [EMAIL PROTECTED]ups.com, "Andrew Trice" ...> wrote:>> Just want to make sure everyone is on the same wav

RE: [flexcoders] Re: Flex and Server-Side Technology Recommendations

2006-07-17 Thread Andrew Trice
on the ColdFusion team, I agree with Tom.  ColdFusion is an extremely easy to use and productive server technology and it integrates very well with Flex.   -Andy   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http

RE: [flexcoders] Re: HTTPService in components

2006-07-17 Thread Andrew Trice
Is that all of your code?  If so, you need to include the namespace on the root node of the component.   xmlns:mx=http://www.adobe.com/2006/mxml  id="usrRequest" url="" useProxy="false" />     _________ Andrew T

RE: [flexcoders] Security error accessing url

2006-07-13 Thread Andrew Trice
The crossdomain.xml file should be placed in the root of the server that is hosting the web services.  So, if you reference it via url, it should be at:   http://{your domain}/crossdomain.xml   _ Andrew Trice Cynergy Systems, Inc. http

RE: [flexcoders] Passing session variables to webservice

2006-07-12 Thread Andrew Trice
.   _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bacardi

RE: [flexcoders] Camera.getCamera(name:String) does not work and crashes the player

2006-07-12 Thread Andrew Trice
I remember reading a post on Flexcoders that said the r15 release had a problem when trying to get a camera by name.  Try checking out the latest release candidate 9.0.16.0 available on www.adobe.com.     -Andy   _ Andrew Trice Cynergy

RE: [flexcoders] Passing session variables to webservice

2006-07-11 Thread Andrew Trice
Session variables are maintained in session on the server.  You should be able to get at them directly from within coldfusion.  You do not need to pass them in as arguments.  Remember, session variables are only on the server.  The client runtime can maintain state within itself...

RE: [flexcoders] Trace timing

2006-06-30 Thread Andrew Trice
:                 - Andy __ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders

RE: [flexcoders] Read Local File

2006-06-30 Thread Andrew Trice
  _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED] Office: 866-CYNERGY    From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Torey Maerz

RE: [flexcoders] asdoc generator for AS3?

2006-06-30 Thread Andrew Trice
Hey Tom, Where'd you find that it will be "released soon"? I want to keep an eye on it. Thanks, Andy _________ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PR

RE: [flexcoders] Re: Embedding WSDL?

2006-06-29 Thread Andrew Trice
(){         this.wsdl = "MY WSDL STRING";     super();     }         } }     Hope that helps! -Andy   ___

[flexcoders] asdoc generator for AS3?

2006-06-29 Thread Andrew Trice
Is there a publicly available program to generate asdocs for Flex 2/Actionscript 3?  I have seen some open source asdoc generators, but they only cover as2.  I don’t seen one on adobe’s site.   Thanks, Andy   _ Andrew Trice Cynergy Systems, Inc

  1   2   >