Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12338
  • 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

Advanced
Messages Help
Messages 17846 - 17875 of 165719   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17846 Matt Horn
danger4242 Send Email
Jun 30, 2005
2:19 pm
I was able to run this sample with no errors. Are you using Flex 1.5? If so, then please post the error message. ________________________________ From:...
17847 Clint Modien
johny_bravo_78 Send Email
Jun 30, 2005
2:30 pm
I usually look forward to reading the posts in flexcoders when I come in in the morning.... today however they didn't show up... I checked the groups at...
17848 johny_bravo_78 Send Email Jun 30, 2005
2:35 pm
Well... I need to dynamically load a transparent "header" of some kind based on the name of some data that I get back from a database... I can't embed them at...
17849 Dogra, Daman
dogra_daman Send Email
Jun 30, 2005
2:42 pm
Hi All, I am facing a Coder's block here and would appreciate help . This is kind of long and I apologize for the same . Using actionscript I am looping some...
17850 JesterXL
jesterxl@... Send Email
Jun 30, 2005
2:45 pm
Define "dynamic". In Flex, if you upload the SWF's & PNG's in question to your server, Flex'll compile them in when someone requests the MXML file, unless...
17851 Erik Westra
ewestra@... Send Email
Jun 30, 2005
3:00 pm
Sorry for this late reaction. I've done some tests with ColdFusion 7 and their new event gateways. I modified an existing Java socket server to be an event...
17852 Dogra, Daman
dogra_daman Send Email
Jun 30, 2005
3:05 pm
Missed one line in the modified code ....Here is it again for (var locNode:XMLNode=aNode.firstChild; locNode != null;){ var delNode:XMLNode=aNode.firstChild; ...
17853 johny_bravo_78 Send Email Jun 30, 2005
3:07 pm
Ya it has to be at runtime... I don't know what the symbol names are to embed them. So what your saying is.. I could have the swfs setup as separate files with...
17854 Erik Westra
ewestra@... Send Email
Jun 30, 2005
3:32 pm
Wouldnt this work: for (var locNode:XMLNode=aNode.firstChild; locNode != null; locNode=locNode.nextSibling){ if (locNode.nodeType == 1 &&...
17855 Dogra, Daman
dogra_daman Send Email
Jun 30, 2005
3:58 pm
It surely would ....I mentioned I was having a coder's block :) I had to modify the code a little . The "locNode=locNode.nextSibling" in the for(.....)...
17856 JesterXL
jesterxl@... Send Email
Jun 30, 2005
4:35 pm
Yeah, and the cool thing is, if you bind to the file you need to load, like: <mx:Loader contentPath="{myModel.filename}" /> It'll automatically load the SWF...
17857 Libby Freligh
libbyfreligh Send Email
Jun 30, 2005
4:57 pm
hey clint - yahoo has shut me off when the mail bounced, i had to go into my settings on they yahoo site and update for it to resend. not sure if this is the...
17858 Jordan Snyder
dataph33nd Send Email
Jun 30, 2005
5:21 pm
Beautiful! ... -- Jordan Snyder Applications Developer ImageAction, USA http://www.imageaction.com...
17859 Shlomi Cohen
shlomic_thai... Send Email
Jun 30, 2005
5:22 pm
thanks Shlomi ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For...
17860 sanjayd
sanjaydas Send Email
Jun 30, 2005
5:33 pm
try this: <mx:DateFormatter id="df_conv" formatString="MM/DD/YYYY" />...
17861 sanjayd
sanjaydas Send Email
Jun 30, 2005
5:34 pm
Hi. I want to call mutiple cellRenderers for the same grid column (for example: CurrencyFormatRenderer, BackgroundColorRenderer etc. The question is: How do I...
17862 Shlomi Cohen
shlomic_thai... Send Email
Jun 30, 2005
5:39 pm
i need something that allow to type the time and choose the date from calendar , i know it is simple to build with DateField and another text field but i ...
17863 sam bam
elomer79 Send Email
Jun 30, 2005
5:40 pm
dear group every time i download the fle or flex builder from macromedia site it does`t work i download it 10 times and still the same problem for the record i...
17864 Stephen Gilson
stephenmartin2 Send Email
Jun 30, 2005
5:46 pm
The difference is that addItemAt() is a method of the List class (inherited from ScrollSelectList), which is how you called it. It is documented here as part...
17865 Paulo Roberto Cunha B...
sapulhatoisso Send Email
Jun 30, 2005
5:52 pm
Somebody knows where can I find flex pulgin to eclipse for download ?...
17866 Abdul Qabiz
abdulqabiz3 Send Email
Jun 30, 2005
6:38 pm
Hi, There is not Flex plug-in for Eclipse now. But we are working on a Flex Development IDE code-named Zorn, it would be based on eclipse. ...
17867 Abdul Qabiz
abdulqabiz3 Send Email
Jun 30, 2005
6:40 pm
you mean, you are not able to install because Installer is corrupt or any other problem? -abdul ________________________________ From:...
17868 nostra72@...
nostra72 Send Email
Jun 30, 2005
7:51 pm
Is it possible to use the language of flex with the software Front Page?...
17869 Abdul Qabiz
abdulqabiz3 Send Email
Jun 30, 2005
7:55 pm
Hi, You can author flex applications using any text editor. I think, Microsoft Frontpage can also be used to write .mxml or .as files. Though you will not get...
17870 Matthew Shirey
mshireygmail Send Email
Jun 30, 2005
9:05 pm
Here's another bug that seems to have found me. If you use scaling to make a MenuBar larger, it's menu items do not scale with it. They remain their normal...
17871 Nick Watson
nickuk_flex Send Email
Jun 30, 2005
10:17 pm
Shlomi Manish has an editable date picker, it can be found here http://flexauthority.com/samplesIndex.cfm ________________________________ From:...
17872 JesterXL
jesterxl@... Send Email
Jun 30, 2005
10:17 pm
Is it the items or rather the text itself that does not scale? The text can scale if you embed the font. ... From: Matthew Shirey To:...
17873 Tracy Spratt
nts333rd Send Email
Jul 1, 2005
12:41 am
Post a sample app that can be run. Remove anything that is not necessary to show the problem. Tracy ________________________________ From:...
17874 nithya karthik
nithya_pbk Send Email
Jul 1, 2005
3:57 am
hai. i want to have details about log4f for flex. can anyone help me with a link or thread which gives details about this? thanks, nithya Send instant messages...
17875 Tarik Ahmed
tarik_ahmed Send Email
Jul 1, 2005
5:01 am
Welp... There's this project: http://sourceforge.net/projects/log4f Headed up by Peter Armstrong I believe....
Messages 17846 - 17875 of 165719   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