Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Loading screen with widgets.Window

    Hi guys,

    Im trying to do a splash loading screen and im using the Window class as I was advised.

    The problem is, that im trying to get rid of the "header", to have a nice window. When i use the method "setShowHeader(boolean)" set to false, it doesnt solve the problem. Because the header stills graphically displayed.

    The first attachment shows what im currently obtaining as result (Sans titre.JPG), and the second one, is what im trying to achieve.

    Sorry for the bad english.
    Thank you

    Using : smartGWT 2.4 & GWT 2.2 & Firefox 4 on Windows XP
    Attached Files
    Last edited by jmichelgarcia; 20 Jun 2011, 06:04.

    #2
    For loading screens and masks i think best option is using mihai007's masking solution as he described here.

    http://forums.smartclient.com/showth...highlight=mask

    Comment


      #3
      Originally posted by Noktasal
      For loading screens and masks i think best option is using mihai007's masking solution as he described here.

      http://forums.smartclient.com/showth...highlight=mask
      Thank you. It was very usefull to me.

      But for future builds, it would be nice, that when we set "setshowHeader" to false, the header would not be displayed at all.

      Comment

      Working...
      X