RE: [flexcoders] Custom dg validator

2006-04-12 Thread Andrew Trice
/mx:Model mx:Validator field=theModel.text validate=customValidate(arguments) listener=this / /mx:TextInput -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From

RE: [flexcoders] Re: Adding a child to a vbox

2006-04-28 Thread Andrew Trice
for you in F2B2, but its worth a try. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy

[flexcoders] Wrapping LinkBar in Flex 1.5 ??

2006-05-04 Thread Andrew Trice
a different workaround! Thanks, Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

RE: [flexcoders] Error: faultCode - do not understand

2006-05-04 Thread Andrew Trice
What are you doing to get this error? What version of Flex are you using? I have seen a similar error in Flex 1.5 when a httpService does not return valid XML. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email

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] 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. mx:HTTPService xmlns:mx=http://www.adobe.com/2006/mxml id=usrRequest url="" useProxy=false / _____ Andrew Trice Cynergy Sy

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

2006-07-17 Thread Andrew Trice
not 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: Flex and Server-Side Technology Recommendations

2006-07-17 Thread Andrew Trice
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" andrew.trice@... wrote: Just want to make sure everyone is on the same wavelength here... ColdFusion is an a

RE: [flexcoders] Re: HTTPService in components

2006-07-18 Thread Andrew Trice
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@yahoogroups.com

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 hank

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.com/

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

2006-07-26 Thread Andrew Trice
with 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 From: flexcoders@yahoogroups.com [mailto:flexcoders

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] 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/andrewtrice Email

RE: [flexcoders] Re: Just MXML and AS3

2006-08-01 Thread Andrew Trice
the 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 Email

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] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
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] Camera.get([index]); useing mutiple cameras

2006-08-08 Thread Andrew Trice
). 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 PROTECTED

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

2006-08-08 Thread Andrew Trice
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.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL PROTECTED

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: [EMAIL

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-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] Passing an id to a function?

2006-08-09 Thread Andrew Trice
/ mx:Button click=displayDate(new Date(),myLabel) / -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] 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/page

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 Wolfs presentation at 1:50. See you all there -Andy _ Andrew Trice Cynergy Systems, Inc. http

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: Friday

RE: [flexcoders] Slider Control

2006-08-18 Thread Andrew Trice
of 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 From

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-18 Thread Andrew Trice
handleResult( result:Object ) : void { myTree.dataProvider = new XML( result.toString() ); } ]] /mx:Script mx:RemoteObject result=handleResult(event.result) / -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog

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. http

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

2006-08-22 Thread Andrew Trice
. mx:Button click=myFunction() id=myButton upSkin=@Embed('/assets/button_default.png') overSkin=@Embed('/assets/ button _hover.png') downSkin=@Embed('/assets/ button_down.png') / -Andy _ Andrew Trice Cynergy Systems, Inc. http

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

2006-08-23 Thread Andrew Trice
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: [EMAIL PROTECTED] Office: 866-CYNERGY

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

2006-11-04 Thread Andrew Trice
; [Bindable] private var bool2 : Boolean = true; ]] /mx:Script mx:Button enabled={ bool1 amp;amp; bool2 } label=AND operator / mx:Button enabled={ bool1 || bool2 } label=OR operator / /mx:Application -Andy _ Andrew Trice Cynergy Systems, Inc

RE: [flexcoders] Databinding Custom Event

2006-11-28 Thread Andrew Trice
= true; resetComponentState(); super.text = value; } Hope that helps, -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com/blogs/page/andrewtrice Email: [EMAIL

RE: [flexcoders] Styling in Flex is officially ridiculous

2006-11-29 Thread Andrew Trice
=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 PROTECTED] Office: 866-CYNERGY

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] Office: 866

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.com Blog

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

2006-11-29 Thread Andrew Trice
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 From

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.com Blog

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

2006-11-29 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

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-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 PROTECTED] On Behalf Of Michael

RE: [flexcoders] Posting PNG to server

2007-01-26 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] 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 Email: [EMAIL

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

2007-01-29 Thread Andrew Trice
) Override the set data function 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

RE: [flexcoders] Gantt Chart

2007-01-29 Thread Andrew Trice
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 From

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 mx:Label / instead of mx:AddChildmx:Label //mx:AddChild _ Andrew Trice Cynergy Systems, Inc. http

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] 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/blogs

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] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
bandwidth time to post the data to the server. Base64 encoding the data also increases the size of the data being transferred across the wire. It is much more efficient to use a remoteObject method with JPG-compressed data. _ Andrew Trice Cynergy

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 Blog

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.cynergysystems.com

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 Thread Andrew Trice
\data.jpg output=#arguments.data# / /cffunction You only need to use tobinary if you are sending it as base64 encoded data across a web service or http service. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http

RE: [flexcoders] Re: Exporting Charts as Image

2007-02-14 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 Andrew Trice

RE: [flexcoders] Exporting Charts as Image

2007-02-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

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

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: .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] 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

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] 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 Cynergy Systems

RE: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Andrew Trice
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 From

RE: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Andrew Trice
. -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 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: [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] Video Controller

2006-09-11 Thread Andrew Trice
If you want to play the video inside of Flex, you will need to convert it to FLV hands down. A lot of people on this newsgroup mention FFmpeg for video conversion (http://ffmpeg.mplayerhq.hu/). You might want to look at that. -Andy _ Andrew

RE: [flexcoders] UI Advise

2006-09-22 Thread Andrew Trice
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@yahoogroups.com

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: flexcoders

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: 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] 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 Trice

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: flexcoders

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 Systems

RE: [flexcoders] Problem with IFrame

2006-09-27 Thread Andrew Trice
(_javascript_:showIFrame()); //fscommand(showIFrame); else getURL(_javascript_:hideIFrame()); //fscommand(hideIFrame); } /mx:Script /mx:Canvas _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http://www.cynergysystems.com

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] On Behalf

RE: [flexcoders] Re: JPEGEncoder.as

2006-10-12 Thread Andrew Trice
The files are old, but they still work. I had to modify JPGEncoder.asso 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 object to

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

2006-10-12 Thread Andrew Trice
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@yahoogroups.com [mailto

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 Shannon Hicks Sent

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: [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 Freiman Sent: Monday

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 datagrids selected item mx:TextInput id=input text={list.selectedItem.someValue} / _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Blog: http

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

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 listhasany interest, be sure to send your resume to [EMAIL PROTECTED]. We have several offices located around the country. We

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

2006-10-18 Thread Andrew Trice
mx.controls.DataGrid; import mx.core.UIComponent; public class MyDataGrid extends DataGrid { override protected function drawHeaderBackground( headerBG : UIComponent ) : void { headerBG.alpha = 0; } } } _ Andrew Trice Cynergy Systems, Inc

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 19

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 From

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: flexcoders

RE: [flexcoders] gant chart

2006-10-20 Thread Andrew Trice
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@yahoogroups.com

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. http

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

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] On Behalf

RE: [flexcoders] gant chart

2006-10-27 Thread Andrew Trice
: [[]] --[[]]-- ---[]--- ---[[[]] (hopefully flexcoders doesnt kill the formatting on that) _ 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] Re: gant chart

2006-10-31 Thread Andrew Trice
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://www.cynergysystems.com/blogs/page

RE: [flexcoders] ViewStack Transition

2006-03-06 Thread Andrew Trice
Im using Flex 1.5 and I can use effects in a ViewStack, which I would guess works in Flex 2.0. Put the effect on the showEffect of the elements within your ViewStack, not on the ViewStack itself. I hope the code below helps. I have only briefly looked at the State and Transition objects

RE: [flexcoders] Resize issue

2006-03-07 Thread Andrew Trice
in one of my apps I thought it was the HBox, when it was actually the width of a mx:Text element inside of the HBox that was not being set correctly. Hope this helps. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email

RE: [flexcoders] Label make it selectable.

2006-03-08 Thread Andrew Trice
Try using mx:Text instead of mx:Label. -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] Re: dynamically destroy child from parent

2006-03-08 Thread Andrew Trice
You could try something like this (from the child) parent.destroyChild(this); I havent tried it, but I think it should work. _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866

RE: [flexcoders] Spacing of repeater objects

2006-05-31 Thread Andrew Trice
Set the horizontalGap attribute of the HBox to zero: mx:HBox horizontalGap=0 -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders

[flexcoders] System.showSettings(3);

2006-06-06 Thread Andrew Trice
a showSettings method. Thanks, Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

  1   2   >