Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 82448 - 82477 of 149550   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82448
Hi Peter, I've never received any e-mail so no, I didn't activate my account in any way - I've just signed up. I didn't find a way to re-send the activation...
Borek
borekbe
Offline Send Email
Aug 1, 2007
8:07 am
82449
Hi Mark, Thanks for your explanation, it makes a lot of sense. However, from the developer's point of view, this is a bit counter-intuitive. You see, if I have...
Borek
borekbe
Offline Send Email
Aug 1, 2007
8:19 am
82450
Hi Jeff, Many thanks for giving this info about the assembler's life cycle. I must be doing something wrong since I'm setting an initialize method in my...
Carlos Rovira
carlos.rovira
Offline Send Email
Aug 1, 2007
8:42 am
82451
thx, I have reached my purpose...
zedan_gu
Offline Send Email
Aug 1, 2007
9:16 am
82452
Hi Carlos, At least, when creating destinations at runtime for ColdFusion, I'm forced to call the initialize method otherwise it doesn't work. João Fernandes ...
João Fernandes
joao_m_ferna...
Offline Send Email
Aug 1, 2007
9:20 am
82453
Hi All I jsut wanted to check up the best way of organising events in Cairngorm. At the moment if I want to laod a list of products for example I might have a...
Giles Roadnight
giles_roadnight
Offline Send Email
Aug 1, 2007
9:58 am
82454
I really need to find a solution to this - anyone give me an example of populating a combobox within a datagrid? I cannot find any examples of this anywhere. I...
Paul Steven
mediakitchen
Offline Send Email
Aug 1, 2007
10:00 am
82455
HI Marcel, Thanks a lot. Ya! it solves my problem. Thanks & Regards, Siva Kumar ... working ... system's ... project ... Please...
siva.flex
Offline Send Email
Aug 1, 2007
10:04 am
82456
HI Joao, You call the service initialize method at the end of your initialize method in your runtime class? Thanks ... -- ... HI Joao, You call the service...
Carlos Rovira
carlos.rovira
Offline Send Email
Aug 1, 2007
10:25 am
82457
here's one way replace <mx:DataGridColumn dataField="Cover" itemRenderer="mx.controls.ComboBox" dataProvider="{data.dp}" /> with <mx:DataGridColumn...
bhaq1972
Offline Send Email
Aug 1, 2007
10:31 am
82458
Hi Peter, I figured things out, what we needed to do is return the HttpService as e4x. Then in the handler function, I needed to set the event variable to an...
donvoltz
Offline Send Email
Aug 1, 2007
10:55 am
82459
U star!! Thanks a million bhaq1972!!! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bhaq1972 Sent: 01 August 2007 11:29 To:...
Paul Steven
mediakitchen
Offline Send Email
Aug 1, 2007
11:04 am
82460
"instance-level" is just a more accurate way of saying "global". Since all components in flex are instances of classes, a variable that is "global" to any...
Tracy Spratt
nts333rd
Offline Send Email
Aug 1, 2007
12:20 pm
82461
All you have to do is copy the web-inf directory to the root of your project(s) directory. The compiler uses the config file that is in the web-inf/flex...
Clint Tredway
clinttredway
Online Now Send Email
Aug 1, 2007
12:20 pm
82462
Hi, everybody ! I've been struggling with this since last days, so finally I'm asking for help... I'm retrieving an XML file in a dataGrid via an XMLList...
quantum_ohm
Offline Send Email
Aug 1, 2007
12:20 pm
82463
Hi I'm trying to print the content of a datagrid, however it only print the 'screenshot image' of the datagrid, where only visible rows are printed. How do I...
Khairul Amri Yunus
amri_ls
Offline Send Email
Aug 1, 2007
12:20 pm
82464
Hi ! how did you do to implement a filter on that XMLList ? I'm having that kind of trouble too......
quantum_ohm
Offline Send Email
Aug 1, 2007
12:21 pm
82465
... PrintDataGrid - there's a full example in the LiveDocs. -- Tom Chiverton **************************************************** This email is sent for and on...
Tom Chiverton
tom.chiverton
Offline Send Email
Aug 1, 2007
12:32 pm
82466
I'm using a utility that I'm sure most of you have encountered, pdf2swf, (http://www.swftools.org) to convert pdf documents into swfs on the fly and then load...
Robert Brueckmann
rbrueckmann78
Offline Send Email
Aug 1, 2007
1:03 pm
82467
Turns out our existing webservice implementation also escapes the xml, and it is expected to be a string which is loaded into XML. So while I was unable to...
M@ Sheppard
msheppard
Online Now Send Email
Aug 1, 2007
1:32 pm
82468
yes, don't use Java 1.6, it is not compatible at the moment you have to use 1.4 or 1.5 Dimitrios Gianninas Developer Optimal Payments Inc. ...
Dimitrios Gianninas
angelone197555
Offline Send Email
Aug 1, 2007
1:33 pm
82469
Hi all, I've hit an issue in ActionScript which I don't know how to overcome. I am developing an application with multiple screens and each screen always have...
Borek
borekbe
Offline Send Email
Aug 1, 2007
1:46 pm
82470
You can't generate the HTML with the command line compiler. You can, though, generate it with the Flex ant tasks (available on labs), or you can get generic...
Matt Horn
danger4242
Offline Send Email
Aug 1, 2007
1:59 pm
82471
How do I do encoding of special characters in a mx:Label tag? For example in HTML I would use &copy; for the copyright symbol. But in Flex when I do ...
dbronk
Online Now Send Email
Aug 1, 2007
2:26 pm
82472
Hi, all; I am an Adobe Community Expert for Authorware, but given that the product has not been upgrades in four years I am looking at other technologies....
droponrcll
Offline Send Email
Aug 1, 2007
2:34 pm
82473
Hi Carlos, The public void initialize(String id, ConfigMap properties) API is from the flex.messaging.FlexConfigurable interface that is for configuration...
Peter Farland
pjfarland
Offline Send Email
Aug 1, 2007
3:00 pm
82474
If you are using the wrapper that is generated by Flex Builder, you edit the index.template.html in the bin directory of your project. To do this, you pass the...
Matt Horn
danger4242
Offline Send Email
Aug 1, 2007
3:13 pm
82475
IMasterModel should extend IModel. Then IMasterPage should override the set function to fail if the model being passed is not IMasterModel....
Paul deCoursey
lepusmars
Offline Send Email
Aug 1, 2007
3:16 pm
82476
... I believe that's a standard equivalent for bicubic downsampling... do a blur then do a linear downsample. You should be getting at least the equivalent to...
Troy Gilbert
thirtyfivemph
Offline Send Email
Aug 1, 2007
3:28 pm
82477
Hi Peter. My Assembler extends AbstractAssembler (so implements FlexConfigurable). I'm overriding the initialize method with this code: public void...
Carlos Rovira
carlos.rovira
Offline Send Email
Aug 1, 2007
3:29 pm
Messages 82448 - 82477 of 149550   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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