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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4867 - 4896 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4867
Hi, Would this be of help to you? http://freeimage.sourceforge.net/features.html Numerous formats are supported and the source code is available so that you...
richard27ghs
Offline Send Email
Aug 1, 2005
2:45 pm
4868
The example that shows the use of RADIOBUTTON in the FilterMeister documentation does not work. I never goes beyond the first option. I substituted a sharpen...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 1, 2005
10:47 pm
4869
Hi, Try adding a GROUPBOX(GROUP) control after all the radiobuttons. Take a look at this tutorial on the FM site: ...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 2, 2005
9:20 am
4870
Thanks Martijn. I added ctl(60):RADIOBUTTON(GROUP), pos=(600,600) after the other radiobuttions, and now the code works. Jim...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 2, 2005
1:58 pm
4871
I made several filters using portions of some of the examples in the code library. Some of these filters say they are copyrighted. I let a few friends have...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 3, 2005
4:05 pm
4872
Hi Jim, I guess it is best if you let us know which codes you used. I personally don't mind if you use the code from my examples. Harry...
Harald Heim
haraldheim2001
Offline Send Email
Aug 3, 2005
4:33 pm
4873
Hi Harry, I put the code below. I can't find it in the examples now. I remember that it said copyright. I think there were just initials and not a full name. I...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 3, 2005
4:55 pm
4874
This amy have already been ask in the past, but does FM support ShellExecute or CreateProcess or some method of launching an external process? GaryB...
canoewhiteh2o
Offline Send Email
Aug 3, 2005
9:50 pm
4875
... It sure does. I use the following to launch a browser to my website: if(shellExec("open","http://www.redpawmedia.com", NULL, NULL) != -1) ErrorOk("Failed...
Jon Read
jon_read2002
Offline Send Email
Aug 3, 2005
10:00 pm
4876
Jim, feel free to use my code, I'm happy that you find it useful. Greetings Jamie ... remember ... full ... but I ... it, ... personally...
Jamie London
jamesbondzw
Offline Send Email
Aug 3, 2005
11:20 pm
4877
Hi Jamie, Thank you! I really like the effects of that filter code. Great for edges and great for simplifying images to look like paintings. I made a single...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 4, 2005
12:44 am
4878
Hi Jim, It would be nice if you could let me know when you made your plugin available to the public. Thanks, Harry...
Harald Heim
haraldheim2001
Offline Send Email
Aug 4, 2005
10:37 am
4879
I'm curious as to which example this comes from. Is it something from a more recent build? The code below, obviously incomplete so I closed up the loops and...
Shifty Geezer
bty514994
Offline Send Email
Aug 4, 2005
12:17 pm
4880
Hi Harry, I will let you know. I'm not really making it's widely available. I'm just going to allow some friends on Digital Nuts (yahoo/pBase group) to pass it...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 4, 2005
2:34 pm
4881
Hi Shifty, I don't know where I got the code. It was somewhere on the FM website I'm sure. I've only had FM since May 24 this year. I didn't put all the code...
Jim Clatfelter
jimclatfelter
Offline Send Email
Aug 4, 2005
2:40 pm
4882
Jim, you might have copied the code it from http://groups.yahoo.com/group/ FMML/message/3010 . As I said, it's public and you are invited to use it. This forum...
Jamie London
jamesbondzw
Offline Send Email
Aug 4, 2005
7:06 pm
4883
Thanks Jon, I new I had seen it somewhere I just couldn't put my fingers on it in the documantation. GaryB...
canoewhiteh2o
Offline Send Email
Aug 4, 2005
7:39 pm
4884
Hi folks, when I use setPixel to draw stuff on an ownerdraw control it won't refresh unless I explicitly draw it again. Anybody knows a fix? I remember this...
Jamie London
jamesbondzw
Offline Send Email
Aug 7, 2005
11:54 am
4885
That's normal Windows behaviour. I believe there's an event in FM which is called for the control whenever it needs to be repainted, try looking in the...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 7, 2005
12:01 pm
4886
Hi, The event is called FME_DRAWITEM. You need to place all your setPixel code there, otherwise the ownerdraw control won't be updated if the user moves a ...
Harald Heim
haraldheim2001
Offline Send Email
Aug 7, 2005
12:26 pm
4887
Thanks guys, that helped! Jamie ... setPixel code ... moves a ... Of ... won't ... I...
Jamie London
jamesbondzw
Offline Send Email
Aug 7, 2005
6:41 pm
4888
Hi Mehdi, excuse me for this late response. I didn't have time last weeks for working on filters and trying it. But your hints were right, especially the...
simpelfilter
Offline Send Email
Aug 8, 2005
5:16 pm
4889
Hi..! when ever i launch my filter at the first sroke it works well. If i try for the next image the size of the preview window is reduced and then all of my...
venkateshp_2004
Offline Send Email
Aug 9, 2005
9:04 am
4890
Hi, Does anyone know if Photoshop plugins can be used in InDesign? It was possible in PageMaker. Harry...
Harald Heim
haraldheim2001
Offline Send Email
Aug 9, 2005
5:25 pm
4891
Hi venki, You need to resize the preview each time your plugin is executed again. Place the code for the preview resizing in OnFilterstart, but make sure it is...
Harald Heim
haraldheim2001
Offline Send Email
Aug 10, 2005
11:53 am
4892
Hi harray, It helps..I have done it..thanx again. -venki ... again. ... sure it ... variable for ... the global ... Of...
venkateshp_2004
Offline Send Email
Aug 11, 2005
6:50 am
4893
I need to find the difference between two floats. I saw that filtermeister supports for the 'dif' function but it works for only two integers. In my work i...
venkateshp_2004
Offline Send Email
Aug 11, 2005
6:52 am
4894
Hi, fabs(a - b); where a and b are the float variables ofcourse. I don't quite know what you mean by "positive and negative floats", do you mean that you want...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 11, 2005
7:44 am
4895
Yeah, You are right..!! thanx ... do you ... Above ... works...
venkateshp_2004
Offline Send Email
Aug 11, 2005
9:27 am
4896
(1==1) ? (1==1):Info("%s","ss"); Why the value is not displyed..?...
venkateshp_2004
Offline Send Email
Aug 11, 2005
9:30 am
Messages 4867 - 4896 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