[flex_india:32163] border color in flex 4

2010-11-28 Thread athi
hi i have 10 layout in 10 images. if mouse over on the layout that specific layout should change the border style. Is it possible in flex 4. anybody suggest me regards athi -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post

[flex_india:32163] Drag a copy of image

2010-11-28 Thread athi
hi i have one image in one border containter. i want to drag a copy of that image into another border continer. my program working only drag and move the image is it possible in flex pls suggests. regards athi -- You received this message because you are subscribed to the Google Groups

Re: [flex_india:32165] How to configure for another remote object - java class(Blaze ds)

2010-11-28 Thread Gerald Anto Fernando
it shows the error as data sending failed.but now i create separate project it is working fine but i cant get result. Actually my task is to open notepad from java function that should be called from flex button click. In Separate java it is working fine. but when i call from flex the notepad is no

Re: [flex_india:32166] How to configure for another remote object - java class(Blaze ds)

2010-11-28 Thread Jitendra Jain
Java is a server side technology and when you run a command from Java it will always run on the Server side and not on client side.. So i think when yu are calling Java from Flex it will open the notepad on the server not on the client. On Mon, Nov 29, 2010 at 11:09 AM, Gerald Anto Fernando < fle

Re: [flex_india:32167] Issue with dataGrid

2010-11-28 Thread Jitendra Jain
Hi, Item Renderes are recycled and reused. So make sure you override the set data method properly. Like this public function set data(value : Object):void{ super.data =value; } On Thu, Nov 25, 2010 at 12:24 PM, nithya flex wrote: > Hi, > > Let say you textinput controls as render then you

Re: [flex_india:32168] How to configure for another remote object - java class(Blaze ds)

2010-11-28 Thread Gerald Anto Fernando
how to see it(notepad) On Mon, Nov 29, 2010 at 11:17 AM, Jitendra Jain < warriorofheavens...@gmail.com> wrote: > Java is a server side technology and when you run a command from Java it > will always run on the Server side and not on client side.. So i think when > yu are calling Java from Flex i

Re: [flex_india:32169] How to configure for another remote object - java class(Blaze ds)

2010-11-28 Thread Jitendra Jain
See some java script code, how to open a notepad.. On Mon, Nov 29, 2010 at 11:52 AM, Gerald Anto Fernando < flex.gerald.a...@gmail.com> wrote: > how to see it(notepad) > > > On Mon, Nov 29, 2010 at 11:17 AM, Jitendra Jain < > warriorofheavens...@gmail.com> wrote: > >> Java is a server side techno