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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2328 - 2357 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2328
I have a set of 2 radiobuttons that both work fine on first invocation of the filter, but often fails at later invocations. Later invocations meaning:...
pshoplifter
Offline Send Email
Mar 3, 2004
8:59 pm
2329
I'm fairly sure I know the answer to this (no) but is it possible with FM to output letters/numbers instead of only pixels? -Richard...
Richard Rosenman
richard_rose...
Offline Send Email
Mar 6, 2004
12:22 am
2330
Hi Richard, I guess you mean drawing text into the output buffer so that it appears on the preview and in the final image. That's not possible yet. I have some...
Harald Heim
1595-958@...
Send Email
Mar 6, 2004
9:48 am
2331
You could write you're own, though it'd be a mammoth undertaking without procedures. You could malloc some space and poke into that the data for each character...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 6, 2004
10:31 am
2332
Any thoughts on multiple invocations of filters? Some data are saved between invocations and can cause problems after the first invocation it seems... ... ...
pshoplifter
Offline Send Email
Mar 10, 2004
6:29 pm
2333
In general, not just in FMML, radiobuttons get funky when you set the options badly -- like turning all the options on. When you use FMML, settings are left as...
Margaret Scheers
mscheers37
Offline Send Email
Mar 10, 2004
7:22 pm
2334
Hi, As I have mentioned in a previous post, FM can cause some problems at the second invocation with certain graphics applications. One problem is that the...
Harald Heim
1595-958@...
Send Email
Mar 11, 2004
3:03 pm
2335
I don't remember if this has been up before, but there's a bug in the preview for 16 bit images when working on layers above background. The preview displays...
Jan Esmann
very_secret_dk
Offline Send Email
Mar 14, 2004
10:41 am
2336
... A few times :] The bug is apparently fixed in the forthcoming FM release. - Kohan _____________________________________________________________________ ...
Kohan Ikin
syneryder
Offline Send Email
Mar 14, 2004
10:46 am
2337
Hi, The problem is that 16bit layers were not supported by previous versions of Photoshop, so FilterMeister didn't count with such a possibility. I have fixed...
Harald Heim
1595-958@...
Send Email
Mar 14, 2004
12:35 pm
2338
I did not understand Margaret's remarks about the problem with the radiobuttons I mentioned. I would think it's impossible to set the wrong options (a user...
pshoplifter
Offline Send Email
Mar 14, 2004
2:01 pm
2339
Hi, ... You can put that code in: OnCtl(n):{ if (n == CTL_OK && e == FME_CLICKED) { } else if (n == CTL_CANCEL && e == FME_CLICKED) { } } or put it in: ...
Harald Heim
1595-958@...
Send Email
Mar 14, 2004
2:37 pm
2340
... This reinitializes settings *before* they are applied to the image (after pressing OK). So that won't work. ... This doesn't have any effect, maybe cause...
pshoplifter
Offline Send Email
Mar 14, 2004
3:51 pm
2341
Can it be that your are looking for an option that is executed before the preview is updated the first time? You mentioned something about resetting radio...
Harald Heim
1595-958@...
Send Email
Mar 15, 2004
1:38 pm
2342
OK, let me recapitulate... There is a real problem with reinvoking a filter. Apart from variables that are or are not reset (causing big problems!) strange ...
pshoplifter
Offline Send Email
Mar 15, 2004
6:13 pm
2343
... I've got radio buttons in my filter-in-progress. I do have a problem with the reinvoked filter hanging, but that occurs at a particular place in the code...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 15, 2004
6:46 pm
2344
Hi, ... Why upon exit? The problem occurs with the sceond invocation, so resetting everything at the end of the first invocation is useless. ... I guess you...
Harald Heim
1595-958@...
Send Email
Mar 15, 2004
7:00 pm
2345
uh... read that again lol, that was what didn't work in the first (or second) place. Can't get a stable filter for more than one invocation this way. ... ...
pshoplifter
Offline Send Email
Mar 16, 2004
12:21 am
2346
Why don't you reset the variables in OnFilterStart???? Achim ... From: pshoplifter To: FMML@yahoogroups.com Sent: Tuesday, March 16, 2004 1:20 AM Subject:...
achim-schneider@...
filtercafe
Offline Send Email
Mar 18, 2004
11:38 pm
2347
... The problem with that is that it doesn't only carry out the OnFilterStart part every time the plugin starts, but everytime a preview is generated as well....
pshoplifter
Offline Send Email
Mar 19, 2004
6:41 pm
2348
... problem with ... in the ... Did you solve it? It's only my second set of radiobuttons that has the problem under certain circumstances, the first set never...
pshoplifter
Offline Send Email
Mar 19, 2004
6:57 pm
2349
Hi, You have to set k0 to zero again when the user presses OK or Cancel to solve the problem. It's that simple! Harry...
Harald Heim
1595-958@...
Send Email
Mar 19, 2004
7:28 pm
2350
... Just getting to that bit. I've finally finished my image processing function which I'm very pleased with, so it's a case of tidying up the code to get it ...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 19, 2004
7:53 pm
2351
Cool, I am exactly in that phase too :) ... function ... to get it ... multiple ... not even ... be...
pshoplifter
Offline Send Email
Mar 19, 2004
9:23 pm
2352
I'm gonna do all my resetting there, but how do I do this in the OnCtl (n) part? ctl[CTL_OK] works a bit different from ctl(10)... Have the feeling I am almost...
pshoplifter
Offline Send Email
Mar 19, 2004
9:39 pm
2353
... ctl[CTL_OK] is a control definition defining the OK button, and ctl(10) is an alias for getCtlVal(10). So you don't really want to use those. Try this...
Kohan Ikin
syneryder
Offline Send Email
Mar 20, 2004
3:11 am
2354
Thanks that was really helpful :)) Now I just have one problem left: the mutually exclusive radiobuttons. What happens is this: On first invocation it works...
pshoplifter
Offline Send Email
Mar 20, 2004
12:37 pm
2355
... Well, pshoplifter, I've encountered no difficulties. On subsequent invocations I found my filter was using previous settings which I had stored in an array...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 21, 2004
5:50 pm
2356
Hi, I've been trying to figure out how to do a simple 2 color radial type gradient with FM. The type where one color blends from the inside of the image to...
korgmt
Offline Send Email
Mar 24, 2004
9:17 pm
2357
I think you can apply a gradient but using polar coordinates. Shifty Geezer shifty_geezer@......
Shifty Geezer
ungleblunk
Offline Send Email
Mar 24, 2004
10:17 pm
Messages 2328 - 2357 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