Re: [flex_india:34329] How to override the createChildren() method of panel which is declared as mxml tag in the main mxml file

2011-08-05 Thread komal harkut
i tried the following code.it is working protected function pnl_creationCompleteHandler(event:FlexEvent):void { var btn:Button = new Button(); btn.height = 25; btn.width = 35; btn.label = "X"; p

Re: [flex_india:34329] How to override the createChildren() method of panel which is declared as mxml tag in the main mxml file

2011-08-05 Thread naveen SR
Hi Madhavi, I am not sure if this is what your looking for : Create a custom panel component that extends Panel like public class MyCustomPanel extends Panel{ override protected function createChildren() : void{ super.createChildren(); titleBar.addChild(add ur component here u wana add to tit

Re: [flex_india:34329] FlexUnit

2011-08-05 Thread naveen SR
Could you please pose your questions on flexunit to help you out :) If your looking to code your first flex unit go here and download the samples: http://www.flexunit.org/?page_id=6 Cheers, Naveen On Thu, Aug 4, 2011 at 2:32 AM, Bobby wrote: > Hi evevryone, > Do any know about flexUnit in flex

[flex_india:34326] Diff Between endpoint and URL

2011-08-05 Thread B.Praveen
Hi wen We use Endpoint in HttpServices and RemoteObject; when we us destination in Httpservices and Remoteobject; -- 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_india@googlegroups.com. To

[flex_india:34326] FlexUnit

2011-08-05 Thread Bobby
Hi evevryone, Do any know about flexUnit in flexBuilder3.0. if so please help me out in doing this. reply me plz. Thanks & Regards, Praveen Ramineni -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to fl

Re: [flex_india:34326] Differences Between ItemRenderers and ItemEditors

2011-08-05 Thread komal harkut
Both are used for editing,but item renderer is used for displaying visual elements.. item editor is used for editing purpose. Item editor can pass data back from the particular control to save it as a new value for item being edited. We can also use item renderer as editor by using boolean propert

[flex_india:34325] Weborb connection

2011-08-05 Thread Cristhian Flores
Hi, users Flex!! Please help me, how connect more weborb servers?? Greetings -- 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_india@googlegroups.com. To unsubscribe from this group, send email t

Re: [flex_india:34324] How to Create PDF in flex3

2011-08-05 Thread kapilan Thangalakshmi
Hi this would be help u.. http://www.devaldi.com/?p=212 On Fri, Aug 5, 2011 at 3:40 PM, noorul ameen wrote: > Hi > I am new in flex 3.i want to create PDF .is it possible to create pdf > in flex ? . > I am using java as server side . > > Thanks > > -- > You received this message

[flex_india:34323] How to Create PDF in flex3

2011-08-05 Thread noorul ameen
Hi I am new in flex 3.i want to create PDF .is it possible to create pdf in flex ? . I am using java as server side . Thanks -- 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_india@go

[flex_india:34321] How to override the createChildren() method of panel which is declared as mxml tag in the main mxml file

2011-08-05 Thread madhavi chinni
Hi, I have a or declared in the main mxml file .I want to add the items to the titleBar of that panel in the actionscript of the main mxml file. Is there a possibility to override the createChildren() method of that panel in the actionscript of the main mxml file?or Can we add items to the panel

[flex_india:34321] Using checkbox as header rendere inside List

2011-08-05 Thread Malek S
HI , can some body help me in inserting checkbox as header renderer in List? regards malek -- 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_india@googlegroups.com. To unsubscribe from this group,

Re: [flex_india:34316] transparent background

2011-08-05 Thread Mohamed Faisal
set backgroundAlpha = 0 On Thu, Aug 4, 2011 at 7:22 AM, deepa wrote: > Hi, > > i have a vbox with backgroundColor="white", I want to make it > transparent. What css properties can I use to set the containers > background to transparent. > > Thanks. > > -- > You received this message because you

Re: [flex_india:34316] transparent background

2011-08-05 Thread Ganesh Suyampirakasam
Hi vikas Its working.:) On Thu, Aug 4, 2011 at 12:07 PM, Ganesh Suyampirakasam < ganeshsu...@gmail.com> wrote: > Hi Vikas > > Backgroundalpha = 0 is not working > > On Thu, Aug 4, 2011 at 12:04 PM, Vikas Madan wrote: > >> Set backgroundAlpha = 0 >> >> Sent from android. >> On Aug 3, 2011 11:28 P

[flex_india:34316] Differences Between ItemRenderers and ItemEditors

2011-08-05 Thread krishna
Hi Guys, Can you tell me the differences between ItemRenderers and ItemRenderers, Please post as much unique differences as possible from your personal experiences. Regards, Krisnam -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

Re: [flex_india:34316] Re: Checking all checkboxes together

2011-08-05 Thread Malek S
Pradeep if u could help me code . that would be great On Wed, Aug 3, 2011 at 10:58 PM, Pradip Jadhav wrote: > Hi Malek, > > Please follow the steps below; > > 1. add new property isSelected to every object of your data provider. > 2. in set data function of item renderer check whether isSelecte

Re: [flex_india:34316] transparent background

2011-08-05 Thread Ganesh Suyampirakasam
Hi Vikas Backgroundalpha = 0 is not working On Thu, Aug 4, 2011 at 12:04 PM, Vikas Madan wrote: > Set backgroundAlpha = 0 > > Sent from android. > On Aug 3, 2011 11:28 PM, "deepa" wrote: > > Hi, > > > > i have a vbox with backgroundColor="white", I want to make it > > transparent. What css prop