Will McCall

Results 8 comments of Will McCall

> @sccolbert I am interested in the historical reasons you had not to provide such a mode initially. My guess is that open wasn't available when enaml on QT was...

> I'm pretty sure you can call `.show()` on a dialog and it will open and return immediately. However, it won't be modal. `show` does exist on Dialog by virtue...

For what it's worth, I took a quick perusal of some other toolkits to see how they handle dialogs. [GTK3](https://docs.gtk.org/gtk3/class.Dialog.html) has a similar blocking/non-blocking split to QT (with the default...

I've written a test but no clue if it works though. Unfortunately, I have not been able to get enaml building on my machine due to dependency issues so, I'm...

Ok, this should be ready to go. I would personally squash this down b/c there are intermediate commits due to debugging difficulties. Some notes: - I only wrote a test...

The addition and removal to and from the windows set is done in the initialize and destroy methods. So I guess the issue is that we are not fully executing...

That was the ticket it seems; I needed wait the QT loop for a bit since the callback to do the destroy was deferred on it.

I have a few questions to help clarify my understanding of how this is meant to function. For the Feeds Page - What is the time under the feed name...