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 5786 - 5815 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5786
Hi, does anyone know how to change the mouse cursor over a ownerdraw control? setPreviewCursor only works over the preview. Is there another function for...
simpelfilter
Offline Send Email
Oct 2, 2006
8:34 pm
5787
Hi Ralph, No there isn't. I think Alois is using setPreviewCursor() in his plugin, which can also work outside the preview sometimes. Harry...
Harald Heim
haraldheim2001
Offline Send Email
Oct 2, 2006
10:32 pm
5788
Hi all, Is possible Converts string to integer? Example in javascripts; var cadena = String.fromCharCode(65,66,67); is possible in FM? Saludos, Greetings...
Manolo
manolowarr
Offline Send Email
Oct 6, 2006
10:11 am
5789
Hi, Check these pages in the Wiki: http://www.filtermeister.com/wiki/index.php?page=strtol http://www.filtermeister.com/wiki/index.php?page=strtoul AFAIK, long...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 6, 2006
4:35 pm
5790
Hola Martin, Perdona te responda en español, pero hoy es viernes y voy con prisas. Me refiero al contrario, números a letras No letras a números Saludos ......
Manolo
manolowarr
Offline Send Email
Oct 6, 2006
5:06 pm
5791
Hola Manolo, Martijn answered your first question about converting a string to integer. The reverse is also possible: snprintf(cadena,5,"%04d",numero); The...
martinvicanek
Offline Send Email
Oct 6, 2006
7:54 pm
5792
I'm new to FM i just start to read the documentation but till now i could not find the answer to 2 basic question: I was thinking about a "Image+Mirrored...
fotocomics
Offline Send Email
Oct 7, 2006
4:24 pm
5793
... As far as I know, it is not possible to do this with FilterMeister, or with any plugins unless you use the new Adobe SDK (which would require C++...
Kohan Ikin
syneryder
Offline Send Email
Oct 8, 2006
5:44 am
5794
Kohan, you are correct.You can only resize images with an automation plugin. Such plugins will only work in Photoshop and if you avoid using features that are...
Harald Heim
haraldheim2001
Offline Send Email
Oct 8, 2006
10:38 am
5795
1)thank you for the prompt reply. I was fearing that was no possible but i want to be sure, i have no sufficent knowledge to use last adobe SDK and more i'm...
fotocomics
Offline Send Email
Oct 9, 2006
12:44 pm
5796
... The answer is the same - if it is possible, it's only possible with the new Adobe SDK and would be restricted to Photoshop CS and new versions of Photoshop...
Kohan Ikin
syneryder
Offline Send Email
Oct 9, 2006
1:00 pm
5797
Hi, I use code like the following. Alois %ffp ctl(0): ownerdraw(mousemove,staticedge),size=(60,60) OnCtl(n): { if (n==0) if (e==FME_MOUSEMOVE ||...
alois_zingl
Offline Send Email
Oct 9, 2006
3:10 pm
5798
Hi, I haven't looked into this feature of the Photoshop CS SDK, but maybe I will add it to FilterMeister in future plus a function for checking if the host ...
Harald Heim
haraldheim2001
Offline Send Email
Oct 9, 2006
6:12 pm
5799
... maybe I will ... the host ... This is a good news a found it a quite useful option...
fotocomics
Offline Send Email
Oct 10, 2006
11:12 am
5800
Hi Harry, Alex & FM gang; I thought I would fire away with the age-old question regarding the next FM build - is it in the near future? (*throws arms up to...
Richard Rosenman
richard_rose...
Offline Send Email
Oct 11, 2006
5:14 am
5801
Hi All, I'm coming ever closer to release of a version containing full implementation of global variables and user-defined functions. As an extra goodie, I've...
Alex Hunter
afhsys
Offline Send Email
Oct 11, 2006
9:10 am
5802
Hi all, I want to share with you an article that has published a photo magazine of my plugins. Here you can download the magazine FotoDNG ...
Manolo
manolowarr
Offline Send Email
Oct 11, 2006
9:42 am
5803
Hi, Great news, Alex! I can do the intermediate FM release. I now have some more free time after the release of my latest product. I included a few new...
Harald Heim
haraldheim2001
Offline Send Email
Oct 11, 2006
10:06 am
5804
Hi Alex, great to heard some news about the develloppement of FM. I don't know if it is really interesting to use the "preprocessor directives", as I've never...
extrabigmehdi
Offline Send Email
Oct 11, 2006
11:04 am
5805
Hi, Although a preprocessor might be a very convenient point to break-up basic/pro versions, I suspect that the availability of #include and functions will...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 11, 2006
12:09 pm
5806
Hi Mehdi, I don't know if it is really interesting to use the "preprocessor directives", as I've never used them in the past except the "include one". Global...
Harald Heim
haraldheim2001
Offline Send Email
Oct 11, 2006
12:40 pm
5807
Am 11.10.2006 um 11:09 schrieb Alex Hunter: > But please: NO requests for new features in this > quick release, just relief from a few built-in limits! > Hi...
simpelfilter
Offline Send Email
Oct 11, 2006
1:19 pm
5808
Hi Harry an Alois, many thanks, I get it. I was irritated by the fact that it seems impossible to switch the cursor by only one statement in one OnCtl...
simpelfilter
Offline Send Email
Oct 11, 2006
1:28 pm
5809
Hi Ralph, I already fixed getCtlRange(), so it will work fine in the next version. Can you please write down some sample code that shows the problem with ...
Harald Heim
haraldheim2001
Offline Send Email
Oct 11, 2006
2:06 pm
5810
Hi, Seems that Alois found a way to misuse the setPreviewCursor() function for his needs :-). The thing is that the cursor is even changed outside the preview...
Harald Heim
haraldheim2001
Offline Send Email
Oct 11, 2006
2:55 pm
5811
Hello Harald, just a small addition to the wish list: you probably remember the discussion about array "out of boundary" reading behaviour changes that took...
Ilya Razmanov
ilyich_the_toad
Offline Send Email
Oct 11, 2006
3:42 pm
5812
Hi Harry, ... So perhaps you would agree with me that making a "Pro" version of FM with only the preprocessor feature advantage (as Alex suggested it) isn't...
Guessous Mehdi
extrabigmehdi
Offline Send Email
Oct 11, 2006
4:10 pm
5813
Hi Harry and Alex! This is fantastic news! The upcoming features sound very impressive and a temporary FM version in the meantime with those code limit ...
Richard Rosenman
richard_rose...
Offline Send Email
Oct 11, 2006
4:31 pm
5814
Hi Alex, The Ansi-C preprocessor feature to me looks an excellent tool to seperate a basic version from a pro version. Much better than feature differences in...
Roberto Muscia
roberto_muscia
Offline Send Email
Oct 11, 2006
4:42 pm
5815
Hola Alex, Aquí se habla mucho de las mejoras de la siguiente versión de FM. Yo pienso que sería muy importante volver a escribir toda la documentación,...
Manolo
manolowarr
Offline Send Email
Oct 11, 2006
5:04 pm
Messages 5786 - 5815 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