You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "the delegate <WAYSourceListWindow: 0x100505030> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state"
#4
Open
jeff-h opened this issue
Jun 26, 2015
· 0 comments
I have your test app working beautifully. I've put together a small Swift test app and although everything appears to be working nicely, I'm getting the following error. I'm really hoping it's something small I've overlooked in IB.
2015-06-26 21:43:38.677 Testapp[41953:2757214] <WAYSourceListSplitView: 0x608000141600>: the delegate <WAYSourceListWindow: 0x100505030> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
2015-06-26 21:43:38.677 Testapp[41953:2757214] Split view bounds: {{0, 0}, {480, 270}}
2015-06-26 21:43:38.677 Testapp[41953:2757214] Subview frame: {{0, 0}, {200, 270}}
2015-06-26 21:43:38.678 Testapp[41953:2757214] Subview frame: {{201, 0}, {281, 270}}
2015-06-26 21:43:38.678 Testapp[41953:2757214] The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
The text was updated successfully, but these errors were encountered:
Thanks for your work on this!
I have your test app working beautifully. I've put together a small Swift test app and although everything appears to be working nicely, I'm getting the following error. I'm really hoping it's something small I've overlooked in IB.
The text was updated successfully, but these errors were encountered: