[flex_india:15498] Insert image into textField

2008-10-28 Thread [EMAIL PROTECTED]
For example, I inputed some texts like “abcdefg”, then I want to insert an image between “c” and “d”. I’m confused by this problem for a long time, please help me out^_^ I just want to do somting like https://buzzword.acrobat.com do, any suggestions? Thanks for your time~~ mani. --~--~-~

[flex_india:15497] Re: How to record system time

2008-10-28 Thread Arun
Try this var dt:Date = new Date(); Alert.show(dt.getDate()); regards Arun On Oct 28, 11:15 pm, riaflexible <[EMAIL PROTECTED]> wrote: > Hi All, > > Hi i want to record the system time , Please can any one give me idea > how to record current system time. > > Thanks, > Satish --~--~-

[flex_india:15496] Blaze DS help

2008-10-28 Thread richard_soper
I realize this is a stupid question, but I am somewhat new to flex. Basically I want a chat module included in a project im doing, and i was told blaze ds could do that for me, but i have ABSOLUTELY no idea where i would find that information. I've downloaded blaze ds and searched all around, bu

[flex_india:15494] how to binding to one attribute of a xml object

2008-10-28 Thread paravoice
As we know, we can binding to a property of an object by using BindingUtils::bindProperty(). Note that I mean in acriontscript class, not in a mxml file. So that I can not use tag, and the way of Bindable metadata. I have seen that the forth parameter is the property I want to binding to. But

[flex_india:15493] web services with flex client & apache tomcat+axis

2008-10-28 Thread harit
Hi all! I have set up a web service on Apache AXIS working fine. In short the method accepts 3 parameters and performs operation accordingly and returns result. I have created a calculatorservice, which gives me following request (SOAP request) http://schemas.xmlsoap.org/soap/ envelope/" xmlns:x

[flex_india:15495] Re: Non-Collapsible accordion

2008-10-28 Thread Ashish
Hi Girish, Thanks for your prompt response. I have checked the for the flexlib, but i found the VStack component more suitable. Thanks once again. Take Care Ashish On Oct 22, 12:04 am, "girish kumar" <[EMAIL PROTECTED]> wrote: > > Hi Ashish, > > you cant open 2 childs at a time in   Accordion. s

[flex_india:15492] How to record system time

2008-10-28 Thread riaflexible
Hi All, Hi i want to record the system time , Please can any one give me idea how to record current system time. Thanks, Satish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post

[flex_india:15491] Re: Need information on Blaze DS

2008-10-28 Thread Saurabh Narula
prem, blazeds is a scaled down open source version of LCDS, blazeds has most of the features that will help you create a more sophisticated data driven application with features like data push,remoting,messaging. For more advanced features like data management services(- client server synchronizati

[flex_india:15490] Re: how to read the contents of a file

2008-10-28 Thread Saravanan
Hi, With Flash player 10, file reference class we can read write data to disk without server script... try it out --sara http://www.designscripting.com On Oct 24, 2:55 pm, "kiran singh" <[EMAIL PROTECTED]> wrote: > hi >    i want to read the contents of a file do some operations on my own and >

[flex_india:15489] Re: Flex integration with Jsp

2008-10-28 Thread Saravanan
Hi i am not much exposed to JSP... but i had done loging app using php... do u have problem with calling simple jsp thats sending data from flex and returning... ..?? -sara http://www.designscripting.com On Oct 25, 12:09 pm, "MadhuFlex Rare" <[EMAIL PROTECTED]> wrote: > Hi Friends > > Am tryi

[flex_india:15488] Re: Need information on Blaze DS

2008-10-28 Thread prem
Thanks Subees, I got some information on BlazeDS from your links. Can you tellme if there is any difference between BlazeDS and Flex Data Service which comes along with download-able tomcat? -Prem On Oct 28, 9:52 am, "subeesh a" <[EMAIL PROTECTED]> wrote: > Hi Prem, > > Hope this may help > > ht

[flex_india:15487] Re: Currency Format Rounding

2008-10-28 Thread Anoop Max
Hi All, I got the solution. I was using one currency formatter and i specified rounding="nearest" in that. It simply worked. Thanks 4 All, Anoop On Oct 28, 1:51 pm, Anoop Max <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using a currency formatter to format a currency field. But i got > a requ

[flex_india:15486] Currency Format Rounding

2008-10-28 Thread Anoop Max
Hi All, I am using a currency formatter to format a currency field. But i got a requirement to display only integer parts and no decimals. Can i get it done using currency formatter. Pls Help Thanks in Advance, Anoop --~--~-~--~~~---~--~~ You received this messag