[flexcoders] DateField/DateChooser "CellRenderer"?

2005-05-26 Thread Richard Butler
special offer (signified by a gray cross), etc. Anyone got any advice on how to approach this? Cheers, Rich ---------- Richard Butler www.monochrome.co.uk Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/

RE: [flexcoders] DateField/DateChooser "CellRenderer"?

2005-05-26 Thread Richard Butler
"CellRenderer"? On 5/26/05, Richard Butler <[EMAIL PROTECTED]> wrote: > The reason behind this need is that for a hotel reservation interface > I need to block out dates on a calendar for different reasons, and > provide a different state accordingly. For example, a

[flexcoders] NumericStepper and tabIndex

2005-06-03 Thread Richard Butler
Hi All, Searched and can't find, so here goes :-) Is there a bug in Flex that doesn't include the NumericStepper in tabbing? When no tabIndexes are specified on any component, you can tab to it with no problem. However, when you have for example four TextInputs at tabIndex 1-4, and a NumericStepp

RE: [flexcoders] Need help with exporting the data

2005-06-08 Thread Richard Butler
Pranav, You'll be needing the following code, it's very simple to implement: Don't forget to add a handler for the abracadabra event, otherwise you will have no way of handling error exceptions. Regards, Merlin -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

[flexcoders] Flex as a Windows Service?

2005-05-20 Thread Richard Butler
Hi all, This may be a dumb question, so forgive me, but is it possible to run Flex as a Windows Service? The DOS window thing seems a nasty way of running it, or maybe that's just us... Cheers, Rich ------ Richard Butler. Monochrome. Upper

[flexcoders] Loading CSS dynamically at runtime?

2005-05-23 Thread Richard Butler
x? I understand the tag will only let you import at compile time, is that correct? Cheers guys. Rich - Richard Butler. Senior Creative Architect. Monochrome. Upper Floor 164a Portsmouth Road Cobham Surrey KT11 1HS. Free: 08000 199 742 Tel: +44 (0)

RE: [flexcoders] Re: Loading CSS dynamically at runtime?

2005-05-23 Thread Richard Butler
Benjamin, Create a class (cssl) with a TextField.StyleSheet (tss) attached and utilise its load() or parseCSS() method. Then loop through the CSS style objects created within tss using _css or _style properties (ugly but there doesn't seem to be a function to get these out). For each of these styl

RE: [flexcoders] Possible to setStyle on the entire application?

2005-05-24 Thread Richard Butler
Jeff, mx.core.Application.application.setStyle("themeColor", 0xCC) should give you some joy... Unfortunately at runtime you can only change one style at a time, so if you're parsing a stylesheet it can be quite strenuous on the client machine's processing load, especially if you're changing a

RE: [flexcoders] Making a page with a video clip

2005-05-24 Thread Richard Butler
Title: Message You need Flash MX 2004 Pro and the Flash Video Exporter, which you can grab from macromedia.com, which you can then use to export movies to FLVs from programs such as After Effects. Sorenson Squeeze is also an exceptional tool for streaming media.   Cheers Rich -Ori

RE: [flexcoders] Register a ChangeEvent listener on a static property

2005-05-25 Thread Richard Butler
Laurent, Your class "User" must extend UIObject to inherit the method addEventListener(), unless you create the method yourself... Cheers Rich -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Laurent Cornelis Sent: 25 May 2005 13:21 To: flexcoder