New topic: 

Checkbox background in listbox

<http://forums.realsoftware.com/viewtopic.php?t=31462>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       ricks           Post subject: Checkbox background in 
listboxPosted: Mon Dec 07, 2009 8:13 pm                        
Joined: Mon Aug 13, 2007 4:59 pm
Posts: 10              Ok, I'm being dense here. I've read this similar thread, 
but I still can't get it working.

I have a listbox of 10-some columns. In CellCheck(), if the user clicks a 
checkbox in column 1, then more checkboxes are drawn in column 6 with the 
following code:Code:me.CellType(row, k_vsv_show_raw) = 2
me.CellCheck(row,k_vsv_show_raw) = TRUE

 My problem is how to get these checkboxes having the same background color 
that the column has? The column is grey in color and the checkbox of course has 
a white background.

So, what other lines do I need to accomplish this? My columns are either of 
type default or checkbox. There are not editable columns.

Thanks in advance!   
                            Top           Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to