EuGrid bug

new topic     » topic index » view thread      » older message » newer message

I suppose this could be ruled a 'feature', though I don't think it's
correct.  When you resize a column, the selected row is lost.  I can't seem
to figure out how to keep the same cell selected (all my attempts to
remember which column the selected cell was in causes that column to be
resized, rather than the correct one), I have come up with a way to preserve
the row selection.  In EGW_OnLeftMouseDown, at the end of the resizing
if-then statement:

		-- begin mwl 8/1/03
		GridCurrentCell[grid][1] = oldcell[1]
		-- end mwl 8/1/03		
	end if

	-- Reset row selection
	void = EGW_SetRowSelect(grid, cell, oldcell )


Matt Lewis

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu