Author |
Message |
10/12/2012 15:14:11
|
krinninger
Power User
Joined: 17/11/2008 21:19:41
Messages: 567
Offline
|
Hello,
we now use the CLIENTHIGHLIGHTTEXT control also in grids.
Here we recognized that the highlightext does not scroll with grid but stays.
So when scrolling other values are highlighted.
Screenshot shows an example.
I have searched for "kg" and scrolled the list.
Greetings,
Michael
|
Filename |
scrollingandhighlighting.png |
Download
|
Description |
|
Filesize |
51 Kbytes
|
Downloaded: |
324 time(s) |
|
|
|
10/12/2012 17:13:02
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hmmm,
in principal the search should be re-executed after a rountrip - because the data might be changed (not only through scrolling, but also due to pressing a button or whatever).
We will add a REEXECUTEAFTERROUNDTRIP attribute.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
10/12/2012 17:54:20
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
...we made it simpler: the search is re-executed after each roundtrip as long as being active... No change on your side required.
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
10/12/2012 17:58:22
|
krinninger
Power User
Joined: 17/11/2008 21:19:41
Messages: 567
Offline
|
thank you.
and there comes the next wishes, would it also be possible to change style (color) of this highlighting. (favorite would be if we could this on control level)
Greetings,
Michael
|
|
|
10/12/2012 18:34:33
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
you already can set by defining client parameter "highlighttextbgpaint". A definition on control level.... - this would be some feature where CaptainCasa needs some venture capital funding....! ;-)
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
10/12/2012 18:40:48
|
krinninger
Power User
Joined: 17/11/2008 21:19:41
Messages: 567
Offline
|
a there's is already something, i haven't found it in developer guide.
so perhaps its quite ok with this parameter. Otherwise i'll call you for a real hard negotiation.
|
|
|
12/12/2012 14:01:53
|
krinninger
Power User
Joined: 17/11/2008 21:19:41
Messages: 567
Offline
|
Hello,
REEXECUTEAFTERROUNDTRIP works. Thank you for that.
But CLIENTHIGHLIGHTTEXT is still a problem.
Because not the whole coloring can be defined by this parameter.
Seems the red color is really tenacious
Is there a chance to influence it too?
Greetings,
Michael
|
Filename |
sucheColoring.png |
Download
|
Description |
|
Filesize |
6 Kbytes
|
Downloaded: |
418 time(s) |
|
|
|
09/01/2013 06:22:46
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
we now introduced a client parameter "highlighttextcolor" which you can use for defining the text selection background color.
The parameter is available in CLIENTCONFIG as well.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
22/01/2013 16:32:01
|
bthalheim
Power User
Joined: 05/04/2012 11:45:24
Messages: 72
Offline
|
Hi,
just my 2 cents: I have recently worked on the coloring of my application (mainly coloring of fixgrids).
Some can be defined as a client param and on the fixgrid:
- selectioncolor1/2
Some can only be defined on the fixgrid themselves:
- drawoddevenbackgroundodd/even
- bordercolor
- cellselectionbgpaint
And one can only be defined as a client param:
- rollovercolor1/2
Imho this is quite heterogenious. Though I can live with it well, I find the wish for anything as a client param understandable. It would make the whole thing more elegant.
Björn, you might want to think about making rollovercolor adaptable per fixgrid. That makes sense, because one sometimes uses fixgrids where it isn't a real table (see combofield examples in the demo project).
Please see this forum entry not as a request but more as a source of inspiration ;-)
Cheers,
Björn
|
|
|
|