[flexcoders] Resizable TitleWindow

2006-06-27 Thread Rajni
How to make TitleWindow resizable? -- Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design.

[flexcoders] preloader custmization

2006-06-22 Thread Rajni
How to customize preloader in flex? -- Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups. Check out the enhanced email design.

[flexcoders] context-menu in flex...

2006-04-24 Thread Rajni
Hi, Can anybody tell me that how to customize the context-menu in flex? or how to disable right-click menu in flex? Thanks -Rajni -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

RE: [flexcoders] DataGrid Sort Direction

2006-03-26 Thread Rajni
Hi,Try this code :mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml backgroundColor=#FF mx:Script ![CDATA[ function showArrow(){ myGrid.sortItemsBy(name,asc); myGrid.sortIndex = 1; myGrid.sortDirection = ASC; myGrid.placeSortArrow(); } function showArrow1(){

[flexcoders] Problem with Datefield Control

2006-02-23 Thread Rajni
in advance -Rajni -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web site

[flexcoders] Tooltip position problem in Loader

2006-02-20 Thread Rajni
Hi, I agree with you that in Datagrid, Tooltip is coming perfectly fine using showDatatoolTip() with DatagridColumn. But, my problem is when I use this in my application which is opening in loader its not coming at proper position. Thanks in advance -Rajni -- Flexcoders Mailing List FAQ

RE: [flexcoders] Modal Popup

2006-02-14 Thread Rajni
, and popup is opening in the right part, and i want to deactivate the top and the left part of the application when popup is opened. I have tried with root, parent, loader id but its not working. Can you please give me a solution or if possible small example so that i can use it. -Rajni

[flexcoders] Modal Popup

2006-02-13 Thread Rajni
How to set any popup as modal for loader in which the whole application running not for the Application window in which it is running? -- Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com -- Flexcoders Mailing List FAQ:

[flexcoders] Tooltip for gridcolumns in a Datagrid

2006-02-13 Thread Rajni
How to set tootip for gridcolumns in a Datagrid? I have used showDataTips = true , but this does not work for some of the columns Tooltips is not coming at proper position on the screen... -- Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com -- Flexcoders Mailing List FAQ:

RE: [flexcoders] customized combo

2006-01-30 Thread Rajni
Hi Abdul,Thanks for replying...But i am not able to figure it out. Could you pl send me the code to change background color or text color of particular item in Combo box.Thanks-Rajni On Sun, Jan 29, 2006 at 9:31 AM, Abdul Qabiz wrote:Hi Rajni, You can look at the styles of List component

RE: [flexcoders] Re: customized combo

2006-01-30 Thread Rajni
Hi Daug, Thanks a lot for replying...But this code doesn't work Thanks -Rajni On Fri, Jan 27, 2006 at 11:37 PM, douglowder wrote: To change the background color, try something like: myComboBox.dropdown.setPropertiesAt(itemNumber, {backgroundColor: 0x80}); You can also

[flexcoders] customized combo

2006-01-27 Thread Rajni
how to change color or background color of more than one item in a combo box? Sent using Laszlo Mail. Try it yourself. http://www.laszlomail.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Re: best way to handle this ViewStack situation when loading

2006-01-17 Thread Rajni
Can any body help me to make customized number-formattor. On Sun, Jan 15, 2006 at 12:00 PM, jgraham_us wrote: Well I came up with a solution. Basically when the viewstack in initialized I create just the view containers for each view in the viewstack, setting an initialization flag to

RE: [flexcoders] Variable Initialization Bug? Data Binding Issues in Flex 1.5

2005-12-08 Thread Rajni Choudhary
Can anybody tell how to disable refresh button of browser in flex From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ben Lucyk Sent: Thursday, December 08, 2005 6:04 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Variable