Hello All,
Has anyone ever centered the 'terminal' window in TS2? I'd like to center it and lock the zoom so sizing can be more consistent between screens. Currently poking around trying to figure it out.
thanks,
-zzz
Center terminalWrapper
Moderator: jeanmichel
- jeanmichel
- Posts: 109
- Joined: 23 May 2014, 11:37
- Location: Sydney
Re: Center terminalWrapper
Hi,
terminalWrapper is an internal aXes element and should not be customized by the customer.
If you believe there is a bug please refer to your regional LANSA support office.
terminalWrapper is an internal aXes element and should not be customized by the customer.
If you believe there is a bug please refer to your regional LANSA support office.
Regards,
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
Re: Center terminalWrapper
hmm, what about just centering the screen vertically and horizontally WITHOUT hacking anything? Does that functionality currently exist?
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Center terminalWrapper
Hi,
How about this:
<In application's style>
-------------------------------------------------------------
name....... e.g.centeringContent
styleFor.... HTML Element
htmlTag.... dummy, div#terminalInner
style........ {
margin-left: auto;
margin-right: auto;
width: 80%;
}
-------------------------------------------------------------
The result will be something like this: HTH
Hidekazu Tanaka
How about this:
<In application's style>
-------------------------------------------------------------
name....... e.g.centeringContent
styleFor.... HTML Element
htmlTag.... dummy, div#terminalInner
style........ {
margin-left: auto;
margin-right: auto;
width: 80%;
}
-------------------------------------------------------------
The result will be something like this: HTH
Hidekazu Tanaka