Re: [flex_india:33925] How to save and retrieve xml into/from database?

2011-06-02 Thread Akshar Kaul
you can integrate flex and java. this way java will take care of saving it into the database. ---> Akshar Kaul <--- On Fri, Jun 3, 2011 at 08:29, Navin wrote: > How to save and retrieve xml into/from database? > > Here i need to save and retrieve xml generated in tabbar of textarea > in flex

[flex_india:33922] Re: wht is the way to implement server data push in flex 4? in thr anyway using remote object?

2011-06-02 Thread naju
thanks for ur reply, once one of the user update the db data, it should reflect every user's screen (like in a dashboard). for that i need a data push from server(whenever data updating, push latest data to every client). On May 25, 12:16 am, Akshar Kaul wrote: > data binding is more of a UI thi

[flex_india:33922] Re: wht is the way to implement server data push in flex 4? in thr anyway using remote object?

2011-06-02 Thread naju
thanks for ur reply kumar. On Jun 1, 4:18 pm, kumar wrote: > push needs RTMP(Real Time Messaging protocals) and you get that with > LCD's but not with BlazeDS., and there's also Red5. > > On May 25, 12:16 am, Akshar Kaul wrote: > > > > > > > > > data binding is more of a UI thing only. > > > You

Re: [flex_india:33922] Bindable Data Problem between Repetrs

2011-06-02 Thread kiran reddy
Hi Praveen, Sorry to say this thing.i am not understanding fully what you are facing an issue.But i understood that when change occurs in one component you need to change the other thing simultaneously. My advice is that better to use the change option which is available in component. Kiran On

[flex_india:33921] Re: Bullets in TextArea

2011-06-02 Thread Shalu
you can create a composite component with graphic/image & text area and use that composite component in place of text area. On Jun 3, 9:15 am, sivashanmugam wrote: > Hi Friends, >       I want Bullets in  spark TextArea could you please help me its urgent. > > Thanks & Regards > N.Sivashanmugam

[flex_india:33920] Bullets in TextArea

2011-06-02 Thread sivashanmugam
Hi Friends, I want Bullets in spark TextArea could you please help me its urgent. Thanks & Regards N.Sivashanmugam -- 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@googlegroups.com.

[flex_india:33918] How to save and retrieve xml into/from database?

2011-06-02 Thread Navin
How to save and retrieve xml into/from database? Here i need to save and retrieve xml generated in tabbar of textarea in flex to database. Plz provide me some idea how to do this? or share some links Thanks, Naveen. -- You received this message because you are subscribed to the Google Groups "

[flex_india:33918] Bindable Data Problem between Repetrs

2011-06-02 Thread praveen Kumar
HAi I Have Two Item Renders ; Which Shares Same DataProvider; 1 Component is TextArea; 2 Label; When Change in text Label Data Should Be Change At the Time; Here Am Getting the Index Problem Of ArrayCollection; Please Check The Code : http://www.adobe.com/2006/mxml";>

Re: [flex_india:33913] Cahnging TitleBar Icon

2011-06-02 Thread sudesh das
Hello Seenu, you have to uncomment the icon tag inside your main-app.xml file and specify the path of the icons. example: icon/icon16.png icon/icon32.png icon/icon48.png icon/icon128.png Regards, Sudesh. On Wed, Jun 1, 2011 at 9:58 AM, ●๋•کŕíńíváکツ wrote: > Hi Guys, > > I am workin

[flex_india:33913] Air runtime with custom application installer.

2011-06-02 Thread Senthil N
hi, How to install adobe air runtime with custom adobe air applications installer for both mac and windows. Simply to say how to bundle adobe air installer with custom air installer. Thanks , regards, Senthil. -- You received this message because you are subscribed to the Goog

[flex_india:33913] avoid calls updateDisplayList() in ItemRenderer

2011-06-02 Thread dablamar
Hl! I have a view with several tabs. On the tabs are custom chart. Once created my chart, when I return to the tab called on all updateDisplayList() methods of renderers. I do not want that to happen. Because the chrat was created and the application slows You can help me? I know that is relate

Re: [flex_india:33913] Re: Cahnging TitleBar Icon

2011-06-02 Thread ●๋•کŕíńíváکツ
Hi i dont want to chage color yar.. I wanna Change that Logo which is in Title Bar.. On Wed, Jun 1, 2011 at 9:28 PM, Renu wrote: > > You can change the system chrome and transparent property in the app.xml > and can create your customize skin for titlebar. > > Regards, > Renu > > On Wed, Jun 1,

[flex_india:33913] Flex type conversion with third party tool issue

2011-06-02 Thread Flex based developments
I am using tool called openscale which is build on flex or supports running on flex.I am having certain geometry objects on openscale which i need to serialize or use shared objects with it.Both require typecasting between openscale to flex and vice versa. It is unable to typecast.Can anyone sugg