-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable friendly naming quick filters (I will PR) #995
Comments
Hey, what's the matter? My hack ain't good enough for you? 😄 Thanks for the new feature. A word of warning: I keep classic (winforms) and chardonnay (avalonia/xaml) as close to feature parity as possible. Any UI changes will need to be made to both. (Obviously unless it's framework-specific like the PR you did for the xaml scroll bars.) |
I actually didn't notice you could do the hack, but I think making it formal has some value for the same reason. I'm going to go ahead and have a go at a separate field, though my WinForms experience is very limited. IMO the chardonnay (Avalonia) is so much better, is there a reason it is still around? Pardon my ignorance. |
Also, I realize that while loading the filters, I'll need to handle the missing name field gracefully so as to not nuke existing data. |
Fair question and one I've considered. Despite the legion reasons not use winforms:
|
As a devoted user of Libation in its Classic (winform) implementation, I'd be really unhappy if it went away. It has the one thing going for it that beats everything, it JFW. |
lol. No worries friend -- classic isn't going anywhere. Classic and Chardonnay are here to stay. One day I'll remember to write up an explanation in the faq. One day... |
@CharlieRussel What doesn't just work in the chardonnay? |
@rmcrackan That's a very good explanation, thanks. WPF is actually rock solid, too, since it's not been receiving feature updates for several years now. But Avalonia so new, it certainly still has holes, and there's few third party libs. I'm brand new to it, and the reimagined styling system is weird! |
@cbordeman -- Not being the developer here, I'm not sure what does/doesn't work. But I know from following the bugs/remediations here that @rmcrackan and others have sometimes had to jump through some hoops to get things working. As of now, so far as I know, the functionality is equivalent. But I'm old school and quite happy with the L&F of classic. |
Gotcha. I'm here to try to made this app useful to the blind and nearly blind, since I have blind relatives. I am not seeing any big bugs, really, just hoping to fix any big showstoppers. Thanks for your answer. |
PR #997 created. |
Thanks. I’m heading out of town for a few days and will look at this early next week |
Would like to have a Name column on the edit filters windows. If present, the Name would display on the menu.
I'll PR this.
The text was updated successfully, but these errors were encountered: