RE: [flexcoders] FLV Duration

2006-12-04 Thread Stacy Young
I'm curious to know myself, I will poke around. In the meantime ...I'd also post this to flashcoders. Since we're talking Actionscript specifically, there's a much higher percentage of folks on there that work with video. http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Cheers,

RE: [flexcoders] EventDispatching Listening

2006-11-28 Thread Stacy Young
I believe only DisplayObjects have a bubbling phase. Does you component extend Sprite or UIComponent? -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of patricklemiuex Sent: Monday, November 27, 2006 7:05 PM To:

RE: [flexcoders] how to learn file upload result

2006-11-06 Thread Stacy Young
At this time the flash player only returns a status code. I was stuck on this myself I got around it by storing the result in a session variable and retrieving it via separate remote call to the server. Caution: this workaround will only function in IE. Please submit an enhancement

RE: [flexcoders] Uploading

2006-11-03 Thread Stacy Young
Any more details and/or code you can show? Cheers, Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of kumar Sent: Friday, November 03, 2006 8:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Uploading I am using

RE: [flexcoders] 2 questions

2006-11-03 Thread Stacy Young
The only time Ive used states is transitioning from two different contexts specifically from a login screen to the initial state of the application after login. (I wanted to animate the transition) As for components, my approach is to black box them and leverage the event model for

RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-02 Thread Stacy Young
Ive only joined Adobe recently so perhaps my opinion is not as biased. ;-) As a customer Ive had great experiences with Flex support. Although I should note my previous employer had top level support so keep in mind your mileage may vary depending on the support program.

[flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young
Has anyone setup asdoc to run inside eclipse? Have a project where I can't include it in the build process. Looking to have the docs dumped inside my project. Cheers, Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Wednesday, November 01, 2006 2:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc Generation inside Flexbuilder? Has anyone setup asdoc to run inside eclipse? Have a project where I can't

RE: [flexcoders] Questions about RTMP ports and channel definitions

2006-10-22 Thread Stacy Young
To answer # 1: trying to have two instances of FDS bind to the same port is the same as trying to run two web servers on the same machine and bind them both to port 80. Its not a matter of message routing the port is already in use so the second instance will fail since it can not bind

RE: [flexcoders] Uploads Needed Greater than 100 MB

2006-10-19 Thread Stacy Young
I dont believe this limit is enforced just that its been tested up to 100mb. I *believe* this is the case Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl Sent: Thursday, October 19, 2006 12:15 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] New Autocomplete component (free)...feedback?

2006-09-28 Thread Stacy Young
I think the concept itself is right on the money. Kind of applying the Adobe Labs concept to component development. Kudos! Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels Sent: Thursday, September 28, 2006 12:19 AM To:

RE: [flexcoders] Flex 2.0 unkown issue

2006-09-27 Thread Stacy Young
Sorry if I’m misunderstanding what you’re suggestion but if you’re specifying a style for “Button” it *should* apply to all instances. Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Igor Costa Sent: Wednesday, September 27, 2006

RE: [flexcoders] Flex 2.0 unkown issue

2006-09-27 Thread Stacy Young
One option you could do is set the style inside your custom component. That way wherever it’s used afterwards that style will apply. Alternatively you *can* do the following as well …and should work: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

RE: [flexcoders] Run ppt file in flex

2006-09-21 Thread Stacy Young
Not directly but perhaps with Adobe Connect (Breeze) youd be able to automate the export of PPT to flash paper or swf. Quite possible their PDF generator products can also handle this but Im not 100%. Cheers, Stace From: flexcoders@yahoogroups.com

RE: [flexcoders] FileReference (upload) session cookie problems

2006-09-17 Thread Stacy Young
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FileReference (upload) session cookie problems Hi Jason, It is a bug, the file upload feature with FireFox behaves differently than under IE. My colleague Stacy Young discovered this a month or so ago and submitted and bug and many enhancement

RE: [flexcoders] FileReference (upload) session cookie problems

2006-09-17 Thread Stacy Young
A long way around would be to store the items in a database then retrieve back into the users session on the next RPC call. This may not be feasible in some cases but thats the best idea I can offer at this time. I ran into this exact problem a couple of months back. If you could

[flexcoders] Flex position open @ Optimal Payments in Montreal, Canada

2006-09-14 Thread Stacy Young
products and services to our clients. Our developers are heavy participants in online development communities. In fact, our projects are often detailed in technical journals and publications! Please forward your resume and sample portfolio (if possible) to Stacy Young [EMAIL PROTECTED

RE: [flexcoders] Handling Login

2006-09-10 Thread Stacy Young
Once all browser instances are closed youre pretty much stuck. (as with other web technologies) Without a session identifier to match up with on the server, theres no way to access that session data. You *could* store session data in a local shared object (flash cookie) and have

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young
the app while it's doing it. Peace, Mike On 9/7/06, Stacy Young stacy.young@optimalpayments.com wrote: 60 seconds ??? Uh oh …I missed that, thanks for heads up. Stace AVIS IMPORTANT WARNING Ce message électronique et ses pièces

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young
, Stacy Young stacy.young@optimalpayments.com wrote: Hi Michael, I'm not sure I follow …any chance you could provide some additional detail? I was thinking of trying a setInterval function while the client awaits download …not sure yet if that would fool the player into thinking its

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young
this would help becasue I was using proccessing in the player, like cutting loops into sectors. What exact part of the app is hanging Flash?, I am playing dumb here, is it the result handler? Peace, Mike On 9/8/06, Stacy Young stacy.young@optimalpayments.com wrote: I'm using

[flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young
I've got a flex UI driving a reporting tool in which some reports can take as long as 30 mins. Flash times out at 15 seconds by default. I can set the scriptTimeLimit in the application tag but that will apply to the whole app ...which I'm not very keen on. Anyone know of another solution? I

RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young
60 seconds ??? Uh oh I missed that, thanks for heads up. Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Thursday, September 07, 2006 4:53 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] File Download:

RE: [flexcoders] Re: Unable to get trace to work...

2006-09-01 Thread Stacy Young
mm.cfg will output to a file (specified in the cfg file) I normally open a DOS window and just tail flexlog.txt You can get tail command for windows from this resource kit http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffddisplaylang=en

RE: [flexcoders] Pre-compiled applications unable to access FDS based message queues

2006-09-01 Thread Stacy Young
Wondering if perhaps the precompile is not picking up your services-config file? (and using the sdk which is empty) What do your compile arguments look like? Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Dunphy Sent:

[flexcoders] SecureAMF: SSL Handshake Prob

2006-08-24 Thread Stacy Young
Hi all, Anyone run into this when using AMF over SSL? ... 08/24 13:47:37 DEBUG Optimizing... 960ms 08/24 13:47:37 DEBUG Total time: 11864ms 08/24 13:47:38 DEBUG SWF Encoding... 420ms Aug 24, 2006 1:47:39 PM EDT Warning Security BEA-090476 Invalid/unknown SSL header was received from peer

RE: [flexcoders] SecureAMF: SSL Handshake Prob

2006-08-24 Thread Stacy Young
p.s. my cert has been imported into the JVM From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Thursday, August 24, 2006 1:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] SecureAMF: SSL Handshake Prob

RE: [flexcoders] SecureAMF: SSL Handshake Prob

2006-08-24 Thread Stacy Young
Just FYi in case anyone sees this I believe the problem was related to using a bad cert on the server that used a previous computer name (i.e. domain) -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Thursday

[flexcoders] Chart highlights when hovering

2006-08-03 Thread Stacy Young
Is there an easy way to get highlights on mouseover on a pie chart without writing a renderer? Thx Stace AVIS IMPORTANT WARNING Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement

RE: [flexcoders] [Flex2 final] Application look blury when using FlashType

2006-07-25 Thread Stacy Young
Yes, few known problems with FlashType in Flex L Blurry, offset a few pixels Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Carlos Rovira Sent: Tuesday, July 25, 2006 4:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Flex Pricing question

2006-07-22 Thread Stacy Young
Yes. -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Saturday, July 22, 2006 12:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Pricing question So does an intel two-in-one processor still

RE: [flexcoders] So? What are folks here actually building...?

2006-07-20 Thread Stacy Young
Latest project Im engineering is a real-time monitoring/administrative console for an in-house CF reporting system. Managing report threads in CF clusters, alarms and some very custom functionality to manage reporting workload around our system upgrades which may involve downtime etc.

RE: [flexcoders] [Flex2] FDS as Windows system service?

2006-07-05 Thread Stacy Young
Youd have to look to your app server for this for instance, with jrun you can use the {jrun root}/bin/jrunsvc.exe to create a windows service to startup a particular jrun instance. From the docs: Using the jrunsvc tool Use the jrunsvc tool to execute command on a JRun server that

RE: [flexcoders] Flex and commercial use

2006-07-04 Thread Stacy Young
Flex apps can be developed and deployed for free. If you wish to *also* use Flex Data Services, yes, its free for single CPU use How far you can take that will of course depend on the hardware for that one box! Cheers, Stace From: flexcoders@yahoogroups.com

RE: [flexcoders] embeded FlashType fonts look bad

2006-07-04 Thread Stacy Young
They are offset a few pixels but I also found the default sharpness level was way too low. -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Vinny Timmermans Sent: Tuesday, July 04, 2006 1:14 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Flex and commercial use

2006-07-04 Thread Stacy Young
$6K per CPU for 100 simultaneous users (total). No CPU or clustering limit. $20K per CPU for unlimited everything. -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ville Walveranta Sent: Tuesday, July 04, 2006 1:20 PM To:

RE: [flexcoders] file upload

2006-06-02 Thread Stacy Young
Checkout: Programming ActionScript 3.0 Flash Player APIs Networking and Communication In the Flex Builder help, fully documented examples. As for the JSP side, its business as usual you have to handle a multi-part form submission and process as if it were a html form.

RE: [flexcoders] AJAX versus Flex

2006-05-25 Thread Stacy Young
Personally Im not expecting flex to overcome ajax in terms of market share for one simple reason. Ajax can accommodate a large proportion of developers needs. Thats not a bad thing, just a reality. Not everyone will need the kind of firepower that flex can deliver. I do believe though

RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Stacy Young
Its already in there , Im using it ! -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen Sent: Friday, May 19, 2006 5:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] [Flex2] File upload using HTTP PUT ?

RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Stacy Young
Sorry, misread your post scratch what I said   ;-) I thought post From: Stacy Young Sent: Friday, May 19, 2006 5:29 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] [Flex2] File upload using HTTP PUT ? Its already in there , Im using it ! -Stace

[flexcoders] Test pls Ignore

2006-05-09 Thread Stacy Young
eom -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web site design

RE: [flexcoders] Server-Side Architecture for Flex App

2006-05-02 Thread Stacy Young
You will only need the event gateway in CF for leveraging Flex DataServices, not remoting. Cheers, Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 02, 2006 2:37 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young
I was going to ask about this as well We can not run apps on non-standard ports (without a damn good reason ;-) How does the AMF port relate to what the client actually uses to make the remote call? If Ive got apache in front of WebLogic and apache is configured for port 80 and the

RE: RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young
. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Thursday, March 09, 2006 2:10 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject I was going to ask about

RE: [flexcoders] My Flex 1.5 project went live at TWELVE Hotel in Atlanta on Sunday!

2006-02-14 Thread Stacy Young
Title: My Flex 1.5 project went live at TWELVE Hotel in Atlanta on Sunday! Congrats! Sounds like a fun project! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Monday, February 13, 2006 5:39 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Job: Flash Developer/Programmer

2006-02-14 Thread Stacy Young
I think non-agency postings are fine on the main listjust my 2 cents! -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alistair McLeod Sent: Tuesday, February 14, 2006 4:58 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders]

RE: [flexcoders] Can someone explain this to me

2006-02-08 Thread Stacy Young
Have you installed the 8.5 flash player ? -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 10:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can someone explain this to

[flexcoders] Can not find named service

2006-02-07 Thread Stacy Young
Just started a new project, app server is Weblogic and application is deployed as an EAR. Trying to get a simple remote call working and I'm getting an exception: No service named serviceSystem is known to Flash 1. Named service is configured in flex-config.xml 2. The class it points to exists

[flexcoders] Solved: Can not find named service

2006-02-07 Thread Stacy Young
There was an old flash mx gateway jar being picked up in the build process. Eek From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Tuesday, February 07, 2006 12:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can

RE: [flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread Stacy Young
I dont have an example as I havent done the setup myself (yet). But there isnt anything specific you need to do in Cairngorm. Make sure ur CF install is working properly by creating a simple mxml with a remote call on a CFC. If thats ok then you shouldnt have any issues inside a

RE: Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on remote host

2006-01-30 Thread Stacy Young
Are you deploying on unix? I remember there was a case issue with that sample download (a while back)...Some places there's reference to fileio.swf and other places fileIO.swf. Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on remote host

2006-01-30 Thread Stacy Young
Sorry I should have mentioned that as well...yes we had to revert back to 8.0.15 player for our user base. -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Monday, January 30, 2006 8:13 PM To:

[flexcoders] Can't get rid of warnings when deploying on unix

2006-01-25 Thread Stacy Young
Flex-config is set NOT to display warnings but it decides on its own to do so anyway. Normally it hasnt been a huge issue, wed just fix the warningbut in the following case Im not sure how to do that seeing as the binding is based on an _expression_: The warning were getting is:

RE: [flexcoders] Can't get rid of warnings when deploying on unix

2006-01-25 Thread Stacy Young
p.s. the warnings ONLY show once after the application is first deployed and is compiling. (weblogic 8.1 on solaris) After that its fine From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Wednesday, January 25, 2006 5:00 PM To: flexcoders

RE: [flexcoders] Can't get rid of warnings when deploying on unix

2006-01-25 Thread Stacy Young
on unix Sounds like a compiler bug.  Try wrapping with Object: Object(field[FieldRepeater.count-1]).selected From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Wednesday, January 25, 2006 2:21 PM To: flexcoders

[flexcoders] Possible to use labelFunction and change text color?

2006-01-19 Thread Stacy Young
It's the wee hours of the morning and my brain is fried. Is it possible to set the text color for the label of an individual node in a tree? Thanks! Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Flex 1.5 and CPU load

2006-01-09 Thread Stacy Young
Wondering if the flex server is in production mode? (flex-config) Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: Monday, January 09, 2006 6:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 1.5 and

RE: [flexcoders] Re: (new issue) Using Embed with dynamic values possible?

2005-12-15 Thread Stacy Young
). Hope this helps - give it a play. --- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED] wrote: Took the AS approach and I've got it working for images ... moving beyond my initial tests I realized I actually need to create a series of Links (dynamic image path set as the icon

[flexcoders] (new issue) Using Embed with dynamic values possible?

2005-12-14 Thread Stacy Young
the Image objects (hidden) and tried to reference them as the source of the icon when creating the Links but no gois there no such thing as Linkage ID in flex? Eek! -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Tuesday, December 13

RE: [flexcoders] Image with transparency in DataGrid

2005-12-14 Thread Stacy Young
PNG w/ transparency in a cell renderer should work just fine thats my usual approach. I also usually size the image to the full row height of the grid. Ive noticed some jumpiness on rollover when images otherwise. -Stace From: flexcoders@yahoogroups.com

[flexcoders] Using Embed with dynamic values possible?

2005-12-13 Thread Stacy Young
Im creating a component that will require a XML dataprovider in which a number of elements are paths to images. Currently Im embedding these images statically as follows: [Embed(source=/assets/images/menu/menu_inbox_off.png)] var img_0_off :String;

RE: [flexcoders] Re: Using Embed with dynamic values possible?

2005-12-13 Thread Stacy Young
; someContainerObjectLikeCanvas.addChild(myImage); } Hope this helps --- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED] wrote: I'm creating a component that will require a XML dataprovider in which a number of elements are paths to images. Currently I'm embedding these images

[flexcoders] Comparing complex objects

2005-12-09 Thread Stacy Young
Wondering how others would go about comparing instances of complex objects while avoiding circular references and having flash explode? Thx! Stace Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide

RE: [flexcoders] Remoting Results: Object to Array

2005-11-24 Thread Stacy Young
: [flexcoders] Remoting Results: Object to Array http://livedocs.macromedia.com/flex/15/asdocs_en/mx/utils/ArrayUtil.html DK On 11/24/05, Stacy Young [EMAIL PROTECTED] wrote: Been digging around for an answer on how to cast remoting results from an Object to an Array type. Have a particular

[flexcoders] Popup window won't....pop

2005-11-03 Thread Stacy Young
Trying to pop open a window, which works initially...but when I attempt to embed a view (with its own viewhelper) the window no longer opens...but the screen is locked as if it did open. var popWindow = PopUpManager.createPopUp( _root, com.optimal.raven.view.resource.ResourceManager, true );

[flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
I'm attempting to loop through childNodes on a tree dataprovider and delete the currently selected node in that tree. The tree's structure is fixed in that there is a series of child elements in which each child may be one level deep. When I execute the code below on an item off the root, its

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
() ) { trace(TRUE); exclude = true; } var nextNode = locNode.nextSibling; if( exclude ) { locNode.removeNode(); } locNode = nextNode; } From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Wednesday, October 26, 2005 3

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Wednesday, October 26, 2005 5:22 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Can't Seem to removeNode properly from a Tree! Tried this variation, same resultremoves a folders child nodes but leaves

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
. My guess is itll probably work (at least in 1.5 2.0 looks like it might be a big rewrite). Maybe someone else knows a better way to accomplish that. Hope that helps/works, Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent

RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young
? Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Wednesday, October 26, 2005 6:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Can't Seem to removeNode properly from a Tree! One step furtherthat code snippet

[flexcoders] De-Select on Tree does not fire change event

2005-10-18 Thread Stacy Young
Ive got a button in which its state depends on a selection in a tree. Seems that when I de-select a node the change event doesnt fireanyway to get around that? Thx! Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young
How do you cancel a drag 'n drop operation so they object is dragging is not placed anywhere...and the original is not removed from the source component? Thanks! Stace Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome

RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young
until the dragDrop event happens over a valid target. When in the drag operation are you wanting to cancel? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Thursday, October 13, 2005 6:50 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young
Not very elegant but I got around it with using a boolean variableif the location isnt valid, just sets a flag that is then checked on doDragComplete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Thursday, October 13, 2005 7:07 PM

RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young
Of Stacy Young Sent: Thursday, October 13, 2005 7:43 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to cancel drag 'n drop operation? Not very elegant but I got around it with using a boolean variableif the location isnt valid, just sets a flag that is then checked

RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young
? Are you calling: event.target.showDropFeedback(); From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Thursday, October 13, 2005 8:37 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to cancel drag 'n drop operation? Yep

[flexcoders] Exception: The named type given in flex-config.xml (stateful-class) does not match the type value received (null)

2005-10-04 Thread Stacy Young
This is a new one for me...anyone have an idea what could cause this? Nothing obvious in logs... Info: Processing batch of 1 request(s) Info: Requesting target 'serviceApplication.getApplicationList' flashgateway.GatewayException: The named type given in flex-config.xml (stateful-class) does

RE: Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread Stacy Young
FYI, our problem was improper case copied over from example code. Worked on windows but was failing on remote solaris deployments. ;-) Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manishreisha Sent: Monday, October 03, 2005 11:32 AM To:

RE: [flexcoders] Flex Server Alternatives

2005-09-29 Thread Stacy Young
I think flex was targeted as niche intentionally. Not every product can or should be target for the largest possibly audience. In this case, a new field of technology with many unknownsat least until youve banged out a couple of releases to get a handle on the path you need to follow.

RE: [flexcoders] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Stacy Young
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Tuesday, September 27, 2005 11:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] File upload: 'Browse' only working on localhost? Strange problemwonder if theres some security limitation at play

RE: [flexcoders] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Stacy Young
-CYNERGY ext. 89 Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Wednesday, September 28, 2005 8:23 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] File upload: 'Browse' only working on localhost? Im using

[flexcoders] Mozilla Plugin Finder only sees FP7

2005-09-13 Thread Stacy Young
Seems mm.com is offering FP8 now as the default download for flash playerbut it seems mozilla plugin finder still only sees FP7. Were trying to enforce player 8 for our latest Flex appwas wondering if any macromedians know if this will be addressed in the near future? Thanks! Stace

[flexcoders] File Download Using FP8 Limited?

2005-09-02 Thread Stacy Young
Im in the midst of adding file download to a current Flex application using an embedded flash 8 swf as per the article on MM.com. There doesnt seem a way to allow flash to accept a filename set in the header from the server. For instance a download servlet that changes the filename based

RE: [flexcoders] Re: Service Call Timeouts in Cairngorm

2005-08-18 Thread Stacy Young
Just picked up this thread in the archivesIm about to approach this same taskwas wondering if you guys have made progress, if so, willing to share your wisdom? :) Cheers, Stace From: Steven Webster [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 4:34 PM To:

[flexcoders] SOLVED: Loading MXML via JSP on WebLogic

2005-08-14 Thread Stacy Young
Yeah, those are the settings. But knowing the logic that uses them ( and any other variables it takes into account ) might help you diagnose the problem. Just a thought, I would start there if all else looks like a dead end. Best, A On 8/5/05, Stacy Young [EMAIL PROTECTED] wrote: As far

RE: [flexcoders] File Upload

2005-08-12 Thread Stacy Young
Flash 8 supports thisbut I believe youd have to wait until Studio 8 is released in order to compile flash 8 swfs to get what u want -Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Friday, August 12, 2005 5:07 PM To:

RE: [flexcoders] Locking down Flex, Accessing Session Data

2005-08-12 Thread Stacy Young
is the context namestrange this isnt documented anywhere (form what I could see) but it works! Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Friday, August 12, 2005 5:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Locking

[flexcoders] setFocus on Radio button, not displaying properly

2005-08-09 Thread Stacy Young
Anyone ever seen this? When loading a list of radio buttons (in which the first one is selected), calling setFocus on the field creates a weird looking and off-centered ring around the radio button? -Stace -- Flexcoders Mailing List FAQ:

[flexcoders] How to scroll to bottom of list ?

2005-08-09 Thread Stacy Young
Cant seem to get a datagrid to scroll to the very bottom of the list using vPosition. Always leaves last item ½ visible. Any tricks to this? Thx Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Stacy Young
This may prove helpful http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19323 Typically Ill tail this log with cygwin terminal whiel Im working. ( tail f flexlog.txt ) I also turn on debugging in the gateway-config.xml file in WEB-INF which dumps objects to my app

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Stacy Young
Ok weve made some progress. Weve resolved the warnings that were coming up on the screen (even though all settings are in production mode)and load time is down to 12 secs. On our local machines running XP the app loads in just over 4 secs. It appears its still recompiling on every

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Stacy Young
Of Stacy Young Sent: Friday, August 05, 2005 9:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Loading MXML via JSP on WebLogic Ok weve made some progress. Weve resolved the warnings that were coming up on the screen (even though all settings are in production mode)and load time

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-03 Thread Stacy Young
Its neither actuallyquite weird. Every time the JSP is accessed it takes over a minute for the app to load. Accessing the mxml directly, when app has to compile, takes about 12 secs. Even after the app has compiledJSP still takes over a minute while the mxml takes about 4 secs. Also,

RE: [flexcoders] setFocus is evil

2005-08-02 Thread Stacy Young
or childrenCreated event. That may fix your issue. If not, then the code for setting the caret position may help. I will find that code and post it. Give me a few Dustin Mercer From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Monday, August 01

[flexcoders] Setting selectedIndex, selection off screen

2005-08-01 Thread Stacy Young
Any tips on auto scrolling a list to show currently selected item? I've got a long list on which I'm setting the selected index which, at times, is off the screen. Thx! Stace Yahoo! Groups Sponsor ~-- font face=arial size=-1a

RE: [flexcoders] Setting selectedIndex, selection off screen

2005-08-01 Thread Stacy Young
Set the vPosition property on your List control to the selectedIndex to have the visible area of the List jump to that particular selection. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Monday, August 01, 2005 10:51

[flexcoders] Binding to properties?

2005-07-30 Thread Stacy Young
Is it not possible to bind the enabled attribute of a button to a property? As the property changes the state of the button remains disabled i.e. mx:Button id=saveButton label=Create Section height=22 enabled={ModelLocator.formSection.isValid} click=sectionViewHelper.submitForm()

RE: [flexcoders] Binding to properties?

2005-07-30 Thread Stacy Young
to properties? Whos dispatching the change event? And does ModelLocator have formSection typed as a FormSection? Or is it just a static variable of unknown type? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Saturday, July 30, 2005 6:38 PM

[flexcoders] Undeliverable Messages ?!

2005-07-26 Thread Stacy Young
Anyone else getting spammed from undeliverable messages from this list ?? -Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] TextInput value passed to RemoteObject

2005-07-24 Thread Stacy Young
Use a change or focusOut that calls a function which in turn makes the remote call. This allows you to manipulate what youre sending rather than direct data binding between ui component and the service. -Stace From: flexcoders@yahoogroups.com

  1   2   >