08-10-2009 2:00 PM
Hi gurus!
Here is my code to hide column in OVS
ovs_callback_object->set_configuration(
window_title = 'title'
table_header = 'title'
*col_count = 1*
row_count = 10 ).unfortunatly it doesn't work (
The second column stay visible.
Is there another way to do it?
Thanks for any ideas!
05-10-2011 2:01 PM
I did it via creating a type in the method and only defining the columns that I wanted to show...
05-10-2011 2:01 PM
I did it via creating a type in the method and only defining the columns that I wanted to show...
01-06-2012 12:18 PM
I did it via creating a type in the method and only defining the columns that I wanted to show...
Reviving dead post
I got the same problem as the OP. What do you mean by "created a type in the method"? Which method? the OVS one? did you change some property in runtime? Please elaborate
Cheers, Lukas