[flex_india:22509] Create Email Templates Html/Text

2009-05-26 Thread vishal lad
Hi friends,I have a requirement of updating and saving email templates in flex.This emails will be used to send notification.We are using .Net on server-side.How can I achieve this in flex.Means how can I save a text in html/text file and directly save it to the server as .txt or .html from flex

[flex_india:22512] Re: Database Connectivity

2009-05-26 Thread Rahul
Sorry Ravi, Hope You Might have not Heard about LCDS Developed By Adobe for back end Connectivity!!! On Tue, May 26, 2009 at 11:12 AM, Ravi Mishra ravi.achi...@gmail.comwrote: No, It's not possible in flex. For database access from flex you have to have a middle layer service. -Ravi

[flex_india:22511] Chat Room using Shared Object

2009-05-26 Thread alvi...@googlemail.com
Hellow I want to make a chat room that is used the share object to store the text and messages of the users, can any one declare me about the use of share object. tahnks Tahir Alvi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:22510] Re: Lookinf for adding tabs

2009-05-26 Thread kalavati singh
Hi rahul, See the following example you get an idea how to add tabs. http://www.roseindia.net/flex/flex-tab-navigator.shtml Regards Kalavati On Tue, May 26, 2009 at 10:26 AM, Rahul rahultna...@gmail.com wrote: Use Tab Navigators On Mon, May 25, 2009 at 10:38 PM, nik

[flex_india:22513] Re: Lookinf for adding tabs

2009-05-26 Thread Rahul
Hi Kalavathi, Its Not For ME!!! :) On Tue, May 26, 2009 at 11:11 AM, kalavati singh kalavati.si...@gmail.comwrote: Hi rahul, See the following example you get an idea how to add tabs. http://www.roseindia.net/flex/flex-tab-navigator.shtml Regards Kalavati On Tue, May 26,

[flex_india:22514] Re: Database Connectivity

2009-05-26 Thread Ravi Mishra
Rahul, I do have heard about LCDS and have worked on that also :) LCDS do not connect to database directly. LCDS provides u the various options to access different kind of services like proxy services (Webservice, HTTPService, RemoteObject), Messaging Services, Data management services and

[flex_india:22517] Re: Reg :: Giving Project Title Favicon

2009-05-26 Thread Neelima Kakarla
hi When you build your flex application it will give you a html file in that add the code On Tue, May 26, 2009 at 12:41 AM, sankar swaroop sankaras...@gmail.comwrote: Hi Neelima, But where to add that code and vinod, how to use that html-wrapper. Can u both plz be in detail?

[flex_india:22518] How to Get Value from Query String

2009-05-26 Thread gurnam.saini.si...@gmail.com
Hi frds, How to Get Value from Query String, in Flex Action Script. Thanks Gurnam Singh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:22519] Re: Database Connectivity

2009-05-26 Thread Rahul
Yes Ravi, You are absolutely Correct !! LCDS also act as a middle layer Service. On Tue, May 26, 2009 at 2:18 PM, Ravi Mishra ravi.achi...@gmail.com wrote: Rahul, I do have heard about LCDS and have worked on that also :) LCDS do not connect to database directly. LCDS provides u the

[flex_india:22520] Problem with distributed sqlite

2009-05-26 Thread moshe
Hi All, I export release of an Air Project that holds sqlite db inside and when I activate it in the receiving PC I get ERROR 3115 : no such table for all my tables (it doesn't complain about the db itself) help please moshe --~--~-~--~~~---~--~~ You

[flex_india:22521] Re: Chat Room using Shared Object

2009-05-26 Thread ManInAction
used share object class and for online text and messages.you can use Flash media server. On May 26, 12:28 pm, alvi...@googlemail.com alvi...@googlemail.com wrote: Hellow I want to make a chat room that is used the share object to store the text and messages of the users, can any one declare

[flex_india:22522] how to apply a duo tone effect to an image?

2009-05-26 Thread Flexian_me
I am in a requirement to apply a Photoshop duotone effect to an image in Flex Applicatio nbut not getting wa way to do it . If anybody have done this for any application ? Thanks Regards! ! Amar Shukla ! --~--~-~--~~~---~--~~ You received this message because you

[flex_india:22524] Need information on Flash Player performance and memory taken

2009-05-26 Thread prem
Hi, I need to convince my clients to go for Flex rather than AJAX frameworks. Because of this I need information on the following. 1. Performance analysis/charts on Data communication from Flex to Back-end and AJAX to back-end 2. Amount of memory taken by any swf file on the client's

[flex_india:22530] maximum limit to upload file in flex

2009-05-26 Thread flex
hi all, please tell me what is the maximum file size limit for uploading file from flex ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

[flex_india:22529] Re: Java List to Flex ArrayCollection

2009-05-26 Thread Mike Rodriguez
Hey Madan, Not sure if this will work for you or if this is what you're talking about. I do have this class in Flex (this is a simple Bean) package com.posadas.linc.entidades { import mx.collections.ArrayCollection;

[flex_india:22525] Re: removing effect when clicking button

2009-05-26 Thread Ganga Ambika
Hi, Call the setFocus() method on the image when we click on the Button. And add the {unglowImage} effect when the focusInEffect. I have modified your code for your perusal. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical

[flex_india:22527] Refresh Disable Problem

2009-05-26 Thread Amit
hello all, This is Amit and i want to disable the Refresh button or F5, my project doesn't require the refresh thing so if anybody have a solution to this problem then please help me. Regards, Amit Thank You --~--~-~--~~~---~--~~ You received

[flex_india:22528] Type Coercion failed

2009-05-26 Thread Anoop Max
Hi all, I am having one dictionary object in my local cache. I want to create another dictionary object with the same values of the first dictionary object. I tried the following way. But its giving me TypeError: Error #1034: Type Coercion failed: cannot convert obj...@49ad0b1 to

[flex_india:22531] Re: how to apply a duo tone effect to an image?

2009-05-26 Thread Pratik. Velani
Hi Amar, check this out http://labs.adobe.com/technologies/pixelbender/ i think this would cme in handy, havnt tried it myself but you can get some tuts about it on www.theflashblog.com Regards, Pratik. Velani On May 26, 5:31 pm, Flexian_me amarshukla...@gmail.com wrote: I am in a

[flex_india:22532] Re: Refresh Disable Problem

2009-05-26 Thread Mike Rodriguez
Hello Amit, Well I had the same issue a while ago. I tried JavaScript, Flex solutions, AS solutions, and nothing worked. So I found this for the HTML template. On the body tag there is an event, called onbeforeunload So I did this on the template HTML (this for BlazeDS templates constructors)

[flex_india:22533] Re: Type Coercion failed

2009-05-26 Thread sankar swaroop
Hi Anoop, I got the same error when i worked with ArrayCollections. This comes when ArrayCollection contains only one item. so i uesd ArrayUtil.toArray(new ArrayCollection()); and it was solved. If useful, use it or else ignore it. Thanks. On 5/26/09, Anoop Max

[flex_india:22526] Re: Need information on Flash Player performance and memory taken

2009-05-26 Thread kalavati singh
Hello Prem, I think this site can be helpful to you https://s59105.gridserver.com/ideas/whitepaper_ajax_vs_flex Regards Kalavati On Tue, May 26, 2009 at 6:13 PM, prem prema...@gmail.com wrote: Hi, I need to convince my clients to go for Flex rather than AJAX frameworks. Because