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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4944 - 4973 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4944
I'm writing a filter with one slider. I want a pushbutton that will set the slider to zero. I used the code below to get it. It compiles, but nothing happens....
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 2, 2005
10:11 pm
4945
This is what I use to do that: OnCtl(n) : { if( n == 55 && e == FME_CLICKED) { setCtlVal(50,0); // set slider to zero } } Gil Jones _____ From:...
Gil Jones
azgilrock
Offline Send Email
Sep 3, 2005
12:23 am
4946
Thank you Gil. That works perfectly. The filter I'm working on really needs this ability. I sure appreciate this group. An answer is always on the way when I...
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 3, 2005
1:32 am
4947
Hi, I've seen that FM supports key shortcuts for controls. If I write for example "bu&tton" instead of "button" (in the text properties of a control) the...
simpelfilter
Offline Send Email
Sep 7, 2005
11:03 am
4948
Hi Ralph, ... It depends on the control focus if pressing T works or doesn't work. But ALT + T works all of the time. ... Yes, just trigger a timer and let it...
Harald Heim
haraldheim2001
Offline Send Email
Sep 7, 2005
12:10 pm
4949
Am 07.09.2005 um 14:09 schrieb Harald Heim: > > Hi Ralph, > > > >> If I >> write for >> example "bu&tton" instead of "button" (in the text properties of a >>...
simpelfilter
Offline Send Email
Sep 7, 2005
1:30 pm
4950
How do I use doingProxy to use the original image as the preview? Maybe a preview pushbutton is the best way, but where does the code go? I can't find an...
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 7, 2005
3:17 pm
4951
What I've done is created a checkbox named "Preview" which when left unchecked just does a return from the ForEveryTile handler and doesn't run the filter...
Gil Jones
azgilrock
Offline Send Email
Sep 7, 2005
3:48 pm
4952
Ralph, if the control focus is on a combo box which has an item that starts with T, pressing the T key will select that item and not trigger a button that has...
Harald Heim
haraldheim2001
Offline Send Email
Sep 7, 2005
4:58 pm
4953
Hi Gil, I'm using the RGB handler. I haven't tried ForEveryTile yet. I'm trying to learn the possibilities of RGB and to program the filter interface. Can this...
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 7, 2005
5:10 pm
4954
Can somebody tellme how to create variable of language FF of like this: a(n,m) a(1,1);a(1,2)................a(1,10) a(2,1);a(2,2)................a(2,10) ...
slab4ev
Offline Send Email
Sep 7, 2005
7:21 pm
4955
Hi, In my filter after doing a set of processing, I use the doAction to apply that for the image. One of my Major aim is to automatize the filter using the...
venkateshp_2004
Offline Send Email
Sep 8, 2005
7:46 am
4956
Use AllocArray, PutArray and GetArray. http://www.filtermeister.com/wiki/index.php?page=allocArray http://www.filtermeister.com/wiki/index.php?page=putArray ...
Shifty Geezer
ungleblunk
Offline Send Email
Sep 8, 2005
8:04 am
4957
Am 07.09.2005 um 18:37 schrieb Harald Heim: > if the control focus is on a combo box which has an item that > starts with T, > pressing the T key will...
simpelfilter
Offline Send Email
Sep 8, 2005
8:27 am
4958
Hi Jim, ... %ffp ctl(25):CHECKBOX,"Preview" ForEveryTile: { if (!doingProxy || ctl(25)) return false; // run the RGB handlers else return true; // don't...
Alex Hunter
afhsys
Offline Send Email
Sep 8, 2005
9:19 am
4959
Hi Alex, I was trying to use doingProxy to send the preview to the full original image (in the host program) instead of the filter preview window. I thought...
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 8, 2005
6:09 pm
4960
It's not possible to change the image on the host app unless you apply the filter. Full image previews are impossible....
Shifty Geezer
ungleblunk
Offline Send Email
Sep 8, 2005
6:32 pm
4961
Hi Shifty, "doingProxy specifies if the filtering process is applied to the preview image or to the image layer in the host program --- 0 or 1" I read that on...
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 8, 2005
10:11 pm
4962
Hi, is it ok if i claim copyright to plugins i didn't register ? I'm sure that a lot of people add a copyright notice to their website even if they didn't...
Guessous Mehdi
extrabigmehdi
Offline Send Email
Sep 9, 2005
12:02 am
4963
I researched the current situation regarding the use of the copyright symbol in the Netherlands recently, mostly do to a rather non-copyright-related use of it...
Martijn van der Lee
mwvdlee
Offline Send Email
Sep 9, 2005
7:23 am
4964
- The copyright symbol holds no legal status. Anybody can use it anywhere and it really doesn't mean anything at all, it can be used to warn people something...
Shifty Geezer
ungleblunk
Offline Send Email
Sep 9, 2005
8:57 am
4965
Hi, The contract looks OK on first sight to me. However, I wonder why they want to go that complicated route to distribute freeware. Maybe they have made bad...
Harald Heim
haraldheim2001
Offline Send Email
Sep 9, 2005
10:28 am
4966
Mehdi, IANAL, but the £1 is required to form a legal contract under UK law (which I assume this contract is based on). " To be legally enforceable by the...
Jon Read
jon_read2002
Offline Send Email
Sep 9, 2005
10:44 am
4967
Hi All, thank for your thought As usual, copyright questions are a bit fuzzy. But i don't see why i should have that weird feeling of insecurity.... I'll try...
Guessous Mehdi
extrabigmehdi
Offline Send Email
Sep 9, 2005
11:00 am
4968
It might be that if they are making money from a freeware product there's lots of legal issues that could be raised. There are no standards in such cases and...
Shifty Geezer
ungleblunk
Offline Send Email
Sep 9, 2005
11:30 am
4969
Hi Shifty, " If someone were to group my free plugins with others for money I might not be so happy". You misunderstood. It's a limited number of plugins,...
Guessous Mehdi
extrabigmehdi
Offline Send Email
Sep 9, 2005
11:40 am
4970
Okay, so there's actually money being made on the product but as a free plugin yours is just being included as a nicety. A contract seems rather over the top...
Shifty Geezer
ungleblunk
Offline Send Email
Sep 9, 2005
11:55 am
4971
Hi, I just checked Dutch law, as that is where my particular case was applied. In the Netherlands, the copyright symbol itself means nothing and if no...
Martijn van der Lee
mwvdlee
Offline Send Email
Sep 9, 2005
2:29 pm
4972
Hi, it's the second time that i have a problem with a client that paid with Paypal for my shareware "Quick Enlarger". First to makes things clear, here's the...
Guessous Mehdi
extrabigmehdi
Offline Send Email
Sep 9, 2005
4:52 pm
4973
Hi Mehdi, It's a shame that these things happen, but I take it as part and parcel of selling filters. I've never had a payment cancelled through PayPal, but...
Jon Read
jon_read2002
Offline Send Email
Sep 9, 2005
5:08 pm
Messages 4944 - 4973 of 9973   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