Gladly, the issue is solved... and its another user error. It turns out that I wasn't initializing the lowest level view before it was attached to the Level 2 DockLayoutPanel. I'm not sure why IE7 was more picky about this FF. ...but its working.
On Dec 21, 11:50 am, "Alejandro D. Garin" <[email protected]> wrote: > Hi, I'm using the new layout panels and works very well for me. Can you make > a visual mock-up of your layout for the 5 levels? > > thanks. > > On Tue, Dec 21, 2010 at 1:00 PM, mike b <[email protected]> wrote: > > Also, this thread does not seem to be findable. > > > When I search for "DockLayoutPanel StackLayoutPanel IE7" only one > > result appears and its not this thread. > > > Thanks, > > M > > > On Dec 21, 10:46 am, mike b <[email protected]> wrote: > > > So, I spent yesterday getting it to work in IE7 with unpredictable > > > results. Basically, I used DockPanel in my Layer 4 (from above). > > > > This morning, re-re-reading the cryptic documentation on the website, > > > I found that I had not inherited from ResizeComposite. This was > > > actually plainly put, but I missed it somehow. Note noted above is > > > that all of my "Layers" are my classes with the various LayoutPanels > > > in the initWidget(). > > > > Now I'm having predictable success with implementing in FF. However, > > > I'm back to the same issue in IE7 nothing below Layer 4 will > > > display. > > > > I'm also having to basically remove any VeritcalPanel or > > > HorizontalPanels from the app if they use any widget w/ implemented in > > > a div tag (like the ToggleButton) as the results are completely un- > > > predictable. > > > > Does anyone know if upgrading to GWT 2.1.1 would help w/ this? > > > > Thanks!! > > > > On Dec 19, 10:49 pm, John LaBanca <[email protected]> wrote: > > > > > If the LayoutPanels have an unbroken chain of ProvidesResize up to the > > > > RootLayoutPanel (as it looks like you've indicated they do), everything > > > > should work fine. Can you provide a screen shot or a description of > > the > > > > actual error? Or even better, a link? > > > > > Thanks, > > > > John LaBanca > > > > [email protected] > > > > > On Sun, Dec 19, 2010 at 10:52 AM, mike b <[email protected]> > > wrote: > > > > > > Hopefully someone can help with this issue. I hvae been working on > > it > > > > > for 3 days without success. I am trying to get a StackLayoutPanel to > > > > > display inside a DockLayoutPanel. > > > > > > GWT 2.1.0, mvp4g 1.2.0, GXT 2.2.1, standards mode, IE7 > > > > > > Its actually a bit more complex than that... > > > > > > We have developed 4 stand alone modules that we are now integrating > > > > > into a 5th Navigation Module. 3 of the original modules are in GXT > > > > > and they display just fine. The original GWT module was working > > > > > perfectly using DockPanel and StackPanel. However, I'm being forced > > > > > to get rid of deprecation compiler warnings, so I need to move to > > > > > DockLayoutPanels and StackLayoutPanels. Now, my original GWT package > > > > > no longer renders in IE7 when it is a child module to the Navigator. > > > > > The bizarre thing is that it works in FF 3.6.10, but NOT IE7. > > > > > > I have searched the web extensively for a solution and have attempted > > > > > many things to get it working: > > > > > -set sizes on all panels > > > > > -set the same Unit types on all panels (using PX right now) > > > > > -using RootLayoutPanel (rather than RootPanel) > > > > > > Frustratingly, my original GWT Module still works fine when its not a > > > > > child module to the Navigation module. > > > > > > Here's how I'm using the panels... > > > > > > Level 1 - Nav module - LayoutPanel (4 items, the 4th is a > > > > > DockLayoutPanel) > > > > > Level 2 - Nav module - DockLayoutPanel (Center is another > > > > > DockLayoutPanel, South is reserved for other add-ons) > > > > > Level 3 - Child module - DockLayoutPanel (North is a TabBar, Center > > is > > > > > a DockLayoutPanel) > > > > > Level 4 - Child module - DockLayoutPanel (East has some widgets, > > > > > Center is a StackLayoutPanel) > > > > > Level 5 - Child module - StackLayoutPanel > > > > > -each panel in the stack is a VerticalPanel or HorizontalPanel > > > > > containing lists, buttons, and text entry fields. > > > > > > Strangely, when Level 4 and below is the old DockPanel and > > > > > StackPanels, it all works great. > > > > > > Any ideas? Thanks in advance!!!! > > > > > > -mike > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > Groups > > > > > "Google Web Toolkit" group. > > > > > To post to this group, send email to > > [email protected]. > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<google-web-toolkit%[email protected]> > > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
