Hi, On Tue, Oct 6, 2009 at 5:08 PM, Cristi Balas <cristi8@xxxxxxxxx> wrote: > I have a perl plugin that calls gimp-file-load-layer. and when i call > this function, a progress bar apears in the status bar (if the status > bar is hidden, then it's temporary made visible). I want my plugin not > to display any progress bar / status bar. > > Is gimp-progress-install function going to help me? if so, how do i use it? You can simply create a hidden GimpProgressBar, which will handle all the difficulties of gimp-progress-install for you. All progress / status info will go to the created GimpProgressBar, but user will not see it. _______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer