Resizing edittable control (not just columns) (OpenInsight Specific)
At 07 MAR 1999 10:07:26AM Brian Wick wrote:
OI Experts,
This is an addemdum to the previous online discussion question.
I want to make an edit table look like the one used in database tools when using the open command.
The cell height is higher and the entire control can be risized (not just resizing the columns).
Is there a document or help file that can address these 'properties' or 'message' commands ?
Here is what I am after in the EDITTABLE:
1. Dynamically add/remove horizontal & vertial bars (not just rids)
in the edittable
2. Allow entire editable control to be re-sized (not just each column)
3. Ability to change the color and font of the column header labels in the edittable
4. Ability to change the color and font of the row numbers on the left hand side of the edit table.
5. Ability to change the height (not just width) of the cells in an edittable.
Thanks for helpinh me out………Brian
At 07 MAR 1999 10:23PM Cameron Revelation wrote:
Hi Brian,
Do you mean the Table Builder tool? With the two edit tables (one for fields, one for symbolics)?
Cameron Purdy
Revelation Software
At 08 MAR 1999 10:16AM Brian Wick wrote:
Cameron,
I am not sure if we are talking about the same thing. But here is what I a going to do as a result of your two table comment:
1. EDITTABLE#1 has the row numbers and smaller height data entry cells
2. EDITTABLE#2 has 1 fixed row of un-edittable data with a larger font and higher cell height than EDITTABLE#1. The data in EDITTABLE#2 is column headers for EDITTABLE #1.
3. when columns scroll on edittable#1, I need to mirror that with edittable#2 which should not be a problem.
4. I will also have to do a little work to make sure everything lines up if the window is re-sized.
…Brian