RE: [flexcoders] Re: Setting custom fills array in a chart

2008-01-23 Thread Sunil Bannur
use the fill style rather than fills. Thanks -Sunil From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Wednesday, January 23, 2008 12:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Setting custom fills

Re: [flexcoders] Re: Detect AIR Application?

2008-01-23 Thread Tom Chiverton
On Tuesday 22 Jan 2008, Dale Fraser wrote: Now I just need to find out what a SWC is and how to import it. A .SWC is like a DLL or .so file, but for Flex. You create these in Builder by using File, new, Flex library project and add them into a Flex/Air application using the top most button in

[flexcoders] Re: Setting custom fills array in a chart

2008-01-23 Thread reflexactions
Thanks for the reply. If we use the fill style it means having one style for every possible color we will use and then it means that every series has to be explicitly set with that style which is a mammoth task and it means we need to go through and review every single chart to make sure the

Re: [flexcoders] Re: Text shift during printing

2008-01-23 Thread Frederico Garcia
, Ahmed -- 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 __ NOD32 2816 (20080123) Information __ This message was checked

[flexcoders] How to set chart DataTip text color and font family?

2008-01-23 Thread reflexactions
FB3.3.. Title says it all I can change the fontSize and background color etc, but whatever I do the text is black and the font is the default. The TextFormat returned by _label.getTextFormat(); has null for font name and 0 for color. I have set it in CSS on the type selector DataTip but

Re: [flexcoders] Problems with IE and refreshing data

2008-01-23 Thread Tom Chiverton
On Tuesday 22 Jan 2008, markcavins wrote: I have this app that was refreshing data in development but now once I deploy it to my server I am not getting the data to refresh in IE(6/7). In FF every thing updates Does your IE have the debug player i.e. is the application throwing silent

Re: [flexcoders] Debugger Session lost after reload

2008-01-23 Thread Tom Chiverton
On Tuesday 22 Jan 2008, ndkamp wrote: When i start debugging an app, the app gets loaded in firefox and FB connects to the flash debugger. The debugger halts at breakpoints - everything works as expected. Then i do a change in the source, build it and reload the swf (the html-wrapper tbs.).

RE: [flexcoders] Re: Detect AIR Application?

2008-01-23 Thread Dale Fraser
Cool, Thanks! Regards Dale Fraser -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, 23 January 2008 8:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Detect AIR Application? On Tuesday 22 Jan

RE: [flexcoders] Re: Setting custom fills array in a chart

2008-01-23 Thread Sunil Bannur
ok The easiest solution would be to modify defaultColors HaloDefaults.as in your Charts src. with your colors Also, if it helps you, You could put an enhancement request to have public APIs to access values in HaloDefaults class. Thanks -Sunil From:

[flexcoders] Re: Masked Text Input

2008-01-23 Thread aceoohay
I guess the answer to this is no, there is no alternative to MaskedTextInput. Paul --- In flexcoders@yahoogroups.com, aceoohay [EMAIL PROTECTED] wrote: Try; http://weblogs.macromedia.com/flexteam/archives/2006/11/component_mas ke.\ cfm

[flexcoders] Re: working with an array collection

2008-01-23 Thread tkskates
Thanks I think I have to read into more about the array collection. --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: I think you're confusing the ArrayCollection itself with the data items that it contains. An ArrayCollection has N items. It sounds like each item has

[flexcoders] Sorting XML within a tree when adding a branch node

2008-01-23 Thread rockstar77877
Hi, I am trying to figure out the best way to sort a tree level (dataProvider is XML) after I Have added a node. I want to either sort the level that I'm on, or resorting the entire tree would be OK too. The way I am doing this is I am extracting the XML of the level that I want to sort

[flexcoders] MSIE /XML problem

2008-01-23 Thread rhiner402
I created my very first Flex app the other day, and it works perfectly in firefox... it reads an XML file for a list of images, then loads them into an mx:image -- I love it! but, sadly, it doesn't work in MSIE. The images never get loaded. According to the server logs, the XML file is

[flexcoders] Realtime 3D to FLV

2008-01-23 Thread Patrick Driggett
All, I'm working on creating some Flex 2 applications for one of our products at work. One of the things we want to do is have the ability to capture video from one of our simulations, convert it to FLV, and then display it on a webpage later. We are looking for what products allow for

[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread ilikeflex
Hi Thanks for the replies. I think my application is using the following styles which may be causing the problem. I am using the mx:Text in which text does not get bold. Can you give me any pointers. Is this due to styles inheritence.If yes, can you please let me know mx:Text inherit styles

[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread reflexactions
We had the same problem before: Arial 10 bold looks the same as normal i.e. non-bold... Either live with it or change the fontSize to 11, because at 11 bold starts to look like bold. --- In flexcoders@yahoogroups.com, ilikeflex [EMAIL PROTECTED] wrote: Hi Thanks for the replies. I think

[flexcoders] Problem with Flex Builder 2 and .Net Web Service

2008-01-23 Thread NileAge, Mail
Hello all, I have a problem with Flex Builder 2 and Web Service. I develop the flex project that connect with web service and I want to deploy this project but when run the page after release does not get data from database But local no problem . I don't know where is the problem. May be in

[flexcoders] Use message.clientID to access same session?

2008-01-23 Thread gregariousgregmi
Imported a WSDL in flex 3 beta 2. I would like to use the same session for several sequential calls into a web service. Is the clientID the property to pass to the subsequent call? When I assign a variable to what I believe is the clientID I get DirectHTTPChannel0. I was expecting something

RE: [flexcoders] Problem with Flex Builder 2 and .Net Web Service

2008-01-23 Thread Merrill, Jason
And you've tested to see if http://my_domain/Service.asmx?WSDL http://my_domain/Service.asmx?WSDL is really there and working? Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community

RE: [flexcoders] Re: Tree and ITreeDataDescriptor

2008-01-23 Thread Tracy Spratt
...it must enter this method as an XMLNode.. Can you explain why that is so?. The XML API is much more powerful than the obsolete classes. True it lacks a few convenience properties/ methods like nextSibling, but these are easily added. I just want you to be sure of your choice, because I think

RE: [flexcoders] Problem with Flex Builder 2 and .Net Web Service

2008-01-23 Thread Tracy Spratt
data service call works locally but not on the server This is almost always indicative of a crossdomain / security sandbox issue. Hit the archives, docs and google, it has been discussed at great length. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Noob Question - resize object dynamically

2008-01-23 Thread mjulsonecometry
I have a basic question. I want to embed a flex application in a multicolumn webpage. I need this app to grow vertically as items are added/subtracted from a list in the application.Is there a way to resize the overall app as needed while the app is running?

RE: [flexcoders] Sorting XML within a tree when adding a branch node

2008-01-23 Thread Tracy Spratt
I implemented a child sort function that works. Sounds very similar to what your are attempting. I have not analyzed it for efficiency because my lists are usually very small, and it sems to work fine. It is heavily commented. Tracy /** Sorts an xml node's children on a single attribute

RE: [flexcoders] Sorting XML within a tree when adding a branch node

2008-01-23 Thread Tracy Spratt
Jeez, I hate that the list kills my formatting. Anyone know a tool or technique to post formatted code? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, January 23, 2008 10:47 AM To:

RE: [flexcoders] Refreshing DataGrid Automatically when submit a record ( use two HTTPService )

2008-01-23 Thread Tracy Spratt
First, you can use a single HTTPService instance. The AsyncToken allows you to match a call with a result. Thus you only need a single result handler. I assign a string value to a queryId property on the call token, then use a switch statement in the result handler to decide what to do next.

[flexcoders] Re: Failure to access a WSDL file from Flex's WebService class over HTTPS on IE

2008-01-23 Thread eyal_c
Hi, I am not sure i understood your reply, as i wrote, I also tried replacing the WSDL file with the following php script that handles the cache problem (after reading a post on the subject) ?php $browser= (ereg('MSIE ([0-9].[0-9]{1,2})', $_SERVER['USER_AGENT'])) ? IE : FF; ob_end_clean(); if

[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread ilikeflex
Hi I narrow down the problem. I have the application level style in which i am using the Application{ font-family:Arial; color:#40668c } Now all the text appaers in the above font and color. but in my application i have the mx:Text in which i want to use the default styles

[flexcoders] Re: Failure to access a WSDL file from Flex's WebService class over HTTPS on IE

2008-01-23 Thread eyal_c
Hi, I already saw this post, and tried to use the php code to return the WSDL file... but it didn't help. Thanks, Eyal --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 17 Jan 2008, Seth Hodgson wrote: This is due to a long-standing IE bug with HTTPS and

[flexcoders] Webservice, SOAP, SSL and BasicAuthentication

2008-01-23 Thread Christoph Guse
Hi List, I try to configure the flex webservice proxy in proxy-config.xml and it drives me crazy. I'm not able to load the WSDL from a Webservice which is secured by SSL ( self signed Certificate ) and BasicAuthentication. I searched the docs but I was not abel to find a complete example.

Re: [flexcoders] Realtime 3D to FLV

2008-01-23 Thread Steve Mathews
We have done something like this. Our Flash/Flex is hosted inside of a Windows Form where we capture images then stream them into a custom converter that writes an avi. Then we use ffmpeg to convert the avi to flv. To the best of my knowledge, there isn't an existing library to do this. But if you

RE: [flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread Merrill, Jason
An application level style will do exactly what it sounds like, it will apply to everything in the application. So use subclassing and apply styles that way, or style the text class create a specific style: .myTextStyle { ..blah blah } or style all text areas a certain way: Text {

Re: [flexcoders] addChild vs. addRawChild and performance

2008-01-23 Thread Steve Mathews
So you are saying that instead of using a Canvas as the container inside of my app, I could just use UIComponent or ScrollControlBase? Any idea of how much performance gain this could be? On 1/22/08, Alex Harui [EMAIL PROTECTED] wrote: It would be best to not use containers and just use

Re: RE: [flexcoders] Photo print service

2008-01-23 Thread Daniel Tse
Hi Mike, About the memory issues and images how did you get it to release the memory in Flex? I noticed that when we try to load images to an mx:Image object in a loop containing this: // imgObj already defined as an mxml Image object for (var i:int = 0; i 5; i++) { imgObj.source = null; //

[flexcoders] combo box and xml error in flex

2008-01-23 Thread Deniz Davutoglu
Hello, I am new in flex and I try to get data from server. When it contains just one node in xml like this rotaters rotater id30/id namesdf sdf sd/name size120x300/size /rotater /rotaters it cast this error : Error #1034: Type Coercion failed: cannot convert mx.utils::[EMAIL

[flexcoders] Chart Date Time

2008-01-23 Thread nasawebguy
I have an existing arrayCollection coming in that looks like: id,mydate,type,... 1,1/1/2008,type1 2,1/2/2008,type2 3,1/7/2008,type3 4,1/7/2008,type1 5,1/8/2008,type2 ... This is a dataProvider for a dataGrid. What I'd like to do is create a new dataProvider for a chart, based on this existing

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Matt Chotin
I'm not sure that binding is the first thing to look at. Have you made sure that relevant event listeners are adding themselves with the weakRef param set to true? Sometimes in addition to removing children you may also want to try setting some references explicitly to null as that can help

Re: [flexcoders] Refreshing DataGrid Automatically when submit a record ( use two HTTPService )

2008-01-23 Thread Sherif Abdou
try doing this DgAnggotaRetrieve.invalidateList() - Original Message From: Harry Saputra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 1:45:50 PM Subject: [flexcoders] Refreshing DataGrid Automatically when submit a record ( use two HTTPService )

[flexcoders] Re: Problems with IE and refreshing data

2008-01-23 Thread markcavins
I think this might be a solution to the issue but I am not quite sure how to tackle it. What would need to be added in order to create the random number/date (I have seen some people talk about it but I have never seen it done). Any links you could send on the subject would be great. I have done

[flexcoders] Performance with States and DataGrid

2008-01-23 Thread Rick Schmitty
So I have an app where 1 state has a bunch of user driven manipulation, moving objects on stage, changing their sizes/colors, adding/removing of objects etc and this runs fine no issues at all. When the user navigates to another state, a simple datagrid is displayed and that runs fine, not doing

[flexcoders] looking for a component

2008-01-23 Thread Mr Greg Murnock
A couple weeks ago I ran across a component someone built that had multiple headers for a datagrid where the top header was lets say Year and the second header line was Quarter. On click of one of the headers the DG would drill into the displayed data, Quarter would now be top header and Month

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Matt Chotin
No, you're right that binding does not use weak listeners (we tried at the end of Flex 2 development and found some really bad bugs if we did that). So I shouldn't be making a global statement about don't check bindings. But I guess my point is not that not all bindings are bad, especially when

[flexcoders] Re: Problems with IE and refreshing data

2008-01-23 Thread markcavins
found the answer Thanks to all who replied [Bindable] var dt : String = new Date().toTimeString(); url=http://mysite.net/info_wrapper.php?customer={customer.text}amp;username={username.text}amp;password={password.text}submitDT={dt}; / --- In flexcoders@yahoogroups.com, markcavins [EMAIL

RE: [flexcoders] combo box and xml error in flex

2008-01-23 Thread Tracy Spratt
First, set resultFormat=e4x in your data service tag and adjust your dataProvider specification and labelField spec accordingly. See if that fixes the problem. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deniz

Re: [flexcoders] WrapPanel?

2008-01-23 Thread Maciek Sakrejda
Josh, check out the FlowBox from FlexLib: http://flexlib.googlecode.com/svn/trunk/examples/FlowBox/FlowBox_Sample.swf -Original Message- From: Josh Santangelo [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] WrapPanel? Date:

RE: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Samuel R. Neff
So is it correct then that if you bind to something outside, say like to a singleton Model, then that binding creates a link which the author has no control over and can not destroy. So lets I have an example like: Canvas title={Model.instance.applicationTitle} / Then that simple binding will

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread jmfillman
Anyone? I seem to need syntax help. This doesn't update the arrayCollection, but does trigger the CollectionChange event. mainApp.myAC.itemUpdated(mainApp.myAC [itemIndex],mainApp.myAC.getItemAt (itemIndex).subject,'',itemSubject.text); This is coming from a PopUp window. --- In

[flexcoders] Intialize nested accordion children components on load

2008-01-23 Thread Kevin
Generally I like the fact that Flex delays the initialization of certain hidden children until they are called to be displayed. However, in a certain case I would like the hidden children of an accordion to be initialized when the accordion is drawn on the stage since there are some nested

[flexcoders] Re: Intialize nested accordion children components on load

2008-01-23 Thread rueter007
creationPolicy=all - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: Generally I like the fact that Flex delays the initialization of certain hidden children until they are called to be displayed. However, in a certain case I would like the

Re: [flexcoders] Intialize nested accordion children components on load

2008-01-23 Thread Sherif Abdou
call someComponent.initialize() - Original Message From: Kevin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 12:32:08 PM Subject: [flexcoders] Intialize nested accordion children components on load Generally I like the fact that Flex delays the

RE: [SPAM] Re: [flexcoders] Re: checkbox- create a bindable value property

2008-01-23 Thread Tim Ashworth
Cheers, I'll have a fiddle...oooeer... _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: 22 January 2008 19:57 To: flexcoders@yahoogroups.com Subject: [SPAM] Re: [flexcoders] Re: checkbox- create a bindable value property here is an

[flexcoders] Re: Flex and SCORM

2008-01-23 Thread Philip Hutchison
Hi John I recently wrote a revised SCORM API wrapper that works with SCORM 1.2 and 2004 (http://pipwerks.com/lab/scorm/). The SCORM wrapper is JavaScript and handles the communication with the LMS. To get Flash to interact with the wrapper, you need to use ExternalInterface. An example (in this

Re: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread Sherif Abdou
when you do this, in the debug panel do you get Property is not Bindable, Class is not an IEventDispatcher or something along those lines, i dont remb the exact wording but if it doesnt say that then from what i read you dont use an itemUpdated(), show a bit of code if u can. - Original

Re: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread Sherif Abdou
here is the message warning: unable to bind to property 'City' on class 'Object' (class is not an IEventDispatcher) - Original Message From: jmfillman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 12:16:41 PM Subject: [flexcoders] Re: Update

[flexcoders] Re: Help With AlivePDF

2008-01-23 Thread Kevin
I agree. A translator that would parse the preview from FlexReport into alivePDF would be perfect. I am deep in the middle of a project that launches next month so I can't do anything until then, but i look forward to contributing to the cause come March. I actually have thought about a way to

[flexcoders] Re: Intialize nested accordion children components on load

2008-01-23 Thread Kevin
thanks. I knew there must be an easy way. - Kevin --- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: creationPolicy=all - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, Kevin lists@ wrote: Generally I like the fact that Flex delays the

[flexcoders] Advanced DG and selectedColumnIndex

2008-01-23 Thread markgoldin_2000
In my editable ADG I am clicking on a column #2 and then checking a value of selectedColumnIndex. It shows -1. Is that correct? Thanks

[flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-23 Thread gregariousgregmi
I had a similar experience, not sure if this will solve your problem. I had imported a WSDL in flex 3.0 beta 2. While working with the action script code it generated, specificially adding any code related to SOAP, the import statements would change automatically, leaving out several libraries

[flexcoders] How to handle itemClick and itemDoubleClick events on charts - need both

2008-01-23 Thread j_lentzz
Hi, I have a chart that I'd like to use both itemClick and itemDoubleClick on. However, when a user double clicks, I don't want the itemClick event functionality to also occur. Right now, when I double click, the itemClick event fires, then the itemDoubleClick event. Is there a good way to

[flexcoders] Where is the Debugger or Profiler ERROR

2008-01-23 Thread hworke
Hello, I installed a very simple allpication (the content of the bin directory) which reads a RSS file from the localhost then displays it on a datagrid. But when every time I run it I get error message: Where is the Debugger or Profiler If I press cancel button the

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread jmfillman
I don't get any error. It looks like it works, it is triggering an update event kind on the ArrayCollection, but the arrayCollection isn't actually getting updated. Whatever the original value is, it remains after the update. It appears to disregard the new value. --- In

[flexcoders] Re: Webservice, SOAP, SSL and BasicAuthentication

2008-01-23 Thread valdhor
I have not used SOAP with Flex as yet but have built a number of SOAP servers and clients as well as WSDL's. Your error message is: Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (null) Are you sure you have the location of the WSDL correct? If I try

[flexcoders] Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread ben.clinkinbeard
OK, the lack of definitive info on this topic is pretty amazing to me so I would like to help get something out there once and for all. The problem to which I am referring is how to define default yet overridable styles for custom components, including times when those styles require embedded

Re: [flexcoders] destructing objects / memory management best practices

2008-01-23 Thread Jerome Clarke
This is the reason why I only used Actionscript based binding instead of MXML... simply because you have control of that On Jan 23, 2008 6:11 PM, Samuel R. Neff [EMAIL PROTECTED] wrote: So is it correct then that if you bind to something outside, say like to a singleton Model, then that

[flexcoders] Resource Bundle in SWC Issue

2008-01-23 Thread Brian Riley
I created a SWC with a properties file to hold my error msgs for my reusable piece of code (exactly like Cairngorm does it), and it compiles and the property file makes it in (I unzipped the SWC and saw it), but when I try to use the SWC the project complains that it can't find the resource

[flexcoders] looking for a component - previously reviewed

2008-01-23 Thread Mr Greg Murnock
A couple weeks ago I ran across a component someone built that had multiple headers for a datagrid where the top header was lets say Year and the second header line was Quarter. On click of one of the headers the DG would drill into the displayed data, Quarter would now be top header and Month

[flexcoders] Re: text does not appear bold in mx:Text

2008-01-23 Thread ilikeflex
Hi Jason Thanks for the reply. It worked. thanks ilikeflex --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: An application level style will do exactly what it sounds like, it will apply to everything in the application. So use subclassing and apply styles that

[flexcoders] Problem with effectTriggers and Modules

2008-01-23 Thread krieger824
Hi, I'm having problems with a modular application I'm developing. One of the modules contains a chart which uses chartEffects to animate changes in the data set. If I compile the chart into a standalone application, everything works fine, but when loaded as a module, the effects don't play.

[flexcoders] Re: Intialize nested accordion children components on load

2008-01-23 Thread myasandy2
check Msg number 98509. It is a work around if creationPolicy=all isn't enough. Sandy

Re: [flexcoders] How to handle itemClick and itemDoubleClick events on charts - need both

2008-01-23 Thread Sherif Abdou
this could help, you are def going to use a timer http://raghuonflex.wordpress.com/2007/08/10/assigning-different-behaviors-on-click-doubleclick/ - Original Message From: j_lentzz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 1:21:23 PM Subject:

[flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread ben.clinkinbeard
OK, bit of a correction, the defaultFactory() method doesn't preclude using styleName. In my scenario though, since I am trying to essentially point to two different styles, I have to use commands like setStyle(styleName, getStyle(focusStyleName)); which then wipes out the actual styleName.

RE: [flexcoders] Re: Intialize nested accordion children components on load

2008-01-23 Thread Tracy Spratt
I won't say that you should never do that, but it is a bad addictive habit to get into. There are almost always other solutions. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Wednesday, January 23, 2008 2:01 PM To:

[flexcoders] Who to contain a UIComponent?

2008-01-23 Thread Daniel
Hey guys... I'm working on a component that extends from IUComponent. I need to set it as a child of a container, so that when the size of the UIComponent changes scrollbars will appear in the container. But Flex always draws the UIComponent on top of the container. What container should I

RE: [flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread Tracy Spratt
Hold on, itemUpdated JUST dispatches the event. It is not a method for updating an item. You need to either manually update the item object, or use setItemAt() to do the actual update. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Who to contain a UIComponent?

2008-01-23 Thread Mike Krotscheck
If I understand your question correctly any container will do, you just have to set clipContent to true and the scrollpolicy to auto or true; Michael Krotscheck Senior Developer RESOURCE INTERACTIVE http://www.resource.com/ www.resource.com

RE: [flexcoders] Re: Intialize nested accordion children components on load

2008-01-23 Thread Gordon Smith
+1 Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, January 23, 2008 1:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Intialize nested accordion children

[flexcoders] Re: Access TWAIN scanners from Air

2008-01-23 Thread Anthony DeBonis
Everyone has opinions on AIR, but I can tell you I am writing some AIR base apps that solve some real life problems, I just can't wait for it to get out of Beta to share AIR with more customers. To me AIR is no Joke. Sorry I can't help you with the TWAIN issue. --- In

RE: [flexcoders] Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread Gordon Smith
the lack of definitive info on this topic is pretty amazing to me Ben, what could be more definitive than the approach that the Flex SDK team takes for its own components? You don't have to follow our lead, but I still think it counts as best practice. Flex framework SWCs, such as

RE: [flexcoders] Re: Access TWAIN scanners from Air

2008-01-23 Thread Lukas Ruebbelke
I think it is joke that someone would form their entire opinion on a fledgling runtime environment because it cannot do one or two things. First of all, you have entirely missed the initial directive of AIR in the first place which is to extend the browser to the desktop. I cannot think of

Re: [flexcoders] Re: Access TWAIN scanners from Air

2008-01-23 Thread Claus Wahlers
Lukas Ruebbelke wrote: First of all, you have entirely missed the initial directive of AIR in the first place which is to extend the browser to the desktop. I cannot think of any web pages that access a command line prompt or the TWAIN API directly so I am not surprised AIR cannot do these

[flexcoders] Re: Tree and ITreeDataDescriptor

2008-01-23 Thread hmmmbeer3
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: ...it must enter this method as an XMLNode.. Can you explain why that is so?. The XML API is much more powerful than the obsolete classes. True it lacks a few convenience properties/ methods like nextSibling, but

RE: [flexcoders] Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread Gordon Smith
OK, I have to eat crow. : ) My fellow team members tell me that Flex Builder's design view doesn't process the default.css file in 3rd party SWCs. I wasn't aware of this because I'm on the SDK team, not the Flex Builder team, and when I use Flex Builder I don't use design view. I'm going to go

RE: [flexcoders] Re: Access TWAIN scanners from Air

2008-01-23 Thread Lukas Ruebbelke
See! Already they are over delivering! =) Command line access and direct print manipulation are valid requests but that does not nullify the laundry list of really cool things that AIR can already do. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Who to contain a UIComponent?

2008-01-23 Thread Merrill, Jason
I had a similar question last week, and what I ended up doing, thanks to some help on this list, was extending UIComponent and overriding some methods, something like this: package components { import mx.core.UIComponent; import flash.geom.Rectangle; public class MyComponent extends

[flexcoders] RichText for email formatting

2008-01-23 Thread Kevin
I am trying to use the RichTextEditor to allow users to format an email message using html formatting. Before I haul off an write a parser to parse the email into proper HTML for use in an email, I was wondering if anyone has already taken on this task. Thanks, - Kevin

[flexcoders] Re: How to handle itemClick and itemDoubleClick events on charts - need both

2008-01-23 Thread j_lentzz
Thanks for the hint! If I can't find another way, then I'll go that route. Thanks again. John --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: this could help, you are def going to use a timer

Re: [flexcoders] Re: Access TWAIN scanners from Air

2008-01-23 Thread Claus Wahlers
Lukas Ruebbelke wrote: See! Already they are over delivering! =) Command line access and direct print manipulation are valid requests but that does not nullify the laundry list of really cool things that AIR can already do. I didn't say that. He did! (pointing at Shaun) ;) Cheers,

[flexcoders] Re: Where is the Debugger or Profiler ERROR

2008-01-23 Thread Mike Morearty
You just need to install the new Flash player that came with Flex Builder. You can find the installer in the Player directory. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, hworke [EMAIL PROTECTED] wrote: Hello, I installed a very simple allpication

RE: [flexcoders] RichText for email formatting

2008-01-23 Thread Lukas Ruebbelke
http://www.flashloaded.com/flashcomponents/flashtexteditor/ _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Wednesday, January 23, 2008 3:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] RichText for email formatting I am trying to

[flexcoders] Re: Update ArrayCollection from PopUp TitleWindow

2008-01-23 Thread jmfillman
Tracy, Well that explains my results. I made the assumption that since I'm passing the old and new value parameters, it performed the update. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Hold on, itemUpdated JUST dispatches the event. It is not a method for

[flexcoders] Array Item Counting

2008-01-23 Thread jmfillman
I have an array with several dynamically populated numbers. The array is then sorted to group identical values together. Let's say my array contains the following:[15,15,35,35,35,35, 35,55,55,75,95,105,115,115,115] What I need to do is get a count of each number, and determine the highest

[flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread ben.clinkinbeard
Hehe, thanks for the reply Gordon. I wasn't referring to design view problems as I don't use it either. I was referring to the fact that it seems you are required to put a global selector in your defaults.css that includes styles for an untold number of components if you want the SWC to be

[flexcoders] Capturing a restore event.

2008-01-23 Thread Paul Kukiel
I have an air app that when I minimize to the task bar I start a timer. I would like to be able to capture a restore window event is what should I be looking for. Paul.

[flexcoders] Stop slide greater than 50 in HSlider component

2008-01-23 Thread flexawesome
Hey therem, Is there a way to stop user to slide greater than 50, but user still can see rest tracker on the right side. After running other code, I would like to despatch it and allow user slide to 100. mx:HSlider minimum=0 maximum=100/ Is that possible? Thank you for your comments.

RE: [flexcoders] Array Item Counting

2008-01-23 Thread Seth Caldwell
Not to be harsh, but this sounds like something my first cs course in college would have had as an assignment or problem in a homework set. This has nothing to do with flex. var A:Array = [15,15,35,35,35,35, 35,55,55,75,95,105,115,115,115]; var B:Array = new Array(); Var maxrun:Number=0;

Re: [flexcoders] Array Item Counting

2008-01-23 Thread Paul Andrews
- Original Message - From: jmfillman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 10:25 PM Subject: [flexcoders] Array Item Counting I have an array with several dynamically populated numbers. The array is then sorted to group identical values

RE: [flexcoders] Array Item Counting

2008-01-23 Thread Gordon Smith
The array is then sorted to group identical values together. If all you're doing is counting how many times each number appears, and then determining which one appears most frequently, why are you bothering to sort the Array? Gordon Smith Adobe Flex SDK Team

Re: [flexcoders] Array Item Counting

2008-01-23 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 10:47 PM Subject: Re: [flexcoders] Array Item Counting - Original Message - From: jmfillman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

[flexcoders] Re: Array Item Counting

2008-01-23 Thread jmfillman
It's not necessary. I was doing it to make it easier to validate my count. I was also playing with splice. --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: The array is then sorted to group identical values together. If all you're doing is counting how many times

RE: [flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-23 Thread Gordon Smith
If you're trying to produce a single SWC that works with both Flex 2 and Flex 3, you're trying to do something that the SDK team doesn't try to do. We don't guarantee that you can link a Flex 2 app against our Flex 3 SWCs, or vice versa, except that we try to support Flex 2 resource bundle SWCs in

Re: [flexcoders] Stop slide greater than 50 in HSlider component

2008-01-23 Thread Sherif Abdou
off the top of my head, you can prob check if it is at 50 and just keep setting the value at 50, havent tested it if(mySlider.value =50){ mySlider.value=50 } and then to allow it to one hundred, you can just - Original Message From: flexawesome [EMAIL PROTECTED] To:

  1   2   >