[flex_india:33771] Vizzy Flash Tracer - To trace flash/flex application.

2011-05-17 Thread Paritosh Bisi
Hi All, Please check out this app to trace flash/flex application, which runs out of the box, requires no installation or configuration. http://code.google.com/p/flash-tracer/ Thanks, Paritosh -- You received this message because you are subscribed to the Google Groups "Flex India Community"

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

2011-05-17 Thread Kronos
What do u mean by page refresh ??? If you are reloading the page from the browser then there is nothing that u can do to prevent it. If not, you will have to redraw the polygons every time the page is refreshed. You could move the code to the creationComplete of the page (unless the code is user e

Re: [flex_india:33768] How to set background color for Tab navigator

2011-05-17 Thread anand sharma
use css there is attribute you can set On Wed, May 18, 2011 at 1:27 AM, naveen SR wrote: > Hi Sravan, > > You need create a skin class and use it on the tabnav, you cannot use the > background color property on flex 4. > > -Naveen > > On Sat, May 14, 2011 at 5:04 AM, sravan kumar wrote: > >> Hi

[flex_india:33768] Need to add close button to tabbar components?

2011-05-17 Thread Navin
Need to add close button to tabbar components? If possible provide me some sample code. Here i am trying to add components to tabbar through viewstack. Thanks, Naveen. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this gr

Re: [flex_india:33766] How to set background color for Tab navigator

2011-05-17 Thread naveen SR
Hi Sravan, You need create a skin class and use it on the tabnav, you cannot use the background color property on flex 4. -Naveen On Sat, May 14, 2011 at 5:04 AM, sravan kumar wrote: > Hi All, > > can any one tell me how to set background color for tabs in tab navigator > in flex 4. i set the

[flex_india:33766] Embedded fonts in Flex Mobile - Android

2011-05-17 Thread Thulasi
Hi, I am font rend issues embedding a variation of Helvetica fonts on Mobile Application. Seems the components are skipping the font and still taking system fonts.. Did any body try embedding fonts inside Mobile app and able to run without any rendering issues?? Any solution/ comments/ ideas abt

[flex_india:33765] Scrolling does not work on Firefox for flex data grid

2011-05-17 Thread nav
Hi Friends, When my application (built on flex 3.5) loads, my scroll does not work in Mozilla Firefox across the flex data grid. The same application scrolls just fine in IE. Do I need to add anything additional to my application to bring in the scroll support on Firefox? I have researched a lo

Re: [flex_india:33764] Re: How to get id value of Main.mxml file to CustomPanel.mxml file?

2011-05-17 Thread madhavi chinni
You can use FlexGlobals.toplevelapplication.variablename if you are using Flex4 On Tue, May 17, 2011 at 6:16 PM, Shaleen Jain wrote: > You can use "Application.application.any_property" to access the > public properties of Main.mxml. > > Though not always a good approach to directly access public

[flex_india:33763] Re: How to get id value of Main.mxml file to CustomPanel.mxml file?

2011-05-17 Thread Shaleen Jain
You can use "Application.application.any_property" to access the public properties of Main.mxml. Though not always a good approach to directly access public properties like this. Thanks, Shaleen Jain On May 17, 8:06 am, Navin wrote: > I have a method in CustomPanel.mxml and I need to use id wh

Re: [flex_india:33761] How to get id value of Main.mxml file to CustomPanel.mxml file?

2011-05-17 Thread Krishna
hi Naveen, I think you can use* this* keyword ,there is no need to use id. Thanks krishna shinde On Tue, May 17, 2011 at 8:36 AM, Navin wrote: > I have a method in CustomPanel.mxml and I need to use id which is > available in Main.mxml > > Below is my sample code > > Main.mxml > -- >

Re: [flex_india:33761] Problem to read (xlsx) file in flex

2011-05-17 Thread srinivas katta
the file formats are different, you might be using some library(swc) to read xls files. As per my knowledge we dont have any library that supports xlsx format. We have to develop our own. I got the similar requirement, I developed a separate library that supports xlsx format in 2 months. Regards,

[flex_india:33759] Keep sprite objects on page after refresh

2011-05-17 Thread Flex based developments
I got some sprite objects(polygon) on a mxml page.The problem is as soon as the page is refreshed the sprite is cleared. Can anyone suggest how to keep or stop the clearing of sprite objects on refresh. Thanks. Abhilash -- You received this message because you are subscribed to the Google Group

[flex_india:33758] How to get id value of Main.mxml file to CustomPanel.mxml file?

2011-05-17 Thread Navin
I have a method in CustomPanel.mxml and I need to use id which is available in Main.mxml Below is my sample code Main.mxml -- Custompanel.mxml -- private function (){ div1.state = (div1.state == CustomDividedBox.COLLAPSE ? CustomDividedBox.EXPAND : CustomDividedBox.

Re: [flex_india:33756] Re: HOw to change behaviour of CheckBox List

2011-05-17 Thread Malek S
actually i am using Flex 4 check box. I think skinning should be the solution. also checkBoxList is framework component which is extending List. On Tue, May 17, 2011 at 11:07 AM, Kronos wrote: > Nice one ... I dint think of leaving the label blank for the > checkbox ... good thinking Santosh. >

Re: [flex_india:33756] Re: HOw to change behaviour of CheckBox List

2011-05-17 Thread Malek S
ok, so it means that checkbox has this a default behaviour and we need to customize it. thanks for inputs. will try and post the component. On Mon, May 16, 2011 at 6:59 PM, Kronos wrote: > Hi Malek, > > I cant think of a straight forward way to do it because the component > designed by Adobe

[flex_india:33756] Problem to read (xlsx) file in flex

2011-05-17 Thread kuldeep chauhan
Hi I imported excel sheet(xls) 2003 in flex and it is properly reading each row data of excel sheet But when I m trying to import excel sheet 2007(.xlsx) then given a exception . Plz help me -- You received this message because you are subscribed to the Google Groups "Flex India Communit