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 to share photos of your group with the world? 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 8753 - 8782 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8753
Hi everyone; I'm trying to use an EDIT ctl to display text for copying and pasting to somewhere else. In the case below, CTL(5) is an EDIT ctl which will...
Richard Rosenman
richard_rose...
Offline Send Email
Nov 1, 2008
11:12 pm
8754
Hi Richard, You need to define the edit control as ctl(0):edit(multiline) Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of ...
Harald Heim
haraldheim2001
Offline Send Email
Nov 2, 2008
1:54 am
8755
Hi Harry; Thanks for your reply, but no luck. Try this code to see what I mean: %ffp ctl[1]: EDIT(MULTILINE), Pos=(270,40), size=(207,88) ctl(2):...
Richard Rosenman
richard_rose...
Offline Send Email
Nov 2, 2008
5:46 am
8756
... I've figured it out - you're using the wrong line endings for the edit control :) \n alone is a Unix line ending, but on Windows line endings are normally...
Kohan Ikin
syneryder
Offline Send Email
Nov 2, 2008
7:36 am
8757
Thanks guys; That worked beautifully. -Richard ________________ Richard Rosenman Digital Animation Director http://www.pixila.com http://www.dofpro.com ...
Richard Rosenman
richard_rose...
Offline Send Email
Nov 2, 2008
8:59 pm
8758
Hi Alex?, Harry?, It would be handy if everytime Photoshop and FilterMeister is started, the last opened ffp is automatcally loaded. Currently FM only does...
Roberto
roberto_muscia
Offline Send Email
Nov 2, 2008
8:59 pm
8759
Hi, Such a feature may annoy some FM users, so I think we rather leave it the way it is. Or would you want Photoshop to automatically open the last used image...
Harald Heim
haraldheim2001
Offline Send Email
Nov 2, 2008
10:44 pm
8760
Hi Harry, ... From: Harald Heim To: FMML@yahoogroups.com Sent: Sunday, November 02, 2008 11:44 PM Subject: RE: [FMML] FM start-up Hi, Such a feature may annoy...
Roberto
roberto_muscia
Offline Send Email
Nov 3, 2008
4:50 pm
8761
Hallo there is my filter for clearing of margins. Could somebody help me with it? I want to modify the preview window size. (It is quite small.) The result is...
Vaclav Muller
vaclav.muller
Offline Send Email
Nov 3, 2008
9:44 pm
8762
Hi Vaclav What you are asking for is not so simple within the handler you are using (if at all possible within that handler). In order to unleash the power of...
Jan Esmann
jan_esmann
Offline Send Email
Nov 3, 2008
11:02 pm
8763
Hi, A recent file list is probably a nice feature. But at the moment we have other more important things to add to FM. Harry ... From: FMML@yahoogroups.com...
Harald Heim
haraldheim2001
Offline Send Email
Nov 4, 2008
12:40 am
8764
I found the FME_ZOOMCHANGED event in the Wiki: " e is a global system variable which describes the type of event; the following FilterMeister Events (FME's)...
jazzscriveyn
Offline Send Email
Nov 4, 2008
8:41 am
8765
It's a reserved keyword and event number, but as yet not implemented. Will possibly be implemented in the future, if we ever find the time :) Do we have a...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 4, 2008
8:56 am
8766
Thanks Martijn, this makes already two items I know about in the wiki that aren't actually implemented. bEllipse is the other. I should have thought the place...
jazzscriveyn
Offline Send Email
Nov 4, 2008
9:23 am
8767
Hi, Not yet implemented features should NOT be mentioned in the Wiki at all. The only place they might be mentioned about is a wishlist which should be...
Roberto
roberto_muscia
Offline Send Email
Nov 4, 2008
5:50 pm
8768
This is a command for resizing whole Dialog Window: Dialog: size=(600,300) I want to resize the Preview Window too. Is there any possibility to do this?...
Vaclav Muller
vaclav.muller
Offline Send Email
Nov 5, 2008
8:05 am
8769
... Yes, see this page: http://www.filtermeister.com/wiki/index.php?page=FAQ - Kohan __________________________________________________________________ kohan...
Kohan Ikin
syneryder
Offline Send Email
Nov 5, 2008
8:09 am
8770
Hallo thank you for the link. Could you help me how can I use it? The line "setCtlPos(CTL_PREVIEW, 10, 10, 100, 200);" does not work me. Thank you. ... %ffp ...
Vaclav Muller
vaclav.muller
Offline Send Email
Nov 5, 2008
8:43 am
8771
... That line is code, not a control definition - so it needs to go in the ForEveryTile or OnFilterStart sections of your filter code. - Kohan ...
Kohan Ikin
syneryder
Offline Send Email
Nov 5, 2008
8:50 am
8772
To do this as a control definition, use something like this: ctl(CTL_PREVIEW): Modify, pos = (10, 10), size = (100, 200) kind regards, Martijn...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 5, 2008
12:43 pm
8773
There is my new code. Could somebody help me with the zoom. It works only when the zoom is set to 100 percent. ... %ffp Title :"Border cleaner" Filename...
Vaclav Muller
vaclav.muller
Offline Send Email
Nov 5, 2008
9:23 pm
8774
Hi, Instead of for(x=0; x<X; x++){ for(y=0; y<Y; y++){ you should always use for(x=x_start; x<x_end; x++){ for(y=y_start; y<y_end; y++){ Harry ... From:...
Harald Heim
haraldheim2001
Offline Send Email
Nov 5, 2008
10:42 pm
8775
Hi, I recognized the syntax Vaclav used for the for..do loop clearly from a description read very recently in a manual. I think it was a FilterMeister manual...
Roberto
roberto_muscia
Offline Send Email
Nov 6, 2008
5:51 pm
8776
Hi Vaclav, It seems your filter is working over here in all zoom levels. What is not working in zoom levels other than 100% on your pc? By the way, I noticed...
Roberto
roberto_muscia
Offline Send Email
Nov 6, 2008
6:48 pm
8777
Hi, I just found the C-language guide back again so don't bother looking :-P It's not on the internet but funny enough it was always here right under my nose:...
Roberto
roberto_muscia
Offline Send Email
Nov 6, 2008
6:57 pm
8778
Thanks a million Roberto for discovering of this bug and checkouting of my program. I did not try it on the color pictures. ... for(x=0; x<X; x++){ for(y=0;...
Vaclav Muller
vaclav.muller
Offline Send Email
Nov 6, 2008
7:29 pm
8779
Hi Harry, Surprisingly Vaclav's ForEveryTile handler's faulty syntax works although for some reason the correct syntax results in a "much" faster preview...
Roberto
roberto_muscia
Offline Send Email
Nov 6, 2008
10:30 pm
8780
Hi Vaclav, I don't know if it's possible in FilterMeister (I hardly am familiar with the programming) but a workaround for the zoom issue might be: .. check...
Roberto
roberto_muscia
Offline Send Email
Nov 6, 2008
10:31 pm
8781
Hi, Vaclav's code processes more image data then actually needed. That's why it is slower for certain image zoom levels. So as I said always use this code for...
Harald Heim
haraldheim2001
Offline Send Email
Nov 6, 2008
11:27 pm
8782
... Can you tell me what keywords you used to search the Wiki for anything related? If you can I'll see if I can rewrite the appropriate listings on the Wiki...
Kohan Ikin
syneryder
Offline Send Email
Nov 7, 2008
1:37 pm
Messages 8753 - 8782 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