Announcement

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

  • aepshteyn
    replied
    Thank you - that is exactly what it was, I just misunderstood the message - and blamed the messenger :)

    Leave a comment:


  • Isomorphic
    replied
    This wouldn’t a “Log layout”. This would be anywhere your code is using a Layout, or any subclass of Layout (including things like Window) and setting left alignment when the layout is actually a vertical layout. Should be trivial to find by just looking for setAlign() calls.

    Leave a comment:


  • aepshteyn
    started a topic getting a warning about logger layout

    getting a warning about logger layout

    I inherited an application I am trying to migrate to the latest version of smartgwt.

    I am getting this warning - ISC_Core.js:1232 *19:54:41.994:XRP9:WARN:Log:Layout.align set to left, which is invalid for vertical layouts

    Looking at our source I can not find any place where the Log layout is set to align left. What is causing this?
Working...
X