Page 1 of 1
Parent Window Title Gets Deactive while editing GRID's Cell
Posted: Thu May 28, 2009 12:38 pm
by shridhar
Parent Window Title Gets unfocused while editing Cell of GRID.
I have found above issue with GRID edit cell. Please follow the below step to find the same.
1. Run the a demo example of GRID_23 folder in SAMPLES folder of HMG 2.9.1
2. Before edit a cell see the Parent Windows Title Bar of gird, It seems like active window
3. Edit any cell while editing see the Parent Window Title Bar, it seems like deactive window.
Re: Parent Window Title Gets Deactive while editing GRID's Cell
Posted: Thu May 28, 2009 12:45 pm
by Roberto Lopez
shridhar wrote:Parent Window Title Gets unfocused while editing Cell of GRID.
I have found above issue with GRID edit cell. Please follow the below step to find the same.
1. Run the a demo example of GRID_23 folder in SAMPLES folder of HMG 2.9.1
2. Before edit a cell see the Parent Windows Title Bar of gird, It seems like active window
3. Edit any cell while editing see the Parent Window Title Bar, it seems like deactive window.
The editing cell window is modal, so, all other windows become inactive.
Regards,
Roberto.
Re: Parent Window Title Gets Deactive while editing GRID's Cell
Posted: Thu May 28, 2009 12:49 pm
by gfilatov
shridhar wrote:Parent Window Title Gets unfocused while editing Cell of GRID.
I have found above issue with GRID edit cell.
Hello,
That's right because the Cell editing window is an
other MODAL window.
Take a look for the function _HMG_GRIDINPLACEEDIT() in source\h_grid.prg (there is _hmg_grid_inplaceedit window here

).
Re: Parent Window Title Gets Deactive while editing GRID's Cell
Posted: Fri May 29, 2009 5:13 am
by shridhar
Thanks Master ...! :
But is there any way to avoid this issue

Re: Parent Window Title Gets Deactive while editing GRID's Cell
Posted: Fri May 29, 2009 11:16 am
by Roberto Lopez
shridhar wrote:Thanks Master ...! :
But is there any way to avoid this issue

Eventually yes, but it will require deep modifications in grid code.
Regards,
Roberto.