Hey Dave, hate to ask the standard question, but here goes ..... what are the symptoms you are getting ? Is it an error message, timeout, or what ? thanks dan ...
Function: User inputs the word in textarea,enter the key "Enter", the head of next line need display the character "*", the code can not run normally, and if...
... You can save a reference to the old context menu and restore it depending on where the right-click is happening. I modified your code to add a button...
Hi Dave, Have you tried using the resize handler of the TabNavigator, and resizing the tabs at that poing? I'd probably wrap this inside a custom TabNavigator ...
... Do it in the 'change' event handler: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> <mx:Script> ...
... to ... Hi, At the risk of sounding stupid (well it's painfully obvious to be honest ;-) )... I've scoured for a good example of how to do this subclassing...
All, Just in case you're not aware ... myself and some of the other team members here are serialising a number of blog entries that will delve into the detail...
Hi Dave, make sure to configure the named object in the gateway-config.xml file of your ColdFusion MX 7 server and not in the flex-config.xml Dirk. ... From:...
Hi Roger, Darren, ... Roger was correct in saying that the SWF does not get compiled every time (only when the source changes) -- this is a neat little bit of ...
Of course, I could've done without misspelling Darron's name fifty times. Sorry, dude -- I'll conveniently blame the spell check instead of my lack of...
Hi Roger, Darron, [No, I can't possibly let this email live on with Darron's name misspelled. :) I'm resending it... list admins please feel free to delete the...
Hi Dirk When I looked in the Cairngorm store example, the Flex-Config was modified with names that I think had to map to names in my Services.mxml. I am @ work...
Hi, I typically use creationPolicy="all" for my viewstack. With your situation, you have options. If you want the mediaDisplay to load the content in the...
Hi Ali, I'll give it a try tonight. One of the other difficulties I was having was this: I wanted to Keep a tab's state when a view is switched. For example, I...
16162
Roger Gonzalez
rgonzalez@...
Jun 1, 2005 3:57 pm
... Anything with a dollar sign in front of it is a different department, but I'll happily receive the latter portion of the payment and bore you to death with...
And it turns out that both work fine unless you are using a custom theme swc with an non-actionscript skin for the title bar. That exposes a bug in the Panel...
16164
flexcoders@yahoogroup...
Jun 1, 2005 4:07 pm
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 ... Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper, ...
Hey Dave, Lots to discuss here. There are compile time considerations and runtime considerations. Firstly, from the AMF trace that you posted I see several...
Actually, a lot of folks have asked this kind of question. We did a lot of work to document MXML components which are great ways of making new components that...
... I'll just followup Pete's (excellent) post by saying that there's a methodology to tracking this down; I'd suggest reducing your testing to a single *non...
Actually, make sure you also put a getter in there since Flex requires both getter and setter when you override. function get text() : String { return...
Lol, it was in one of the handful of chapters I haven't read. But I did check the book index, looking for "custom" and "preloader", and I didn't find any...
16171
Cynthia Lee
cylee@...
Jun 1, 2005 4:38 pm
Doh! I could never get the proxy to work in my environment. Every time I made an HTTPService call, I would get a generic "Could not retrive data"" error....