Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 16143 - 16172 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16143 Daniel Harfleet
dharfleet Offline Send Email
Jun 1, 2005
8:07 am
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 ...
16144 flex scripter
flex_script Offline Send Email
Jun 1, 2005
8:47 am
Hey Abdul Thanks for your help :) I really appreciate it....
16145 loveewind Offline Send Email Jun 1, 2005
9:20 am
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...
16146 Manish Jethani
manish_jethani Offline Send Email
Jun 1, 2005
9:38 am
... 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...
16147 Alistair McLeod
alimcleod Offline Send Email
Jun 1, 2005
9:44 am
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 ...
16148 Manish Jethani
manish_jethani Offline Send Email
Jun 1, 2005
9:55 am
... 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> ...
16149 loveewind Offline Send Email Jun 1, 2005
11:27 am
great!thanks! ... the...
16150 jamiebadman Offline Send Email Jun 1, 2005
11:36 am
... 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...
16151 Steven Webster
swebsteratit... Offline Send Email
Jun 1, 2005
12:38 pm
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...
16152 dave buhler
pedalspeed1 Offline Send Email
Jun 1, 2005
1:33 pm
Hi Dan, MethodName: "usersService.loginUser" Parameters (object #2) .....[0] (object #3) .........._flag: "Envelope" ..........data (object #4) ...
16153 Krzysztof Szlapinski
thx1140_2 Offline Send Email
Jun 1, 2005
2:23 pm
hi, my application is basically a viewstack with many external componet children: <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" ...
16154 Dirk Eismann
richinternet_de Offline Send Email
Jun 1, 2005
2:27 pm
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:...
16155 Aral Balkan
aralbalkan Offline Send Email
Jun 1, 2005
2:39 pm
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 ...
16156 Aral Balkan
aralbalkan Offline Send Email
Jun 1, 2005
2:43 pm
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...
16157 Aral Balkan
aralbalkan Offline Send Email
Jun 1, 2005
3:14 pm
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...
16158 dave buhler
pedalspeed1 Offline Send Email
Jun 1, 2005
3:31 pm
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...
16159 Peter Farland
pjfarland Offline Send Email
Jun 1, 2005
3:36 pm
Oops, note that there's no need for a public modifier on the AS2 class declaration, only the Java class. ... From: flexcoders@yahoogroups.com...
16160 dave buhler
pedalspeed1 Offline Send Email
Jun 1, 2005
3:39 pm
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...
16161 dave buhler
pedalspeed1 Offline Send Email
Jun 1, 2005
3:46 pm
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@... Send Email
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...
16163 alex_harui Offline Send Email Jun 1, 2005
4:00 pm
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... Send Email 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, ...
16165 Peter Farland
pjfarland Offline Send Email
Jun 1, 2005
4:19 pm
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...
16166 alex_harui Offline Send Email Jun 1, 2005
4:24 pm
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...
16167 tongfangchen Offline Send Email Jun 1, 2005
4:29 pm
Yes, I am using a custom theme. How to add actionscript for the title bar ... false"...> ... <agoodfellow@g...> ... of...
16168 Steven Webster
swebsteratit... Offline Send Email
Jun 1, 2005
4:30 pm
... 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...
16169 Matt Chotin
m_chotin Offline Send Email
Jun 1, 2005
4:30 pm
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...
16170 pilby1 Offline Send Email Jun 1, 2005
4:38 pm
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@... Send Email
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....
16172 Krzysztof Szlapinski
thx1140_2 Offline Send Email
Jun 1, 2005
4:41 pm
... thanks for reply what do you mean by "viewHelper" ? krzysiek...
Messages 16143 - 16172 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help