vertical line in tobago

View: New views
4 Messages — Rating Filter:   Alert me  

vertical line in tobago

by katts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

Could you please let me know how to draw a vertical line in tobago.I have three links in a row and i would like to seperate each link with a small vertical line.

Also could you please let me know how to show text on tobago screen.

thanks,
katts

Re: vertical line in tobago

by Helmut Swaczinna-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

use an 1x1 pixel size black (or whatever) image and scale it to the
desired width and height.

For example:

             <tc:panel>
               <f:facet name="layout">
                 <tc:gridLayout
                   rows="fixed"
                   columns="*;1px;*;1px;*"/>
               </f:facet>
              <tc:link.../>
               <tc:image
                 value="image/px.gif"/>
              <tc:link.../>
               <tc:image
                 value="image/px.gif"/>
              <tc:link.../>
             </tc:panel>

You can do this for horizontal lines also.

Regards
Helmut

katts schrieb:

> Hi All,
>
> Could you please let me know how to draw a vertical line in tobago.I have
> three links in a row and i would like to seperate each link with a small
> vertical line.
>
> Also could you please let me know how to show text on tobago screen.
>
> thanks,
> katts

Re: vertical line in tobago

by Helmut Swaczinna-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Also could you please let me know how to show text on tobago screen.

Sorry, don't understand this question.

Helmut

Re: vertical line in tobago

by katts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks all.i mean i want to show some text like information at the middle of screen.
i did it with tc:out and its working.
katts wrote:
Hi All,

Could you please let me know how to draw a vertical line in tobago.I have three links in a row and i would like to seperate each link with a small vertical line.

Also could you please let me know how to show text on tobago screen.

thanks,
katts