[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
CLIENTHIGHLIGHTTEXT and grid scrolling issue  XML
Forum Index -> Development
Author Message
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
[Thumb - scrollingandhighlighting.png]
 Filename scrollingandhighlighting.png [Disk] Download
 Description
 Filesize 51 Kbytes
 Downloaded:  324 time(s)

CaptainCasa

Power User
[Avatar]

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
CaptainCasa

Power User
[Avatar]

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
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

CaptainCasa

Power User
[Avatar]

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
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.
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
[Thumb - sucheColoring.png]
 Filename sucheColoring.png [Disk] Download
 Description
 Filesize 6 Kbytes
 Downloaded:  418 time(s)

CaptainCasa

Power User
[Avatar]

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
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
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team