JOB TITLE: AJAX Innovator LOCATION: Mountain View , CA DESCRIPTION: Want to transform the world of search? We are seeking a highly-motivated software developer...
JOB TITLE: Web Developer LOCATION: Mountain View , CA DESCRIPTION: We are seeking highly-motivated software engineers for various positions developing web...
hello all, i have just joined this group and found it very helping. i am a novice in the field of FLEX, and i want to learn about it more and more. today i was...
hi manish, thanks for your support. i want to ask you one more thing that can you tell me some link from where i can get some more knowledge about the ...
hi all i am very new to flex please tell me how caching is done in flex and how it is different from that in.Net please send me some links so as to read...
i have created an MXML file on Flex Builder 1.5. It is running perfectly on browsers. but the MXML compilation says that when we compile the MXML file, that...
That is perfectly normal! You can set <keep-generated-swfs> in the flex-config.xml to true to keep the generated swf files. If you run the mxml file with this...
Hi Ravi, You can get the SWF from browser cache or directly access as shown following: http://server/app/main.mxml.swf Access flex app this way, SWF file would...
Hi Manish, There are things that happen: * MXML file is compiled and generated output is cached on server, it is served to clients if MXML has not changed...
Good Morning everybody !! Can anyone give me the links and docs from where i can have a detailed study on animation and graphics in Flex. Thanks Anticipating...
Hi, ... Caching has always been an issue in developing Flash applications. Putting a recompile=true is a great way to regenerate your SWF's. When we are...
Have you heard of a RIA/AJAX coding competition in Ahmedabad for Indian nationals to promote efficient coding and the opensource way! 1st prize 25,000 rupees ...
how can we show any item of a datagrid in a label. anybody plz tell me about that. bye ravi i love to walk in rain, b'coz no one can see me crying. Send...
Hi Ravi, You can refer to "Administering Flex" chapter of the "Developing Flex Applications" documentation. All the documentations are available at: ...
... You mean in a label outside of the grid? Just bind to the data! <Label text="{service.result.path.to.data.item}" /> (BTW, for low-level Flex questions,...
Hello Can someone tell how to use Compc to compile the programmatic skin's actionScript file into SWC file.when i try to compile it as mentioned in the...
Hi Shruthi, I don't think you need COMPC to compile the stuff which you created. Just import those skinning files on to the main file and in those files if you...
Hello I want to transfer data from an editable data grid at runtime in to a datamodel or in a label without using web services. can someone help me on this....
Hi, ... Just bind the elements! If it's a label, the value could be coming from the dg.selectedItem.value or something similar. If it is an AS variable, you...
hi Nirav A very happy new to u n all the members of ria-india family. Thanks a lot for your reply. But I want some more details. First of all I want to restate...
... the model (the data provider) is automatically updated when the data in a data grid is edited. then you can call your remote method to update the backend...
... Not sure what you mean -- is this about Flex? Use one of the RPC services (HTTPService, WebService or RemoteObject) to send the data from the client to...