Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Kir0sJune 16, 2006 at 12:43 PM#Navigating the cursor to next textbox when its max len exceeds?I have some textboxes. There ara MaxLen attr = 5 i.e.. How can I change focus when maxlen is achieved?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Afrow UKJune 16, 2006 at 2:26 PM#InstallOptionsEx may have an event for this, but for standard InstallOptions this is not possible without modifying the plugin code. If you're doing a serial dialog, try out the PassDialog plugin which has a customisable serial dialog. -Stu
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)JoelJune 16, 2006 at 3:25 PM#I think subclassing the control might help.