[flex_india:28339] send Web Cam Image to server

2010-02-09 Thread flex
hi all, i am capturing webcam snap and want to send it to php, but my code is not working. Giving runtime error TypeError: Error #1009: Cannot access a property or method of a null object reference. at WebcamApp/uploadSnapshot()[C:\Documents and Settings\abc\Adobe Flash Builder Beta 2\Webca

[flex_india:28340] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread FlexiSush
Hi, you can refer my blog at http://flexphpworld.wordpress.com/2010/02/08/flex-datagrid-with-image-as-itemrenderer/ Hope the above example helps you in solving your problem.. On Feb 8, 8:04 pm, pradeep gorijavolu wrote: > Hi Varun, > > This is the application code. > version="1.0

Re: [flex_india:28341] Senocular Transformation Doubt

2010-02-09 Thread bala subramanyam
Hello Vishal Restrict the control size with minHeight and minWidth -- Baluvasireddy -- 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, s

[flex_india:28342] Re: Rotating chart axis labels

2010-02-09 Thread Akshar
i am facing a new issue now. there is a gap between the x axis and the y axis. code is as follows: http://www.adobe.com/2006/mxml";> @font-face { src: url("/ARIAL.ttf");

Re: [flex_india:28343] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread Varun Bajaj
pradeep you had put condition to display the image but not put condition for not to display the image this is the only bug in your code. thanks and regards, Varun Bajaj On Mon, Feb 8, 2010 at 11:40 PM, FlexiSush wrote: > Hi, > you can refer my blog at > > http://flexphpworld.wordpress.com/20

[flex_india:28344] Learn how to record data from the microhpone using AIR 2.0 SDK /Flex 4 SDK

2010-02-09 Thread Vflex Manager
Hello All, I am sure that everyone following the updates from Adobe knows about the new AIR 2.0 functionalities.One of the amazing features on that is recording data from the microhphone. Go to the following link to get a brief and useful tutorial. http://neerajcse.blogspot.com/2010/02/getching-

[flex_india:28345] Date Filter in datagrid

2010-02-09 Thread dme
I want to know demo availability or how to filter a column with date type in datagrid using filter function. I am using an array collection as dataprovider for the datagrid and it holds a collection of visual objects with one of the column as Date. I want to filter that colulmn in grid. Kindly le

[flex_india:28346] Use StyleManager.setStyleDeclaration to set button skins in Flex

2010-02-09 Thread VPN
Hello all, I am trying to load an swf file which has button skins as images (In the library of the swf file i have given export properties which is 'TickMark') and set the skin of a flex button using StyleManager.setStyleDeclaration. I am getting errors like 'Argument count mismatch on TickMark()

Re: [flex_india:28347] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread pradeep gorijavolu
Hi All, Have you all run the application, i already told u when scroll the grid the image render is the problem. I got the same thing when we stretch the column for that i find out the solution..like tthis * public* *function* columnwidthAdjust(event:Event):*void*{ *var* arrColl:ArrayCollectio

[flex_india:28348] Garbage Collection problem

2010-02-09 Thread raj
Hi friends, I need to change the dataprovider frequently. We are using array collection as dataprovider. each object in array collection is having nearly 150 properties. Whenever I change the dataprovider, the old objects are not not being garbage collected. Memory is keep on increasing. Please he

Re: [flex_india:28349] Re: How to generate flex charts dynamically from database into a jsp file.

2010-02-09 Thread Fehmina Kanuga
HI , thank you very much for your reply i am not using JSON... i am using springframwork and blazeDs... is there any way out for it?? On Mon, Feb 8, 2010 at 10:24 AM, FlexiSush wrote: > hi, > if you want to load the flex chart from the data stored in > database, you have to return the values

Re: [flex_india:28350] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread Fehmina Kanuga
HI , is there any way to check the checkbox inside datagrid?? i am using spring framwork and blazeDs..and fromt end as flex 3 i want to render checkbox in datagrid in flex based on values yes or no from db.. any pointers will be of great help thanks in advance On Tue, Feb 9, 2010 at 1:58 PM, Varun

Re: [flex_india:28351] Garbage Collection problem

2010-02-09 Thread Vaibhav Seth
try iterating the array collection and assign each object to null. On Tue, Feb 9, 2010 at 6:15 AM, raj wrote: > Hi friends, > > I need to change the dataprovider frequently. > We are using array collection as dataprovider. > each object in array collection is having nearly 150 properties. > When

Re: [flex_india:28352] Garbage Collection problem

2010-02-09 Thread amit shrestha
well there is many ways that you can follow while wiring code that will avoid memory leakage problem,, make sure that your object's in the dataprovider do not have reference of view or any objects that are persistent to your system.. use weak reference event listener "addEventListenet(Mouselick.cli

[flex_india:28353] Re: sliding TitleWindow

2010-02-09 Thread FlexiSush
Hey, the solution for your problem can be found in my blog at http://flexphpworld.wordpress.com/2010/02/09/titlewindow-effects/ Hope this will be of use to u:) http://flexphpworld.wordpress.com On Feb 8, 9:19 pm, Thomas D wrote: > Hello FlexUsers, > > I am new in Flex and need your

[flex_india:28354] Re: sliding TitleWindow

2010-02-09 Thread Thomas D
Hi, thats exactly what I looking for ! A big THANK YOU !!! And thank you for all other answers and hints ! regards Thomas On 9 Feb., 17:31, FlexiSush wrote: > Hey, >        the solution for your problem can be found in my blog at >        http://flexphpworld.wordpress.com/2010/02/09/titlewindow-e

[flex_india:28355] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread FlexiSush
Hey Fehmina, it is possible to use checkbox as item renderer in datagrid. The array collection which is used as dataprovider must have field to hold the value of checkbox selected value. The example can be found in my blog at: http://flexphpworld.wordpress.com/2010/02/09/datagrid-with-checkbox-as-

[flex_india:28356] Re: Rotating chart axis labels

2010-02-09 Thread FlexiSush
Hi akshar, the problem in your application is gap between x- axis and y-axis; This gap is because, you have lengthy label for the axis. There are 2 ways to fix this. 1. By shortening the date format using any date format(in your case date is represented very long; use short format like 01/02/2010)

Re: [flex_india:28357] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread Fehmina Kanuga
@FlexiSush thank you ... it worked.. hey one more query i am fetching data from backend.. there is filed called critical... i have that field in my VO as well... so based on that how do i check or uncheck it... On Wed, Feb 10, 2010 at 12:31 AM, FlexiSush wrote: > Hey Fehmina, > it is possib

[flex_india:28358] Re: Flex performance Issue

2010-02-09 Thread Vishal lad
Hi, What may be the possible reasons for Memory Leaks.How can we solve these issues? Actually we are enforcing a Garbage Collection.still we are facing the problems.Can anyone point me to a specific tutorial or url which deals with this situation. Thanks & Regards Vishal On Feb 9, 6:59 am, G

Re: [flex_india:28359] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread pradeep gorijavolu
can anyone please concentrate on my issue. Its very urgent for me to deliver my application Regards, Pradeep On Wed, Feb 10, 2010 at 8:52 AM, Fehmina Kanuga < whitepearl.fehm...@gmail.com> wrote: > @FlexiSush > thank you ... it worked.. > hey one more query i am fetching data from b

[flex_india:28360] Busy Cursor problem

2010-02-09 Thread Akshar
i am using the following lines of code for showing the busy cursor cursorManager.removeAllCursors(); cursorManager.setBusyCursor(); but sometimes the mouse pointer also comes along with the busycursor. i am using a image for showing the busy cursor. my css has follwing lines CursorManager {

[flex_india:28361] Re: Rotating chart axis labels

2010-02-09 Thread Akshar
@FlexiSush thanks a lot for your help. it is working now. but now i have facing one curious thing. if the dataprovider has only one item then the label on horizontal axis for that is not coming properly. i have fixed it by making sure that my dataprovider has atleast two values but still if i can f

Re: [flex_india:28362] Re: sliding TitleWindow

2010-02-09 Thread bala subramanyam
Hello Thomas, Use Move Effect and specify duration for that... Or Use Timer function that would trigger and frequent intervals, it will also works for that -- Baluvasireddy -- You received this message because you are subscribed to the Google Groups "Flex India Community" grou

Re: [flex_india:28363] Garbage Collection problem

2010-02-09 Thread bala subramanyam
Hello Raj Use removeall function or make new instance when ever you... change dataprovider -- Baluvasireddy -- 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 unsubscrib