PhotoComix wrote:
Rod wrote:
It could be as simple as re writing the script-fu.exe c src.
But who knows.Kevin Cozens knows , for sure he knows because did most of it
Not sure how much is active on the gimp mail list but in case has also a site (obviously dedicated a script fu tiny fu )
http://www.ve3syb.ca/software/tiny-fu/A may be wrong but i have the sensation that the problem (dialogues that tend to be tall rectangles on screens that are more and more commonly wide or superwide ) still exist because nobody reported to the right person (neither to bugzilla )
Yes i was actually thinking along those same lines PC. I know Onkel has edited some C sources in the GIMP plug-in code so i wonder if he would give it a look. Maybe a hack that is quite simple. Something to automatically cause scripts to double column if sf values are a double digit? For instance if i have a dialog with 20 SF user inputs the script would auto add the second column. Causing it to have 10 value inputs under each column.
Using Graechans Blue Ice script as a reference.
SF-STRING "Text" "BLUE ICE"
SF-FONT "Font" "Sans Bold"
SF-ADJUSTMENT "Font size (pixels)" '(350 6 700 1 1 0 1)
SF-ADJUSTMENT "Bevel Amount less for thin fonts" '(30 1 40 1 5 0 0)
SF-ADJUSTMENT "Bevel Angle" '(20 1 40 1 5 0 0)
SF-OPTION "Text Fill Type" '("Pattern" "Color" "Gradient" "Active Gradient" "SteamPunk" "None")
SF-PATTERN "Text Fill Pattern" "Rain"
SF-COLOR "Text Fill Color" '(174 74 74)
SF-GRADIENT "Text Fill Gradient" "Abstract 3"
SF-TOGGLE "Face Horizon" FALSE
SF-TOGGLE "Darken 3d Footprint" FALSE
SF-ADJUSTMENT "3D Height" '(40 0 100 1 5 0 0)
SF-ADJUSTMENT "Perspective Size" '(0 -250 250 1 10 0 0)
SF-ADJUSTMENT _"Perspective Angle" '(45 0 180 1 10 1 0)
SF-ADJUSTMENT _"Relative distance of horizon" '(5 0.1 24.1 0.1 1 1 1)
SF-ADJUSTMENT _"Relative length of shadow" '(1 0.1 24 0.1 1 1 1)
SF-ADJUSTMENT _"Perspective Blur radius" '(3 0 1024 1 10 0 0)
SF-ADJUSTMENT _"Perspective Opacity" '(80 0 100 1 10 0 0)
SF-ADJUSTMENT _"SteamPunk cyan-red" '(100 -100 100 1 10 0 0)
SF-ADJUSTMENT _"SteamPunk magenta-green" '(0 -100 100 1 10 0 0)
SF-ADJUSTMENT _"SteamPunk yellow-blue" '(-100 -100 100 1 10 0 0)
)