Tal Leming

Results 186 comments of Tal Leming

I'm going to create a branch, implement this and see what happens. I'd really like to add NSCollectionView, NSStackView and NSGridView to vanilla and those require auto layout. I'll submit...

Regarding the PR I just submitted: there are two other views that could be useful for auto layout: * NSGridView * NSCollectionView I have NSGridView wrapped and in an experiment,...

> Did you ever get anywhere with NSGridView? No. I focused on NSCollectionView. I'll publish that at some point, but it probably won't be in vanilla. It's a pretty different...

"horrible hackery" should be the code name for vanilla. 😄

> I'd make a PR but how many people would rely on the current behavior? Probably not many since no one else has mentioned it. 😄 Do you want me...

Most of these have been added to ezui. I'll look into the ComboListCell for List2 on issue #68.

@justvanrossum > You may ask: why remove the list and add it again: well, that seems currently the only public way to change the column descriptions. Do you remember what...

Thanks @RafalBuchner! ```python import vanilla w = vanilla.Window((200, 40)) w.b = vanilla.Button((10, 10, -10, 20), "Hover Over Me") w.b.setToolTip("Thanks @RafalBuchner :)") w.open() ```

@typemytype: FYI, here is where I'll start working out some test cases for fixing the GPOS attachment positioning.

That would be great. I never got around to really writing documentation for this thing so the readme is all we have. I wrote this thing as an experiment, it...