[flexcoders] accessing local file

2007-08-28 Thread tam.vicky
hi, i'm going to develop an app which i would like to access user's local file. like user pick a photo in his local drive and use my flex webapp to edit it. is that possible? Thanks a million and wish you all have a good day. Vicky

[flexcoders] Re: Memory leaks

2007-08-28 Thread filipemlopes
Oh. It's to bad !!! Does anybody know to solve this problem ?? --- In flexcoders@yahoogroups.com, "André Rodrigues Pena" <[EMAIL PROTECTED]> wrote: > > > http://www.adobe.com/2006/mxml"; layout="vertical"> > > backgroundColor="#ee"/> > > > click="onAddChilds_Click(even

[flexcoders] Re: cairngorm event listener example

2007-08-28 Thread philza1985
I'm having real difficulties with this one. have been stuck on it for a while now and I can't ignore it any longer. Any help would be greatly appreciated =*) Basically a clear canvas event is being fired from a toolpanel view, and I'm trying to catch it in the drawing application view. I'm tryin

[flexcoders] Re: Flex 2 Training From the Source

2007-08-28 Thread Tony
Amy, This may be your place. Go for it! --- In flexcoders@yahoogroups.com, "droponrcll" <[EMAIL PROTECTED]> wrote: > > Is there a forum for discussing the examples in Flex 2 Training From > the Source? I have some specific questions, but I don't want to > clutter up this forum with stupid ne

[flexcoders] Re: Flex Module (Apache Problem)

2007-08-28 Thread siva.flex
Hi All, Thanx to all members those who have responded to my queries. Ya I agreed with Ary , really its a great community. Anyhow I solved my issue with different approch.The code I put in previous mails is following as2. Thanx to all again. Thanks & Regards, Siva Kumar --- In fl

[flexcoders] Flex and Subversion - a project organization for review

2007-08-28 Thread Steve Hagenlock
I've been following the Flex/Subversion threads with interest. I'd like to propose a method which keeps all project files out of subversion repositories without the need for manually selecting or deselecting files for inclusion. Consider the scenario where you have a Subversion checked out sou

RE: [flexcoders] Re: Optimizing my HeaderRenderer

2007-08-28 Thread Alex Harui
Looks like MenuItemRenderer turned on its side. Start with that code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Neath Sent: Tuesday, August 28, 2007 3:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Optimizing

Re: [flexcoders] flex2 and fms2

2007-08-28 Thread Brian Lesser
Just a quick update. I've posted a Flex archive file and some instructions on how to install it and work with the Flex 2 FMS Explorer code here: http://flash-communications.net/technotes/flex2FMSExplorer/index.html Yours truly, -Brian grimmwerks wrote: > Fantastic Brian; it's much appreciated

[flexcoders] Re: Getting the SDK should be much easier...

2007-08-28 Thread ben.clinkinbeard
Hi Pete, Web Services are such a complex topic and my knowledge is so limited that I am sometimes unsure if something is a bug or if its just how it should really be. The problem I saw in HF 3 was with empty arrays not being decoded. The element had a minOccurs of 0 in the WSDL though, so maybe n

[flexcoders] Re: How do I convert a XML source to ArrayCollection?

2007-08-28 Thread jovialrandor
Thanks Brendan. It worked! (ps. I've seen your work with Flex. It's amazing.) --- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]> wrote: > > Hi, > > If you're doing an HTTPService call, you can set the return type to > 'object', and then set the result of your call ( >

[flexcoders] Help - users having problem I can't reproduce

2007-08-28 Thread jer_ela
I have a simple flex app: riaction.com that is the website of the Capital District Flex Developer Network. It works fine for me on various PCs and browsers, but for at least one user it isn't working correctly. What should happen is that when the app launches you get a welcome message on a dark g

RE: [flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread Matt Chotin
I'm looking into making one available, but we may not have a tested version that we can make officially available off of Labs. Sorry for the uncertainty... Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Oleg Filipchuk Sent: Tuesday, August 28, 2007 7:24 AM To:

Re: [flexcoders] Dynamically load wav files

2007-08-28 Thread Peter Hall
Relatively new work, which I haven't yet tried out. But I believe it should get you most of the way there: http://code.google.com/p/popforge/ Peter On 8/28/07, Eugene Louw <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to know if there is anyway of loading *.wav sound files > dynamical

[flexcoders] Re: Optimizing my HeaderRenderer

2007-08-28 Thread Kyle Neath
If someone can help me get this working, I've got $15 in Paypal for them. Seriously, I know I feel stupid but I don't know how to make this renderer lighter weight. Don't need any 100% code -- just some information to get the basics (i.e. should I use Button? should I use Image? should I use some

[flexcoders] Accessing HTTP Request Headers: Cookies, Referrer, User Agent, etc.

2007-08-28 Thread Michael
When you embed a SWF, the HTTP request includes lots of headers which include the cookies for the domain that your SWF belongs to, the referrer (should be the url of the page that the SWF is embedded in), the user-agent, etc. Is this exposed anywhere, like mx.core.Application, etc. ? Is it not exp

[flexcoders] How do u position a label directly underneath a picture you don't know the size?

2007-08-28 Thread steve
I have a panel and I load an image in at runtime, I would like to position the label directly underneath the image which may have different heights, Can I use the contentHeight of the image to position the label? does the panel need to be refreshed? or is there another layout tool that does t

[flexcoders] Custom Slider

2007-08-28 Thread msrepfler
How to make slider like this in flex and how to load images and some text from xml in bottom of image (like on first site) if you have some more tips on how to make other stuff on site pls help tnx http://favoritearchitecture.org/afa150.php http://www.millionclouds.com/

Re: [flexcoders] C++ calling Flex/ActionScript 3

2007-08-28 Thread Peter Hall
The AS3 replacement is ExternalInterface: http://livedocs.adobe.com/flex/201/langref/flash/external/ExternalInterface.html Peter On 8/28/07, mnorrstrand <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am currently working on a piece of software written in C++/Flash > 8/ActionScript 2. The UI is w

Re: [flexcoders] How to best dynamically delete a node from XML object.

2007-08-28 Thread Peter Hall
something like: delete x1.item[prop.childIndex()]; ? Peter On 8/28/07, generalxxaxx <[EMAIL PROTECTED]> wrote: > > Using the code below I can remove a node from the x1:XML object. > However, using the incremented count as the index value for the node > in the XML makes me nervous. > > Is ther

Re: [flexcoders] Re: Problem with Flex moving XML namespaces

2007-08-28 Thread Peter Hall
Right. Flash's internal representation does not care about local namespace prefixes, so there is no concept of a default namespace, just a URI for each element. Peter On 8/28/07, williamkusumo <[EMAIL PROTECTED]> wrote: > > Okay, I think I kinda get it. I should not set default xml namespace,

Re: [flexcoders] Re: Problem with Flex moving XML namespaces

2007-08-28 Thread Peter Hall
Flash always canonicalizes namespace declarations in its internal representation. The meaning of the XML *should* be unaffected, but you might not get exactly the same text as you expect when you do toXMLString(). If, however, Flash is changing the meaning of your XML then you have found a bug. Pl

[flexcoders] Re: Problem with Flex moving XML namespaces

2007-08-28 Thread williamkusumo
Okay, I think I kinda get it. I should not set default xml namespace, but I need to use setNamespace() on that specific node. Seems to work fine now. Sorry for cluttering the board :) --- In flexcoders@yahoogroups.com, "williamkusumo" <[EMAIL PROTECTED]> wrote: > > Actually, it only happens with d

[flexcoders] Re: Problem with Flex moving XML namespaces

2007-08-28 Thread williamkusumo
Actually, it only happens with default namespace. I am trying to achieve this: http://somenamespace";> I assign that to an XML object, set the default xml namespace, and it always turns out like this: http://somenamespace";> --- In flexcoders@yahoogroups.com, "williamkusumo" <[EMAIL PR

[flexcoders] Re: Effect.EFFECT_START listener unable to pause() effect

2007-08-28 Thread ben.clinkinbeard
Bueller?. Bueller? Bueller? --- In flexcoders@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > Can anyone confirm whether or not this is possible? A significant > portion of my architecture will need to change if effects cannot be > paused/canceled from withi

Re: [flexcoders] Prana: IoC container for AS3

2007-08-28 Thread Richard Rodseth
Christophe I was very interested to learn of Prana IoC, because I am familiar with Spring, and have been wondering how flexcoders a) configure their apps for mock delegates, b) externalize URLs in Services.mxml. Are most people making up their own XML config files and reading them into a singleto

RE: [flexcoders] Very simple module crash: Instantiation attempted on a non-constructor

2007-08-28 Thread Alex Harui
If other modules are using Sliders, then you probably have the shared code problem described on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuyler1 Sent: Tuesday, August 28, 2007 2:15 PM To: flexc

[flexcoders] Problem with Flex moving XML namespaces

2007-08-28 Thread williamkusumo
Hi! I am assembling XML from strings. This XML has a default namespace and one custom namespace. The namespaces declarations have to be inside certain node. I notice Flex seems to be moving the namespaces around and putting them all into the root node. Is it possible to have it not do that? Appre

[flexcoders] Flex 2 Training From the Source

2007-08-28 Thread droponrcll
Is there a forum for discussing the examples in Flex 2 Training From the Source? I have some specific questions, but I don't want to clutter up this forum with stupid newbie questions. Thanks; Amy

RE: [flexcoders] Re: Getting the SDK should be much easier...

2007-08-28 Thread Peter Farland
One more thing, it'd be great if you could try out a nightly build of the Flex 2 SDK before logging a WebService bug against Flex 2... these nightly builds represent the latest version of the code, including rpc.swc, which is post HF3. http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html

RE: [flexcoders] Re: Getting the SDK should be much easier...

2007-08-28 Thread Peter Farland
Hi Ben, WebServices in this release represent more than a hotfix - they are LCDS 2.5's reimplementation of this feature to target Basic Profile 1.0 support for WS-I. This will be the WebService implementation going forward for Flex 3 too so we want to iron these bugs out before Flex 3 is final.

Re: [flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread Oleg Filipchuk
Guyz, I mean version 9.0.60.184 Does anybody from Adobe can confirm if there is any debug player supporting H.264 exist? On 28/08/07, moonusamy <[EMAIL PROTECTED]> wrote: > > > This does not have 9.0.60 version. > > "7/10/2007 Updated debugger versions of Flash Player 9 (aka debug > players or co

Re: [flexcoders] Can a parent know if it clips its child's content easily?

2007-08-28 Thread Horthy Hosthoh
Thank you both for your answers. On 8/29/07, Daniel Freiman <[EMAIL PROTECTED]> wrote: > > (measuredHeight > height) will tell you if a component should be clipped > and the flex framework will normally enforce this. If you're doing > something weird in extending the framework and want so see i

[flexcoders] Very simple module crash: Instantiation attempted on a non-constructor

2007-08-28 Thread chuyler1
I am trying to put some components in a module and one of them which uses an HSlider is causing a crash. The module loads fine but when I try to add the component with addChild it crashes with: TypeError: Error #1007: Instantiation attempted on a non-constructor. Here is the main application: ht

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
You are probably right because once it renders after a mouseOver it remains during all states. Alex Harui wrote: > > > You’ve probably got a timing issue. Swf skins can take an extra frame > to establish their size. The TW code probably measures too soon and > ends up at zero or causes the

[flexcoders] fcsh wrapper to make fcsh work with make

2007-08-28 Thread Reid Priedhorsky
Hi folks, We have a small Python wrapper which enables fcsh to be used from make (i.e., you can say "fsch-wrap" at the regular shell prompt rather than "compile 1" at the fcsh prompt). It works by creating a daemon process to wrap fsch's input and output. I thought that some of you might find

[flexcoders] How to best dynamically delete a node from XML object.

2007-08-28 Thread generalxxaxx
Using the code below I can remove a node from the x1:XML object. However, using the incremented count as the index value for the node in the XML makes me nervous. Is there a better way to get the index value of a node so that one can use the delete? var x1:XML =

RE: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Alex Harui
You've probably got a timing issue. Swf skins can take an extra frame to establish their size. The TW code probably measures too soon and ends up at zero or causes the swf to render funny. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf O

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
Okay - here's a clue - I was using swf as skins for the button - when I changed to png as skins it works as expected. Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazooms ::: digital magazines http://www.magazooms.com Greenville, SC 864.2

RE: [flexcoders] Having compiler ignore certain warnings (at least temporarily)

2007-08-28 Thread Gordon Smith
Try setting -show-binding-warnings=false. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Tuesday, August 28, 2007 12:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Having compiler ignore certain w

[flexcoders] Re: Help

2007-08-28 Thread Marcio Napoli
Alex, Its simple. Please, run the application in debug mode and change any cell in DataGrid. The event "changeData" is fired twice. None attribute has the old value. Thanks for you help! Marcio N. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I'll try to take

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread desigaine pereanen
there is a propertyin titlewindow called showclosedbutton, just set this to true and the problem is solved. On 8/28/07, Ben Marchbanks <[EMAIL PROTECTED]> wrote: > > Okay I give up. How you you make the close button ALWAYS visible for a > titleWindow ? I have defined the custom icon for all stat

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Jurgen Beck
Also, make sure that when you use your own icon for the close button that you include all the states of the button in your skin. If the button only shows up when the mouse is over it, there may be an issue with your 'up' state skin. Ben Marchbanks wrote: Okay I give up. How you you make the

RE: [flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Mike Krotscheck
Might it be possible to listen for the complete event on the SWFLoader and then applying the variables directly? As long as the variables in the encapsulated flex application are bindable, any changes should be picked up- in other words you may not have to reload the app every time you change the v

RE: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Alex Harui
Did you try your skins on a regular button? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Marchbanks Sent: Tuesday, August 28, 2007 11:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] What's the secret - close button Titl

Re: [flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Jurgen Beck
Have you looked at the following property for the TitleWindow? showCloseButton="true" Jurgen Ben Marchbanks wrote: Okay I give up. How you you make the close button ALWAYS visible for a titleWindow ? I have defined the custom icon for all states yet the button only appears on mouseOve

RE: [flexcoders] Re: Help

2007-08-28 Thread Alex Harui
I'll try to take a look later. What are the steps to recreate the problem? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marcio Napoli Sent: Tuesday, August 28, 2007 10:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: H

RE: [flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Alex Harui
Did you get a compile error, or something else? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason The Saj Sent: Tuesday, August 28, 2007 10:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Setting flashVars via SWFloade

[flexcoders] solved - Re: Flex Builder Plugin installation - not plugging in completely??

2007-08-28 Thread awilber
I had to add the perspective (Window->Open Perspective->Other..., Flex Development). Missed this step because I installed the integrated Eclipse/FB product last time! --- In flexcoders@yahoogroups.com, "awilber" <[EMAIL PROTECTED]> wrote: > > Hi - I've done a fresh install of eclipse 3.3 and then

[flexcoders] What's the secret - close button TitleWindow

2007-08-28 Thread Ben Marchbanks
Okay I give up. How you you make the close button ALWAYS visible for a titleWindow ? I have defined the custom icon for all states yet the button only appears on mouseOver. The user needs to know there's a close button there without having to mouseOver don't you think ?

RE: [flexcoders] Flex SDK download is mislabeled - Adobe please read

2007-08-28 Thread Matt Chotin
No, not officially I guess, though we feel like it was a good hotfix. I probably wouldn't recommend going to HF2 if you don't need it because we saw that we had some web service problems with it (and that's primarily what changed along with the Flash compatibility). The change on that page honest

Re: [flexcoders] Flex & TextMate

2007-08-28 Thread Troy Gilbert
"shift tab outdent, what??" Funny... that's actually one of my most ingrained habits that get me in editors that don't support it! ;-) Troy. On 8/28/07, Kyle Neath <[EMAIL PROTECTED]> wrote: > > So, I'm a pretty hardcore OS X guy and absolutely love Texmate. I also > am starting to really ge

[flexcoders] Having compiler ignore certain warnings (at least temporarily)

2007-08-28 Thread Mike Anderson
Hello All, I have a 3rd Party control that is causing some Warning messages to be constantly displayed in my Problems Window. Since they are just Warnings versus Errors, it doesn't adversely affect my application - but I am getting tired of looking at the Warnings all the time. They are just War

[flexcoders] Flex Builder Plugin installation - not plugging in completely??

2007-08-28 Thread awilber
Hi - I've done a fresh install of eclipse 3.3 and then flex builder 3 plugin... but it's as if the plugin isn't completely integrated. For instance, File->New-> doesn't give a "Flex Builder Project" option... just a "Project" option... although I am able to then select "Flex Project" from the wiz

[flexcoders] Re: Flex & TextMate

2007-08-28 Thread Abyss Knight
I haven't tried it, so I can't speak on the usage but I found this last week: http://blog.danielparnell.com/?p=22 - William --- In flexcoders@yahoogroups.com, "Kyle Neath" <[EMAIL PROTECTED]> wrote: > > So, I'm a pretty hardcore OS X guy and absolutely love Texmate. I also am > starting to reall

Re: [flexcoders] Ignoring a public member during serialization

2007-08-28 Thread Daniel Freiman
Best guess: http://nondocs.blogspot.com/2007/04/metadatatransient.html - Dan Freiman On 8/28/07, vikram <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using .Net web services to communicate with the server in my Flex > application. > > In action script, is there a way to prevent serialization of s

Re: [flexcoders] Just how powerful is LCDS' JMS + RTMP?

2007-08-28 Thread Justin Fujita
Thanks Jeff, First of all, thanks for the informative reply. You've no idea how helpful these pointers are for me. In response to your suggestions, I've come up with some ideas of my own. My original architecture resembled Christophe Coenraets' original JMS Portfolio Viewer, but now I'm leanin

RE: [flexcoders] Re: Ignoring a public member during serialization

2007-08-28 Thread Peter Farland
Can you change the XML Schema to omit this element and thus it shouldn't be encoded? Otherwise you could encode the XML yourself... but I'm interested in the use case surrounding wanting to omit a value. Is the WebService including something unexpected? Is there something in the Schema that isn't b

[flexcoders] Re: Setting flashVars via SWFloader

2007-08-28 Thread Jason The Saj
I tried doing that in Flex but it balked. Is this what you mean, or is there something else to it? Because the above did not work for me. Nor did assigning it in ActionScript. - Jason --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > Instead of setting the FlashV

[flexcoders] Re: Ignoring a public member during serialization

2007-08-28 Thread vikram
Hi, It works only for Remoting. I tried it with web service, but it didnt work :( Please let me know if there is any other option. Thanks Vikram --- In flexcoders@yahoogroups.com, "Christophe Herreman" <[EMAIL PROTECTED]> wrote: > > Hi, > > check out the [Transient] metadata tag. > > regard

[flexcoders] Flex & TextMate

2007-08-28 Thread Kyle Neath
So, I'm a pretty hardcore OS X guy and absolutely love Texmate. I also am starting to really get into Flex, and the little things about Eclipse are starting to drive me absolutely batty (shift tab outdent, what??) Has anyone looked into building some simple functionality into Textmate (proper hig

RE: [flexcoders] Re: Effect.EFFECT_START listener unable to pause() effect

2007-08-28 Thread Brian Holmes
In total agreement Ben, if you listen for an EFFECT_START event you should be able to pause() the effect. I can't think of many scenarios where you listen to effect events and don't want to manipulate the effect. An explanation why this is not possible from someone who knows would be awesome.

[flexcoders] Re: Help

2007-08-28 Thread Marcio Napoli
Hey Alex, Here is the code. Thanks, Marcio N. http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="myInitialize(event)">

[flexcoders] Re: Question about HTTPService and Perl

2007-08-28 Thread generalxxaxx
Two very useful suggestions. The XML file retrieval is working great now. Now I just need to brush up on the best practices for working with XML. Thanks Claude --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Trace your result: > > flexitXML = event.result as XML;

[flexcoders] Re: Ignoring a public member during serialization

2007-08-28 Thread Christophe Herreman
Hi, check out the [Transient] metadata tag. regards, Christophe --- In flexcoders@yahoogroups.com, "vikram" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using .Net web services to communicate with the server in my Flex > application. > > In action script, is there a way to prevent serializatio

RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
Hi Alex, How do you know compiler didn't compile it? << i did make some dummy swf from flash9 and it works, but when i use swf from compiler it doesnt work but i have solve it the command on flash(predefined template) should be change into: import flash.events.*; var donePlaying:Event = new Event

[flexcoders] Ignoring a public member during serialization

2007-08-28 Thread vikram
Hi, I am using .Net web services to communicate with the server in my Flex application. In action script, is there a way to prevent serialization of some of the public variables during a web service request? In .Net, there is am attribute called [XmlIgnore] which will make a variable not to s

RE: [flexcoders] Problem with ArrayCollection inside an Object

2007-08-28 Thread Gordon Smith
Assuming that your event handler is a method of some component, you can use 'this' inside the handler to get a reference to that component. (You can also directly access any of the component's instance variables from inside your event handler.) Since you've probably declared the ArrayCollection and

Re: [flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread Muzak
9.0.60 is beta. If you wanna try the beta for viewing flash/flex content, install it in a browser you don't use with FlexBuilder and install the latest debug version in a browser you use with FB. regards, Muzak - Original Message - From: "moonusamy" <[EMAIL PROTECTED]> To: Sent: Tuesd

RE: [flexcoders] crossdomain file on an app server

2007-08-28 Thread Peter Farland
Note you can alternatively deploy a crossdomain.xml file in your WAR using a non-default context and then get your SWF to load the policy file from this custom location (instead of relying on the default location of the webroot). http://livedocs.adobe.com/flex/2/langref/flash/system/Security.htm

RE: [flexcoders] function.apply() and "this" on instance method

2007-08-28 Thread Alex Harui
No, not on class methods From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of herrodius Sent: Tuesday, August 28, 2007 2:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] function.apply() and "this" on instance method Hi all, I

RE: [flexcoders] Re: Help

2007-08-28 Thread Alex Harui
Please post a sample app From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marcio Napoli Sent: Tuesday, August 28, 2007 4:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help Hey Alex, I have tryed already! But in all s

RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Alex Harui
How do you know compiler didn't compile it? Maybe you're not listening to the right object. Please post some code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Tuesday, August 28, 2007 7:44 AM To: flexcoders@yahoogroups

RE: [flexcoders] Overlapping components?

2007-08-28 Thread Alex Harui
Put both in a Canvas? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hong Sent: Tuesday, August 28, 2007 9:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Overlapping components? Hi, I have 2 components, vbox, and image.

Re: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread desigaine pereanen
Hi, one of the best solution to is is to go to the link Project->Properties->Flex Applications and in the tree on the right, only include the flex application you are currently working on. Remove all the others from the tree. This would cause flex to build only the applications that are found in th

Re: [flexcoders] How to invoke AIR app from a webpage?

2007-08-28 Thread Jeffry Houser
AIR is Adobe's Integrated Runtime. It was previously named Apollo. AIR is a way to deploy Flex (or HTML) applications to the desktop instead of the browser. It includes some additional APIs for desktop access and to tell whether or not you're connected. For more info go to labs.adobe.com

[flexcoders] Overlapping components?

2007-08-28 Thread Hong
Hi, I have 2 components, vbox, and image. What I want to achieve is to overlap the image on the right corner of the vbox, w/ the image "always on top of" vbox. In another words, the z-order of the image should be higher(?) than the vbox, so the image appears on the front of the vbox. Is there a

Re: [flexcoders] How to invoke AIR app from a webpage?

2007-08-28 Thread Ed Capistrano
Guyz, can someone please explain to me whats an air appz & the diff. to flex appz. Thanks in advance. Ed proud & a happy member --- flexcoders@yahoogroups.com <[EMAIL PROTECTED]> wrote: > Hi everyone, > > i'm new to this group. > > i've a question as subject. > > I've an AIR app for client to

Re: [flexcoders] How to invoke AIR app from a webpage?

2007-08-28 Thread Ed Capistrano
Guyz, can someone please explain to me whats an air appz & the diff. to flex appz. Thanks in advance. Ed proud & a happy member --- flexcoders@yahoogroups.com <[EMAIL PROTECTED]> wrote: > Hi everyone, > > i'm new to this group. > > i've a question as subject. > > I've an AIR app for client to

RE: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread Brian Holmes
Hi Lach, I've experienced this exact same thing. I've never really been able to pin down the cause. FB seems to build faster at times than other times. It could be my setup just as well as FB. Breaking the projects up and closing them does help a bit. Using ant helps sometimes. Using RSL's helps

[flexcoders] crossdomain file on an app server

2007-08-28 Thread Brent Smith
Hello, I have been having issues with an HTTPService I'm trying to use to hit a java servlet running on websphere. When I use GETs everything seems to function, but when I use a POST I get a 2032 ERROR. I've heard that sometimes a POST will need a crossdomain file where a GET may not. We are

[flexcoders] Re: html-wrapper Flex Ant Task

2007-08-28 Thread chuyler1
So no one has run into this problem? Is anyone even using Ant to automate their build? If not, what do you use? > > I've got two questions about using Ant to generate the html for our > project. > > 1) Why isn't there a way to specify an external template folder? I > searched this site and sa

[flexcoders] Re: WebService Basic Authentication over HTTPS?

2007-08-28 Thread chuyler1
> I'd do some research to see what most .NET people are doing for > authentication and WebServices. That's what I'm trying to do now :) It looks like most are using SOAP headers instead of Basic Authentication. I started a thread with our back-end group in charge of all the .NET stuff. We do n

[flexcoders] Re: Best practices for laying out Flex directory structure.

2007-08-28 Thread chuyler1
I think your layout for Flex would be similar to coding in any other language. Everyone has their own style and it is best to separate things by function and use. If you are starting a very large project you may also want to look into using the Cairngorm MVCS framework. This will help you separa

Re: [flexcoders] Can a parent know if it clips its child's content easily?

2007-08-28 Thread Daniel Freiman
(measuredHeight > height) will tell you if a component should be clipped and the flex framework will normally enforce this. If you're doing something weird in extending the framework and want so see if you're still enforcing this rule, make sure the scrollRect property is properly set. (no clippin

[flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
Hi, im using Flex module (mxmlc) to write a swf file from a predefined swf file i put this command into one of the frame on the predefined swf, so i can detect the event on the flex import flash.events.*; dispatchEvent(new Event("chapter1")); but when i compiled the new swf, flex cant detect the

[flexcoders] FlashPaperLoader Crashes Browser!

2007-08-28 Thread Darren Houle
I'm using Darron Schall's FlashPaperLoader to load cfr's into a flex app. Works great (thanks Darron!) for the first report, but when I load the second report the entire browser crashes. Do I need to explicitly unload the first Flashpaper swf before loading the next? How? Are there other kn

[flexcoders] Re: Effect.EFFECT_START listener unable to pause() effect

2007-08-28 Thread ben.clinkinbeard
Can anyone confirm whether or not this is possible? A significant portion of my architecture will need to change if effects cannot be paused/canceled from within the EFFECT_START listener. Considering the event's name and the fact that isPlaying returns true it sure seems like I should be able to.

Re: [flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread Daniel Freiman
Yeah, it looks like this was as2 and uses the XML classes that were moved into the flash.xml package for legacy support. What you did looks like it should work. Have you traced toString() of the XMLDocument after the function has been run? If you're trying to display the xml in a jsp page, is the

RE: [flexcoders] Display item renderer in only some rows of a datagrid

2007-08-28 Thread Tracy Spratt
Or Repeater and DataGrid. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, August 28, 2007 9:54 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Display item renderer in only some rows of a da

RE: [flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread Tracy Spratt
AS2's XML class is available in AS3 as XMLDocument. So if you want you can work with this old xml class. I advise against doing this. Do not mix or otherwise confuse it with the new e4x XML class. If you want to stay on this path, debug your code, find out what is not working. Or, start back

[flexcoders] Re: Debug version of new Flash Player

2007-08-28 Thread moonusamy
This does not have 9.0.60 version. "7/10/2007 Updated debugger versions of Flash Player 9 (aka debug players or content debuggers) are available for Flex Builder 2 users and Flash CS3 Professional users. These new players are version 9.0.r47 and 9.0.r48 (Linux)." Vijay --- In flexcoders@yahoogr

RE: [flexcoders] Question about HTTPService and Perl

2007-08-28 Thread Tracy Spratt
Trace your result: flexitXML = event.result as XML; trace(flexitXML.toXMLString()); //This will show you your xml Also, you can try: flexitXML = XML(event.result); //the "as" should work though Also, hit the url from a browser, you should see valid xml. Tracy ___

[flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread siva.flex
Hi Tracy, Ofcourse it may be flex 1.x/as2 ... have u any idea about the methods that used in this class. I modified this line of code xml.appendChild(xml.createElement(nodeName)); as var xml1:XMLDocument=new XMLDocument(); xml.appendChild(xml1.createElement(nodeName))

RE: [flexcoders] Flex Builder issues with large projects

2007-08-28 Thread Tracy Spratt
Can you logically break the project up into several smaller projects? This way, you can close the projects you are not actively working on, which speeds up the compilation significantly. Also some folks use the command line compiler and Ant, and report better results(I use FB exclusively so far

RE: [flexcoders] Display item renderer in only some rows of a datagrid

2007-08-28 Thread Tracy Spratt
I'd go with nested repeaters. If you have more than 5-10 items, consider not using scrollbars but limiting the number of repeater rows, setting recycleChildren="true", and implements a "page" based navigation (|<, <, >, >|) Use a custom component to be repeated. Here are some snippets.

[flexcoders] Flex Builder 2.0.1: Change Browser for Debugging

2007-08-28 Thread Jurgen Beck
Even though there is a FB Preferences setting for using a browser when Web pages are opened, this seems to mostly be targeting the display of help documentation. If we need to change the specific browser we want to open when FB starts a debugging process, it seems that the only way of doing thi

RE: [flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread Tracy Spratt
I am pretty sure that is the Flex 1.x / AS2 utility. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of siva.flex Sent: Tuesday, August 28, 2007 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: converting mxml data to xm

[flexcoders] Flex Builder 2.0.1 and Firefox Cache Issues

2007-08-28 Thread Jurgen Beck
This is happening on a Mac OSX environment: I'm discovering that from time to time the cache in Firefox causes the debugger in Flex Builder to behave abnormally. It seems that Firefox retrieves a copy of the debug output SWF from its internal cache rather than loading it fresh from the output f

[flexcoders] Re: Getting the SDK should be much easier...

2007-08-28 Thread ben.clinkinbeard
Yep, Daniel pointed that out and I also learned that unless it fixes a bug that doesn't have a workaround you should probably stay away. Hotfix 3 fixed some issues I was having (but had workarounds for) but I discovered it actually caused some new errors to pop up. Web services may be parsed "mor

Re: [flexcoders] Re: Flex Builder 2.0.1 crash

2007-08-28 Thread Mika Kiljunen
Yo, thanks, but it was Win XP. On 8/28/07, guna.samba <[EMAIL PROTECTED]> wrote: > > > Follow the below link, > http://curtismorley.com/2007/05/14/flex2-builder-not-installing-on- > vista/ > i think it will help u, because it solve the issue like flex starting > problem > > --- In flexcoders@yahoo

  1   2   >