Re: question from a novice in GWT

2009-09-02 Thread nyankov
Ok but how can achieve this? On Aug 17, 4:21 pm, Chad chad...@gmail.com wrote: Well, you could still use the method I outlined by using a Frame (iFrame) and load your site in it. So, you would have a GWT shell. HTH, Chad On Aug 17, 12:42 am, nyankov nikola.yan...@gmail.com wrote

Re: question from a novice in GWT

2009-08-16 Thread nyankov
With other words I want to do workaround of position: fixed On Aug 15, 11:01 pm, nyankov nikola.yan...@gmail.com wrote: Hello, I am wondering. What is the way to implement toolbar in browser window. I want the toolbar to be fixed on window bottom always (even on scrolling and resize

Re: question from a novice in GWT

2009-08-16 Thread nyankov
ozdemir tka...@gmail.com wrote: Hmm, maybe you think this before.. Have you ever tried CSS? On Aug 16, 3:58 pm, nyankov nikola.yan...@gmail.com wrote: With other words I want to do workaround of position: fixed On Aug 15, 11:01 pm, nyankov nikola.yan...@gmail.com wrote: Hello, I

Re: question from a novice in GWT

2009-08-16 Thread nyankov
. This way, your toolbar wouldn't move when scrolling the application. You could also turn off the browser scroll bars if you needed to just to make sure they never appear as you'd never want them to appear. HTH, Chad On Aug 16, 11:40 am, nyankov nikola.yan...@gmail.com wrote: sure

question from a novice in GWT

2009-08-15 Thread nyankov
Hello, I am wondering. What is the way to implement toolbar in browser window. I want the toolbar to be fixed on window bottom always (even on scrolling and resize). Also I want the toolbar to be just a widget. Here what I already did, but on scrolling the panal flickering package