On Tue, 2009-10-06 at 17:08 +0300, Cristi Balas wrote: > Hi! > 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 use gimp_progress_install() to take over responsibility of the progress handling. Then your plug-in can just do nothing from the installed callbacks and the result will be no progress bar. Sven _______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer