Blank Tab

 

I was wondering if anyone knows of a way to create a totally blank tab.

I have tried setting the all of the colors in the properties section to black but my panel will still show candles in the background.

thanks in advance.

 
4x_Gypsy: I was wondering if anyone knows of a way to create a totally blank tab.
Apparently aakcaagac does
 
WHRoeder:
4x_Gypsy: I was wondering if anyone knows of a way to create a totally blank tab.
Apparently aakcaagac does
lol
 

You need to put a OBJ_RECTANGLE_LABEL behind (take care for Z-Axis: Ordering of Elements) the OBJ_LABEL to achieve this goal.

+---------------------+
| OBJ_RECTANGLE_LABEL |
|  +---------------+  |
|  | OBJ_LABEL_1   |  |
|  +---------------+  |
|                     |
|  +---------------+  
|  | OBJ_LABEL_2   |  |
|  +---------------+  |
|                     |
|  +---------------+  |
|  | OBJ_LABEL_3   |  |
|  +---------------+  |
|                     |
+---------------------+

 So basicly the OBJ_RECTANGLE_LABEL generates a rectangle (and color / style it whatever you like) where you then place your OBJ_LABELS onto.

Reason: