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...
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...
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...
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 ...
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...
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...
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...
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...
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:...
"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...
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...
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...
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...
... PrintDataGrid - there's a full example in the LiveDocs. -- Tom Chiverton **************************************************** This email is sent for and on...
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...
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...
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...
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...
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....
Hi Carlos, The public void initialize(String id, ConfigMap properties) API is from the flex.messaging.FlexConfigurable interface that is for configuration...
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...
... 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...