Search the web
Sign In
New User? Sign Up
FMML · FilterMeister plug-in discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2190 - 2219 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2190
Hello again, (wie Howard Carpendal zu sagen(singen) pflegte) i present here a tool to inspect all (i hope that are all) FM Properties, Controls, Variables and...
achim-schneider@...
filtercafe
Offline Send Email
Feb 1, 2004
8:56 pm
2191
Hi Achim, Nice filter. It would probably be even more useful if it was built into FilterMeister e.g. with an Info button on the Editor window, so that this ...
Harald Heim
1595-958@...
Send Email
Feb 2, 2004
10:52 am
2192
Hi Achim, ... Nice. Of course there are other properties (filterRectWidth, ...), variables (autoMask, backColor, ...) and constants (N_CELLS, N_CTLS, ...
Alex Hunter
afhsys
Offline Send Email
Feb 2, 2004
11:36 am
2193
Hi Alex, I know you wrote to Achim but could you please send us a complete list of properties? I think it's handy to have a complete overview in the form of a...
Roberto Muscia
roberto_muscia
Offline Send Email
Feb 2, 2004
5:46 pm
2194
... That sounds like what we're trying to do with the FilterMeister Wiki: http://www.graphicsgalaxy.com/wiki/filtermeister/ I think the Wiki will eventually be...
Kohan Ikin
syneryder
Offline Send Email
Feb 2, 2004
6:17 pm
2195
Hey Harry, i agree, a FM build-in function to inspect all those things would be very usefull for FD's. Not only for debugging, also for learning how FM works. ...
achim-schneider@...
filtercafe
Offline Send Email
Feb 2, 2004
7:23 pm
2196
Hi Alex, thanks for your review comments. All thiks yout wrote are usefull for me and i will implement it in next FMInspector version. A complete list of all...
achim-schneider@...
filtercafe
Offline Send Email
Feb 2, 2004
7:23 pm
2197
Hello All, Just a quick question - is there any support to read Photoshop's Gamma or other color management settings (CMM tab, rgb chromacities, monitor ...
Jacek Zagaja
jack_zagaja
Offline Send Email
Feb 2, 2004
7:44 pm
2198
Hi together, it's time to release the new FilterInspector V1.1 What's new? - error correction: formating doubles x(n),y(n),z(n) - using N_CTLS instead of hard...
achim-schneider@...
filtercafe
Offline Send Email
Feb 2, 2004
10:39 pm
2199
... LOL sure, why not! :) _____________________________________________________________________ namesuppressed - grunge music,...
Kohan Ikin
syneryder
Offline Send Email
Feb 3, 2004
2:04 am
2200
Hi, I've GPL'ed the code for my Plug-in Setup tool at Sourceforge; Take a look at www.sourceforge.net/projects/pluginsetup for information on how to download...
Martijn W. van der Lee
mwvdlee
Offline Send Email
Feb 3, 2004
6:05 pm
2201
Hi, As far as I know it is possible to get ICC profile that Photoshop is using. But FilterMeister doesn't support that yet. Harry...
Harald Heim
1595-958@...
Send Email
Feb 3, 2004
10:38 pm
2202
Alex, ... That's true but a whole ICC file? Which - rgb working space?. If somone had written some ICC I/O routines could possibly tell me? I will certainly...
Jacek Zagaja
jack_zagaja
Offline Send Email
Feb 4, 2004
12:37 am
2203
I've got a flag for setting whether some bits of code are executed, called 'active'. I can read and write the value of 'active' in various places. But I have...
Shifty Geezer
ungleblunk
Offline Send Email
Feb 4, 2004
4:34 pm
2204
Problem solved. I had a '%n% instead of '\n' in my info string!! Shifty Geezer shifty_geezer@... ... I've got a flag for setting whether some bits...
Shifty Geezer
ungleblunk
Offline Send Email
Feb 4, 2004
6:33 pm
2205
Hi, Newbie question... Is there any way to change the size, postion, and shape of the Preview Window? I don't see anything in the documentation but I have...
korgmt
Offline Send Email
Feb 5, 2004
2:55 pm
2206
Hey there! I believe that resizing / repositioning of the preview window is something that is being worked on for the very next FM Beta version. While there...
Kohan Ikin
syneryder
Offline Send Email
Feb 5, 2004
3:32 pm
2207
Just a note that I've now added detailed instructions on resizing the Preview Window using Resource Hacker to the Wiki FAQ: ...
Kohan Ikin
syneryder
Offline Send Email
Feb 5, 2004
3:44 pm
2208
... Kohan, thanks for posting the info on ResourceHacker. I think that this is pretty useful for us newbies! -Jeff...
jch71566
Offline Send Email
Feb 5, 2004
4:55 pm
2209
... ikin ... www.namesuppressed.com ... Hi, Thank you so much! I didn't think I get an amswer so fast! And such an informed one! I'm off to download...
korgmt
Offline Send Email
Feb 5, 2004
6:24 pm
2210
Hi, I've scrolled thru the messages and I haven't seen this problem addressed so I'll ask it here... Sometimes the line that surrounds the Groupbox is not...
korgmt
Offline Send Email
Feb 5, 2004
6:34 pm
2211
Hello together, is there technical reason that Bitmap-controls can't have a value? I wanted to make a visual control button. Whenever you press it, it will...
achim-schneider@...
filtercafe
Offline Send Email
Feb 5, 2004
8:13 pm
2212
Hi, To avoid "strikeout" effect in group box try: ctl[n]: GROUPBOX(...), ..., Color=Color_Menu This is not so elegant but works ;) Cheers, ...
Jacek Zagaja
jack_zagaja
Offline Send Email
Feb 5, 2004
8:21 pm
2213
Very Clever, Jacek! But I think it is better to use COLOR_BTNFACE instead of COLOR_MENU, because on some computers the menu might have a different color than...
Harald Heim
1595-958@...
Send Email
Feb 5, 2004
8:50 pm
2214
I'm trying to rig my interface so it doesn't apply the filter to the preview image every time a parameter is changed; only when a Preview button is pressed....
Shifty Geezer
ungleblunk
Offline Send Email
Feb 5, 2004
9:38 pm
2215
Hi Shifty, you should not store values to doingProxy. FM does the job for you. You only should ask FM by consulting the doingProxy whether FM is in Proxy-mode...
achim-schneider@...
filtercafe
Offline Send Email
Feb 5, 2004
11:52 pm
2216
Please see the Photoshop SDK for more details about what information Photoshop is passing to plugins. Harry...
Harald Heim
1595-958@...
Send Email
Feb 6, 2004
2:08 pm
2217
... Good point Harry unfortunately my SDK comes from 5.0 distribution. With kind Regards, ...
Jacek Zagaja
jack_zagaja
Offline Send Email
Feb 6, 2004
5:17 pm
2218
Hi, Thanks for the help guys! That did the trick! Everything looks fine now! You are the best! Take care. ... instead of ... different color ... do. ... ...
korgmt
Offline Send Email
Feb 6, 2004
5:53 pm
2219
Hi Shifty, you should not store values to doingProxy. FM does the job for you. You only should ask FM by consulting the doingProxy whether FM is in Proxy-mode...
Shifty Geezer
ungleblunk
Offline Send Email
Feb 6, 2004
7:39 pm
Messages 2190 - 2219 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help