-
Notifications
You must be signed in to change notification settings - Fork 3
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
use com.livecode.widget.iconpicker #1
Comments
Honestly, I have not even looked at it. I don't think it was available when I initially wrote it. I'll take a look. |
I'll need to look a bit more, but my initial thoughts aren't all that great. The one built into the inspector can't resize and the thumb to scroll seems flaky. Keyboard navigation is not enabled and I'm not sure how you would use it to select multiple icons. The filter is very handy though. |
the reason for using the picker widget is to get rid of the need to do the left-right keyboard navigation, but you're right, the other shortcomings are not great. |
The current UI doesn't have a merge command, but it is pretty easy to do. If you use the star to select all and copy to a new family and do that for each existing family (using the same new family name) you end up with a combined list. In this case, adding the family name on copy would be especially helpful. When implementing search, having an "all" option would be something I'd consider. |
i was looking at the ui stack when i was messing with the behaviors, but i think that might be something that you will be far better at than me. |
Distributing with Polylist is something that I've been thinking about. If I compiled the stack into an app, I don't know how I would be able to plug into the IDE instance of the engine. It would be useful for building your families and viewing icons but would not be able to directly load and set the current family (at least I'm not sure how I would do it for Linux & Windows, could use AppleScript on Mac). This stack was one of my early ones where I used the Geometry Manager along with some custom code in the resizeStack handler. The GM was one of the areas that I worked on quite a bit early. I pushed to make it available on mobile. Really the new ResponsiveLayout library would take care of the icon grid much easier than what I did. Since I've already done the math, it probably isn't worth changing. |
Just loaded the SVG example stack... if you move an icon set into the library and make it the active family and then press the populate list button on the example, you see the new family. |
are you opposed to switching the view to the iconpicker widget?
The text was updated successfully, but these errors were encountered: