Announcement
Collapse
No announcement yet.
Grid control with adjustable column and row headers - Your comments
Collapse
X
-
Grid control with adjustable column and row headers - Your comments
Last edited by Erik Christensen; 29 Dec 2007, 09:49 AM.Tags: None
-
You need to make that screen resizeable. It's WAY too big.
Also, while I can edit cells after loading default data, I cannot enter data into a blank fresh grid (what you get as soon as you 'execute'). It lets me type data when I enable cell writing and cell editing, but as soon as I <Tab> or <Enter> out of the cell I just edited, that cell goes blank.
I think I am missing some step, but the software does not tell me what that step is.
You should also add a caution somewhere that this code is not re-entrant.
MCMMichael Mattias
Tal Systems (retired)
Port Washington WI USA
[email protected]
http://www.talsystems.com
-
Grid Makers Club!
Welcome to the Grid Makers Club Erik! Making grids is one of my favorite passtimes too. So far I havn't made any yet with adjustable column/row widths/heights, as it hasn't been necessary to my work. One of these days though!
I havn't done any more than compile and run it, but that part went OK! It looks nice. When I have a chance I'll take a look at it. By the way, Jim Seacamp posted one somewhat similiar to yours some time back, I'm guessing in the summer. Thanks!Fred
"fharris"+Chr$(64)+"evenlink"+Chr$(46)+"com"
Comment
-
Thanks for your kind comments, Fred. Yes, I have been very interested in making grids. Some of my previous codes you can find in the source code forum. However, I think this is my best grid code so far. If you have suggestions for improvement, you are most welcome.Last edited by Erik Christensen; 29 Dec 2007, 03:27 PM.
Comment
-
Nice grid you have there Erik. As you might know, i like grids too.
There was a submission couple months ago for a grid, but it was for a
single use grid. Im not sure but this is the case here too?
If you want to enhance it a bit more, lets say for usage in future projects,
i believe the next step is the standarization of the control creation, as well
as creating some functions to control the properties and making it able to be
a multi-instance control. To control grids, I like to use commands instead of
Functions. More simple.
So, what are you going to add next?
Comment
-
Thank you Elias. I value your comments and suggestions, since I know you are an expert on grids. Yes, the code can be improved along the lines proposed by you. When I have the necessary time, I may be able to make such improvements. However, I may need some help from you.Last edited by Erik Christensen; 30 Dec 2007, 05:50 AM.
Comment
Comment