• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

gxt window on top of two frames

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am facing issues when displaying a gxt window in my sample gwt application.

1. window is not displaying on the whole viewport. I see scroll bars at the bottom and side. i would like the window placed on top of them when maximised.
2. i have tow frames in my html page. when i try to display the window, it is displaying in only one frame. I would like to display on top of both the frames.

can anyone please let me know on how to solve this issue.

thanks...
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Shumi kimi wrote:


Please check your private messages for an important administrative matter.
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) The scrollbars would automatically appear when the content is bigger than the available browser window. Try setting border width to 1 on your outermost widget to see how much are your content is actually taking
2) Have you set the widths of the frames? Do the frames have any content?
 
Shumi kimi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i mean to say that when the gwt window is displayed, the scrollbars that are on html page still has control. The information provided in the followind url served my purpose to some extent.
http://www.examples.roughian.com/#Tutorials~Panel_Fade

Now since i have two frames which has content in both. i would like the window to be displayed above the two frames but when maxmised should occupy the whole view port.

could please give me your suggestions in this regard?
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like I mentioned in my first reply, please check your private messages. Please note it is not optional.
 
Shumi kimi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have actually updated my profile. I dont know why it is not showing up.

regards,
Vishal
 
reply
    Bookmark Topic Watch Topic
  • New Topic