[flexcoders] Stop Key press

2009-02-11 Thread gr33neye501
How can i disable/ suppress the default behavior of a button, where if it has focus then space-bar key-press fires the click event. Basically I want click to work as normal, but space-bar Key-press if it's the space bar, do nothing. This Key-Press/Spacebar issue allows Modal popup windows to be

[flexcoders] Re: Stop Key press

2009-02-11 Thread gr33neye501
' the button which originally opened the modal window. HTH Kenneth. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of gr33neye501 Sent: 11 February 2009 14:46 To: flexcoders@yahoogroups.com Subject: [flexcoders] Stop Key press How can i disable

[flexcoders] Re: Generating random colors, excluding others

2009-01-12 Thread gr33neye501
...@... wrote: --- In flexcoders@yahoogroups.com, gr33neye501 devarc@ wrote: Hi guys I'm trying to generate a series of random colours, but would like to exclude certain colour and closely related shade. For example, i'd like create any colours except red or similar shades. Anyone know

[flexcoders] Generating random colors, excluding others

2009-01-09 Thread gr33neye501
Hi guys I'm trying to generate a series of random colours, but would like to exclude certain colour and closely related shade. For example, i'd like create any colours except red or similar shades. Anyone know of how I could do this. It's a really subjective thing I know. Help really

[flexcoders] Flex builder 3 Pro not allowing debug.

2008-10-29 Thread gr33neye501
While surfing a website firefox promted and intalled Flash 10, now my Flex builder 3 pro wont debug. can some please guid tell me how i can revert back to Flex builder 3 default setting. and get my debug trace to work. I seem to have flash player 10 active X also installed on my machine. Win XP

[flexcoders] Flex builder 3 pro debugging doesn't work any more.

2008-10-29 Thread gr33neye501
While surfing a website firefox promted and intalled Flash 10, now my Flex builder 3 pro wont debug. can some please tell me how i can revert back to Flex builder 3 default setting. and get my debug trace to work. I seem to have flash player 10 active X also installed on my machine. Win XP Pro.

[flexcoders] coloring a box

2008-10-08 Thread gr33neye501
Does anyone know how to apply a gradient color to a Box control; gradient going left to right, ie horizontally. I use style fillColors: #ff, #ff to get a vertical gradient, top to bottom. but don't know how to do it horizontally. your help guys is really needed. ;-)

[flexcoders] Re: Displaying a date in a line chart

2008-09-11 Thread gr33neye501
and parseFunction properties of the DateTimeAxis (or CategoryAxis). They show the function signature that's required, from there it's easy :) Sunil --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiverton@ wrote: On Wednesday 10 Sep 2008, gr33neye501 wrote: The data

[flexcoders] Displaying a date in a line chart

2008-09-10 Thread gr33neye501
hi, I'm new to this. Can anyone help me to display a date in a chart datetimeaxis in UK format. The data is a collection of Date objects, and is displayed in US format. I am trying to get the axis to display the date in DD/YY/ or DD/MM/YY format. hopes this makes sense. any expert help