Hey Guys,
i have the following Problem - first of all i'm totally new to Flex. I was search through about 20 Websites but haven't found a Solution:
I have xml file like that:
<xml>
<settings>
<mainurl>http://localhost/website/</mainurl>
<adminurl>http://localhost/website/admin</adminurl>
</settings>
</xml...
No matter what I try, I can't seem to fire the click event on the "default" button in an Alert control in a Flex 3.4 application.
Alert.show(
'Are you sure you want to delete the selected link?',
'Confirm Delete',
Alert.YES | Alert.CANCEL,
null,
confirmDelete,
null,
Alert.YES
);
In the above code sample,...
In Flex 4 (beta 2), I have a list control populated from an XMLListCollection.
What I would like to do is when an item is selected in the list, use a custom item renderer on the selected item as well as the item that appears just prior to the selected item in the list.
I am using a spark list control, but I am open to alternate compo...
Hi, hi want to know the index of the first character displayed in a scrollable TextArea in Flex3 and i need the last character's index too.
Any ideas ?
Thanks
...
Does anyone know of any better tools that the Flex Builder Profiler? I've googled and googled to no avail.
While the FB tools are OK for small apps / small leak situations, they're nowhere near adequate for wading through the thicket of object references that can arise in a large scale Flex app (that is leaking memory heavily). In parti...
Hi guys,
How can I call WebService using ActionScript 3. from my initial findings, I come to know it is AS3 dosen't support WebService and SOAP, it was in Flash MX/AS2 though.
Any suggestions or links guys??
Thanks
...
I want to know How does Adobe Stratus work? to get an idea of how to do something like it on my own. So what net hack Stratus uses to work like it works?
...
I have installed Adobe Livecycle in order to convert MSWORD files to PDF from a web-app.
Specifically, I use the DocConverter tool. Previously I have used OpenOffice UNO SDK, but I have found some problems with particular documents.
Now, the conversion is ok, but the conversion time is huge.
These are the times to convert documents of d...
Hi,
I use adobe Illustrator creative suite 3.
Now there seems to be a problem.
I can't save my Illustrations In the .pdf format, since this format seems to preserve the graphic quality this Is vitally Important to me.
If I save the Graphic In .jpef /.gif or png there Is some serious loss of quality so I need to find out a way to get this...
Hi,
I am new to Flex and have written code in PHP before, but not used any PHP framework like Zend, CakePHP etc...
I plan to use Flex with PHP, for that do I need to use any MVC PHP framework? Do any of the frameworks integrate with Flex for the View?
...
I need to embed a tiny webserver in a compiled jsfl external library for Adobe Flash CS4 so that an outside process can communicate with it. The external library will be a Carbon bundle on Mac and a set of dlls on Windows, so the webserver will need to be embedded/loaded from C/C++ code with no external dependencies like Ruby. Most of t...
Hello,
I know very little about Flash so I apologize in advance for asking what is possibly a dumb question, although I did a fair bit of research before posting.
Our current Flash app, written in AS3.0, is able to display a standard OS browse dialog for the purpose of allowing a user to select files. We are using http://livedocs.adobe...
I am working on a project which requires a PDF form sent over the internet, filled in by user, and then reply (XFDF) sent via email, and imported into the application.
The file contains a digital signature, which the client insists must be signed by the user. However, there is nothing sent back in the form reply with respect to the sig...
What is the difference between <fx:Script> and <fx:Declarations>? Do I need both, or is one the new replacement of the other?
...
I'm beginning to learn flex, and it seems that now is right around the time when the sdk is moving from v3 to v4. I'm noticing that there's not much support or tutorials for the v4 sdk, or maybe it's just me. Is it too early to use the v4 sdk? have most people not caught up with it yet?
...
Hi,
I was trying to find out any entries in the Adobe's API giving functionality of injecting javascript into the pdf file, but I couldn't find anything. I saw that there are few open source libraries that do that, but I'd like to focus on Adobe's SDK (C/C++).
Are there any ways to achieve this?
Thanks.
...
Hi All,
Just want to clear a very basic doubt am having for quite some time.
Is LCDS and FDS the same
I am confused with both these terms. This might be a simple doubt, but still I would like to clear this. Please help.
Regards,
Anoop
...
Hi.
i have several flash projects and i have common classes. is there a way to share these classes between the project so i won't need to copy it to all the project when ever i modify something?
...
Hi ,
I'm new to Flex and i want to bind STRG+I to trigger a function.
How do i do that ?
...
i want to know if i can use threading model like posix or any else in flex, i am a beginer of flex and i want to know if i can use threads in it for multitasking, tahnks
...