[flexcoders] Re: Automated Email Reports with Flex

2007-02-20 Thread superstella_uk
--- In flexcoders@yahoogroups.com, tyriker [EMAIL PROTECTED] wrote: I dont want to be a meanie, but Id ask yourself if youre not seriously over-engineering this? My own opinion is that you should present the graphs in flex client side, and client side only. Have the flex send back XML and php

[flexcoders] Re: Want the SWEETEST Flex theme(s) ever? Contest!

2007-02-11 Thread superstella_uk
--- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: I agree. If it was a serious offer, the author would have some themes to show, or at least a website. As it stands, I suspect its just a way to collect your email address and then spam you. I wish people wouldnt forward

[flexcoders] Re: TextInput - Incorrect focus behavior

2007-02-09 Thread superstella_uk
--- In flexcoders@yahoogroups.com, acooleagle [EMAIL PROTECTED] wrote: Cant you just set the TextField.selectable = false ? Hi all, Seems to me that focus events in TextInputs are a bit out of whack. The test application below should never allow focus on the phoneNumberInput field,

[flexcoders] Re: Clipping of RawChildren ?

2007-02-05 Thread superstella_uk
--- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: Many thanks Dan, this worked perfectly :-) all clipping content does is set the scrollRect of the contentPane. There's no reason why you can't set the scrollRect of the container itself unless the border of the

[flexcoders] Clipping of RawChildren ?

2007-02-04 Thread superstella_uk
Im adding many TextFields to a Canvas via rawChildren.addChild (its a long story why I dont use Label, but essentially Im doing it for better performance). I also added a ScrollBar and am responding to that by repositioning the TextFields in code. Its all working very smoothly, but I cant seem to

[flexcoders] Re: Double-click to cancel Click

2007-01-21 Thread superstella_uk
In some languages Ive worked in, the click event is eaten as soon as it sees a doubleclick, so you dont have to worry. From what youre saying, Flex doesnt work like this, so I guess youll have to simulate it yourself. One option is to fire a timer on the click event, and if a doubleclick hasnt

[flexcoders] Perspective Switching in Flex Builder

2007-01-21 Thread superstella_uk
I made a mistake and accidentally told Flex Builder that I didnt want it to automatically switch to Debugging perspective when I debug. How do I reset this option, I cant find it in Eclipse's options anywhere Thanks

[flexcoders] Text Rendering revisited

2007-01-19 Thread superstella_uk
Im still having enormous problems just trying to draw some text on a Graphics object. Someone suggested to use TextField, I realy dont understand this object. It appears to be a non visual object, yet has fields like autosize. Any attempt to create one and add it to my flex display results in an

[flexcoders] Re: urgent

2007-01-17 Thread superstella_uk
Go to http://tech.groups.yahoo.com/group/flexcoders and unsubscribe The list is automated. Nobody has administered mailing lists by hand for about 8 years now ;-) --- In flexcoders@yahoogroups.com, Flávio Santos [EMAIL PROTECTED] wrote: I want to leave the list, please exclude me….today,

[flexcoders] Custom Control advice

2007-01-13 Thread superstella_uk
Hi, I want to write a custom control but Im not that familiar with Flex. What I need is a chat area, where I can paint my text, smileys etc. Im a bit confused by Flex's design, and so dont know what controls to inherit from. Im thinking I should derive from UIComponent. But then how to I

[flexcoders] Re: Can controls be placed in the Title Area on TitleWindows and Panels??

2007-01-05 Thread superstella_uk
--- In flexcoders@yahoogroups.com, Mike Anderson [EMAIL PROTECTED] wrote: Hello All, I have an extreme need, to place some simple controls - where the Title normally appears within a Panel or TitleWindow. Adjust the headerheight of the panel. You can then substitute the header with a