It is currently Mon Jul 22, 2024 2:21 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Help for gimp-help-links script
PostPosted: Sun Apr 17, 2011 11:08 pm  (#1) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
:(
it was looking soo simple, why doesn't work ? :bawl

Or maybe the help menu is locked? :?: :cry:



Quote:
(define (gimpchat)
(plug-in-web-browser "http://www.gimpchat.com/")
)

(define (gimptalk)
(plug-in-web-browser "http://www.gimptalk.com/")
)

(define (flickr-gimpusers-group)
(plug-in-web-browser "http://www.flickr.com/groups/gimpusers/discuss/")
)


(define (Meet-the-gimp)
(plug-in-web-browser "http://meetthegimp.org/getting-the-old-shows/")
)

(define (GimpTrick)
(plug-in-web-browser "http://www.youtube.com/user/GIMPtricks")

(script-fu-register "gimpchat"
_"_GimpChat"
_"most active and friendly GIMP forum"
"PhotoComix <photocomix@gmail.com>"
"PhotoComix <photocomix@gmail.com>"
"2011"
""
)

(script-fu-menu-register "gimpchat"
"<Image>/Help/Help Forum/")


(script-fu-register "gimptalk"
_"_GimpTalk"
_" friendly gimp forum"
"PhotoComix <photocomix@gmail.com>"
"PhotoComix <photocomix@gmail.com>"
"2011"
""
)


(script-fu-menu-register "gimptalk"
"<Image>/Help/Help Forum/")


(script-fu-register "flickr-gimpusers-group"
_"_Gimpusers on Flickr"
_"Gimpusers group on Flickr"
"PhotoComix <photocomix@gmail.com>"
"PhotoComix <photocomix@gmail.com>"
"2011"
""
)

(script-fu-menu-register "flickr-gimpusers-group"
"<Image>/Help/Help Forum/")



(script-fu-register "Meet-the-gimp"
_"_MEET_THE_GIMP"
_"complete collection of excellent video-tutorial"
"PhotoComix <photocomix@gmail.com>"
"PhotoComix <photocomix@gmail.com>"
"2011"
""
)

(script-fu-menu-register "Meet-the-gimp"
"<Image>/Help/Video Tutorial/")

(script-fu-register "GimpTrick"
_"_GimpTrick"
_"Excellent video-tutorial"
"PhotoComix <photocomix@gmail.com>"
"PhotoComix <photocomix@gmail.com>"
"2011"
""
)

(script-fu-menu-register "GimpTrick"
"<Image>/Help/Video Tutorial/")

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Help for gimp-help-links script
PostPosted: Mon Apr 18, 2011 3:16 am  (#2) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
If you do Filters->Script-Fu->Refresh Scripts you get to see the error message:
Error: unmatched parentheses: 2

You are missing a closing bracket on the GimpTrick definition:
(define (GimpTrick)
(plug-in-web-browser "http://www.youtube.com/user/GIMPtricks")
)     ; This is missing !


Kevin


Top
 Post subject: Re: Help for gimp-help-links script
PostPosted: Mon Apr 18, 2011 4:32 am  (#3) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Ah a missed parentheses !!

thank Kevin

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Links to my Alphabet

16

No new posts Can Someone post plug ins or links to

2

No new posts Attachment(s) Useful links for downloading plugins/scripts

35

No new posts Broken Website Links in Tutorials

11



* Login  



Powered by phpBB3 © phpBB Group