RE: EuGrid 1.2 Release - Jonas

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

Jonas,

Replies below...

Jonas Temple wrote:
> 
> 
> Phil,
> 
> Well, now that you mention it....
> 
> Here's a couple of things:
> 
> 1. When using the tab key to tab through columns/rows in an EuGrid it 
> would be nice if the current cell's border would be highlighted/colored 
> to indicate where the current cell is.  The problem here is when tabing 
> through a grid with some read-only cells, check boxes, buttons, etc. you 
> 
> only know where the current cell is when you tab to a text cell that is 
> editable.  Make sense?
> 

By default you *should* be getting a border around the current cell. 
There are a couple of grid properties which set this behaviour:

EGW_CELL_BORDER	-- if True then draw border round current cell (this is 
the default)
EGW_CELL_BORDER_COLOR -- defaults to windows '3d dark shadow' system 
colour, which is black in the standard windows colour scheme

If you are not getting a border then possible reasons could be:
(i) the cell border property is not set to True, 
(ii) you are using a different windows colour scheme which renders the 
border color non-visible 
(iii) you have set the grid line colour (EGW_LINE_COLOR) to the same as 
the border colour
(iv) there is a bug in the library.

The border appears fine on my pc - could you try changing the border 
color to something bright (like yellow) to see if it appears on yours?

> 2. How about a EGW_RIGHTBUTTONDOWN/EGW_RIGHTBUTTONUP message to add a 
> custom popup menu?
> 

On my list...

> Keep up the GREAT work!  My company will be submitting a bid to re-write 
> 
> an Access application using Euphoria as the front end and I can 
> guarantee that EuGrid will be in there!  
> 

Fame at last - best of luck with the bid!

Phil

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

Search



Quick Links

User menu

Not signed in.

Misc Menu