[flexcoders] Error tooltip

2008-02-16 Thread aceoohay
I would like to use the same error tooltip that flex uses for displaying errorString, but I would like it to display on focusIn, and disappear on focusOut. Is there a way of tweaking the existing behavior to use focus instead of rollOver/rollOut? Anybody know how to do this? Are you willing

[flexcoders] Unexpected compiler behavior FB2

2008-02-16 Thread Aaron Miller
Hello, Sorry for the poor topic title but I'm not sure how else to describe it. I have been trying to debug an issue I'm having and I narrowed it down to the following statement: note: memento is an Object # if( memento.closeToCSU ) { #trace('memento.closeToCSU =

[flexcoders] Key Down event lost after add a child component

2008-02-16 Thread xmwang1982
Hi, I have an component base on Canvas. It allows adding new child component via drag-drop. the problem is, every time after a new child is added, its Key Down event is not triggerred anymore. The event will be back after click on one of the children. No code exists for the mouse events of

[flexcoders] Re: Why upgrade to FB3?

2008-02-16 Thread simonjpalmer
caveat All based on my experience and just my opinion, not trying to wage a religious war and wanting to foster vigorous debate /caveat An excellent rebuttal. I hope that the OP is reading because this is precisely the debate he asked for and the arguments he will encounter when asking for more

AW: AW: [flexcoders] Rich Text Editor

2008-02-16 Thread Harald Dehn
Hi, could you give me some hints how to extend the RTE or develop an improved one? Harakd -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Weyert de Boer Gesendet: Freitag, 15. Februar 2008 19:54 An: flexcoders@yahoogroups.com Betreff:

[flexcoders] List ItemRenderer woes

2008-02-16 Thread Paul Andrews
I am prepared for a Doh moment. Can anyone explain why uncommenting the creation complete handler stops the menu from working? Paul ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:XMLList id=optionValues node label=A/

[flexcoders] Re: Why upgrade to FB3?

2008-02-16 Thread Dmitri Girski
Hi Tracy, Maybe I am just unlucky, but I tried last FB3 - it just falls apart on my app - some mysterious compilation errors which could be cleared only by shutdown and clear/rebuild (SDK2.0.1). CVS compare plugin is much slower. It is fancier, but slower. And yes, FB3 feel far more attractive

[flexcoders] Re: Problem with focus in secondary popups

2008-02-16 Thread Dmitri Girski
Thank you, Alex and reflexactions! Your advices helped to move forward I can create popups and set focus without a problem. But there is another thing - I have to return focus correctly to the first popup window after second third popups closed in one click. Cheers, Dmitri.

[flexcoders] Re: Problem with focus in secondary popups

2008-02-16 Thread reflexactions
Yep thats what we do. --- In flexcoders@yahoogroups.com, Ralf Bokelberg [EMAIL PROTECTED] wrote: You could dispatch a close event to the view, which opened the popup Cheers Ralf. On Sat, Feb 16, 2008 at 1:38 PM, Dmitri Girski [EMAIL PROTECTED] wrote: Thank you, Alex and

Re: [flexcoders] Re: Problem with focus in secondary popups

2008-02-16 Thread Ralf Bokelberg
You could dispatch a close event to the view, which opened the popup Cheers Ralf. On Sat, Feb 16, 2008 at 1:38 PM, Dmitri Girski [EMAIL PROTECTED] wrote: Thank you, Alex and reflexactions! Your advices helped to move forward I can create popups and set focus without a problem. But

Re: [flexcoders] Datagrid changes selected item on key press !!

2008-02-16 Thread Savan Patel
Thanks Alex :) - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, 5 February, 2008 10:42:06 PM Subject: RE: [flexcoders] Datagrid changes selected item on key press !! Subclass and override findKey and have it do nothing. From:

[flexcoders] Tree Branch???

2008-02-16 Thread xmwang1982
Hi experts, Can we determine the isBranch property of a tree node in a function? I need to set this property according to XML node name. It would be nice if we can define a function like labelFunction. However it seems not existing. I don't want to translate my XML to new XML node lable=...

Re: [flexcoders] List ItemRenderer woes

2008-02-16 Thread Sherif Abdou
don't forget to rap it in an xmlCollection mx:XMLList id=optionValues root node label=A/ node label=B/ /root /mx:XMLList mx:PopUpMenuButton id=selectedOption dataProvider= {optionValues} labelField=@label showRoot=false / OR mx:XMLList id=optionValues node label=A/ node label=B/ /mx:XMLList

[flexcoders] Editor commands in code

2008-02-16 Thread Brad Bueche
In Visual Developer, one can insert markings that allow one to collapse sections of code (expand, collapse). Does the Flex 2 IDE have something like that? I'm getting tired of paging through long sections of code. Also does the Flex 2 IDE have the ability to do split screen views of the same

Re: [flexcoders] Remove me from List....

2008-02-16 Thread Daniel Freiman
You can wait for an admin to see this message or you can have it done automatically by emailing: [EMAIL PROTECTED] On Feb 15, 2008 11:56 PM, aristide horugavye [EMAIL PROTECTED] wrote: Remove me from list..I don t know how i got on this list..i will report to Yahoo...

Re: [flexcoders] Key Down event lost after add a child component

2008-02-16 Thread Daniel Freiman
Keyboard events are delivered to DisplayObjects that have focus. When you start the dnd, you're probably changing the focus away from the canvas and I don't think dropping an object on the canvas will return focus to it. Try programmatically returning focus to the canvas or child when the dnd is

[flexcoders] General Timeframe for release of FLEX Builder 3.0

2008-02-16 Thread Robert Thompson
BTW, when will Flex 3.0 be released? I have to purchase for Mac OSX as the purchases are separate (I'm not sure why there's no universal binary). But in any event, does anyone have a general time frame? -r Dmitri Girski [EMAIL PROTECTED] wrote: Hi Tracy, Maybe

[flexcoders] Stop Imports from disappearing

2008-02-16 Thread Sherif Abdou
How do i stop flex from organizing my imports. I have an include file and it uses CSSStyleDecleration and StyleManager and everytime I compile the main file just removes the imports for these two even though they are needed. THanks

[flexcoders] Flex 3.0 + webservice

2008-02-16 Thread cool buddy
HI All, I am using Flex 3.0 for building the client and imported the wsdl file which is running on Tomcat server. I am using mx:WebService tag to access it from the MXML component file... i was going through an example in flex generated webservices code which says to declare

Re: [flexcoders] Re: Why upgrade to FB3?

2008-02-16 Thread Troy Gilbert
Imagine that his company was about to go bust and had no money to spend on anything other than salaries and marketing, and the management team weren't actually being paid but they had a killer product (i.e. any organic startup). How important would an IDE upgrade be in that case? If it

Re: [flexcoders] General Timeframe for release of FLEX Builder 3.0

2008-02-16 Thread Matt Chotin
Not too much longer. On 2/16/08 11:03 AM, Robert Thompson [EMAIL PROTECTED] wrote: BTW, when will Flex 3.0 be released? I have to purchase for Mac OSX as the purchases are separate (I'm not sure why there's no universal binary). But in any event, does anyone have a general time frame?

[flexcoders] Re: Key Down event lost after add a child component

2008-02-16 Thread maunger
Like Dan said, you gotta get focus back! you can do something like stage.focus = this; or stage.focus = Application.application.someobjectname; // if you want to point to something specific that you've named. --- In flexcoders@yahoogroups.com, xmwang1982 [EMAIL PROTECTED] wrote: Hi,

Re: [flexcoders] List ItemRenderer woes

2008-02-16 Thread Paul Andrews
Thanks Sherif - that did the trick. Paul - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 2:54 PM Subject: Re: [flexcoders] List ItemRenderer woes don't forget to rap it in an xmlCollection mx:XMLList

Re: AW: [flexcoders] Rich Text Editor

2008-02-16 Thread Derrick Anderson
just go to the RichTextEditor.mxml in the framework source, i have attempted to extend it but changed my mind as most of the properties i wanted to modify were excluded in the original source. once i noticed the richtexteditor is a simple mxml page with really only 2 functions that i cared about-

[flexcoders] Re: Editor commands in code

2008-02-16 Thread simonjpalmer
In Visual Developer, one can insert markings that allow one to collapse sections of code (expand, collapse). Does the Flex 2 IDE have something like that? I'm getting tired of paging through long sections of code. Yes, although it behaves slightly differently between .as and .mxml files.

[flexcoders] Prohibiting Old Chart from Displaying while new Chart renders

2008-02-16 Thread Brad Bueche
I have a chart that, at year level, allows users to drill down into individual months. The problem is that if the user drills down into march, then comes back up to the year level (via viewstack bread-crumb trail button), and then drills down into October, for a spilt second the march data will

Re: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-16 Thread Arpit Mathur
Hi Alex, Thanks for responding. Should this be tracked as a bug? I think there may be a better way of handling this: On removeAll() you can set a flag like removeEventListenersPending = true, copy the old elements to a temporary new array and run through the it in smaller sized increments

RE: [flexcoders] Stop Imports from disappearing

2008-02-16 Thread Jim Hayes
look in window | preferences | flex | editors | actionscript Code, the option is set there -Original Message- From: flexcoders@yahoogroups.com on behalf of Sherif Abdou Sent: Sat 16/02/2008 19:05 To: flexcoders@yahoogroups.com Subject: [flexcoders] Stop Imports from disappearing How

Re: [flexcoders] PopUpMenuButton woes - still

2008-02-16 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 8:39 PM Subject: Re: [flexcoders] List ItemRenderer woes Thanks Sherif - that did the trick. Paul I spoke too soon.. ?xml version=1.0 encoding=utf-8?

Re: [flexcoders] Prohibiting Old Chart from Displaying while new Chart renders

2008-02-16 Thread Sherif Abdou
can you do some sort of mockup file, you can always try to call any of the validation methods and see if that works - Original Message From: Brad Bueche [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 3:12:13 PM Subject: [flexcoders] Prohibiting Old

Re: [flexcoders] How do i get rid of the white box?

2008-02-16 Thread Sherif Abdou
never mind, i guess it is called whiteBox who woulda thought it would be that easy. - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 4:55:49 PM Subject: [flexcoders] How do i get rid of the white box? Picture is

[flexcoders] Re: textAlign attribute not accessible from TextInput extended class.

2008-02-16 Thread jmfillman
Paul, Off the top of my head, I can't think of any way to inheritantly determine whether or not the default has been changed. What I would suggest is setting a boolean variable, and then whenever in your code you modify the textAlign property, change the variable so you can check against it

[flexcoders] memory question - embed assets in class instantiate

2008-02-16 Thread Glenn Williams
Hi everyone, I just need to get something straight in my head. Given code along the following lines: (pseudo code) Package { Imports. public class fooAudio { [Embed(source=some.mp3)] private static var someMP3 : Class; private

RE: [flexcoders] Finding objects in flex

2008-02-16 Thread Gordon Smith
Use the 'is' operator: if (field is ValidatedTextInput) Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay Sent: Friday, February 15, 2008 11:31 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Eduardo Dias
Is there any way with Flex Charting (or some 3rd party tool integrated with Flex) to output a FlexChart as a PDF or an image for inclusion in a report?

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Sherif Abdou
try the ImageSnapshot class - Original Message From: Eduardo Dias [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 9:40:34 PM Subject: [flexcoders]Flex Charting - Export to PDF and Images Is there any way with Flex Charting (or some 3rd party tool

[flexcoders] trace() o/p not written to flashlog.txt

2008-02-16 Thread saju_flex
Hi, I had a working flex dev env on Mac with a debug flashplayer9 that would write trace() o/p to ~/Library/Preferences/MacroMedia/Flash Player/Logs/flashlog.txt. My flex3 beta expired on jan 31'st and I updated to the latest b3. Now trace() o/p is not written to flashlog.txt anymore. Any clues

[flexcoders] Re: Finding objects in flex

2008-02-16 Thread aceoohay
Gordon: That was simple enough. (Now I know what the meaning of is, is) Thanks for the help. Paul BTW for our non US readers, our illustrious president Clinton whilst trying to weasel out of owning up to engaging in hanky panky said ... it depends on what the meaning of is, is... --- In

[flexcoders] Re: trace() o/p not written to flashlog.txt

2008-02-16 Thread saju_flex
It's fixed now. I had to reinstall the debug flash player - which is funny, wonder how reinstalling made this work .. --- In flexcoders@yahoogroups.com, saju_flex [EMAIL PROTECTED] wrote: Hi, I had a working flex dev env on Mac with a debug flashplayer9 that would write trace() o/p to

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Andrew D. Goodfellow
We used the AlivePDF library on one of our client projects to generate PDF reports. I was very happy with the results. http://www.alivepdf.org/ http://code.google.com/p/alivepdf/ -Andy On Feb 16, 2008 9:40 PM, Eduardo Dias [EMAIL PROTECTED] wrote: Is there any way with Flex Charting (or

[flexcoders] My website Project

2008-02-16 Thread bornaeon
Hi all. how do you do? I'm working on my personal website, and that's a full Flex website. I have a little problem: I have a main mxml page in my project that come up first. In that page I have some button to go to another part of my site, Like Articles, Events, Gllery, Contact and etc. I want

Re: [flexcoders] How do i get rid of the white box?

2008-02-16 Thread Vivian Richard
So!!! How did you remove it. Please let me know!!! Thanks.. On Feb 16, 2008 3:03 PM, Sherif Abdou [EMAIL PROTECTED] wrote: never mind, i guess it is called whiteBox who woulda thought it would be that easy. - Original Message From: Sherif Abdou [EMAIL PROTECTED] To:

[flexcoders] Car Insurance Claims Demo

2008-02-16 Thread iilsley
There was Flex / Flash car insurance claims processing demo .. Does anyone know where I can find this ? thanks in advance