Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python-fu: add more user input dialogs?
#4
ok thanks. I'll use PyGTK. It would be a pity if that register dialog goes away in GIMP 3.0. It helps a lot to have an api that lets you make GUIS with ease and few lines of code.

Quote:I use two menu entries leading to two different auto-generated dialogs.

I was mostly thinking of a follow-up dialog for a confirmation like "File already exists, do you want to replace it?" Yes - No

But for adding GUI settings the best for me would be a dynamic dialog where if you check a box, some elements related to it could appear or if you uncheck, some elements get greyed out. It doesn't seem like the register( dialog lets you do any of that.

In any case I might make my python plug-in(s) from outside of Gimp so I should fiddle with GTK more, especially if the register( dialog will disappear.
Reply


Messages In This Thread
RE: Python-fu: add more user input dialogs? - by ChameleonScales - 02-09-2021, 10:33 PM

Forum Jump: