I have some ATGUI questions.
I've been trying to write an ATGUI program using the data grid. I want to change the row colors on some of the rows but not all. I was able to do it using the ATGUISETPROPS subroutine but it's pretty slow. My grid displays that data quickly enough by filling it in with the ATGUISETPROPS and loading them all at once. There are only about 30 rows. After they're displayed I make a second pass highlighting the special rows. It pops up the "Waiting..." dialog and you can watch the colors flow down.
Is there anyway to set multiple row colors all at once like ATGUISETPROPS?
When I refresh the grid with new data the highlights stay there. I tried setting all the foreground and background colors for the entire grid by using ATGUISETPROP and setting the col and row values to zero. I couldn't get it to work so instead of just setting the highlight colors I have to reset them all for each row whenever I load new data. Is there a better way to re-initialize the grid colors?
Finally, is there any way to disable the checkbox on specific rows?
------------------------------
Joe Goldthwaite
Consultant
Phoenix AZ US
------------------------------
Is there anyway to set multiple row colors all at once like ATGUISETPROPS?
When I refresh the grid with new data the highlights stay there. I tried setting all the foreground and background colors for the entire grid by using ATGUISETPROP and setting the col and row values to zero. I couldn't get it to work so instead of just setting the highlight colors I have to reset them all for each row whenever I load new data. Is there a better way to re-initialize the grid colors?
Finally, is there any way to disable the checkbox on specific rows?
------------------------------
Joe Goldthwaite
Consultant
Phoenix AZ US
------------------------------
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.