[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Controlling the PageBrowser's titlebar from the server side?  XML
Forum Index -> Development
Author Message
creiter

Active

Joined: 06/12/2014 20:38:59
Messages: 11
Offline

Hello!

We start our CaptainCasa client as a standalone application like that:

Code:
 start server\jre\bin\javaw.exe -cp %TCP% org.eclnt.fxclient.elements.PageBrowserStarter "http://localhost:8080" "/GozoCaptainCasaUI/faces/gozo/index.jsp"  "gridscrolldelay=0" "undecorated=false" "title=Gozo Beta" "footerline=true" "startwidth=1500" "startheight=850"  "style=gozo"
 


The title of the window is set statically via the "title" parameter.

We would like to be able to set the title from the server side, to include various information like:
- Server Environment the user is connected to (test vs. production)
- Username of the User

Additionally it would be nice to be able to change that title during runtime.

Is there any chance to achieve that?

Best Regards,

Christian
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi,

we can include the title in the CLIENTCONFIG-Control, so that you can set from server side. Is no big issue + should be available in next update.

Regards, Björn

Björn Müller, CaptainCasa GmbH
creiter

Active

Joined: 06/12/2014 20:38:59
Messages: 11
Offline

That would be really helpful. Many thanks!
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Update 20150526 includes the corresponding function.

Regards, Björn

Björn Müller, CaptainCasa GmbH
creiter

Active

Joined: 06/12/2014 20:38:59
Messages: 11
Offline

Thank you very much!
We'll check it soon.
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team