Message 1 of 2
Search and filter button label name in maya mel

Not applicable
09-25-2017
09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am a newbie to coding, and I am trying to find a way to have a search field to filter only the buttons I want.I created an icon text button in a window and want to filter it based on button label name
Here is an example to show what I am trying to do.Also, all those circle label names are circleA,circleB,circleC,circleD. If I type circle, I want to show the buttons that has that name
I found this page that does exactly what I want but, how do I change so that it looks for label names and only show the one I typed for.Also, by default I want to show all the icons
http://melscriptingfordummies.blogspot.in/2011/02/mel-script-example-keyword-search.html