1. RE: EUGrid and Column Headers
- Posted by Tony Steward <tony.steward at gmail.com> Oct 13, 2005
- 467 views
Hello Jonas, I tried this colid = EGW_AddColumn(IndKeyGrid,"",20,EGW_LAST,EGW_CHECKBOX,6) but it does not work just gives blank column header. I was thinking about using 2 bitmaps until Phil can create this feature. But I don't understand how how to do this. In the style example the bitmap is drawn in the cell_format event. I gues I would have to create a flag and then draw the appropriate bitmap. What do you think? Thanks Tony Jonas Temple wrote: > > > posted by: Jonas Temple <jtemple at yhti.net> > > Tony, > > Could you just make the first row in the grid checkboxes and checking > the box would check all underneath? I'm not sure 100% that this can be > done but I seem to remember in the docs that you can mix the column > types per row. > > Jonas Temple > http://www.yhti.net/~jktemple Give your hardest tasks to your lasiest workers. They will always find the easiest way to complete it.
2. RE: EUGrid and Column Headers
- Posted by Tony Steward <tony.steward at gmail.com> Oct 13, 2005
- 448 views
Ok got images displaying. Its probably not the best way but it works. Is there anyway to stop the column headers depressing when clicked. I still wan to be able to click them but I don't want then depressed. Thanks Tony Tony Steward wrote: > > > Hello Jonas, > I tried this > colid = EGW_AddColumn(IndKeyGrid,"",20,EGW_LAST,EGW_CHECKBOX,6) > but it does not work just gives blank column header. > > I was thinking about using 2 bitmaps until Phil can create this feature. > > But I don't understand how how to do this. In the style example the > bitmap is drawn in the cell_format event. I gues I would have to create > a flag and then draw the appropriate bitmap. > > What do you think? > > Thanks > Tony > Jonas Temple wrote: > > > > > > posted by: Jonas Temple <jtemple at yhti.net> > > > > Tony, > > > > Could you just make the first row in the grid checkboxes and checking > > the box would check all underneath? I'm not sure 100% that this can be > > done but I seem to remember in the docs that you can mix the column > > types per row. > > > > Jonas Temple > > http://www.yhti.net/~jktemple > > > Give your hardest tasks to your lasiest workers. > They will always find the easiest way to complete it. > Give your hardest tasks to your lasiest workers. They will always find the easiest way to complete it.
3. RE: EUGrid and Column Headers
- Posted by Tony Steward <tony.steward at gmail.com> Oct 13, 2005
- 475 views
Its ok I figured that out too. Thanks guys Tony Steward wrote: > > > Ok got images displaying. Its probably not the best way but it works. > > Is there anyway to stop the column headers depressing when clicked. > I still wan to be able to click them but I don't want then depressed. > > Thanks > Tony > > Tony Steward wrote: > > > > > > Hello Jonas, > > I tried this > > colid = EGW_AddColumn(IndKeyGrid,"",20,EGW_LAST,EGW_CHECKBOX,6) > > but it does not work just gives blank column header. > > > > I was thinking about using 2 bitmaps until Phil can create this feature. > > > > > > But I don't understand how how to do this. In the style example the > > bitmap is drawn in the cell_format event. I gues I would have to create > > a flag and then draw the appropriate bitmap. > > > > What do you think? > > > > Thanks > > Tony > > Jonas Temple wrote: > > > > > > > > > posted by: Jonas Temple <jtemple at yhti.net> > > > > > > Tony, > > > > > > Could you just make the first row in the grid checkboxes and checking > > > the box would check all underneath? I'm not sure 100% that this can be > > > done but I seem to remember in the docs that you can mix the column > > > types per row. > > > > > > Jonas Temple > > > http://www.yhti.net/~jktemple > > > > > > Give your hardest tasks to your lasiest workers. > > They will always find the easiest way to complete it. > > > > Give your hardest tasks to your lasiest workers. > They will always find the easiest way to complete it. > Give your hardest tasks to your lasiest workers. They will always find the easiest way to complete it.