Re: [flexcoders] reverse debugging

2011-10-22 Thread Ryan Stewart
Hi Csomák, The reverse debugging feature was just shown as a sneak at MAX, so it's not in 4.6. Hopefully it will make it into a future version of Flash Builder. =Ryan r...@adobe.com 2011/10/22 Csomák Gábor csom...@gmail.com ** Hi! I've downloaded Flash Builder 4.6 prerelease. I couldn't

Re: [flexcoders] air android app on flex amazon app store

2011-09-10 Thread Ryan Stewart
Store. =Ryan r...@adobe.com 2011/9/10 Csomák Gábor csom...@gmail.com ** Hi! I've submitted my app to amazon app store, but this came back: Your recent submission of Shared Board is pending due to the following reason(s): Through our testing process, we found that your app requires Adobe

Re: [flexcoders] OAuth and AIR

2010-05-02 Thread Ryan Stewart
. But because these are AIR applications and they're already running in a trusted environment, it seems like the user already trusts the application not to do anything harmful and so from a UX standpoint, just using AIR's HTML component is a better solution. My 2 cents. =Ryan r...@adobe.com On Sun

Re: [flexcoders] Purplexing error

2010-03-30 Thread Ryan Stewart
Hey Scott, was this the release version of FB4 or was it a beta version? =Ryan r...@adobe.com On Mon, Mar 29, 2010 at 8:20 PM, Scott h...@netprof.us wrote: I think I found the issue… And I think it’s a bug… I used the FB4 function to create the base PHP class. I then modified the FB4

[flexcoders] Getting the Y value for a line at a given point

2009-12-30 Thread Ryan
vectoring towards the next value of 140, my data point is misplaced if I put it at [1/15/2009, 100]. Is there a way to get the line's y value given an x value? or Can I change my line chart to not draw diagonal lines and instead draw square lines so I won't have this problem? Ryan

[flexcoders] Re: Network Topology Diagrams

2009-12-30 Thread Ryan
Also flare is good. It has some nice network layout algorithms. You can download it here: http://flare.prefuse.org/ Ryan --- In flexcoders@yahoogroups.com, Julian Alexander wb...@... wrote: Check out KapLabs diagrammer - that I think would be your best bet. -Julian

[flexcoders] Re: Cairngorm Parallel Commands

2009-09-14 Thread Ryan Kruse
Looks like flex is in the clear. The events are in fact firing. My Jetty 6 server isn't handling the async requests though :(. -Ryan On Mon, Sep 14, 2009 at 1:07 AM, manuraj.dha...@gmail.com wrote: Looking at your posted code, I can't see any issue with the firing of the event. It would

Re: [flexcoders] Cairngorm Parallel Commands

2009-09-13 Thread Ryan Kruse
I don't need threads, and the problem exists if my commands don't even hit a remote server. Firing the cairngorm events one after another just doesn't seem to work reliably. Ryan On Sep 13, 2009 4:58 AM, Stephane Guyot stephane.guyo...@wanadoo.fr wrote: Ryan, as far as I know, Flash Player

Re: [flexcoders] How to tell if something is a Date

2009-09-13 Thread Ryan Kruse
Try out flex.utils. I thing there is a getFullyQualifiedClassname method or something like that. That may work for null objects. Ryan On Sep 13, 2009 8:26 AM, Paul Andrews p...@ipauland.com wrote: David Harris wrote: Hi everyone, I have a situation where I want to tell a value is of type

RE: [flexcoders] Grab the Current State of a Button

2009-06-08 Thread Ryan Graham
Set toggle to true on the buttons and then you can check the selected property. btn.toggle = true; trace(btn.selected); HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ericmaslowski Sent: Monday, June 08, 2009 9:58 AM To: flexcoders

[flexcoders] Microphone soundTransform and SPEEX codec bug

2009-06-05 Thread Ryan Graham
= _mic.activityLevel.toString(); } ]] /mx:Script mx:Label id=micActivity/ /mx:Application Thanks, Ryan This message is private and confidential. If you have received it in error, please notify

RE: [flexcoders] Microphone soundTransform and SPEEX codec bug

2009-06-05 Thread Ryan Graham
I couldn't find a bug related to this in JIRA so I went ahead and created one, in case anyone would like to vote for it: https://bugs.adobe.com/jira/browse/FP-2161 Thanks, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ryan Graham Sent: Friday

[flexcoders] Local compile issue on Flex Builder 3 on OSX Leopard

2009-05-22 Thread Ryan
I am trying to help my boss set up a Flex project which works fine for me. He is on Mac, I am on PC. He can't compile in our properties files, even though he has them on his computer. I access these files via a compiler variable pointing to an absolute path on my machine, ie:

RE: [flexcoders] Re: how to close a titlewindow that was not created as a popup

2009-03-09 Thread Ryan Graham
Post some code and we'll take it from there... From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stinasius Sent: Friday, March 06, 2009 10:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to close a titlewindow that was not created as a popup

RE: [flexcoders] Re: how to close a titlewindow that was not created as a popup

2009-03-06 Thread Ryan Graham
{ removeChild(event.target as TitleWindow); } ]] /mx:Script mx:TitleWindow showCloseButton=true close=onClose(event)/ /mx:Application HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] Preventing HSlider from moving forward

2009-03-05 Thread Ryan Graham
handler you could check the value against the one you are limiting the position to, and kill the event there. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tom Chiverton Sent: Thursday, March 05, 2009 9:13 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] how to close a titlewindow that was not created as a popup

2009-03-05 Thread Ryan Graham
Listen for the close event, then removeChild(). HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stinasius Sent: Thursday, March 05, 2009 8:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] how to close a titlewindow

RE: [flexcoders] help with httpService Error

2009-03-05 Thread Ryan Graham
=* headers=*/ /cross-domain-policy HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ramsey, Robert L Sent: Thursday, March 05, 2009 11:13 AM To: 'flexcoders@yahoogroups.com' Subject: [flexcoders] help with httpService Error Hi, I am using

RE: [flexcoders] HTTPService vs URLRequest

2009-03-05 Thread Ryan Graham
I suppose if you Base64 encode it for transfer it would, but that adds roughly 30% to size of the binary data being transferred. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Guy Morton Sent: Thursday, March 05, 2009 2:55 PM To: flexcoders@yahoogroups.com

[flexcoders] Breaking up large array processing

2009-02-27 Thread Ryan Graham
, but it's still taking too long. Does anyone have a sample or tips on how to break up this type of processing? Maybe do 4 passes, each processing 1000 of my 4000 input elements? Any help is much appreciated! Thanks, Ryan This message is private and confidential. If you have received

RE: [flexcoders] RE: Breaking up large array processing

2009-02-27 Thread Ryan Graham
Ahh... I had just tuned my loops that were iterating over the collections. The pseudo-threading example is exactly what I need, thanks! For the archives: http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html Thanks, Ryan From: flexcoders@yahoogroups.com

RE: [flexcoders] RE: Breaking up large array processing

2009-02-27 Thread Ryan Graham
Nice, this looks like a good approach too. I'll give it a shot as well. Thank you much, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jonathon Stierman Sent: Friday, February 27, 2009 2:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] RE

RE: [flexcoders] labelFunction on BarSeries not firing

2009-02-26 Thread Ryan Graham
Hey Bob, Good meeting you at the AZFPUG meeting last night. Looks like labelPosition defaults to none on a BarSeries. Try setting that to something else: mx:BarSeries labelFunction=myLabelFunction labelPosition=outside yField=Month xField=Profit/ HTH, Ryan From: flexcoders

RE: [flexcoders] Who have YOU used for outsourcing mid to large Flex/CF projects?

2009-02-26 Thread Ryan Graham
Yeah, I've seen some of John's work and heard him speak at meetings here in Phoenix as well. His client list and work are impressive to say the least. +1 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alan Rother Sent: Thursday, February 26, 2009 5:50 PM

RE: [flexcoders] How to stop Flex from compiling my Java source files

2009-02-18 Thread Ryan Graham
builds? HTH, Ryan This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

RE: [flexcoders] Re: is it possible to track visitors / the page an swf is embedded on

2009-02-18 Thread Ryan Graham
If possible, you could look into Google Analytics to do the tracking for you: http://code.google.com/apis/analytics/docs/flashTrackingIntro.html Worth a look, but might not meet your requirements. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com

RE: [flexcoders] event passing when source/destination are on different parent bubbling chains?

2009-02-18 Thread Ryan Graham
right now? Are you passing data with this event that other components need? HTH, Ryan This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

RE: [flexcoders] Air application and local hardware

2009-02-13 Thread Ryan Graham
Nate B has mentioned before that the Merapi project is aimed at providing this functionality: http://www.merapiproject.net/ HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Friday, February 13, 2009 9:33 AM

RE: [flexcoders] DYNAMIC LINKBUTTONS styleNames.

2009-02-13 Thread Ryan Graham
Hey now, you knew this was in the docs... :D http://livedocs.adobe.com/flex/3/html/help.html?content=03_Language_and_ Syntax_16.html HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of - - Sent: Friday, February 13, 2009 2:28 PM To: flexcoders

RE: [flexcoders] Is there a 'token' equivalent to use with the URLLoader class?

2009-02-13 Thread Ryan Graham
var myloader:URLLoader = new URLLoader(); myloader.addEventListener(Event.COMPLETE, loadHandler); var token:AsyncToken = myloader.load(new URLRequest(getdata.com)); token.artist = artist; Maybe use a global dictionary with each instance of the loader as the key: public var

RE: [flexcoders] 3D flip effect

2009-02-12 Thread Ryan Graham
Yeah, it's possible with 3.2. As long as you are targeting FP10, check out the x, y, z, rotationX, rotationY, and rotationZ on DisplayObject in the docs... If you're targeting FP9, it's a much more manual process to organize the math and such... HTH, Ryan From: flexcoders

RE: [flexcoders] 15 seconds timeout will a progress bar help?

2009-02-12 Thread Ryan Graham
In Flex it's Application.scriptTimeLimit. If you're doing an AS3 only project, try checking out the -default-script-limits compiler argument to set a higher time. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexaustin Sent: Thursday

RE: [flexcoders] Re: Loader URLRequest and reuse

2009-02-12 Thread Ryan Graham
. Because you can create multiple Bitmap objects that reference the same BitmapData object, multiple display objects can use the same complex BitmapData object without incurring the memory overhead of a BitmapData object for each display object instance. HTH, Ryan From: flexcoders

RE: [flexcoders] 3D flip effect

2009-02-12 Thread Ryan Graham
); That'll just rotate infinitely -- it would be up to you to turn this into a reusable effect... HTH, Ryan -Original Message- From: flexcoders@yahoogroups.com on behalf of Russ Ferguson Sent: Thu 2/12/2009 4:46 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] 3D flip effect

RE: [flexcoders] XML attributes

2009-02-10 Thread Ryan Graham
It doesn't like the final keyword in there I believe. When you need to add attributes or properties that use actionscript keywords, drop back to string keys for access: m_xml[@final-note] = 8; HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf

RE: [flexcoders] how to localize pageTitle

2009-02-10 Thread Ryan Graham
You may also be able to use BrowserManager depending on your setup… HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Haykel BEN JEMIA Sent: Tuesday, February 10, 2009 9:59 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] how

RE: [flexcoders] Can I debug my Flex applications on 64 bit windows?

2009-02-10 Thread Ryan Graham
Did you change your compiler options to target FP10? HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Todd Sent: Tuesday, February 10, 2009 10:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can I debug my Flex applications on 64 bit

RE: [flexcoders] XML attributes

2009-02-10 Thread Ryan Graham
Ah, good call Tracy... thanks for clearing that up. -Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Tuesday, February 10, 2009 2:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] XML attributes I think

RE: [flexcoders] Memory consumption by the browser

2009-02-09 Thread Ryan Graham
management within that particular browser, and not the Flash Player. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dmitri Girski Sent: Sunday, February 08, 2009 11:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Memory consumption

RE: [flexcoders] Re: Some material for flex 3 Certification

2009-02-09 Thread Ryan Graham
taking the exam. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of nathanpdaniel Sent: Monday, February 09, 2009 7:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Some material for flex 3 Certification Flex from the Source (from Adobe

RE: [flexcoders] Re: Memory consumption by the browser

2009-02-09 Thread Ryan Graham
that instance, setting data properties accordingly? Are you adding listeners to descendant components in the popup? If so are you using weak references? For example: addEventListener(MouseEvent.CLICK, onClick, false, 0, true); and not addEventListener(MouseEvent.CLICK, onClick) HTH, Ryan

RE: [flexcoders] Re: Problem in Streaming Live data using Flash Media Server

2009-02-06 Thread Ryan Graham
/yourAppName/streams HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of akila_ksri Sent: Thursday, February 05, 2009 9:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Problem in Streaming Live data using Flash Media Server Yes, you

RE: [flexcoders] XML walkdown Help

2009-02-03 Thread Ryan Graham
;), the XML processing model is unaware and doesn't care - all it sees is unique strings, each of which defines a separate namespace using the xmlns attribute declaration. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Tuesday

RE: [flexcoders] Can you put a UIComponent in a Sprite

2009-02-03 Thread Ryan Graham
EventDispatcher http://livedocs.adobe.com/flex/3/langref/flash/events/EventDispatcher.h tml Object http://livedocs.adobe.com/flex/3/langref/Object.html Can't say flex will like it so much though. What are you trying to do? HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Another 1034 - events and event types

2009-02-03 Thread Ryan Graham
using a custom activate event -- other names seemed safe though, depending on what component your DateRangePicker is being extended from. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard Rodseth Sent: Tuesday, February 03, 2009 5:59 PM

RE: [flexcoders] XML walkdown Help

2009-02-03 Thread Ryan Graham
/bluedragon;); Alert.show(x.loginResult.ns1::columnList.toXMLString()); var xlColumns:XMLList = x.loginResult.ns1::columnList.ns1::string; Alert.show(xlColumns.toXMLString()); HTH, Ryan -Original Message- From: flexcoders@yahoogroups.com on behalf of Wally Kolcz Sent: Tue 2/3/2009 10:32

RE: [flexcoders] Re: Need Details Creating Custom UIComponents with AS3

2009-02-03 Thread Ryan Graham
The html for that site suggests you only need 9.0.28. It played fine in 10 for me. Think I'll stick around and watch it too. :) HTH, Ryan -Original Message- From: flexcoders@yahoogroups.com on behalf of Jason Sent: Tue 2/3/2009 8:05 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] mimicking UIComponent's addChild and addChildAt, how to properly handle nested

2009-02-03 Thread Ryan Graham
://flexcomps.wordpress.com/2008/05/09/flex-component-life-cycle/ Beyond that, you can dig through the flex developer's guide at Adobe to get the finer details. HTH, Ryan -Original Message- From: flexcoders@yahoogroups.com on behalf of djhatrick Sent: Tue 2/3/2009 7:00 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] XML walkdown Help

2009-02-02 Thread Ryan Graham
/PRMCProjects/ed u/umich/security); trace(xmlResult.ns::loginResult.toXMLString()); You can do this for all nodes with a namespace defined... HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wally Kolcz Sent: Monday, February 02, 2009 1:42 PM

RE: [flexcoders] MouseOver Event Not Firing

2009-02-02 Thread Ryan Graham
); } HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Monday, February 02, 2009 3:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] MouseOver Event Not Firing I have a Button that doesn't seem to know the mouse is over

RE: [flexcoders] How to assign html tag to text property

2009-01-27 Thread Ryan Graham
]] /mx:text /mx:TextArea HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markflex2007 Sent: Tuesday, January 27, 2009 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to assign html tag to text property Hi, I try

RE: [flexcoders] flex date and timezone

2009-01-27 Thread Ryan Graham
If you have access to the GMT offsets, sure. Otherwise, if you have just the strings, I don't see an easy way... HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of coder3 Sent: Tuesday, January 27, 2009 3:13 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Adding the same mask to several Sprites

2009-01-21 Thread Ryan Graham
than an object with a more organic shape). HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ACasualObserver Sent: Wednesday, January 21, 2009 3:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adding the same mask to several Sprites

RE: [flexcoders] Re: Speex codec

2009-01-20 Thread Ryan Graham
Ah, great... Thanks for confirming! From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of steve.klee Sent: Friday, January 16, 2009 3:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Speex codec I was reading the docs and they seem to suggest

[flexcoders] FMS attaching custom metadata to recorded streams

2009-01-20 Thread Ryan Graham
. Thanks Ryan This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

RE: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-20 Thread Ryan Graham
Sorry for the delay on this one... The closest I could find in JIRA was FP-5, which is related mostly to the video portion of netstreams. Does anyone know the issue number for this one? I'd like to vote it up too. http://bugs.adobe.com/jira/browse/FP-5 Thanks, Ryan -Original Message

RE: [flexcoders] FMS attaching custom metadata to recorded streams

2009-01-20 Thread Ryan Graham
Ahh... nevermind this one. I accidentally had the onMetaData handler set as private instead of public. Everything is working as expected now. -Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Ryan Graham Sent: Tuesday, January 20, 2009 4:57 PM

[flexcoders] Speex codec

2009-01-16 Thread Ryan Graham
Hi All, I was reading the docs and they seem to suggest that the Speex codec for streaming to a media server is a feature exclusive to AIR 1.5. Is that true? If I am targeting FP10, can I stream with Speex from a web-based flex app, or am I limited to using NellyMoser? Thanks, Ryan

RE: [flexcoders] Microphone BlazeDS (Red5?)

2009-01-15 Thread Ryan Graham
Also, depending on what server technology you're comfortable developing in, you may want to check out WebORB - the .Net version is free, and they also provide versions for Java, PHP, CF, and Rails. I've only played with it a little bit, but what I saw seemed pretty solid. HTH, Ryan From

RE: [flexcoders] Microphone BlazeDS (Red5?)

2009-01-15 Thread Ryan Graham
if the process is the same with Red5, but wouldn't you just record a video without a camera attached? Just attach the microphone, to record an audio-only flv? HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nate Beck Sent: Thursday, January 15, 2009 12:11 PM

RE: [flexcoders] Microphone BlazeDS (Red5?)

2009-01-15 Thread Ryan Graham
Oh, there it is... In the RTMP section in the datasheet, it says client stream recording is supported in the .Net, Java, and CF versions of the product. www.themidnightcoders.com/fileadmin/downloads/WebORBDatasheet.pdf HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] Microphone BlazeDS (Red5?)

2009-01-15 Thread Ryan Graham
with if the performance specs are up to par. J Thanks, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nate Beck Sent: Thursday, January 15, 2009 12:45 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Microphone BlazeDS (Red5?) Well I'll be darned

RE: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-15 Thread Ryan Graham
server-side, and then load that into a Sound object to do the extraction. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Charlie Hubbard Sent: Thursday, January 15, 2009 1:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Playing Mp4

RE: [flexcoders] Re: Binding and the Model

2009-01-13 Thread Ryan Graham
to it summary = smry; } HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stldvd Sent: Tuesday, January 13, 2009 1:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Binding and the Model I don't think there's an mx:string tag

[flexcoders] Binding to a Vector object

2009-01-13 Thread Ryan Graham
or something similar? Should I just forget about it and stick with ICollectionView classes? Thanks, Ryan This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

RE: [flexcoders] Cairngorm ServiceLocator.getInstance(); compile error

2008-12-29 Thread Ryan Graham
getInstance() should be a static method, so you don't need to use new when calling it: private var __locator:ServiceLocator = ServiceLocator.getInstance(); HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jeremysavoy Sent: Monday, December

[flexcoders] Application dependencies

2008-12-29 Thread Ryan Graham
tips are much appreciated... Thanks, Ryan This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

RE: [flexcoders] clearing out mx:DateField

2008-12-09 Thread Ryan Graham
effective.selectedDate = null; This should clear it. Perhaps the actionscript function containing this code isn't getting called. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen More Sent: Tuesday, December 09, 2008 12:18 PM To: flexcoders

RE: [flexcoders] getBitmapData from a scaled display object

2008-12-09 Thread Ryan Graham
You may have to play with some of the positioning, but use the second parameter of the bitmapData.draw() function to pass in the object's transform matrix as a start. This should get you closer... bitmapdata.draw( displayObject2, displayObject2.transform.matrix ); HTH, Ryan From

RE: [flexcoders] Re: getBitmapData from a scaled display object

2008-12-09 Thread Ryan Graham
: bitmapdata.draw( Application.application.stage, null, null, null, new Rectangle(displayObject2.x, displayObject2.y, displayObject2.width, displayObject2.height)); HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Sent: Tuesday, December 09, 2008 2:18 PM

RE: [flexcoders] Re: getBitmapData from a scaled display object

2008-12-09 Thread Ryan Graham
@yahoogroups.com Subject: [flexcoders] Re: getBitmapData from a scaled display object Hey Ryan, That was a great idea, something I definately had not tried yet. Unfortunately, referencing the child from a parent did not seem to produce any better results. The issue still stands that the getBitmapData

RE: [flexcoders] Re: getBitmapData from a scaled display object

2008-12-09 Thread Ryan Graham
Ah, good deal. Glad it worked out! -Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Sent: Tuesday, December 09, 2008 3:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: getBitmapData from a scaled display object Ryan I could kiss you

RE: [flexcoders] Tricky one...adding attachments to an email generated from the app

2008-12-04 Thread Ryan Graham
% for the transfer to the server. Not sure if bandwidth is an issue in your scenario. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Williams Sent: Thursday, December 04, 2008 2:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tricky one

Re: [flexcoders] Re: Flex and Java Communication

2008-12-04 Thread Ryan Gravener
http://code.google.com/p/wicket-flex-blazeds/ Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Dec 4, 2008 at 4:00 PM, valdhor [EMAIL PROTECTED] wrote: Hmmm I'm wanting to learn Java and I already know Flex. The book mentioned comes from the other

Re: [flexcoders] Re: Detect server timeout in Flex

2008-12-04 Thread Ryan Gravener
make an http request to a page on your server? depending if there is a session respond true/false? Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Thu, Dec 4, 2008 at 5:07 PM, oneworld95 [EMAIL PROTECTED] wrote: Let me clarify: How do you detect session

[flexcoders] Flex frameset simulator: does this exist or did I dream it?

2008-11-24 Thread Ryan
! Ryan

[flexcoders] Re: Flex frameset simulator: does this exist or did I dream it?

2008-11-24 Thread Ryan
I think I need a VDividedBox, but yes, that is exactly what I was looking for! thanks very much! Ryan --- In flexcoders@yahoogroups.com, Derrick Anderson [EMAIL PROTECTED] wrote: Are you talking about mx:HDividedBox? d. On Mon, Nov 24, 2008 at 12:06 PM, Ryan [EMAIL PROTECTED] wrote

Re: [flexcoders] BlazeDS and MySQL

2008-11-23 Thread Ryan Gravener
Shameless plug: http://code.google.com/p/wicket-flex-blazeds/ I've never added delete and update functions but if you checkout http://ryangravener.com/wordpress/?p=52 you can get the jyst. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Sun, Nov 23, 2008 at 6

RE: [flexcoders] Re: How do they do that (Flex video)

2008-11-19 Thread Ryan Graham
or community at large to develop if the need arises. -Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Wednesday, November 19, 2008 1:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How do they do that (Flex video

RE: [flexcoders] Code completion and syntax colors not working

2008-11-19 Thread Ryan Graham
Did you switch to the Flex Development perspective? Eclipse may default to the Java Development perspective. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gabriela.perry Sent: Wednesday, November 19, 2008 2:38 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Re: Regular Expressions?

2008-11-17 Thread Ryan Graham
()); } } HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Maciek Sakrejda Sent: Monday, November 17, 2008 12:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Regular Expressions? As a String? You *should* be able to use the top-level XMLList

RE: [flexcoders] mxml implements actionscript interface

2008-11-07 Thread Ryan Graham
Sure... you can use the implements property on the root tag of your component: mx:Canvas implements=someInterface ... HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Romain de Wolff Sent: Friday, November 07, 2008 2:30 AM

RE: [flexcoders] Having trouble with XMLList

2008-11-07 Thread Ryan Graham
for the genreBox to see it, it should be a public var in your script block. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeremy.carter_mg Sent: Friday, November 07, 2008 2:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Re: Get id of dynamic validator

2008-11-06 Thread Ryan Graham
[o]'s validator again, for example in your UpdateItem FOCUS_OUT handler from your earlier code: private function UpdateItem(event:FocusEvent):void { //get validator reference var sv:StringValidator = globalValidators[event.target] as StringValidator; ... } HTH, Ryan

RE: [flexcoders] Re: IFrame: open new browser window from

2008-11-06 Thread Ryan Graham
the build contents from the local server, and not the file system. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Thursday, November 06, 2008 12:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
toLowerCase or RegExps, but this will return the 2 emp nodes for Johnson and Jones given your input list: var input:String = Jo; trace(emplist.(name.substring(0, input.length) == input)); HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
Haha, looking at that, a more intuitive option would probably use the indexOf() function instead of substring, that way indexOf(input) == 0; //starts-with behavior indexOf(input) -1; //contains behavior HTH, Ryan From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
about anything inside such a function including traversing the xml, and looping etc. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Graham Sent: Thursday, November 06, 2008 5:07 PM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] E4X equivalent to SQL where 'like %' expression ?

2008-11-06 Thread Ryan Graham
? On Fri, Nov 7, 2008 at 8:32 AM, Ryan Graham [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Ah, like a true lambda expression -- good tip! From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] Re: HistoryManager

2008-11-05 Thread Ryan Graham
; private var _dm:DragManager; private var _hm:HistoryManager; HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Wednesday, November 05, 2008 1:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

RE: [flexcoders] Please explain the Tree to me!!!!! Before I die waiting!

2008-10-29 Thread Ryan Graham
And selecting all will yield: ** 76 3 1 HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed Sent: Wednesday, October 29, 2008 8:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Please explain the Tree to me

RE: [flexcoders] File name issue (php created file)

2008-10-29 Thread Ryan Graham
() top level functions for this, and php should have similar. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gabriela.perry Sent: Wednesday, October 29, 2008 10:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] File

RE: [flexcoders] Binding textinput width to datagrid column width?

2008-10-29 Thread Ryan Graham
onColumnStretch(event:DataGridEvent):void { for (var i:int = 0; i DataGrid(event.target).columnCount; i++) { hb1.getChildAt(i).width = DataGrid(event.target).columns[i].width; } } HTH, Ryan From: flexcoders

RE: [flexcoders] Invalid Embed directive

2008-10-29 Thread Ryan Graham
The compiler expects that image path to be in one of your project source folders during build. If that path exists in your bin folder only, the compiler will never see it for an embed operation. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Invalid Embed directive

2008-10-29 Thread Ryan Graham
And the path is relative to where you are declaring the mx:Style that loads the stylesheet file, of course. :) HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Graham Sent: Wednesday, October 29, 2008 1:55 PM

RE: [flexcoders] Re: FB: Extracting a folder contents into output folder while compiling

2008-10-27 Thread Ryan Graham
to output folder checked under Project Properties Flex Compiler. HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of m_koks Sent: Monday, October 27, 2008 6:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FB

Re: [flexcoders] Flex 2 to Flex 3 - LCDS

2008-10-27 Thread Ryan Gravener
If your using flex 3, you should switch over to blazeds as well. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Mon, Oct 27, 2008 at 3:37 PM, schneiderjim [EMAIL PROTECTED]wrote: We purchased Flex 2, which at the time, I believe included LCDS (or whatever

Re: [flexcoders] Re: Upload file(from local machine) via web service

2008-10-23 Thread Ryan Gravener
http://weblog.cahlan.com/2006/12/flex-upload-component.html Ryan Gravener http://twitter.com/ryangravener On Thu, Oct 23, 2008 at 11:41 AM, nathanpdaniel [EMAIL PROTECTED] wrote: I don't think it's possible (but only sure to about 98% :D). My suggestion would be to a) (easiest) just

Re: [flexcoders] Increase in swf size when upgraded to FlexSDK3

2008-10-20 Thread Ryan Gravener
are you compiling with debug enabled? Ryan Gravener http://twitter.com/ryangravener On Mon, Oct 20, 2008 at 7:40 PM, Shailesh Mangal [EMAIL PROTECTED]wrote: We recently moved from Flex 2.0.1/LCDS 2.5.1 to Flex3.1.0/LCDS2.6 and noticed that by doing that our swf went from 1.3MB to 1.9MB

[flexcoders] Re: set height of a Container back to default? (resize to content)

2008-10-10 Thread Ryan
? Adobe? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Ryan drjimmy11@ wrote: I have the following quandary: I have a container which most of the time resizes to what it's holding. Fine. But sometimes I need it to be an explicit

  1   2   3   >