Announcement

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

    Automatic ID collision

    I have with the latest 4.1p power (27.01) this message:
    Code:
    17:40:44.014:XRP3:WARN:Log:ClassFactory.addGlobalID: ID:'$78l' for object '[Label ID:$78l]' collides with ID of existing object '[Label ID:$78l]'. The pre-existing widget will be destroyed.
    This is an automatic ID, so I think this is a bug.

    #2
    That would possibly indicate the ID assignment logic is broken somewhere, but it's impossible to tell just from this whether there's a framework bug, and if so, whether it's pervasive or limited to some circumstance which you are hitting in your app (seems unlikely to be pervasive as we're not seeing this in our tests), or of course whether your app is doing something invalid which would make it an application level bug which happens to have this effect.

    So, unfortunately, the only way we can proceed on this is to see how you are hitting this case -- in other words, we'll need a test case which demonstrates the problem.

    Thanks
    Isomorphic Software

    Comment


      #3
      In fact, we've found and fixed this 4.1 specific issue - you can test the fix in builds dated January 29 and later.

      Comment

      Working...
      X