Re: [flex_india:32013] localToData() Method in Area Chart Issue

2010-11-17 Thread nithya flex
Hi, Can u explore little more on your problem, Hhat is the problem? What exact output you want On Wed, Nov 17, 2010 at 8:36 PM, Bambam Choudhary wrote: > Hi, > > I have use localToData method in Area Chart. Facing problem when mouse > click inside the chart region then x-co-ordinate working fin

[flex_india:32012] Re: image uploading

2010-11-17 Thread Santosh
Hi, filereference.addEventListener(Event.SELECT, onFileSelect); in onfileselecthandler you can check the file size filereference.size returns the size of the file on the local disk in bytes. On Nov 17, 11:10 pm, kalai selvi wrote: > hi guys, > > how to limit the size when uploading  an image in f

Re: [flex_india:32010] Dynamically change Skin without Embed

2010-11-17 Thread s shyam
Hi, Use StyleManager.setstyle(); Thanks, Shyam.S On Fri, Nov 12, 2010 at 12:41 AM, Ganga Ambika wrote: > Yes. I agree. I would like to know,what should be passed as a "value", if > the "propertyName" is skin, not style. > > For skins, we have to pass Embedded class name. > > For Ex: > [Embed(s

[flex_india:32010] localToData() Method in Area Chart Issue

2010-11-17 Thread Bambam Choudhary
Hi, I have use localToData method in Area Chart. Facing problem when mouse click inside the chart region then x-co-ordinate working fine but when mouse move out side chart region the (only changed y-coordinate, x-coordinate remain same ), x-coordinate changed. code is following: http://www.ado

[flex_india:32009] image uploading

2010-11-17 Thread kalai selvi
hi guys, how to limit the size when uploading an image in flex?say example i want to allow to upload only 8mb files ,greater than that i should not allow it, so plz help me, i have implemented image uploading with Filereference. regards, Kalai -- You received this message because you are su

Re: [flex_india:32008] Re: MouseOver, MouseOut issue Flex 4 !

2010-11-17 Thread Saurabh Narula
vicky, what was that issue with the skin?, can you briefly let us know for us to understand the problem, as well as the solution clearly. Saurabh http://blog.saurabhnarula.com/ On Wed, Nov 17, 2010 at 4:00 PM, Vatsala Dorairajan wrote: > That was an interesting finding Vicky. Will keep it in

Re: [flex_india:32005] Re: MouseOver, MouseOut issue Flex 4 !

2010-11-17 Thread Vatsala Dorairajan
That was an interesting finding Vicky. Will keep it in mind. Thanks for sharing vatsala On 16-11-2010 23:31, vicky wrote: Thanks everyone for taking a look at it...just to let you all knw...the issue does not get fixed even by using the RollOut and RollOver,

[flex_india:32005] Re: Datagrid event change is not dispatch

2010-11-17 Thread Ramon
I need helppls. to see my problem, run the application, and click for sort by the column "Provincia". Then,you cannot select diferent rows with the same provincia. It seems there is a problem when you has a labelfunction and a sortcomparefunction in a datagridcolumn and selectedItem and change

[flex_india:32005] Handling large volumes of data

2010-11-17 Thread Kronos
Hi, I have a flex web application that uses a .Net web service to access the database. This service retrieves the details of projects matching the search parameters from flex. The problem occurs when a wild card search or blank search is made in which case large volumes of projects ( in thousands)

[flex_india:32004] Fwd: Urgent Requirement for Flex- Senior Software Engineer/Software engin...@sourcebits Bangalore

2010-11-17 Thread ramesh s
* Flex- **Senior Software Engineer/Software Engineer* No of positions - 3 Experience- 1- 5 years Job Description - OOPs experience with ActionScript 3.0 and Flex 2.0/3.0 Candidate must be able to Design, Develop, Flex applications with Java,PHP services Ability to use logical f

[flex_india:32001] Loading .eps images

2010-11-17 Thread srinivas mangina
Let me know how to load .eps images into flex application. -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubs

[flex_india:32001] Re: MouseOver, MouseOut issue Flex 4 !

2010-11-17 Thread vicky
Thanks everyone for taking a look at it...just to let you all knw...the issue does not get fixed even by using the RollOut and RollOver, they were showing the same behavior as well...there was something wrong in the skin created which was causing it...so in future if somebody faces something like t

Re: [flex_india:32001] Re: barcode scanner, can not connect to the application to call the data from the database

2010-11-17 Thread Ailang
but i do not know javascript Ranjit-5 wrote: > > what I suggest is, > > when you use barcode scanner it appear scan value in browser url parse > it with javascript on location change. > > and use it by flex > > hope this helps, > > Regards, > Ranjit > > On Nov 11, 5:31 pm, Saurabh Narul