[flexcoders] Preventing HSlider from moving forward

2009-02-27 Thread Daman Dogra
Hi All, I have this requirement in a project where I need to block a slider from moving forward after it reaches a certain value. The user should still be able to move the slider backwards though. I could disbale the slider however, that wouldn't work because then user can't move it backwards

[flexcoders] Restrict dragging for some datagrid columns

2008-01-24 Thread Daman Dogra
Hi All, I understand that in Flex 3.0 the DataGridColumn class has a property called "draggable" which controls the drag behaviour of that column. How can I do the same in Flex 2.0.1 ? ...ie restrict certain columns from being draggable. Looks like in Flex 2.0 the draggable property is only av

[flexcoders] Re: Data Sharing between two swfs

2007-09-26 Thread Daman Dogra
nection is often the answer > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Daman Dogra > Sent: Tuesday, September 25, 2007 11:20 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Data Sharing between two swfs > > &

[flexcoders] Data Sharing between two swfs

2007-09-25 Thread Daman Dogra
Hi All, Here's a brief description of my problem. I have two separate html pages, lets say html1 and html2, each containing a swf..lets say swf1 and swf2. A user would typically land up on html1 page which contians swf1, swf1 would gather some data, the user then navigates to html2 page which c

[flexcoders] Hand Cursor on slider - Flex 1.5

2007-02-21 Thread Daman Dogra
Hi, I am developing this application in Flex 1.5 and one of the requirements is to display the hand cursor when a user mouse over's any of the slider. I included the mouseOver handlers as follows This does give me the hand cursor, however the slider freezes up and is completely un-usable. W