[flexcoders] Re: controlling child index in an Image

2006-11-06 Thread coldfusionpaul
> i need to selectively remove some of the Image's children & maintain > the newly loaded image at 0 child so stuff can continue to be drawn > over it. however beyond the initial image load, the new image isn't > always the 0th child, so i'm having a tough time not removing it as i ended up re-do

RE: [flexcoders] checkCellRender Validation

2006-11-06 Thread Valy Sivec
I tried to validate on itemEditEnd but without any luck!!!. I'm looking now to write a custom renderer and validate the value within the rendererI need HELP!ValyIko Knyphausen <[EMAIL PROTECTED]> wrote: I am working on the same subject as we speak... a

RE: [flexcoders] any way to make VDividedBox remove splitter on child being hidden?

2006-11-06 Thread KP
Try using horizontalGap(“0”)  - style property it should work..   J   Thanks Kumar   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Tuesday, November 07, 2006 1:13 AM To: flexcoders Subject: [flexcoders] any way to make VDivide

RE: [flexcoders] checkCellRender Validation

2006-11-06 Thread Iko Knyphausen
I am working on the same subject as we speak... are you validating upon the itemEditEnd event on the DataGrid or are you validating in an itemEditor? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Valy Sivec Sent: Monday, November 06, 2006 10:

[flexcoders] flex2 editable grid cell validator

2006-11-06 Thread Valy Sivec
Hello flexcoders,I've spent the last few hours trying to validate a cell on a editable datagrid without any luck. Do you have any example?. The example from the adobe docs doesn't work :(. It seems that preventDefault() always works for tab but not for the mousehttp://livedocs.macromedia.com

RE: [flexcoders] checkCellRender Validation

2006-11-06 Thread Valy Sivec
Hello flexcoders,I've spent the last few hours trying to validate a cell on a editable datagrid without any luck. Do you have any example?. The example from the adobe docs doesn't work :(. It seems that preventDefault() always works for tab but not for the mousehttp://livedocs.macromedia.com

Re: [flexcoders] VideoPlayer Example

2006-11-06 Thread Pascal Schrafl
Hi Marcel, I didn't try that. But I will add this line of code to the application init function. I will post you my results. Best regards, Pascal Marcel Fahle wrote: > Hey Pascal, > > without looking at your code (but the symptoms are familar to me ;)): > did you gave the domain www.youtube.c

[flexcoders] Re: Error #2038: File I/O Error.

2006-11-06 Thread e_baggg
It actually doesn't have anything to do with the filename, it's actually the file size. FileReference can't upload files that are 0KB. Add some characters to 'new document.txt' and the upload will be fine. I added a try/catch to notify the user if this happens: try { file.upload(uploadUrl

[flexcoders] Problem with debugging with custom URL string

2006-11-06 Thread Nick Collins
Hey guys,I have an application I'm working on adding to (I didn't write the bugger originally) but am having a problem with Flex Builder 2 when I try to debug. In order for the Flex clientside to authenticate and pull the data, I have to add a couple variables to the URL string with the session

RE: [flexcoders] Re: Realtime Panel position sync?

2006-11-06 Thread Steve Kellogg @ Project SOC
> Here is the ghetto way of doing it (or is it?) WOW, that's incredibly offensive! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visi

[flexcoders] Flex2 Docs font in Mac

2006-11-06 Thread bjorn.schultheiss
No, FireFox 2.0 for Mac, same in Safari though --- In flexcoders@yahoogroups.com, "Bjorn Schultheiss" <[EMAIL PROTECTED]> wrote: > > Hey, > > When viewing the help docs in FB2 Beta for Mac, the small font used for the > code examples renders terrible. > Anyway to manually change this on the Mac >

[flexcoders] ItemRenders with Lists / Nested Array Objects

2006-11-06 Thread Jamie O
Trying to use a list and ItemRenderer to display output of a HTTPService called XML file. The issue is that the XML can have between 1 - 3 'Date' nodes and 1 - 3 'Location' nodes per 'Show'. I think some sort of repeater / loop is required but my attempts thus far have not gone well. The source in

Re: [flexcoders] Barchart - trying to make it display the way i want

2006-11-06 Thread dj
Ely: Thanks tip 1 you gave me worked. Tip 2, i don't know how to use the IFill property on the barSeries, trying to do so gives me a conversion error. I need a clear example of that. I'm trying to put images, small ones, like 50x50 images next to each of the bars. Actually, there's no simple

RE: [flexcoders] showRoot not working on mx:Tree ?

2006-11-06 Thread Tracy Spratt
What do you expect the tree to display for the “topics” node?  It has no @subject.  I think this seriously confuses the tree.  Either put a subject attribute on all nodes, or use a labelFunction.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]

RE: [flexcoders] Re: Flex 2 Question

2006-11-06 Thread Tracy Spratt
However, if you have hundreds of components, you still might wind up with a very big swf.  Deferred instantiation saves memory and improves startup performance but it can’t help with swf size.  You may need to look into dynamic control creation, or runtime loading.   Tracy  

Re: [flexcoders] not found

2006-11-06 Thread Igor Costa
Chris you dont' need to use mx:render due to in Flex 2 you can also remove just using that strokes.This it was workarround Flex 1.5 now just do without it, if you use renderer you have to use the dispachevent. regards.On 11/6/06, zenwarden <[EMAIL PROTECTED]> wrote:

[flexcoders] Error #2038: File I/O Error.

2006-11-06 Thread Yiðit Boyar
when i'm working in my locahost and try to upload a file which has blank character(s) (e.g. new document.txt) , i get the error: text=Error #2038: File I/O Error.also when i uploaded my flex application to my remote server; now i can not even upload files with names consisting no blank characters

[flexcoders] Validator in itemEditor

2006-11-06 Thread iko_knyphausen
Working on a custom validator for a dataGrid itemEditor. Have 2 questions: Is there a way to prevent loosing focus while validation fails. I know I could handle the itemEditEnd event and use event.preventDefault() to disallow ending the edit, but I would prefer to do this at the DataGridColumn

[flexcoders] placing a timestamp within Flex Builder-built SWF

2006-11-06 Thread Darrin Massena
I'd like to incorporate the date/time of build within my SWF so I can display it in an About dialog. I've tried including a timestamp.as generated by a external tool builder prior to the Flex build step but after the build completes Flex's automatic builder decides the SWF needs to be built again

Re: [flexcoders] Re: Realtime Panel position sync?

2006-11-06 Thread Michael Schmalle
Hi Doug,I actually tested that and the bindings I have mentioned don't get fired from the player.These two methods are the devil in disguse when trying to make things work from the flexframework.BTW, when the x OR y of a UIComponent change, it's the move event that gets broadcast, so essentially

[flexcoders] Looking to hire a Flash/Flex developer

2006-11-06 Thread jenunderscore
Hey all, Our company in Ottawa is currently seeking to hire another developer with Flash experience. Does anybody know of some good resources for flash developers seeking employment? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archi

[flexcoders] How to get a sample archive to work - steps involved please (Distortion Effects)

2006-11-06 Thread dj
Hello: This looks really cool, but I can't figure out how to make these work: http://weblogs.macromedia.com/auhlmann/archives/DistortionEffects.zip How does one go about making this a new flex project - and get it to compile right? I’m a little confused the steps involved for importing thes

[flexcoders] Re: Realtime Panel position sync?

2006-11-06 Thread Doug Lowder
I think the "move" event would be a good fit for your situation. --- In flexcoders@yahoogroups.com, "Evan Gifford" <[EMAIL PROTECTED]> wrote: > > Hey guys, > > > > I'd like to sync the positions of two …. Panels, let's say, while one of the two is being actively dragged. > > > > >

RE: [flexcoders] showRoot not working on mx:Tree ?

2006-11-06 Thread Deepa Subramaniam
In Flex 2, we did not take rootedness into account for XMLLists and ArrayLists. This is something that we fixed in the updated 2.1 build which will be coming out soon.   As a workaround, you can pass the children of the topics node directly to the Tree (dataProvider='{xmlTopicTree.to

[flexcoders] Flex Messaging Gateway

2006-11-06 Thread Tom Cornilliac
I've got an FDS app that is throwing the following exception when I call sendGatewayMessage() "Unable to find Flex adapter for destination "taxPaymentMonitor" in the RMI registry on localhost" This only happens on the production build of the app and only on the CF side, the Flex Producer and Cons

RE: [flexcoders] help moving elements in a tree

2006-11-06 Thread Deepa Subramaniam
Tree formats its drag and drop items as “treeItems” instead of “items” which is what the other list-based controls use. So try:   private function doDragDrop(event:DragEvent):void {        var dropTarget:Tree=Tree(event.currentTarget);        doDragExit(e

Re: [flexcoders] Realtime Panel position sync?

2006-11-06 Thread Michael Schmalle
Hi Even,I think what is happening is you are seeing the startDrag() method interacting with the player's x and y properties of the DisplayObject.Whereas the UIComponent is bound by xChanged event, the player does not dispatch an event. The only reason you are even getting the panel to move with

Re: [flexcoders] Re: Flex 2 Question

2006-11-06 Thread Rick Root
Eric Fleming wrote: > > I am at the beginning stages of learning Flex 2 but I cannot find any > information about this online. If I have an application that has 5 > tabs and when you click on a tab it will load a different form in each > tab. Is there a way that the form can be loaded at runtime s

[flexcoders] Flex Accessibility - TextInput Component

2006-11-06 Thread Mike Shaw
Title: Flex Accessibility - TextInput Component Hi, we are building a financial calculator app in flex 2 which is required to be accessible. So far we have got through most of the pitfalls except for one. We have a TextInput which due to the visual design is not in a FormItem (so no

[flexcoders] showRoot not working on mx:Tree ?

2006-11-06 Thread jamiebadman
Hi, Can anyone explain why with this code: [Bindable] private var xmlTopicTree:XML = new XML(''); it makes no difference if I have showRoot set to true or false ? It seems that whatever I do, the root node shows the actual 'xml' on the tree... I'm cert

[flexcoders] help moving elements in a tree

2006-11-06 Thread Jesús Iglesias
Hi,   I have a tree where I can move elements from one node to another. I have enabled drag and drop and all works fine. The last step is I need to know some details about destination. I created a doDrgagDrop function as on doc,    dragEnabled="true"  dropEnabled="true" dragMoveEnabled="

[flexcoders] Re: State Changing Error

2006-11-06 Thread Graham Weldon
Hi Dustin. Sure enough I had a docked ApplicationControlBar on the "home" state. This was been undocked, and moved to the top at 100%, and teh state changes are now happening without any issues. Thanks for your help on this one. Very much appreciated. Regards, Graham Weldon Software Engineer -

RE: [flexcoders] Launching a details window

2006-11-06 Thread Dimitrios Gianninas
one you create the window instance, do:   winRef.dataModel = eInfo;   Where dataModel is a variable name on the TitleWindow   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick RootSent: Monday, Novembe

[flexcoders] Realtime Panel position sync?

2006-11-06 Thread Evan Gifford
Hey guys,   I’d like to sync the positions of two …. Panels, let’s say, while one of the two is being actively dragged.     Here is the ghetto way of doing it (or is it?)   Private syncInterval:Object = setInterval(syncWindowPosition,20);   Private function syncWindowPosition():v

Re: [flexcoders] not found

2006-11-06 Thread Rick Root
zenwarden wrote: > > > What am I doing wrong? First thing you are doing wrong is not mentioning what version of flex you're using :) Flex 2 doesn't seem to have an tag. So if you're using Flex 2... maybe that's your problem. Rick -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/gr

RE: [flexcoders] Re: State Changing Error

2006-11-06 Thread Dustin Mercer
Can you give the code to the states and the transitions (if you are using a transition)?   When I have seen this it was because I was trying to remove a child that was not actually created or the relation setting was incorrect.  I’ll be able to give you better feedback after I have seen

Re: [flexcoders] Flex License

2006-11-06 Thread Rick Root
Ritesh Jariwala wrote: > > Do my client require any kind of license to run the application because > flex sdk is free. The swf's require no licence. Licenses for Flex only apply to Flex Builder (for the developer) and Flex Data Services (on the server, if used). Rick -- Flexcoders Mailing L

Re: [flexcoders] Flex 2.1?

2006-11-06 Thread Rick Root
Adam Reynolds wrote: > > I am interested in when/if Flex 2.1/2.0.1 is around the corner? I've heard nothing about a bug fix release yet, but I'm not in the know :) > I'm taking my cue from Coldfusion MX 6 on this which only really became > viable with the release of 6.1. I have noticed a number

[flexcoders] Re: cross/component communication - need code example

2006-11-06 Thread Oscar
   This can probably help you: http://www.adobe.com/2006/mxml" layout="vertical" xmlns:local="*" width="500"  height="350">      http://www.adobe.com/2006/mxml" width="400" height="300">   [Event(name="clickA")]     - http://www.adobe.com/2006

Re: [flexcoders] Re: Flex 2 Question

2006-11-06 Thread Dave Carabetta
On 11/6/06, Eric Fleming <[EMAIL PROTECTED]> wrote: > I am at the beginning stages of learning Flex 2 but I cannot find any > information about this online. If I have an application that has 5 > tabs and when you click on a tab it will load a different form in each > tab. Is there a way that the

[flexcoders] Re: State Changing Error

2006-11-06 Thread Graham Weldon
This is a small bump. Has anyone encountered this or does anyone have any thoughts on a cause or fix? Cheers, Graham Weldon Software Engineer --- In flexcoders@yahoogroups.com, "Graham Weldon" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've encountered this before, but I cannot for the life of m

RE: [flexcoders] x, y, width, and height in CSS

2006-11-06 Thread Brian Deitte
Hi Igor, yeah I did think about that when I read Manish's article, but I didn't like the idea of altering UIComponent rather using my own, extended components.  It seemed too likely that I could do something wrong, and I didn't like the idea of updating a piece that everyone on the team has

RE: [flexcoders] Re: custom Panels original size

2006-11-06 Thread Gordon Smith
'this' is always the component or application represented by the top tag in the file.   - Gordon   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jnewport Sent: Monday, November 06, 2006 1:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

Re: [flexcoders] Trace(), not in debug mode? [Flex 2]

2006-11-06 Thread Johannes Nel
you can still watch the trace using a tool like afterthought or even tailing the log with cygwinOn 11/6/06, Roscoe P Coltrane < [EMAIL PROTECTED]> wrote:Hello,Is it possible to obtain trace output to the console or to a file when not running in debug mode? I have a sequence of events that works

Re: [flexcoders] VideoPlayer Example

2006-11-06 Thread John C. Bland II
You can view a sample I built right around the time Flex released so there may be other ways to do things. Ignore all of the graphic stuff. This is a very simple example and not even close to being a full video player. http://labs.katapultmedia.com/flex/VideoPlayer/Note:I just turned FMS on agai

[flexcoders] Re: Flex 2 Question

2006-11-06 Thread Eric Fleming
I am at the beginning stages of learning Flex 2 but I cannot find any information about this online. If I have an application that has 5 tabs and when you click on a tab it will load a different form in each tab. Is there a way that the form can be loaded at runtime so that if you only click on t

[flexcoders] Fill not supported on extended BubbleSeries?

2006-11-06 Thread Mark
I'm extending the BubbleSeries class. If I use my custom class in an mxml file: I get the following error: Could not resolve to a component implementation. Do I need to do anything special to tell the compiler that my custom series supports the fill property? Thanks for any inf

Re: [flexcoders] how to learn file upload result

2006-11-06 Thread Robert W
Sessions not work in different than IE? I used session in not small app, works in firefox, trying opera. But if not works session works scheme: send file with unique  variable, store any result in file, database etc. keyed by unique, on upload complete make next http call with unique and your

[flexcoders] Re: custom Panels original size

2006-11-06 Thread jnewport
That is it thank you. I didn't know you could use "this" in your script tag. I wasn't sure it would know what "this" referred to. Thank, J --- In flexcoders@yahoogroups.com, "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > I'm a little confused at what you are doing. Posting code would probab

[flexcoders] Detect assignments to property marked [Bindable] affected by package

2006-11-06 Thread ben.clinkinbeard
Hello, I have a property in my model called currentBatch, which is an instance of my Batch class. I also have my Batch class marked [Bindable] (just like the model class itself). If Batch resides in the vo package, I am getting the famous "will not be able to detect assignments..." warning when att

Re: [flexcoders] custom Panels original size

2006-11-06 Thread Daniel Freiman
I'm a little confused at what you are doing.  Posting code would probably help.  But if I understand what you're trying to do correctly, you can probably add the following code to the panel.  It should create save the hight before minimizing and then restore it later.  You just need to call the

[flexcoders] DataGrid Scroll Size

2006-11-06 Thread Chad Callahan
I have a DataGrid that is 400 px in height but many of the rows in the DataGrid are taller than 400 px.  When viewing a tall row, I scroll the DataGrid down to see the rest of the row but it skips to the next row instead of scrolling through it.  Is there a way to make the DataGrid scroll

RE: [flexcoders] possible nested repeater bug??

2006-11-06 Thread John Zhao
Jaime,   It does seem to be a bug in Repeater.  You can set recycleChildren to true on both repeaters and it should work around the problem for now.    -John From: John Zhao Sent: Friday, November 03, 2006 3:40 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] poss

Re: [flexcoders] Re: how to learn file upload result

2006-11-06 Thread Yiðit Boyar
i submitted the form...in addition, i found an inefficient way to do the job..i first send a request to the server, without the file, only with necessary data; the server replies this with sending a uniq upload ticket (key),then i use this key to upload the file... in this way, i can control file

[flexcoders] custom Panels original size

2006-11-06 Thread jnewport
I was wondering if any has come across this problem or solution. I have create a custom component that is resizable. I am able to make the panel smaller, but when I want it to restore back to the original size it end ups 500+ pixels long. To make it smaller I am using minimize="getStyle('header

Re: [flexcoders] Dynamically size a tile-list?

2006-11-06 Thread Michael Schmalle
Hi,Try using the measureWidthOfItems(index:int = -1, count:int = 0):Number and measureHeightOfItems(index:int = -1, count: int = 0):Number of the ListBase class.I have had good luck using these methods. The calculations are based off of the dataProvider. I think this is what you are looking f

[flexcoders] Dynamically size a tile-list?

2006-11-06 Thread Rachel Maxim
Is there a way to size a tileList based on the contents inside, instead of setting a static height and width or min/max height and width? I'm mostly interested in just having the tile list height only as high as the tiles within it. I think I could manually calculate the height based on the num

RE: [flexcoders] to invoke RemoteObjects

2006-11-06 Thread Juan Carlos B²
Hi Cathy and Peter F.   Thanks for everything, will check it. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Cathy Reilly Enviado el: Lunes, 06 de Noviembre de 2006 12:16 pm Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] to invoke RemoteObjec

[flexcoders] LineSeries Stroke with special colorfamiliy

2006-11-06 Thread Sönke Rohde
Hi, I have to change the default weight of a LineChart Series (LineSeries). When setting the new "Stroke"-style I also have to set a new color but I want to keep the default one. How do I do that? As the color itself is of no importance I tried to use a random color (Math.random() * 0xff) but

[flexcoders] cross/component communication - need code example

2006-11-06 Thread Wally Randall
There has been a lot of discussion recently about how components should talk to each other but no code samples. I have attempted to get answers to these questions but noone has provided a coding example: Application Main includes two sub-components (A and B) which are canvases included in the

[flexcoders] Re: Flex License

2006-11-06 Thread agentoctagon
No, no license required. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/

[flexcoders] any way to make VDividedBox remove splitter on child being hidden?

2006-11-06 Thread Pan Troglodytes
Is there any way to make a VDividedBox hide the splitter control when there is only one child visible?  I have a splitter than splits two sections.  But the second section isn't always visible.  However, the VDividedBox insists on always showing the splitter and letting the user drag it around.

Re: [flexcoders] Re: flex is capable for developing interactive flash games?

2006-11-06 Thread Rachel Maxim
Hope this helps...1. should i have to use flash ID to develop games or I can createwith MXML to produce flash intractive games.- Most likely you will want to continue to develop games in Flash, unless your games consist of things like form controls and charts or data manipulation :) Flex's real

[flexcoders] State Changing Error

2006-11-06 Thread Graham Weldon
Hi all, I've encountered this before, but I cannot for the life of me recall what the cause and fix is: I have the following states (represented with respect to heirachy: - - - - home - - - login (start) The change from "login" to "home" occurs correctly, once verification of the login d

Re: [flexcoders] Uploading

2006-11-06 Thread Rachel Maxim
What type of images are you uploading? If you are displaying them within Flex/Flash it has to be an image type supported by Flash/Flex. I know that in earlier versions of Flash, you could not load progressive JPEGs and no CMYK images whatsoever, and AFAIK this hasn't changed but I'm new to AS3 a

[flexcoders] Simple CairngormStore Question

2006-11-06 Thread Douglas McCarroll
Hi All, In the CairngormStore example's ProductsAndCheckoutViewStack.mxml file, it's obvious that it is its bodyViewToShow() method that switches the displayed view. But how is bodyViewToShow() called? I can't find any method that it is called from. I've also tried placing breakpoints in it,

Re: [flexcoders] RangeError: Error #2006 using menu !

2006-11-06 Thread Ciarán
Hi, I found this difficult to reproduce. I'm a bit of a flex rookie, but given the exception I think flex is complaining after it's looked for something and not found it because it hasn't been initialized (yet). To my understanding, creationComplete is dispatched after initialization of components

RE: [flexcoders] to invoke RemoteObjects

2006-11-06 Thread Peter Farland
I don't have enough information to help you. What does your FDS deployment look like? How are you compiling the .mxml file? How are you loading the .swf file? Have you checked whether the URL for the endpoint exists?       From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Be

[flexcoders] Flex License

2006-11-06 Thread Ritesh Jariwala
Hi All, I have been developing one order placing application in flex for one of my client. I need to know what type of flex license required for my client. I am not using flex data services feature, though i am using third party remoting service like AMFPHP along with the flex. Do my client r

[flexcoders] not found

2006-11-06 Thread zenwarden
Hi, I am trying to remove dropshadows from my line series chart. I am trying this: and my flexbuilder shows an error: Could not resolve to a component implentation. I have seen this same code posted in t

[flexcoders] Re: Accessing Flex components via external actionscript - N00b Question :)

2006-11-06 Thread Nick
Good to hear that helps. Honestly I really never liked using the _parent (although I have many times)... it seems to break the "loose coupling" I am always trying to achieve with my components. By using the method I outlined above you can easily reuse the MyCode class for any other MXML file you

RE: [flexcoders] to invoke RemoteObjects

2006-11-06 Thread Juan Carlos B²
Hi Peter Farland; Thanks for your responses But i already did it, but to me it continues sending he himself error, I feel that this forgetting something to me important to manage to invoke a remote method, is why if knows in where I can find example on this subject. Thanks…  

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
:) good choice of name.. But How do you check that. You specify the data Provider and namefield and filed will take of the display and How do you check for the value. Even if you do it through the Action script How do you set the condition in the Pie chart. Thanks Hara --- In flexcoders@yahoo

RE: [flexcoders] to invoke RemoteObjects

2006-11-06 Thread Cathy Reilly
This issue and the resolution and discussed in the following tech note -   http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e329643d   - Cathy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Juan Carlos B²Sent: Monday, November 06, 2006 11:45 AMTo: flexcode

[flexcoders] sending messages

2006-11-06 Thread 130
Do i need to request permission to post questions on the flex coders forum, was a little confused by the "sign up" email. Leo -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.

[flexcoders] Web Service Authentication - SOAP header?

2006-11-06 Thread phipzkillah
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your e

RE: [flexcoders] Re: uploading to Jrun 4.X

2006-11-06 Thread Battershall, Jeff
To get this kind of information you're going need to run some server-side code (be it Java, CF) to traverse a directory structure and create a data representation of it (such as a hierarchal xml) and pass that back to the client. This could be used to drive an editable tree component with change ev

[flexcoders] edit Datagrid selected cell in seperate component

2006-11-06 Thread Emile Swain
Hi All   I’m doing some pretty simple stuff but having a couple of issues with binding the content of a selected datagrid cell (selectedItem) with the RichTextEditor in a separate component.   Pseudo code                 When I select an editable

[flexcoders] Overcoming device font alpha or How to Embeded system fonts in all controls.

2006-11-06 Thread agentoctagon
My problem is that I would like to fade controls in and out elegantly, this doesn't work with a control that uses text as the device fonts can't have a modified alpha value. I understand why this is but what I don't understand is why when I embed a system font and use it for my controls to overcome

Re: [flexcoders] Trace(), not in debug mode? [Flex 2]

2006-11-06 Thread Dave Carabetta
On 11/6/06, Roscoe P Coltrane <[EMAIL PROTECTED]> wrote: > Hello, > Is it possible to obtain trace output to the console or to a file when > not running in debug mode? I have a sequence of events that works in > debug mode but not in non-debug mode, I need to trace thru. > I have been using the Fl

RE: [flexcoders] to invoke RemoteObjects

2006-11-06 Thread Peter Farland
Your /WEB-INF/flex/services-config.xml file probably contains channel-definitions with endpoints that contain the {context.root} token. If so, you must specify the context root on the command line using the --context-root=/yourcontextroot in addition to the -services command line switch. O

[flexcoders] Command line compilation

2006-11-06 Thread a_kosonom
I have been using Flex Builder for the compilation of my components but now I need to incorporate this in my build process so I need to start using the command line. My app is very simple I have a library (SWC) and I have all the classes in a folder structure mimicking the packages I have an app

[flexcoders] Re: how to learn file upload result

2006-11-06 Thread ben.clinkinbeard
I will fill out the form too but I really, really hope this changes soon. FileReference is near pointless with this arbitrary "limitation". Would love to hear the rationale for it. Thanks, Ben --- In flexcoders@yahoogroups.com, "Stacy Young" <[EMAIL PROTECTED]> wrote: > > At this time the flash

[flexcoders] Re: Accessing Flex components via external actionscript - N00b Question :)

2006-11-06 Thread mts_link
That actually helps a lot, thanks! What other methods can I use, or must pass all components to the class in order to use them? Is there a way I can pass a reference to the application scope so I can reference all the components in that app? In flash, I would just use _parent.variable, but I h

Re: [flexcoders] Re: slider with 2 thumbs a 3 colors, how?

2006-11-06 Thread Peter Baird
Well, this isn't quite what you're looking for, but it may be close enough without having to go custom-component-crazy. Setting the track-colors gradient to red and blue will create your two track colors, although it does leave some purple in the middle, when it's not otherwise covered over by the

Re: [flexcoders] LinkButton - Style without surrounding color.

2006-11-06 Thread Peter Baird
Although it's a work around, you can set the alpha of the linkButton itself to zero, assuming that you are not using an embedded font. The reason this works is because the transparency won't apply to device fonts, so it show's through regardless of the zero alpha value. Otherwise, you can create

[flexcoders] Re: Accessing Flex components via external actionscript - N00b Question :)

2006-11-06 Thread camlinaeizerous
As long as you have... In your as file you should have no problem accessing the mxml components from your action script file after doing that and rebuilding your project. To check and make sure "this." works great for making sure the scope is correct. --- In flexcoders@yahoogroups.com, "mts_l

RE: [flexcoders] Pie Chart display problem when the data is empty

2006-11-06 Thread Ely Greenfield
      Can you post a simple sample, no server required, that demonstrates the problem?   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haravallabhanSent: Monday, November 06, 2006 4:03 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Pie Chart displ

[flexcoders] to invoke RemoteObjects

2006-11-06 Thread Juan Carlos B²
Because it sends the following message in the console, when I invoke an object in a class java. error Requested resource '/messagebroker/amf' (%2fmessagebroker%2famf) not found And in the explorer show “Send Failed”. Somebody knows as they are the steps to invoke a remote method in java,

[flexcoders] Focus manager component inside scrollable container

2006-11-06 Thread Sergey Kovalyov
Hi All! If user is pressing Tab key, scrollable container does not move its content to make focused component visible. It remains invisible in some cases, because it's out of the visible part of scrollable content. How to implement this behaviour (actually native for most users)? Sergey. -- Fle

[flexcoders] Flex 2.1?

2006-11-06 Thread Adam Reynolds
I am interested in when/if Flex 2.1/2.0.1 is around the corner? I'm taking my cue from Coldfusion MX 6 on this which only really became viable with the release of 6.1. I have noticed a number of bug posts, but nothing critical which is great. I'm unfortunately being very pragmatic about this an

[flexcoders] Re: flex is capable for developing interactive flash games?

2006-11-06 Thread camlinaeizerous
While I can not answer all of your questions I can help you a bit with question 3. > 3. How flex 2 it self can handle data processing(save,edit data to > database). There is a great wizard that helps with creating CRUD interfaces with databases. While I decided not to follow the way the wizard

[flexcoders] Re: Login verfication

2006-11-06 Thread pdflibpilot
Thanks Nathan - I used the 'result' event and it worked like a charm ! --- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote: > > My suggestion would be in your loginRequest HTTPService, you need > to set the "result" to notify you when you've loaded the > information. A

RE: [flexcoders] Linking Components Between MXML ViewStack Components

2006-11-06 Thread Tracy Spratt
The phrase, “notice the changes” just screams “event”.  Have the change event of the textinput cause the Movieview component to dispatch an event, and have main.mxml listen for it.   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of pi

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
oh I over saw some words in your suggestion.. Ok I shall try implement it.Thanks --- In flexcoders@yahoogroups.com, "shemeshkale" <[EMAIL PROTECTED]> wrote: > > i called it the "pizza-slice" effect. > my solution was to check if all values equal zero and if true i > displayed a message "no data

Re: [flexcoders] How do I add superscript text in Flex?

2006-11-06 Thread Daniel Freiman
to the best of my knowledge, there's not a great way to do this.  My best idea would be to create a footnote swf and embed it in the textbox with the img tag.  Each swf could be passed a number (and/or possibly some formating information) and would simply display that number in a small font in a

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] Re: Accessing Flex components via external actionscript - N00b Question :)

2006-11-06 Thread Tracy Spratt
Another option is to pass a reference to the entire parent scope into the as class.  That gives you access to any variable function in the parent.   A third option is to use Application.application to get to the main app scope.   Tracy   From: flexcoders@yahoogroups.com [m

Re: [flexcoders] Linking Components Between MXML ViewStack Components

2006-11-06 Thread Tom Chiverton
On Saturday 04 November 2006 14:59, pioplacz wrote: > Simply explain is that i want the main.mxml to notice the changes in the > textinput located in diffrent mxml file. Have you seen Cairngorm ? -- Tom Chiverton Helping to greatly reinvent wireless ROI *

[flexcoders] Re: Accessing Flex components via external actionscript - N00b Question :)

2006-11-06 Thread Nick
Hi John. There are numerous amounts of ways to accomplish the scope you need. After initial thought the way I would do it is pass your testInput to your external class as a constructer parameter. In your constructor equate this parameter to a local variable of that class. ex. Class MyCode {

  1   2   >