Foxxey Posted September 6, 2020 Share Posted September 6, 2020 How do I make my effect updating and rendering every let's say 1 seconds? How can I make a "tab" in a plugin like in the glass blocks plugin? Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted September 6, 2020 Share Posted September 6, 2020 37 minutes ago, Foxxey said: How do I make my effect updating and rendering every let's say 1 seconds? I'd suggest using a Timer, but why would you want to do that? 39 minutes ago, Foxxey said: How can I make a "tab" in a plugin like in the glass blocks plugin? You'll need to create a custom WinForms dialog. Take at the templates I posted for Visual Studio. Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Reptillian Posted September 6, 2020 Share Posted September 6, 2020 (edited) 41 minutes ago, toe_head2001 said: I'd suggest using a Timer, but why would you want to do that? I can think of a valid reason to want it. If you have a time consuming filter, you may want to have a user to know how its coming along so that they can decide if they want to cancel. Now, I'm not sure why the 1 sec part though. Edited September 6, 2020 by Reptillian Quote G'MIC Filter Developer Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.