Re: [flex_india:30269] help on searching in own website

2010-06-01 Thread Alekhya Krishna
Hi swapna, I hope it is useful for u. http://www.adobe.com/2006/mxml"; xmlns:components=" components.*"> thanks krishna On Sat, May 29, 2010 at 9:18 PM, swapna y wrote: > hello All > > i need help to create search engine in own website... > actually i have used google search engin

[flex_india:30268] Re: reset the component

2010-06-01 Thread adi
hi , thanks for u r reply, if i use dg.refresh() then it will refreshes the dataprovider ,here my problem is getting data from database, that service is called once in 3rd state because i called that services in initialize event,so i used "show" event in third state to getdata from database that so

[flex_india:30267] Hi

2010-06-01 Thread Fani prasad
Hi All, This is phani prasad.N I am haveing 3 + years of experience Adobe Flex Technologies, Java, J2EE . How to get the Freence Lance Project can u any one tell me.I am very very intrested do that work. Thanks, N.Phaniprasad pno:09379084006 -- You received this message because you are su

[flex_india:30266] Re: Problem with Bindable property

2010-06-01 Thread sathesh
Hi, In this case semicolon is mandatory otherwise compiler sees the line where you declared public constant ITEM_HEIGHT as public static const ITEM_HEIGHT:Number = 94[Bindable] Compiler considers Bindable as a variable assigned to an array, rather than as metatag [Bindable] and throws error. -

Re: [flex_india:30264] Re: Problem with Bindable property

2010-06-01 Thread amit pathak
I don't think it is mandatory On Tue, Jun 1, 2010 at 1:24 PM, Khalid Chaudhary wrote: > is semicolon mandatory in ActionScript ? > > > On Tue, Jun 1, 2010 at 12:47 PM, Santosh wrote: > >> Hi, >> >> just put a semicolon after ITEM_HEIGHT...it will work >> public static const ITEM_HEIGHT:Number

[flex_india:30264] Re: Problem with Bindable property

2010-06-01 Thread Santosh
Hi, Semicolon in not mandatory in ActionScript but we cannot use bindable tag for const variables.If u remove semicolon in above issue it is thinking that ur are using bindable for const variable. On Jun 1, 12:54 pm, Khalid Chaudhary wrote: > is semicolon mandatory in ActionScript ? > > On Tue,

Re: [flex_india:30263] Re: Problem with Bindable property

2010-06-01 Thread Khalid Chaudhary
is semicolon mandatory in ActionScript ? On Tue, Jun 1, 2010 at 12:47 PM, Santosh wrote: > Hi, > > just put a semicolon after ITEM_HEIGHT...it will work > public static const ITEM_HEIGHT:Number = 94; > > On May 31, 3:25 pm, Saravanan wrote: > > Hi, > > > > I have problem in setting the Bindabl

Re: [flex_india:30262] PROBLEM IN LOADING IE 6 WITH MULTIPLE TABS VERSION

2010-06-01 Thread rishi narang
what error do you get in IE 6? please explain. Does the swf file doesn't load at all... On Tue, Jun 1, 2010 at 12:58 PM, Chandu wrote: > Hi > >  we developed a flex application it is loading in all versions of > Mozilla  and IE except(IE 6 multiple tab version) >  we embedded swf in html > >

Re: [flex_india:30261] Showing tooltip on the line

2010-06-01 Thread Akshar Kaul
Thanks a lot... it works perfectly... Akshar Kaul On Tue, Jun 1, 2010 at 12:32, haripriya ps wrote: > Hi Akshar, > > Make few changes in the drawtheline component. > > Code : > > > > > xmlns:mx="http://www.adobe.com/2006/mxml"; width="400" > > height=" > 300" creationComplete="createLine()"

[flex_india:30252] Re: How To Print A Form To A4 Size Paper?

2010-06-01 Thread Sangeeta Kalyani
Hi Ravi, You can try various options of class FlexPrintJobScaleType. Below is the reference URL. http://livedocs.adobe.com/flex/3/langref/mx/printing/FlexPrintJobScaleType.html Regards, Sangeeta Kalyani On May 31, 2:32 pm, Ravi wrote: > I have tried to print the Form to a A4 size paper, but th

[flex_india:30252] Re: Remove themes for particular canvas in flex 3

2010-06-01 Thread Ravindra Kumar Challagandla
Remove styleName property for the canvas. On May 31, 10:05 am, Sangeeta Kalyani wrote: > Hi Vincent, > > You can always define styles in the css and use the required style for > any component using the styleclass property. > > Regards, > Sangeeta Kalyani > > On May 30, 11:20 am, vincent wrote:>

[flex_india:30252] Re: Problem with Bindable property

2010-06-01 Thread Santosh
Hi, just put a semicolon after ITEM_HEIGHT...it will work public static const ITEM_HEIGHT:Number = 94; On May 31, 3:25 pm, Saravanan wrote: > Hi, > > I have problem in setting the Bindable property in custom component... > > It shows error "Access to undefined property Bindable" > > > http://

[flex_india:30252] Re: Change Line chart Graph itemRenderer

2010-06-01 Thread Sangeeta Kalyani
Hi Varun, You can use only one custom item renderer and display the filled/ hallow circles based on the condition. Below is the reference URL for more details. http://livedocs.adobe.com/flex/3/html/help.html?content=charts_formatting_06.html Regards, Sangeeta Kalyani On May 31, 11:43 am, Varun

[flex_india:30252] flex with php

2010-06-01 Thread vidhu
Hi, I m working with flex with php image editor. The problem is when i pass the encoded data from flex to php through http service, it is not accepting( in some server). Is there is any other way to pass encoded data from flex to php. Anybody have faced such a problem. Please do Advise. Thanks &

Re: [flex_india:30252] Problem with Bindable property

2010-06-01 Thread haripriya ps
Hi Saravanan, The reason is very simple : ) put a semicolon to the ITEM_HEIGHT declaration line.your problem will be solved...: ) Thank you Haripriya On Mon, May 31, 2010 at 3:55 PM, Saravanan wrote: > Hi, > > I have problem in setting the Bindable property in custom component... >

Re: [flex_india:30252] Showing tooltip on the line

2010-06-01 Thread haripriya ps
Hi Akshar, Make few changes in the drawtheline component. Code : http://www.adobe.com/2006/mxml"; width="400" height="300" creationComplete="createLine()" borderColor="#00FF00" borderStyle="solid" mouseMove="findTarget(event)"> Noe you can see the tool tip only for the line, not fo

[flex_india:30252] java flex jsp configuration

2010-06-01 Thread matiasx
Hi all, We developed a Flex Java MySQL application in a local server, and is working good. Now we moved to another server (across internet) and the hosting service gave us access with Tomcat (we also used on our local server) by a jsp file. I don't know if we can access our application in this se

[flex_india:30252] PROBLEM IN LOADING IE 6 WITH MULTIPLE TABS VERSION

2010-06-01 Thread Chandu
Hi we developed a flex application it is loading in all versions of Mozilla and IE except(IE 6 multiple tab version) we embedded swf in html http://fpdownload.macromedia.com/get/flashplayer/current/ swflash.cab">