Re: [flex_india:34804] Load html in flex 3

2012-01-26 Thread Abhilash Nagar
It depends what exactl you want to load ,i mean if text than flex give some provisions such as htmltext in the text or related components. Sincerely, Abhilash On Fri, Jan 20, 2012 at 4:29 PM, Osama Hamdan osamahamdan2...@gmail.comwrote: Hi All, Is there any way to load html in flex3 as

Re: [flex_india:34056] Single instance of MXML how to create

2011-06-22 Thread Abhilash Nagar
Hello Dario, Thanks for the information.Your example stated below really helped me to resolve ongoing pending issues. Thanks again. Abhilash On Tue, Jun 21, 2011 at 7:03 PM, Dario Boverio dariobove...@gmail.comwrote: In the Application (MyApplication.mxml): s:Application

Re: [flex_india:34048] Single instance of MXML how to create

2011-06-21 Thread Abhilash Nagar
Hello Akshar, Yes you are right but for the MXML files.I want single instance of MXML file.Please do suggest if it is possible and how to approach for it. Thanks. Abhilash On Tue, Jun 21, 2011 at 5:59 PM, Akshar Kaul akshar.k...@gmail.com wrote: do you mean you want to implement singleton

Re: [flex_india:33994] Re: Regd File Upload

2011-06-15 Thread Abhilash Nagar
Flex is having File Reference and related object (if you are using web based), if you are using AIR than the objects provided by flex is more. In web based scenario the security sandbox doesn't allow you to see the path like C:/foldername/filename as soon as you select or upload. Not sure if

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

2011-06-06 Thread Abhilash Nagar
Hello again, Thanks for the response and concern.Really appreciate it. Error we are getting is - Type conversion error- Unable to type OpenscaleObject to FlexObject. Openscale object is the thirdparty tool we are using for map ,drawing and other purpose. Thanks again.Will try to post small

Re: [flex_india:33852] Re: Sessions in flex

2011-05-26 Thread Abhilash Nagar
for each tree node. so you can use different shared object for each tree node, otherwise when you go to new node the old value will be overwrtiten by the new node . --- Akshar Kaul --- On Wed, May 25, 2011 at 12:10, Abhilash Nagar abhlu.na...@gmail.comwrote: Hello vikas, Thanks

Re: [flex_india:33862] Re: Sessions in flex

2011-05-26 Thread Abhilash Nagar
object. it will be faster and you wont face type casting issues. --- Akshar Kaul --- On Thu, May 26, 2011 at 10:28, Abhilash Nagar abhlu.na...@gmail.comwrote: Hello Akshar, Thanks for the response.I didn't iterated over vector but i directly used as keyword on the vector but the value

Re: [flex_india:33833] Re: Sessions in flex

2011-05-25 Thread Abhilash Nagar
on loading.that way every time you reload you will loose information. --- Akshar Kaul --- On Wed, May 25, 2011 at 10:38, Abhilash Nagar abhlu.na...@gmail.comwrote: I tried shared objects but as i reload page the previous information is still lost,so basically on reload i am loosing the information

Re: [flex_india:33840] Re: Sessions in flex

2011-05-25 Thread Abhilash Nagar
object everytime you reload the page or at the initialization of the app. On Tue, May 24, 2011 at 11:11 PM, Abhilash Nagar abhlu.na...@gmail.comwrote: Hello Akshar, Thanks for the response.Not sure resetting means but this is what i am doing - Once the content is loaded,i save

Re: [flex_india:33842] Re: Sessions in flex

2011-05-25 Thread Abhilash Nagar
at it. What Akshar meant is you might be flushing out the shared object everytime you reload the page or at the initialization of the app. On Tue, May 24, 2011 at 11:11 PM, Abhilash Nagar abhlu.na...@gmail.comwrote: Hello Akshar, Thanks for the response.Not sure resetting means

Re: [flex_india:33847] Re: Sessions in flex

2011-05-25 Thread Abhilash Nagar
shared object for each tree node, otherwise when you go to new node the old value will be overwrtiten by the new node . --- Akshar Kaul --- On Wed, May 25, 2011 at 12:10, Abhilash Nagar abhlu.na...@gmail.comwrote: Hello vikas, Thanks for the response. Saving Vector object data sharedObj

Re: [flex_india:33826] Re: Sessions in flex

2011-05-24 Thread Abhilash Nagar
I tried shared objects but as i reload page the previous information is still lost,so basically on reload i am loosing the information even after using the shared objects. Please do suggest. Thanks. Abhilash On Fri, May 20, 2011 at 10:12 AM, Shalu shalupoplij...@gmail.com wrote: use shared

Re: [flex_india:33804] Re: Keep sprite objects on page after refresh

2011-05-20 Thread Abhilash Nagar
Hello Kronos, Thanks for a very detail and nice reply.I got the options clear in my mind as per your suggestions.Let me explain you bit more,the maps or the layer which we are loading in the flex container is of third party tool called openscale. Openscale is having a drawing tool,which allows a

Re: [flex_india:33806] Re: Sessions in flex

2011-05-20 Thread Abhilash Nagar
Hello again, Thanks for all the responses.I want to store Vector collection in the sharedObjects.I saw few examples but still not clear.Please suggest. Thanks. Abhilash On Fri, May 20, 2011 at 10:12 AM, Shalu shalupoplij...@gmail.com wrote: use shared objects On May 18, 3:40 pm, Flex based

Re: [flex_india:33693] Need help on Bindable Checkbox in DataGrid.

2011-05-09 Thread Abhilash Nagar
Hello, I think we can use something like changewatcher and than pass arraycollection which is bind.So whenever checkbox state is changed it will be updated. abhilash On Sat, May 7, 2011 at 5:51 PM, Sudhakar sudhakar...@gmail.com wrote: Hi all, I am creating a datagrid on th fly. Datagrid is

Re: [flex_india:33689] Re: Draw multiple rectangle with mouse without hiding the last one

2011-05-08 Thread Abhilash Nagar
Hello Avinash, Thanks for the response.But how about if i want to draw many rectangle.The requirement here is like need selections of the image area using rectangle shape,so a user should have ability to draw many rectangles. Also how to draw rectangle on separate sprite as you can see I got

Re: [flex_india:33654] Drawing Polygons On Map

2011-05-04 Thread Abhilash Nagar
Hello, If you are using openscale for mapdraw than you can use the default Drawtool.Which map tool you are using? Abhilash On Wed, May 4, 2011 at 10:59 AM, Debasree Das debasree.f...@gmail.comwrote: Hi All, I am working on a Map Application where I need to show any area on the map using

Re: [flex_india:33613] Re: how to make flex programatically fire F11 key

2011-05-02 Thread Abhilash Nagar
:33 pm, Abhilash Nagar abhlu.na...@gmail.com wrote: Hello again, Thanks for the response.What is fscommand and how to use it ,please do explain. Thanks. Abhilash On Fri, Apr 29, 2011 at 1:53 PM, Shalu shalupoplij...@gmail.com wrote: if you just want to implement fullscreen

Re: [flex_india:33609] Re: how to make flex programatically fire F11 key

2011-05-01 Thread Abhilash Nagar
Hello again , Thanks for the response.I tried this but nothing is happening when i press button.Not sure whether flex allows sending F11 from button click. Please do suggest. Abhilash On Sat, Apr 30, 2011 at 3:06 AM, vicky madan.vika...@gmail.com wrote: You can do something like below to

Re: [flex_india:33600] Re: how to make flex programatically fire F11 key

2011-04-29 Thread Abhilash Nagar
Hello again, Thanks for the response.But I want the other way round,means when i click a button on the flex application it should trigger F11 key on the keyboard. Please do suggest if you have any idea. Thanks. Abhilash On Fri, Apr 29, 2011 at 1:26 PM, xelf samjayan...@gmail.com wrote: Hi

Re: [flex_india:33603] Re: how to make flex programatically fire F11 key

2011-04-29 Thread Abhilash Nagar
Hello again, Thanks for the response.What is fscommand and how to use it ,please do explain. Thanks. Abhilash On Fri, Apr 29, 2011 at 1:53 PM, Shalu shalupoplij...@gmail.com wrote: if you just want to implement fullscreen, use fscommand(fullscreen, true); On Apr 29, 12:56 pm, xelf