Re: [Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-03 Thread Alan Campbell
> > Always got the "Woodrat" folder under File | Create menu, no > > shortcut key indicated. On 3 Oct 2010 at 11:17:05, Sven Neumann wrote: > I am pretty sure that it theoretically should work this way. After > all the Script-Fu extension itself creates sub-menus this way and > those sub-menus d

Re: [Gimp-user] How are parasites represented in Script-Fu?

2010-10-03 Thread Rob Antonishen
On Sun, Oct 3, 2010 at 9:49 AM, Gino D wrote: > Hi > > Currently, what type of data should be used to enter a parasite as a > parameter within those Script-fu procedures that handle such an > object? By chance, can you give me any examples? > AFAIK, only strings are supported and are passed in as

Re: [Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-03 Thread Sven Neumann
On Sun, 2010-10-03 at 13:42 +, Alan Campbell wrote: > > You need to explicitly create the submenu using > > gimp-plugin-menu-branch-register. This procedure should accept > > mnemonics marked with an underscore. > > > > Tried > (gimp-plugin-menu-branch-register "/File/Create" "W_oodrat") > (

[Gimp-user] How are parasites represented in Script-Fu?

2010-10-03 Thread Gino D
Hi Currently, what type of data should be used to enter a parasite as a parameter within those Script-fu procedures that handle such an object? By chance, can you give me any examples? In order to figure it out, I have done several tests through the TinyScheme Console, from time to time using lis

Re: [Gimp-user] Starting extension very slow

2010-10-03 Thread Ofnuts
On 03/10/2010 14:00, Kekko wrote: >> On 03/10/2010 09:21, Kekko wrote: >>> Hi, this is the first time I post something in this forum, so let me thank >>> you in advance for your amazing work and website. >>> The pb I have is that I'm noting since a lot of time a very slowness in >>> loading t

Re: [Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-03 Thread Alan Campbell
Hi Sven, On 3 Oct 2010 at 14:19, Sven Neumann wrote: > On Sun, 2010-10-03 at 12:59 +, Alan Campbell wrote: > > One of uses of an underscore is to pick out the shortcut character > > in a menu item: > > > > (script-fu-register "wrdhb_create_half_blind_dovetail" > > "_Half blind dovetail.

Re: [Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-03 Thread Sven Neumann
On Sun, 2010-10-03 at 12:59 +, Alan Campbell wrote: > One of uses of an underscore is to pick out the shortcut character in > a menu item: > > (script-fu-register "wrdhb_create_half_blind_dovetail" > "_Half blind dovetail..." ;menu label > "Create Template for Half blind Dovetail" > .

[Gimp-user] Starting extension very slow

2010-10-03 Thread Kekko
> On 03/10/2010 09:21, Kekko wrote: >> Hi, this is the first time I post something in this forum, so let me thank >> you in advance for your amazing work and website. >> The pb I have is that I'm noting since a lot of time a very slowness in >> loading the extension at the startup of GIMP. This

[Gimp-user] script-fu: underscore?; script-fu-register; script-fu-menu-register

2010-10-03 Thread Alan Campbell
One of uses of an underscore is to pick out the shortcut character in a menu item: (script-fu-register "wrdhb_create_half_blind_dovetail" "_Half blind dovetail..." ;menu label "Create Template for Half blind Dovetail" ) There also appears to be (script-fu-register "wrdhb_create_ha

Re: [Gimp-user] Starting extension very slow

2010-10-03 Thread Ofnuts
On 03/10/2010 09:21, Kekko wrote: > Hi, this is the first time I post something in this forum, so let me thank > you in advance for your amazing work and website. > The pb I have is that I'm noting since a lot of time a very slowness in > loading the extension at the startup of GIMP. This happe

[Gimp-user] Starting extension very slow

2010-10-03 Thread Kekko
Hi, this is the first time I post something in this forum, so let me thank you in advance for your amazing work and website. The pb I have is that I'm noting since a lot of time a very slowness in loading the extension at the startup of GIMP. This happened with the 2.6.10 version that I uninstal