[flexcoders] FW: Problem With the Data Grid Header

2006-10-19 Thread Akash
; } public function getPreferredHeight():Number { return listOwner.rowHeight; } public function layoutChildren():Void { lbl.setSize(80, listOwner.rowHeight); } function setValue(str:String, item:Object, sel:Boolean) : Void { } } Akash, __._,_.___ -- Flexcoders Mailing

[flexcoders] How to generate pdf of MXML file

2006-10-18 Thread Akash
Hi, I want to know that is it possible to generate the pdf from the mxml components in flex 1.5 or 2.0 or not. If possible then which class can we use? Akash, __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] how to convert string to number

2006-10-16 Thread Akash
Hi, I am new to flex 1.5. I searched a lot for this conversion but didnt get anything helpful. Actually I am accepting text from the TextInput which accepts only the number. So I want to convert it to the number but how to do it in flex? Akash, __._,_.___ -- Flexcoders

RE: [flexcoders] Calculating Values on The Fly

2006-10-14 Thread Akash
Hi, Thanks a lot. Akash, . From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Tredway Sent: Friday, October 13, 2006 12:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Calculating Values on The Fly a simple

[flexcoders] Accordians help

2006-10-13 Thread Akash
hand side of the header button. There was some gap say 5 pixels on its left side. Perhaps its easy in flex 2.0. is there any example of this kind in flex 1.5? Looking forward to your cooperation, Akash, __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Calculating Values on The Fly

2006-10-12 Thread Akash
Hi, I have 2 comboBoxes, a text area and a label. Whenever a change occurs in any of the above said controls the resultant value of the label should come accordingly on the fly. Can anybody Tell me some example of this kind. Looking Forward to your cooperation, Akash

[flexcoders] How to change the Link icon at run time

2006-10-09 Thread Akash
color=#FF toolTip=Print Report enabled=false click=doPrint();/ Thanks regards, Akash __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Problem with Action Script

2006-10-06 Thread akash
Hi, Can anybody tell me how to include two actionScript files in an application? Actually I am using the following methodology. mx:Script source= file name. Can I call 2 files using this tag? What is the syntax? Regards, Akash Chander, 9886036863

[flexcoders] Variable Initialization Problem

2006-10-06 Thread akash
out to be undefined? titleparam.text=title; } ThanksRegards, Akash Chander, __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] can we include two .as files into our Application?

2006-10-05 Thread akash
Hi all, Can anybody tell me how to include 2 .as files into our Application using the source property of the mx:Script source=/ tag? Thanks Regards, Akash Chander, 9886036863. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Component ID Reference

2006-09-27 Thread akash
Hi all, Can anybody suggest me hw to refer the component defined in the .MXML file from an .as file. Thanks, Akash __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Unable to call a method from a different file

2006-09-27 Thread akash
x=5 y=4 height=18 fontSize=11 fontWeight=bold color=#FF / mx:Link label=View Report x=389 y=4 width=77 height=18 color=#FF fontSize=10 fontWeight=bold mouseDown={leftAccord.destroyUI();}/ // this destroyUI() is not being called up. Why? /mx:Canvas Thanks. Akash

[flexcoders] How to refer the component of the .mxml file inside a .as file?

2006-09-27 Thread akash
{ obj.dashBoard.destroyChild( UIObject( pageItem ) ); } The way it is shown above is not working. Can I refer the dashboard component from .as file? Regards, Akash Chander, __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Complie Time Constant expressions Exception

2006-09-26 Thread akash
();leftAccord.createUI('pointCalciReport');/ Could anybody suggest me what mistake I m commiting? Or what should be done to get this working? Regards, Akash __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

[flexcoders] displaying the Pop window as we focus on the link.

2006-09-18 Thread akash
Hi all, I am new to flex. And I m using flex 1.5. I am trying to open the popup window for showing contents of the link of some message as i focus on it.. but I have no idea of it. Plz. Someone having some idea regarding it share with me. Regards, Akash