[flexcoders] Re: date localization

2007-06-08 Thread georgeriley
The Ant build script (build_framework.xml) file does not appear to be installed with Flex Builder 2.0.1. I was able to get a copy by downloading the Flex SDK independently and just copied it into the Flex SDK directory of my Flex Builder installation. The directions that Manish gave are correct f

[flexcoders] Re: Caching issue in HTTPService

2007-06-08 Thread cbahan_meti
I too am seeing this problem. I am calling a PHP script that returns an XML string. However, it is always caching the last request results - last request being one that passes the same URL and arguments. To get around some of this I have started adding an extra argument on the URL that passes al

[flexcoders] Validator focus color bug??

2007-06-08 Thread mjharris73
I have a number validator tied to a TextInput component watching the "change" triggerEvent. When the user enters an invalid number, like "47a", the focus color remains blue and the border color turns red. If the user hits tab, then shft-tab to get back to the entry field -- the focus halo changes

RE: [flexcoders] Making a flex app pretty

2007-06-08 Thread Joan Lafferty
You can play with the Flex Style Explorer to mess with various styles on different components to see what you like. Then, copy the css that is generated to style your app. http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplo rer.html Fro

[flexcoders] "http://www.adobe.com/2006/mxml" is down!!

2007-06-08 Thread gambit_755
What the heck all flex apps are downhttp://www.adobe.com/2006/mxml is missing. how can we prevent this is the future

[flexcoders] how to change vertical scroll position with variable row height in datagrid

2007-06-08 Thread gur_sukh
Hi, I have a datagrid with variable row height( multiline rows). If the height of last row is bigger than the other rows, then only half of it is visible and half is below the visible area. I need to set the verticalScrollPosition so that the complete row is visible. My class inherits from Da

[flexcoders] Re: Flex System Calls Question

2007-06-08 Thread driverdude
--- In flexcoders@yahoogroups.com, "mswallacecoder" <[EMAIL PROTECTED]> wrote: > > I have a friend that would posed a question on another user group that > I am on and was wondering if any of you might have a solution. > > Here is the questions that was posed. > > "hey all... i have a question

RE: [flexcoders] How to address relative tile in TileList in dragDrop event processing?

2007-06-08 Thread Joan Lafferty
Use calculateDropIndex(event:DragEvent) that is a function for a TileList. In will return the index where the item was dropped. Joan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Connolly Sent: Friday, June 08, 2007 3:14 PM

[flexcoders] Flex bug... no resize event fired when width changes??

2007-06-08 Thread Matthew OMeara
Anyone else seen this issue, where the resize event fails to fire? As it happens, this appears to be a symptom and not the bug itself. If you resize the control both height and width, the new height value comes in correctly, but the width value remains the same at times. Hence the symptom... t

Re: [flexcoders]Can't convert XML to ArrayCollection in AS3

2007-06-08 Thread Doug McCune
XMLListCollection has a toArray() method. So maybe: var ac:ArrayCollection = new ArrayCollection(new XMLListCollection(xml.menuas XMLList).toArray()); it might be a bit nicer written on more than one line, but you get the idea. Doug On 6/8/07, dorkie dork from dorktown <[EMAIL PROTECTED]> wro

[flexcoders] Re: Flex & Java, Where to Start?

2007-06-08 Thread simonjpalmer
Since Pete has mentioned JBoss I'll put in a word for it too. I am very pleased with it as a choice of server platform. It contains Tomcat so rather than start with Tomcat and have to go to JBoss later when you want a full J2EE server I would do it the other way round. An excellent book for JBos

[flexcoders] Re: My swf application does not get input focus on startup.... why?

2007-06-08 Thread mjharris73
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The browsers steal focus. I've heard that somebody figured out enough > Javascript, but I'm not sure if it worked in all cases. > > > > > > From: flexcoders@yahoogroups.com [mailto:

[flexcoders] Re: rotation of vertical axis title

2007-06-08 Thread Aaron Wright
Anyone figure this out yet? I saw an axisTitleStyleName style in axis renderer, but can you change rotation in the style? I agree with Jason, why is this title backwards in the first place? --- In flexcoders@yahoogroups.com, "troy.kakulupia" <[EMAIL PROTECTED]> wrote: > > Hi, I also met the s

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-08 Thread André Rodrigues Pena
Hi, thanks for your reply Doug and Brendan. what about the sandbox? I need to access resources in the web. Is it possible to build an EXE application capable of that? I know I can do it with Apollo, but I'm thinking of a compiled approach On 6/8/07, Brendan Meutzner <[EMAIL PROTECTED]> wrote:

RE: [flexcoders] Re: Secure WebService problem with HotFix2

2007-06-08 Thread Peter Farland
Did you load the SWF via HTTPS too? You can't make a secure connection unless you loaded the SWF securely too. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jay Sent: Friday, June 08, 2007 5:38 PM To: flexcoders@yahoogroups.com Subject: [

[flexcoders] Re: Flex event addition

2007-06-08 Thread arieljake
My understanding now is that there is : collectionChange. --- In flexcoders@yahoogroups.com, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > Could it be added that an event gets fired, say for a ComboBox, when the dataProvider changes? There is already one for 'data'. >

[flexcoders] How to address relative tile in TileList in dragDrop event processing?

2007-06-08 Thread Peter Connolly
Say you have a TileList: Now say you drop an object onto the cell at row 3, column 5, you'd like to be able to easily address the data in position 15 in the ArrayCollection "anyAC" when processing the 'drop' event in "myDragDrop()". I've looked. I don't see any property in the DragEvent that

[flexcoders] Flex 1.5 dispatchEvent and addEventListener question

2007-06-08 Thread Dave Turner
Hello I am working on a 1.5 project and i have an mxml page that creates an Array of Components. These Components are basically a Container that holds a few form elements. if one of these components dispatches an event how would i set up the parent page to listen for the dispatched event? I h

[flexcoders] Flex System Calls Question

2007-06-08 Thread mswallacecoder
I have a friend that would posed a question on another user group that I am on and was wondering if any of you might have a solution. Here is the questions that was posed. "hey all... i have a question that i've been trying to find an answer to, and figured that maybe there would be an off chanc

[flexcoders] Re: Secure WebService problem with HotFix2

2007-06-08 Thread Jay
I tried anWebService.useProxy = false; just before I called the operation. But I am still getting the error. Pete, btw, I am using the rpc.swc file you sent to me couple of days ago. --- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> wrote: > > I believe this is a known i

[flexcoders] Re: using a list's item renderer

2007-06-08 Thread arieljake
Oh yeah, and I'd like to do it in MXML. --- In flexcoders@yahoogroups.com, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > > Could someone explain to me how I could use the itemRenderer of a list (even the default one) to produce a single rendering of a display item given a data object to work with?

[flexcoders] using a list's item renderer

2007-06-08 Thread Ariel Jakobovits
Could someone explain to me how I could use the itemRenderer of a list (even the default one) to produce a single rendering of a display item given a data object to work with? What I have is a HorizontalList of icons and a label representing Saved Items. What I want to do is put a New Item.. ic

Re: [flexcoders]Can't convert XML to ArrayCollection in AS3

2007-06-08 Thread dorkie dork from dorktown
Since the ArrayCollection can only accept an Array I think my problem is how to convert an XMLList from an XML object into an Array. On 6/8/07, dorkie dork from dorktown <[EMAIL PROTECTED]> wrote: I cant successfully convert xml to a array collection. I don't know what I'm doing wrong. It works

Re: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread Charles Galpin
On Jun 8, 2007, at 5:52 PM, dorkie dork from dorktown wrote: Thats where the xml is. Wordpress is not seeing it as a POST. I'm starting to think the problem is on Wordpresses end. I honestly have no idea what wordpress is expecting, but I did a quick google and someone has a flex app with

[flexcoders]Can't convert XML to ArrayCollection in AS3

2007-06-08 Thread dorkie dork from dorktown
I cant successfully convert xml to a array collection. I don't know what I'm doing wrong. It works in MXML not AS3. Here is the result from a service call: public function resultHandler(event:ResultEvent):void { trace("result :" + event.result); var myXML:XML = XML(

Re: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread dorkie dork from dorktown
Thats where the xml is. Wordpress is not seeing it as a POST. I'm starting to think the problem is on Wordpresses end. On 6/8/07, Charles Galpin <[EMAIL PROTECTED]> wrote: On Jun 8, 2007, at 3:07 PM, dorkie dork from dorktown wrote: > it receives it as post. here is the result and a snippet f

Re: [flexcoders] Re: Flash/Flex and EXE

2007-06-08 Thread Brendan Meutzner
And then there are more powerful tools like Zinc : http://www.multidmedia.com/software/zinc/ Brendan On 6/8/07, Doug Lowder <[EMAIL PROTECTED]> wrote: From the standalone Flash Player, you can select File->Create Projector... to create a .exe. --- In flexcoders@yahoogroups.com , "André Ro

Re: [flexcoders] Making a flex app pretty

2007-06-08 Thread Brendan Meutzner
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html Doesn't hurt to have a good Flash designer who will come up with some nice icon/skin assets for you... Brendan On 6/8/07, Michael Schmalle <[EMAIL PROTECTED]> wrote: Imagination Peace, Mike On 6/8/07, Ch

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
And here lies the trick -keep-as3-metadata=Bindable,Managed,ChangeEvent,NonCommittingChangeEvent You have to say what you want to show up.. Peace, Mike On 6/8/07, Gordon Smith <[EMAIL PROTECTED]> wrote: Yes, you can define your own metadata and access it at runtime using the describeType(

[flexcoders] Re: Flash/Flex and EXE

2007-06-08 Thread Doug Lowder
>From the standalone Flash Player, you can select File->Create Projector... to create a .exe. --- In flexcoders@yahoogroups.com, "André Rodrigues Pena" <[EMAIL PROTECTED]> wrote: > > Hello all, > I remember that when I programmed in Flash 8/AS2 there was a way I > could compile the movie into an

RE: [flexcoders] Metadata question

2007-06-08 Thread Gordon Smith
Yes, you can define your own metadata and access it at runtime using the describeType() function. However, by default the only metadata that is compiled into the SWF is [Bindable], [Managed], [ChangeEvent], [NonCommittingChangeEvent], and [Transient] (see the section in flex-config.xml) and you mu

[flexcoders] Re: Caching issue in HTTPService

2007-06-08 Thread Doug Lowder
On the *server*, set the Cache-Control header to "max-age=0, must- revalidate" to disable caching of the resource. Most server-side technologies (PHP, JSP, etc.) will allow you to specify header values. The headers of the response, not the request, are what control client-side caching, which i

RE: [flexcoders] AS3 method exist returning the # of bytes a String is?

2007-06-08 Thread Gordon Smith
Exactly what problem are you having? When you use a String, you are always dealing with characters, not with bytes. Are you actually using a ByteArray rather than a String? How are you putting a ByteArray into a TextArea? - Gordon From: flexcoders@yahoogroups.

RE: [flexcoders] HELP! Multi-language Application in Flex

2007-06-08 Thread Gordon Smith
> Please provide me the solutions to develop multi-lingual Flex applications. Flex 3 (which will ship in the second half of this year) will have built-in support for this. In Flex 2, you would have to roll your own solution. - Gordon From: flexcoders@yahoogrou

[flexcoders] Re: HELP !!! PLEASE !!

2007-06-08 Thread Rohan Pinto
duplicate thread : http://tech.groups.yahoo.com/group/flexcoders/message/76991 please advise... help me adobe.. help... Rohan --- In flexcoders@yahoogroups.com, "Rohan Pinto" <[EMAIL PROTECTED]> wrote: > > I am using http://opentube.info > > the video is displayed within a tile window. > >

Re: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread Charles Galpin
On Jun 8, 2007, at 3:07 PM, dorkie dork from dorktown wrote: > it receives it as post. here is the result and a snippet from the > php code: > > Note that there is nothing in these requests. I suggest printing $HTTP_RAW_POST_DATA I found when posting XML to php, if it's all XML, then the norm

RE: [flexcoders] Automated UI Testing for FLEX (Help!)

2007-06-08 Thread Karl Johnson
Mercury Quick Test Pro (works with FDS's Automation API). Or you could write your own :-) FlexUnit is not really an automated UI testing solution, it unit tests the code. Karl From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Persaud, Anthony Sent: Friday, June 08,

Re: [flexcoders] Making a flex app pretty

2007-06-08 Thread Michael Schmalle
Imagination Peace, Mike On 6/8/07, Christopher Olsen <[EMAIL PROTECTED]> wrote: What tool would one use to make a flex apps interface pretty? -christopher -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by so

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
yes and no. :) Just after I posted I remembered the but... Peace, Mike On 6/8/07, Paul deCoursey <[EMAIL PROTECTED]> wrote: Thanks, and to summarize the other Thread, the answer to my question is no, but yes. http://tech.groups.yahoo.com/group/flexcoders/message/65112 Really I was hoping

[flexcoders] Making a flex app pretty

2007-06-08 Thread Christopher Olsen
What tool would one use to make a flex apps interface pretty? -christopher

[flexcoders]Memory footprint - rebuttal

2007-06-08 Thread dorkie dork from dorktown
What do you say to if someone has a problem with the memory footprint of the plugin? btw what is the official memory footprint?

Re: [flexcoders] Metadata question

2007-06-08 Thread Paul deCoursey
Thanks, and to summarize the other Thread, the answer to my question is no, but yes. http://tech.groups.yahoo.com/group/flexcoders/message/65112 Really I was hoping for something more along the lines of Annotations like in Java 1.5. I think that I will probably try some other avenue since th

[flexcoders] Highlight a selected chartItem: a quick and easy way

2007-06-08 Thread Peter Demling
Problem: you click on a chartItem; how do you give it a persistent visual mark to show that it's the currently selected item? This issue has vexed me for weeks, and while there are a several different solutions with powerful benefits (manually create a ToolTip with ToolTipManager; use Ely's dataD

Re: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread dorkie dork from dorktown
it receives it as post. here is the result and a snippet from the php code: Note that there is nothing in these requests. Contents of $_GET: Contents of $_POST: Contents of $_COOKIE: Contents of $_REQUEST: Contents of $_SERVER: ... REQUEST_METHOD = POST QUERY_STRING = ... // from

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
Well, don't have exactly what I wanted to say but, see Re: Flex 2 Compiler / Metadata Question Posts in flexcoders. I don't have the url to the thread. Peace, Mike On 6/8/07, Paul deCoursey <[EMAIL PROTECTED]> wrote: You lost me.. I think either I need you to give me a concrete example o

[flexcoders] Automated UI Testing for FLEX (Help!)

2007-06-08 Thread Persaud, Anthony
Other than FlexUnit, are there any other methods to perform automated UI testing for Flash/Flex applications? Thanks, Anthony

Re: [flexcoders] Flex Component Kit for Flash

2007-06-08 Thread André Rodrigues Pena
Weber, I don't understand about exchanging SWC between Flash and Flex, but for this code to work, the namespace myComps must be defined. myComps On 5/24/07, myronschabe <[EMAIL PROTECTED]> wrote: Hi, I am just starting to play around with FCKF (scary looking acronym) and am trying to use a s

Re: [flexcoders] Re: Flex Component Kit for Flash

2007-06-08 Thread Jurgen Beck
Hi Jason, Are your issues related to the IFlexDisplayObject too? So far I haven't seen any response from Matt or Alex. Not that they have to respond, but it would be nice to see if this is a known issue. :-) Jurgen Jason wrote: I too am having difficulty accessing a Flash created .swc in F

Re: [flexcoders] Metadata question

2007-06-08 Thread Paul deCoursey
You lost me.. I think either I need you to give me a concrete example or I need to better describe what I want to do. I have a java application that generates AS3 classes from an XML Schema source. Here is a simple example of one of those classes: public class Angle { public v

[flexcoders] CachedHTTPService (Re: Caching issue in HTTPService)

2007-06-08 Thread brent_trx
Here you go! Let me know if you have any questions / improvements / etc. http://booleanbetrayal.com/2007/06/08/cachemoney-httpservices/ - Brent > Hi Brent, > > --- "brent_trx" wrote: > > I've written a CachedHTTPService which extends > > mx.rpc.http.mxml.HTTPService to implement a caching mec

[flexcoders] Dynamically updating the contents of a ViewStack

2007-06-08 Thread Ian Shafer
Hello, I'm building a Flex application that looks like this (warning, pseudo code): After a user logs in, I'd like the to become . How can I make this happen? PS, I'm also using Cairngorm. Thanks, Ian

[flexcoders] Re: Flex Component Kit for Flash

2007-06-08 Thread Jason
I too am having difficulty accessing a Flash created .swc in Flex. Hopefully someone will reply and enlighten us both. :)

[flexcoders] Flash/Flex and EXE

2007-06-08 Thread André Rodrigues Pena
Hello all, I remember that when I programmed in Flash 8/AS2 there was a way I could compile the movie into an EXE file. My question is: Can I convert AS3 applications (Flex/Flash/Apollo) into an EXE file? thanks -- André Rodrigues Pena LOCUS www.locus.com.br

Re: [flexcoders] Metadata question

2007-06-08 Thread Michael Schmalle
Yes, use the xml reflection and there is a meta data node for the member it was defined on. Peace, Mike On 6/8/07, Paul deCoursey <[EMAIL PROTECTED]> wrote: Does anybody know if it's possible to define our own metadata and access that info at runtime? For example, I'm writing a XML-Object

[flexcoders] Dynamically binding a dataprovider in AS

2007-06-08 Thread zzwi89
Apologies if this question has been posted; I couldn't find anything similar in the archives. Suppose I have the following in MXML: How would I set that binding in AS? Trying something like this: mx.binding.utils.BindingUtils.bindProperty(bb, "dataProvider", vs, null); Doesn't work, because

[flexcoders] Metadata question

2007-06-08 Thread Paul deCoursey
Does anybody know if it's possible to define our own metadata and access that info at runtime? For example, I'm writing a XML-Object binding framework and I'd like to add some metadata to some generated classes that I can access at runtime. The data I'd like to add is info about how the objec

[flexcoders] Losing state in tab manager?

2007-06-08 Thread Nate Pearson
I have a tab manager with multiple tabs. inside each of the tabs I have radio buttons. If on tab 1 i choose button two, then click on tab 2 and select button two and go back to tab 1 none of the radio buttons are selected. Maybe they think they belong to the same group?

RE: [flexcoders] Re: Help - need to access all chartItems! (not a bug in findDataPoints())

2007-06-08 Thread Ely Greenfield
If they make any assumptions, it will be in findDataPoints() itself, which each type overrides. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Demling Sent: Friday, June 08, 2007 9:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: He

[flexcoders] HELP! Multi-language Application in Flex

2007-06-08 Thread Pay Hub
Hi All, According to our requirement, we need to development a Flex applications that provides multi-language facility. Flex components like , , should be able to allow or display two different language, example English or local-language, which is according to user selection, but at a time only

RE: [flexcoders] Secure WebService problem with HotFix2

2007-06-08 Thread Peter Farland
I believe this is a known issue, as a work around, could you try setting the following before you call your operation: anWebService.useProxy = false; anWebService.someOperation(someParam); //... etc... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] O

RE: [flexcoders] AS3 method exist returning the # of bytes a String is?

2007-06-08 Thread Peter Farland
It would depend on the character set encoding. You'd need to know which encoding was used in order to determine the "number of bytes" of a stored String. For example, if you wanted to get the length of a UTF-8 encoded String, you could do something like this: var ba:ByteArray = new ByteArray

[flexcoders] Secure WebService problem with HotFix2

2007-06-08 Thread Jay
Hi, I have this webserivice running fine before HotFix2. https://somewhereonthenet.com/AuthenticationWS?wsdl"; showBusyCursor="true" /> But after the hotfix2, I am getting the error when my webservice URL is HTTPS, but it works fine on the HTTP. I tried to look for the docume

[flexcoders] AS3 method exist returning the # of bytes a String is?

2007-06-08 Thread e_baggg
I am implementing a spell checker and am hitting some issues because for non-Ascii characters such as "ò"...this is actually two bytes where a normal character is 1 byte...which throws off the start and end index of the text in the textArea. Do any Flash/AS3 methods exist that return the number of

Re: [flexcoders]Is there a way to dispatch an event or call a function in a Sequence?

2007-06-08 Thread Paul deCoursey
just a guess, but could call the function form the effectEnd event on that last item in the sequence? dorkie dork from dorktown wrote: > I've setup a transition to animate my menu when the user clicks on a menu > item. After the animation I want to call a function to load the next > page. > Is

Re: [flexcoders] Re: Parameter passing !! I am shocked

2007-06-08 Thread Paul deCoursey
When you set it to null it removes the reference the current scope or context, and when you pass it into that function it is in a different scope from this. had you done this.obj = null, then it would have been completely de-referenced and eligible for garbage collection. > --- In flexcoders@ya

[flexcoders] Re:

2007-06-08 Thread Rohan Pinto
Thanks manish, i tried that... still doesnt work.. i get this error when i hit "play" or "pause" or "stop" (autoplay="false") TypeError: Error #1006: play is not a function. at viewvideo/__play_click() when (autoplay="true") the video plays, I get errors on pause/stop and when i close

[flexcoders]Is there a way to dispatch an event or call a function in a Sequence?

2007-06-08 Thread dorkie dork from dorktown
I've setup a transition to animate my menu when the user clicks on a menu item. After the animation I want to call a function to load the next page. Is there a way to do this? I am using a transition with a sequence going on. Is there an Sequence Action to call a function? Code:

[flexcoders] Re: Help - need to access all chartItems! (not a bug in findDataPoints())

2007-06-08 Thread Peter Demling
Ely/Tom, Thanks for the replies! > As far as accessing the chart items...Tom is right, subclassing and > exposing the chartItems out of the renderData is the way to go. Ok; this is probably a subclassing-neophyte quetion, but is the following what you mean?: 1]extend ColumnSeries.as (not Column

[flexcoders]

2007-06-08 Thread Rohan Pinto
I am using http://opentube.info the video is displayed within a tile window. http://www.adobe.com/2006/mxml"; backgroundColor="#ff" verticalGap="0" horizontalCenter="0" verticalCenter="0" x="10" y="55" dropShadowEnabled="true"

[flexcoders] Re: HotFix 2 - brakes my WS Simple Header

2007-06-08 Thread paulwelling
In terms of HF2 backwards compatiblity for adding WS Headers... I took the example from the 2.0.1 Dev Guide on pg. 1448, and added those headers to my WS request for a test, and still get the Flex Encoding Error, so nothing gets sent out! var q1:QName = new QName("http://soapinterop.org/xsd";, "H

RE: [flexcoders] Help - need to access all chartItems! (bug in findDataPoints()?)

2007-06-08 Thread Ely Greenfield
Hi Peter. About findDataPoints() - various series types optimize under the assumption that their data never overlaps (i.e., a columnSeries assumes its columns don't sit on top of each other, so you never need to see tips for multiple columns at once). As far as accessing the chart items.

Re: [flexcoders] Help - need to access all chartItems! (bug in findDataPoints()?)

2007-06-08 Thread Tom Chiverton
On Friday 08 Jun 2007, Peter Demling wrote: > So first off, any suggestions for how to refer to all currently > displayed chartItems - without using findDataPoints If you are operating in a subclass of the Chart in question, you'd be able to pull them straight out yourself, maybe ? I'm guessing t

[flexcoders] Help - need to access all chartItems! (bug in findDataPoints()?)

2007-06-08 Thread Peter Demling
I'm trying to refer to all of my ColumnChart's chartItems at runtime, but findDataPoints() only ever returns 1 object in its hitData array, no matter how large I set the mouseSensitivity with dataTipMode="multiple" (I also get a compile-time error when trying to directly refer to the "items" array

[flexcoders] Re: Couldn't find item renderer in the event

2007-06-08 Thread handitan
Hi Alex, It's a MouseEvent with type "mouseDown" Thx. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Which event? There's a difference between CLICK and ITEM_CLICK > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders]Faking an XMLRPC call

2007-06-08 Thread Peter Farland
Did the PHP page see the method as GET or POST? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Thursday, June 07, 2007 10:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]Faking an XMLRPC call

Re: [flexcoders] how to connect a jsp with the mxml using fds

2007-06-08 Thread Tom Chiverton
On Friday 08 Jun 2007, rajendra tammana wrote: >i have a small problem regarding flex data services > iam doing a project where i have used flex to create all the UI side > and i have used Java for the bussiness logic i.e. jsp You can't use FDS (now LCDS) to talk to a JSP over the HTTP

Re: [flexcoders] How to create "Repeater" in Actionscript only?

2007-06-08 Thread Tom Chiverton
On Friday 08 Jun 2007, arpan srivastava wrote: > Is there anyway i can use Repeater in actionscript You can create all MXML components from AS. var obj:Repeater=new Repeater(); -- Tom Chiverton Helping to economically transform corporate content on: http://thefalken.livejournal.com

RE: [flexcoders] Query regarding FDS ... please help me out..

2007-06-08 Thread Dimitrios Gianninas
Remove what exactly? Specify the files you mean. Side effects will be that things won't start up if you remove something u shouldn't. Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Parameter passing !! I am shocked

2007-06-08 Thread Cosma
AFAIK, in object oriented languages, an object itself is never destroyed setting to null a pointer that refers to it (and it doesn't get "overwritten" when assigning that pointer to another instance). In some OOL (C++) you have to make an explicit call to destroy in order to free the memory alloca

Re: [flexcoders] AS access to a component inside a viewstack

2007-06-08 Thread Tom Chiverton
On Friday 08 Jun 2007, pdflibpilot wrote: > I have the following structure > > > > > > > > how do I call an AS in DualColumn ?? DualColumnComponent.theFunctionYouDeclaredPublic() -- Tom Chiverton Helping to heterogeneously grow intuitive CEOs on: http://thefalken.livejournal.com

[flexcoders] Flex Tree (selectedItem.attribute not working)

2007-06-08 Thread gaurav1146
I am using a flex tree and I want to make a call to HTTP service when user selects one of the items in the tree. I have an XML something like this. I pass this XML to a tree Now when the user clicks on one of the items I try to fetch myTree.selectedItem.id and

[flexcoders] Re: Socket Question

2007-06-08 Thread Christopher Olsen
Thanks i hit reply by accident Hey Chris...try posting your question on a new thread, people might oversee your post and you won't get as many replies :) --- In [EMAIL PROTECTED]ups.com, Christopher Olsen <[EMAIL PROTECTED]> wrote: > > Anyone have an issue with calling connect again follow

Re: [flexcoders] How to create "Repeater" in Actionscript only?

2007-06-08 Thread Roman Protsiuk
Why do you need repeater in as? You can do the same functionality without it. It's mxml where it suits well. R. On 6/8/07, arpan srivastava <[EMAIL PROTECTED]> wrote: Hi All, Is there anyway i can use Repeater in actionscript (only actionscript, no mxml).? can anyone send me a small cod

[flexcoders] AS access to a component inside a viewstack

2007-06-08 Thread pdflibpilot
I have the following structure how do I call an AS in DualColumn ??

Re: [flexcoders] Re: JavaFX

2007-06-08 Thread Tom Chiverton
On Thursday 07 Jun 2007, greg h wrote: > For instance, has anyone here been swayed by the JavaFX announcement? Not heard of anyone leaving. > is anyone here considering moving development originally contemplated for > Flex over to JavaFX now? Hell no - it's not out is it ? -- Tom Chiverton H

[flexcoders] Re: Socket Question

2007-06-08 Thread Carlton Dickson
Hey Chris...try posting your question on a new thread, people might oversee your post and you won't get as many replies :) --- In flexcoders@yahoogroups.com, Christopher Olsen <[EMAIL PROTECTED]> wrote: > > Anyone have an issue with calling connect again following a close on the > remote side? >

[flexcoders] Re: Formatting tabnavigator labels?

2007-06-08 Thread candysmate
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I don't think we've made that easy, but you can probably drill down into > the tabs and alter the text and textformats in there. > > > > > > From: flexcoders@yahoogroups.com [mailto:

[flexcoders] Socket Question

2007-06-08 Thread Christopher Olsen
Anyone have an issue with calling connect again following a close on the remote side? I call connect after a failed connection and the socket just sits there -Christopher

[flexcoders] How to create "Repeater" in Actionscript only?

2007-06-08 Thread arpan srivastava
Hi All, Is there anyway i can use Repeater in actionscript (only actionscript, no mxml).? can anyone send me a small code like that created in the help documents for creating buttons from 1 to 10 in Actionscript only? ___

[flexcoders] Re: Supply list with XML fails when only one element

2007-06-08 Thread Carlton Dickson
Thanks Nikhil, So happy that is sorted as I was making some good progress on my app until that little hiccup... Thanks once again, C --- In flexcoders@yahoogroups.com, "Tuli, Nikhil" <[EMAIL PROTECTED]> wrote: > > This looks fine. Actually the problem with the ArrayCollection is when the Flash

[flexcoders] Re: HotFix 2 - Flex Encoding Error - brakes my WS Simple Header

2007-06-08 Thread paulwelling
Short version: With Hotfix 2 installed, generates a WS Encoding Error: [FaultEvent fault=[RPC Fault faultString="Cannot resolve element definition for name 'UsernameToken'" faultCode="EncodingError" faultDetail="null"] the ws has a simple header: ws.addSimpleHeader("UsernameToken", "", "usernam

Re: [flexcoders] HotFix 2 - brakes my WS Simple Header

2007-06-08 Thread Dave Carabetta
Well, in an extremely questionable decision, Adobe put a completely new Web Services implementation in hotfix 2 -- and then decided not to mention it anywhere in the release notes. Granted, the implementation is supposed to be more standards compliant, but one could make a strong argument that a h

[flexcoders] Query regarding FDS ... please help me out..

2007-06-08 Thread rajendra tammana
Dear All, I’m modifying the FDS 30-mnts test drive sample apps to suit my Java/JSP based project. i have developped the UI side with the help of flex .. For my project,I want to use only HTTPService of the FDS, so can I remove the other components like JMS,Hibernate,Spring,AMF etc.,

[flexcoders] how to connect a jsp with the mxml using fds

2007-06-08 Thread rajendra tammana
Hi Everybody, i have a small problem regarding flex data services iam doing a project where i have used flex to create all the UI side and i have used Java for the bussiness logic i.e. jsp inorder to connect the jsp with the flex application i have used the htt

RE: [flexcoders] Parameter passing !! I am shocked

2007-06-08 Thread Ravi Kumar Gummadi
Hi jeffry, The are public functions ! :-( Regards Ravi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffry Houser Sent: Thursday, June 07, 2007 5:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Parameter passing !

[flexcoders] as3syndicationlib - examples?

2007-06-08 Thread Chris
Hi guys - first post. Just wondering if anyone can point me to some examples using the xmlsyndication library? Thanks! -Chris

Fwd: [flexcoders] list size - auto match contents

2007-06-08 Thread Peter Anselmo
I'm not sure but I'd love to know of a cleaner solution than what I've been using which is: rowCount = dataProvider.length; var _totalHeight:Number = 0; for(var i:int=0;i wrote: > To: flexcoders@yahoogroups.com > From: Ariel Jakobovits <[EMAIL PRO

Re: [flexcoders] Re: JavaFX

2007-06-08 Thread greg h
I would love to hear someone state a case of why JavaFX might give Flex or Silverlight a run for their money. For instance, has anyone here been swayed by the JavaFX announcement? Or is anyone here considering moving development originally contemplated for Flex over to JavaFX now? Following are

Re: [flexcoders]

2007-06-08 Thread Manish Jethani
On 6/6/07, Rohan Pinto <[EMAIL PROTECTED]> wrote: > source="{video}" autoPlay="true"/> [snip] > I have 2 issues. > 1. the play/pause/stop buttons dont work... Hard to say why, but maybe it's because binding is firing on the source property and since you have autoPlay=true it's starting to play

RE: [flexcoders] Re: Supply list with XML fails when only one element

2007-06-08 Thread Tuli, Nikhil
This looks fine. Actually the problem with the ArrayCollection is when the Flash Engine tries to convert an XML into object, it doesnt requires the class structure for the response before hand and it does that at run time. And when it sees a single node within a node it has no reason to convert t

  1   2   >