[flex_india:33837] Re: Need to create an image with name...

2011-05-24 Thread Kronos
Hi Navin, Check out http://www.switchonthecode.com/tutorials/simple-flex-drag-and-drop for code on dragging the image from one panel to another. After that in ur drawing area, add a sprite on top of the existing container (can be anything that has been derived from UIComponent). Consider Vgroup

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

2011-05-24 Thread Akshar Kaul
it would be great if you could share your code. also if you could explain exactly what you are trying to do. ---> Akshar Kaul <--- On Wed, May 25, 2011 at 12:02, Vikas Madan wrote: > If possible throw in your code, so that others can have a look at it. What > Akshar meant is you might be flus

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

2011-05-24 Thread Vikas Madan
If possible throw in your code, so that others can have a look 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 wrote: > Hello Akshar, > > Thanks for the resp

Re: [flex_india:33833] How to remove watermarks in trial version

2011-05-24 Thread T.A.
Buy the licence :) Regards bandy 2011/5/24 boo pathi > Hi to all, > > how to remove water mark "Flex visuliazation mark" for chart component..in > pro grammatically > > Thanks in advance > > -- > With Regards, > Boopathi.S > > -- > You received this message because you are subscribed to the Goo

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

2011-05-24 Thread Abhilash Nagar
Hello Akshar, Thanks for the response.Not sure resetting means but this is what i am doing - Once the content is loaded,i save it in the shared object and than again for that particular tree node i again retrieve it as required.But as i jump on the next tree node the whole page gets loaded and th

[flex_india:33833] Exporting the contents of a canvas to a image file

2011-05-24 Thread Akshar
I have a canvas which is showing some graphical information to user. I want to add an export to image functionality for this canvas. When the user clicks on a button he should be able to save the current view of canvas into a image file. i want to do this completely in UI without using any serv

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

2011-05-24 Thread Akshar Kaul
shared object should solve your problems. check your code to make sure you are not resetting shared objects on loading.that way every time you reload you will loose information. ---> Akshar Kaul <--- On Wed, May 25, 2011 at 10:38, Abhilash Nagar wrote: > I tried shared objects but as i reload

[flex_india:33830] Freelance Opportunity

2011-05-24 Thread GabrielMtn
Namastē! I am a student of entrepreneurship and have the desire to build a website where entrepreneurs can connect, using an element similar to a Random Video Chat Script. I have acquired some source code and am looking for quotes regarding the cost of implementation. I will gladly give specifica

[flex_india:33828] Need to create an image with name...

2011-05-24 Thread Navin
Need to create an image with some name on italso the image should be draggable. The image should be like rectangle and within that there should contain another rectangle where we will provide name for that image. The name should be like this ra92724/TwoWaySplit.EU.US.OTHERS for example.This shoul

[flex_india:33828] Re: Finding calendar week for given date.

2011-05-24 Thread skmani
hi http://blog.flexexamples.com/category/date/ see this link regards skmani On May 24, 10:49 am, Amruta Kulkarni wrote: > Hi All > > In my aplication I need to find the calendar week for given date.Does anyone > know how to do that in flex. > Its very urgent!! > > Thanks in advance > Amruta -

[flex_india:33827] How to remove watermarks in trial version

2011-05-24 Thread boo pathi
Hi to all, how to remove water mark "Flex visuliazation mark" for chart component..in pro grammatically Thanks in advance -- With Regards, Boopathi.S -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email t

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 wrote: > use shared objects > > On May 18, 3:

[flex_india:33825] Re: Launching a batch file from Adobe AIR 2.0

2011-05-24 Thread Flexian_me
Not having FB now so can't debug but make instance of NativeProcess and add all handlers for NativeProcess event as shown in referred URL, I am sure you will get to know the problem. On May 24, 5:03 pm, Kronos wrote: > Hi, > > I have been trying to launch a batch file from my Adobe AIR > applica

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

2011-05-24 Thread Akshar Kaul
data binding is more of a UI thing only. You will need to push the data somehow either through a separate thread or through the same thread that updates the DB. How is your DB getting updated? i mean who is updating your DB? ---> Akshar Kaul <--- On Tue, May 24, 2011 at 13:56, sathis kumar wr

Re: [flex_india:33823] Problem with Reload a component with default Viewstack/state

2011-05-24 Thread Akshar Kaul
when you change the screen to the home page just write the following line from the calling code:- homepage.currentState="state1" ---> Akshar Kaul <--- On Tue, May 24, 2011 at 12:39, srinivasulu putta < putta.srinivas...@gmail.com> wrote: > Hi > > I have a project in flex4, but in this i got on

[flex_india:33822] Launching a batch file from Adobe AIR 2.0

2011-05-24 Thread Kronos
Hi, I have been trying to launch a batch file from my Adobe AIR application. I have followed the code sample provided in this link http://forums.adobe.com/thread/662058?decorator=print&displayFullThread=true However my code does not invoke the batch file while the author of the post claims his doe

[flex_india:33821] Re: Finding calendar week for given date.

2011-05-24 Thread Flexian_me
Go through this. I hope it will solve your problem. http://stackoverflow.com/questions/2362956/flex-how-to-get-week-of-year-for-a-date On May 24, 10:49 am, Amruta Kulkarni wrote: > Hi All > > In my aplication I need to find the calendar week for given date.Does anyone > know how to do that in fl

Re: [flex_india:33819] loading module with ModuleManager

2011-05-24 Thread sathis kumar
I think you should refer an interface for gettting ModuleManager.getModule(...); Try to map with the interface. >From that interface only you will get your module as DisplayObject. Try once :) On Tue, May 24, 2011 at 10:09 AM, venugopal wrote: > HI all, > > I was working around with Modules i

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

2011-05-24 Thread sathis kumar
Have you tried data binding? I think that will help you in this! On Tue, May 24, 2011 at 10:07 AM, naju wrote: > Thanks for ur reply, > > Yes, I am using BlazeDS , how could i implement data push from java to > flex . Once my DB gets updated, i need to update my view. Is thr any > way to do i

[flex_india:33818] Finding calendar week for given date.

2011-05-24 Thread Amruta Kulkarni
Hi All In my aplication I need to find the calendar week for given date.Does anyone know how to do that in flex. Its very urgent!! Thanks in advance Amruta -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send ema

[flex_india:33817] Problem with Reload a component with default Viewstack/state

2011-05-24 Thread srinivasulu putta
Hi I have a project in flex4, but in this i got one problem while accessing home page In homepage i have two states and while do a job in state1, it jumps into state2... after i go trough another menu item. Finally when i click on home page, again i got state2.. but i want state1 as default when a