List Box Highlight

View: New views
10 Messages — Rating Filter:   Alert me  

List Box Highlight

by Stephen J. Orth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a List Box with two columns:  Boolean (as a check box) and a Text.

This List Box is array based, and it is designed so that a user may click on
a line, and have the Boolean check box become checked/unchecked.

I can't seem to find a way to not have the selected line become highlighted
when clicked on.  I've put code in to immediately deselect the line, after
it has been clicked, but that you still get the line highlighted (albeit
very quickly).

Is there any way to disable the line highlighting effect?


Steve

*****************************************************
  Stephen J. Orth                                                
  The Aquila Group, Inc.                       Office:  (608) 834-9213
  P.O. Box 690                                     Mobile:  (608) 347-6447
  Sun Prairie, WI 53590

  E-Mail:  s.orth@...
*****************************************************



**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: List Box Highlight

by Koen Van Hooreweghe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve,

I use this to deselect all rows in a listbox:

SELECT LISTBOX ROW(myListBox;0;remove from listbox selection)

This behavior is documented somewhere... ;-)

HTH
Koen

Op 6-nov-09, om 18:16 heeft Stephen J. Orth het volgende geschreven:

> Is there any way to disable the line highlighting effect?

--------------------
Compass bvba
Koen Van Hooreweghe
Kloosterstraat 65
9910 Knesselare
Belgium
bvbaCompass@...


**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

RE: List Box Highlight

by Stephen J. Orth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Koen,

Yes, this is the code I have put into the List Box, however even with this
logic, the user still sees the line highlighted.

It is highlighted very quickly, but it still flashes.  I was hoping to
eliminate the "flashing" effect by somehow disabling the line select
highlighting logic.


Steve



-----Original Message-----
From: Koen Van Hooreweghe [mailto:bvbaCompass@...]
Sent: Friday, November 06, 2009 11:26 AM
To: s.orth@...; 4D iNug Technical
Subject: Re: List Box Highlight

Steve,

I use this to deselect all rows in a listbox:

SELECT LISTBOX ROW(myListBox;0;remove from listbox selection)

This behavior is documented somewhere... ;-)

HTH
Koen

Op 6-nov-09, om 18:16 heeft Stephen J. Orth het volgende geschreven:

> Is there any way to disable the line highlighting effect?

--------------------
Compass bvba
Koen Van Hooreweghe
Kloosterstraat 65
9910 Knesselare
Belgium
bvbaCompass@...



**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: List Box Highlight

by Koen Van Hooreweghe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve,

Sorry, I did not read your message close enough. I don't think this  
is possible.

Koen

Op 6-nov-09, om 18:30 heeft Stephen J. Orth het volgende geschreven:

> It is highlighted very quickly, but it still flashes.  I was hoping to
> eliminate the "flashing" effect by somehow disabling the line select
> highlighting logic.

--------------------
Compass bvba
Koen Van Hooreweghe
Kloosterstraat 65
9910 Knesselare
Belgium
bvbaCompass@...


**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

RE: List Box Highlight

by Stephen J. Orth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Koen,

Thanks...I didn't see anything that would disable it either, but thought I
would ask.


Steve


-----Original Message-----
From: Koen Van Hooreweghe [mailto:bvbaCompass@...]
Sent: Friday, November 06, 2009 11:39 AM
To: 4D iNug Technical; Stephen J. Orth
Subject: Re: List Box Highlight

Steve,

Sorry, I did not read your message close enough. I don't think this  
is possible.

Koen

Op 6-nov-09, om 18:30 heeft Stephen J. Orth het volgende geschreven:

> It is highlighted very quickly, but it still flashes.  I was hoping to
> eliminate the "flashing" effect by somehow disabling the line select
> highlighting logic.


**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: List Box Highlight

by Chip Scheide :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


can you set the higlight color to something that is VERY VERY light?

On Fri, 6 Nov 2009 11:16:38 -0600, Stephen J. Orth wrote:

> I have a List Box with two columns:  Boolean (as a check box) and a Text.
>
> This List Box is array based, and it is designed so that a user may click on
> a line, and have the Boolean check box become checked/unchecked.
>
> I can't seem to find a way to not have the selected line become highlighted
> when clicked on.  I've put code in to immediately deselect the line, after
> it has been clicked, but that you still get the line highlighted (albeit
> very quickly).
>
> Is there any way to disable the line highlighting effect?
>
>
> Steve
>
> *****************************************************
>   Stephen J. Orth                                                
>   The Aquila Group, Inc.                       Office:  (608) 834-9213
>   P.O. Box 690                                     Mobile:  (608) 347-6447
>   Sun Prairie, WI 53590
>
>   E-Mail:  s.orth@...
> *****************************************************
>
>
>
> **********************************************************************
> Get the speed and power of 4D v11 SQL
> before upgrade prices increase - http://www.4d.com
>    
>
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4D.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4D_Tech-Unsubscribe@...
> **********************************************************************
>
**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: List Box Highlight

by Bill Weale :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you tried selection mode = 0 and monitoring for the on clicked  
event using   GET LISTBOX CELL POSITION(*;"StopsList";column;row)? I'm  
pretty sure you'll get the correct values for row and col without  
seeing any highlight. Not sure, but maybe you can check the box with  
code?

Bill



William W. Weale, III

Business Owners Support, LLC.

Operations Analysis
MIS Advising
Decision Support Systems

On Nov 6, 2009, at 12:16 PM, Stephen J. Orth wrote:

> I have a List Box with two columns:  Boolean (as a check box) and a  
> Text.
>
> This List Box is array based, and it is designed so that a user may  
> click on
> a line, and have the Boolean check box become checked/unchecked.
>
> I can't seem to find a way to not have the selected line become  
> highlighted
> when clicked on.  I've put code in to immediately deselect the line,  
> after
> it has been clicked, but that you still get the line highlighted  
> (albeit
> very quickly).
>
> Is there any way to disable the line highlighting effect?
>
>
> Steve
>
>
**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

RE: List Box Highlight

by Stephen J. Orth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chip,

Well, that is an interesting idea...let me try that!

Thanks!


Steve




-----Original Message-----
From: Chip Scheide [mailto:4d_Only@...]
Sent: Friday, November 06, 2009 1:00 PM
To: s.orth@...; 4D iNug Technical
Subject: Re: List Box Highlight


can you set the higlight color to something that is VERY VERY light?

**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

RE: List Box Highlight

by Stephen J. Orth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bill,

Well, another interesting idea that I will need to play with!

Thanks!


Steve




From: Bill Weale [mailto:Bill.Weale@...]
Sent: Friday, November 06, 2009 2:05 PM
To: s.orth@...; 4D iNug Technical
Subject: Re: List Box Highlight

Have you tried selection mode = 0 and monitoring for the on clicked event
using   GET LISTBOX CELL POSITION(*;"StopsList";column;row)? I'm pretty sure
you'll get the correct values for row and col without seeing any highlight.
Not sure, but maybe you can check the box with code?

Bill



William W. Weale, III

Business Owners Support, LLC.

Operations Analysis
MIS Advising
Decision Support Systems

**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com


4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

RE: List Box Highlight

by Stephen J. Orth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bill,

Bingo…you win!

This is exactly what I was looking for…thanks!


Steve

*****************************************************
  Stephen J. Orth                                                
  The Aquila Group, Inc.                       Office:  (608) 834-9213
  P.O. Box 690                                     Mobile:  (608) 347-6447
  Sun Prairie, WI 53590

  E-Mail:  s.orth@...
*****************************************************




From: Bill Weale [mailto:Bill.Weale@...]
Sent: Friday, November 06, 2009 2:05 PM
To: s.orth@...; 4D iNug Technical
Subject: Re: List Box Highlight

Have you tried selection mode = 0 and monitoring for the on clicked event
using   GET LISTBOX CELL POSITION(*;"StopsList";column;row)? I'm pretty sure
you'll get the correct values for row and col without seeing any highlight.
Not sure, but maybe you can check the box with code?

Bill



William W. Weale, III

Business Owners Support, LLC.

Operations Analysis
MIS Advising
Decision Support Systems


**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com


4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************