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 5620 - 5649 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5620
Hi Well I've just recieved a message from a visitor telling that he was able to run my plugins under linux. He used under The Gimps the plugin "pspi" that you...
extrabigmehdi
Offline Send Email
Jun 5, 2006
12:42 am
5621
... The irony is that using The Gimp to load non-GPL plugins (ie most Windows Photoshop plugins) is illegal. The Gimp is released under the GPL, with no...
Kohan Ikin
syneryder
Offline Send Email
Jun 5, 2006
6:07 am
5622
Hi ... I don't think there's a problem. To makes things easy we can consider this use as "a borderline case" (see last words of "If a program released under...
extrabigmehdi
Offline Send Email
Jun 5, 2006
11:57 am
5623
I'd also add that the actual legallity of GPL and plugins is unknown, as much of these software licensing strategies are unproven in court and may not be...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 5, 2006
12:50 pm
5624
... Yep, that's true. I wish the FSF's views on dynamic linking would get thrown out of court sometime soon, it would make things a lot clearer. ... Well, DVD...
Kohan Ikin
syneryder
Offline Send Email
Jun 5, 2006
1:53 pm
5625
... I don't think this is a borderline case. It's been a while since I last looked at the Photoshop API, but I'm pretty sure a plugin consists of more than a...
Kohan Ikin
syneryder
Offline Send Email
Jun 5, 2006
2:00 pm
5626
... That's a hardware limit though. It's not illegal (in most countries) to flash your DVD bios or whatnot to enable other region playback. I think the US is...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 5, 2006
2:06 pm
5627
... your ... The GPL is merely a license which gives users rights beyond what they have under copyright (which is no rights at all). As such the GPL works...
Martijn W. van der Lee
mwvdlee
Offline Send Email
Jun 5, 2006
8:16 pm
5628
... Bingo - that sounds like a logical explanation that would hold up in court. I doubt it would satisfy the FSF, but... meh... I'm not too worried about that...
Kohan Ikin
syneryder
Offline Send Email
Jun 5, 2006
8:56 pm
5629
Hi, can somebody explain how triggerEvent works together with the handlers? There is some unexpected behavior with this function. It seems that the OnCtl...
simpelfilter
Offline Send Email
Jun 9, 2006
2:18 pm
5630
Hi Ralph, triggerEvent just executes the OnCtl handler with the provided parameters. That's all. If you use triggerEvent within the OnCtl handler, the OnCtl...
Harald Heim
haraldheim2001
Offline Send Email
Jun 9, 2006
3:44 pm
5631
Hi Harry, please try the code below, it speaks for itself. It is only an example. I use the method for scrolling. It is possible to break the loop by query...
simpelfilter
Offline Send Email
Jun 9, 2006
5:37 pm
5632
Hi Ralph, If you replace if (getAsyncKeyStateF(VK_A)<0){ with if (n==0 && e==FME_TIMER && getAsyncKeyStateF(VK_A)<0){ than the code works. The addition makes...
Harald Heim
haraldheim2001
Offline Send Email
Jun 9, 2006
6:36 pm
5633
Am 09.06.2006 um 20:34 schrieb Harald Heim: > > Hi Ralph, > > > If you replace > > if (getAsyncKeyStateF(VK_A)<0){ > > with > > if (n==0 &&...
simpelfilter
Offline Send Email
Jun 9, 2006
9:52 pm
5634
Hi I keep getting a Too Much Code error. I know you fixed this long ago. Is it possible we could please get a working FM version without this restriction? Jan...
Jan Esmann
very_secret_dk
Offline Send Email
Jun 11, 2006
3:16 pm
5635
Hi Jan, Can you give the exact and entire error message, so we can know which code buffer or other resource needs to be increased? There is still no...
Alex Hunter
afhsys
Offline Send Email
Jun 15, 2006
9:11 am
5636
Hi Alex Thanks. I understand your situation. The odd thing is, I can not generate the error again, but I am pretty sure it simply said "Too Much Sourcecode"...
Jan Esmann
very_secret_dk
Offline Send Email
Jun 15, 2006
12:23 pm
5637
Alex, Hi, and just a note to say that we are all pleased that the fundamental development issues have been moving forward. Regards, Bill ... From: Alex Hunter ...
Bill MacBeth
macbethbill
Offline Send Email
Jun 16, 2006
12:55 am
5638
Hi @Alex, ... Great to hear this. We got no news for a long time, and it is reassuring to read this. I take the occasion to ask: is it possible to ensure...
extrabigmehdi
Offline Send Email
Jun 16, 2006
12:16 pm
5639
Hi Mehdi, Adobe dropped support for Photoshop Plugin from Version 6 of After Effects. It is makes not much sense to let FM create Photoshop plugins that are...
Harald Heim
haraldheim2001
Offline Send Email
Jun 16, 2006
1:25 pm
5640
Hi Harry, ... are only ... Photoshop ... Sad news. In this case i0 and i1 should not be anymore reserved variables for premiere compatibility, is it ? ... that...
extrabigmehdi
Offline Send Email
Jun 16, 2006
2:28 pm
5641
In PS wc filter the black edge to the filter is too heavy for my taste.Is there another filter out that is not as hard edge black or a dissasembled wc file or...
wynpotter
Offline Send Email
Jun 18, 2006
5:06 pm
5642
Hi all, last week I launched a new filter SF TransluSense here: www.simpelfilter.de/bildbearbeitung/translusense.html. It's a transparency filter with few...
simpelfilter
Offline Send Email
Jul 5, 2006
7:40 am
5643
Hi, Looks great and you've definetely been thorough with the GUI code. I especially like the use of F-keys to quickly access the different effects. But have...
Martijn van der Lee
mwvdlee
Offline Send Email
Jul 5, 2006
8:46 am
5644
Hi Martijn, you are right, most effects could be done with PS equally ore better. (With exception of removing transparency). But not everyone owns PS. I...
simpelfilter
Offline Send Email
Jul 5, 2006
12:30 pm
5645
Hi Ralph, Can you maybe give the mere hackers (like me) some hints as to how you implemented things like the mini-preview (I assume that it works like the one...
yep me
pshoplifter
Offline Send Email
Jul 5, 2006
3:01 pm
5646
Hi, I've been meaning to post this snippet for some time, but kept forgetting. The latest version of my Halftone plug-in allows the user to create his/her own...
Martijn van der Lee
mwvdlee
Offline Send Email
Jul 6, 2006
8:49 am
5647
Hi Charles, the navigator box is a frame (build from 4 ctls FRAME and 1 STATICTEXT) that follows the mouse pointer. More complicate was to realize the...
simpelfilter
Offline Send Email
Jul 7, 2006
8:29 am
5648
Hi Ralph, The new TransluSense filter dialog looks very straightforward and clear to use and I aggree with you it can be a very useful filter for many people...
Roberto Muscia
roberto_muscia
Offline Send Email
Jul 7, 2006
9:39 pm
5649
Hi Roberto, many thanks for your helpfull hints. Most of it I have followed. But I don't know then I can realize the next minor update (because there are...
simpelfilter
Offline Send Email
Jul 8, 2006
10:26 pm
Messages 5620 - 5649 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