John Nagle

Results 137 comments of John Nagle

Well, I'm trying to use it, per the example, and it's not found. Was it taken out already? Is there a replacement? ``` use strum::IntoEnumIterator; use strum::EnumIter; | ^^^^^^^^^^^^^^^ no...

Thanks. Just figured that out. Suggest updating documentation.

Is the file dialog opening behind another window? That can happen even on Windows and Linux. I just tried the "simple" example on Linux (Ubuntu 20.04 LTS) from a full-screen...

I haven't tried on MacOS. That's based on [the RFD documentation](https://docs.rs/rfd/latest/rfd/#macos-non-windowed-applications-async-and-threading): _macOS async dialogs require an NSApplication instance, so the dialog is only truly async when opened in windowed environment...

Thanks, that's very helpful. I now have async file pickers working on both Windows and Linux. Have not been able to test on Mac yet. Still have trouble with the...

Actually, for both Windows and Linux, the file picker normally comes up in front of the main window in async mode. So default Z-ordering is OK. The only problem is...

Thanks: Now calling "set_parent" for the async file dialog. * Windows (well, Wine 7): works perfectly. File dialog stays in front, even if the parent window is clicked upon. *...

![image](https://user-images.githubusercontent.com/942608/37187980-c70b6e92-2301-11e8-8eef-ae20ce12812b.png) This is the filter assembly, with bracket. It's attached above the keyboard contact cam unit. Some Model 15 machines have this, and some don't.

> but I lacked the background knowledge to know exactly which tables need to be populated and how, and I don't have a Windows machine readily available for testing, so...

> I have a Windows machine, and happy to investigate some of the build issues with Windows you discussed. Please do. **cargo bundle** does not currently support Windows targets. It...