Re: [flexcoders] DG not triggering doubleClick event

2006-04-06 Thread jeremy lu




known bug, DataGrid didn't propagate doubleClickEanbeld to it's children.
should be fixed in beta3.On 4/7/06, Jeremy Rottman [EMAIL PROTECTED] wrote:
I have a dg that I am using to display semi-detailed search results.In FB2B1 I used doubleclick to change the state of the search to edit.Now that I have updated to FB2B2 my doubleClick event no longer works.Anyone have an idea what the changed or how I can fix this.
Here is my code.mx:DataGrid
x=6 id=ListDG y=71doubleClick=DisplayListModdisplayDetailListQry(ListDG.selectedItem.FLD_FILENUM);DocDisplayModdisplayDocsListQry(ListDG.selectedItem.FLD_FILENUM)
width=100%height=80%mx:DataGridItemRendererxmlns:mx=http://www.adobe.com/2006/mxml
 xmlns=*doubleClickEnabled=true/mx:columnsmx:DataGridColumn
headerText=File NumberdataField=FLD_FILENUM/mx:DataGridColumn
headerText=Address dataField=FLD_PROPNUM/mx:DataGridColumn
headerText=List PricedataField=FLD_FILENUM/mx:DataGridColumn
headerText=MLS NumberdataField=FLD_FILENUM/mx:DataGridColumn
headerText=Agent NamedataField=FLD_FILENUM/mx:DataGridColumn
headerText=Status dataField=FLD_FILENUM//mx:columns/mx:DataGrid
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
* Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] DG not triggering doubleClick event

2006-04-06 Thread Jignesh Dodiya



meanwhile u can do something to solve the problem


u can just use the mouseDown event and can do some code for event listener that if the mouseDown for 2 times in the specific time it will call as double click event.i mean to say u can set time for two click even and iftwo clicks happened in thattime interval (very small in msecond) u can use it as double click event

Regards, Jignesh Dodiya 






--
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 design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.