venkateshdvk
10-01-2007, 04:54 AM
Hi All,
I am new to OL and i have a lot of doubts. I will be asking those questions. Please help... :)
Q1. Is there a possibility to remove the gray gradient from the window title_area? I just want the window to be entirely on a single color. Style component doesnt help me.
Q2. I want to hide the grippers on the titlearea of a window. I wrote the below code on window.oninit method
this.title_area.gripper_left.setVisible( false );
this.title_area.gripper_right.setVisible( false);
The entire window is hidden. seems i am calling this before the component is fully loaded. where can i place this code.....
I am new to OL and i have a lot of doubts. I will be asking those questions. Please help... :)
Q1. Is there a possibility to remove the gray gradient from the window title_area? I just want the window to be entirely on a single color. Style component doesnt help me.
Q2. I want to hide the grippers on the titlearea of a window. I wrote the below code on window.oninit method
this.title_area.gripper_left.setVisible( false );
this.title_area.gripper_right.setVisible( false);
The entire window is hidden. seems i am calling this before the component is fully loaded. where can i place this code.....