change color of edit table cell? (OpenInsight Specific)
At 15 FEB 1999 06:01:16PM Paxton Scott wrote:
I wonder if there is a way (and if so how) to set the color of a specific cell in an edit table? TIA arcs@wws.net
ARCS, Inc. [img]http://www.wws.net/arcs/arcslogo.gif[/img] </QUOTE> ---- === At 15 FEB 1999 06:41PM Dave Pociu wrote: === <QUOTE>Use: send_message( CtrlEntId , "COLOR_BY_POS" , row , column , color) If row is 0 then the entire column specified in column changes color. If column is 0 then the entire row specified in row changes color. </QUOTE> ---- === At 15 FEB 1999 06:54PM Paxton Scott wrote: === <QUOTE>Thanks for the rapid response! the COLOR_BY_POS property is not in my doc....guess I better upgrade! Thanks again, paxton </QUOTE> ---- === At 15 FEB 1999 10:25PM Dave Pociu wrote: === <QUOTE>You won't find it in the docs. It's an undocumented feature for now. Maybe in the next release... </QUOTE> ---- === At 15 FEB 1999 11:39PM Don Bakke wrote: === <QUOTE>It's not in the doc's because using it can GPF when also used with FONT_BY_POS. Revelation probably figured that FONT_BY_POS was the more useful message and documented that one instead. dbakke@srpcs.com [url=http://www.srpcs.com]SRP Computer Solution
At 18 FEB 1999 04:10PM not in mine wrote:
I have Brfhelp v3.4 5/25/98 and neither color_by_pos or font_by_pos are documented…..Changing fonts and colors causes GFE's???
–paxton
At 19 FEB 1999 09:28AM Don Bakke wrote:
Paxton,
Well the date stamp on my BRFHELP.HLP file is only 4/7/98 although it also states it is for OI 3.4. Are you sure you can't find FONT_BY_POS as one of your message options for Send_Message? Hmmm…
Anyway, using FONT_BY_POS and COLOR_BY_POS together will cause GPF's…at least so we're told. I haven't tried it (too chicken ) so feel free to mix and match if you want to experiment.
dbakke@srpcs.com