datagrid problem with arrow btn

2009-09-16 Thread Yves COPPE
Hi list Little question about datagrid I have a datagird form style there is an arrow btn to close or open a fld (as in the webinar) I have a mouseDown fuction in the behavior script I want to close or open all the arrows at once so my script is dgmouseDown if pmouseBtnNum is 1 then

Re: datagrid problem with arrow btn

2009-09-16 Thread Trevor DeVore
On Sep 16, 2009, at 4:00 PM, Yves COPPE wrote: I want to close or open all the arrows at once so my script is dgmouseDown if pmouseBtnNum is 1 then if the short name of the target is arrow then if the optionKey is down then put the dgData of group DataGrid historique into

Re: datagrid problem with arrow btn

2009-09-16 Thread Yves COPPE
Le 16-sept.-09 à 22:07, Trevor DeVore a écrit : On Sep 16, 2009, at 4:00 PM, Yves COPPE wrote: I want to close or open all the arrows at once so my script is dgmouseDown if pmouseBtnNum is 1 then if the short name of the target is arrow then if the optionKey is down then put

Re: datagrid problem with arrow btn

2009-09-16 Thread David Bovill
2009/9/16 Yves COPPE yvesco...@skynet.be Re, So, there is no solution ? Thanks for your quick reply You can and often need to : send yourDatagridCommand to group Datagrid 1 in 2 ticks Hope that makes sense - its a problem that the datagrid deletes all it's inards and recopies

Re: datagrid problem with arrow btn

2009-09-16 Thread Yves COPPE
Le 16-sept.-09 à 22:36, David Bovill a écrit : 2009/9/16 Yves COPPE yvesco...@skynet.be Re, So, there is no solution ? Thanks for your quick reply You can and often need to : send yourDatagridCommand to group Datagrid 1 in 2 ticks Hope that makes sense - its a problem that

Re: datagrid problem with arrow btn

2009-09-16 Thread Trevor DeVore
On Sep 16, 2009, at 4:48 PM, Yves COPPE wrote: it's not a delete command in this case I just want to close/open all in once all the disclosure triangle (arrow btn) but I understand my script is nested in himself ! no issue ! send ResetList to group DataGrid historique will delete