I got to playing with several things and it was getting kind of difficult to come up with a plan-of-attack without seeing what I was dealing. I was flying...
Hey guys; Here is a snippet of code from something I'm working on. I'm trying to specify a hotspot (inner circle), and a falloff (outer circle) that the user...
How does one guarantee that when an FM plugin is reloaded in the same Photoshop flow that it starts as the first time? Now we get the last set of parameters...
... My way (I'm sure there are many others) is to define the dialog box and all its controls in the OnCtl() // (e==FME_INIT) block. This way, irrespective of...
Just had another thought about free() ... it's possible that OnFilterEnd gets executed multiple times (like the preview sometimes gets redrawn twice). Try if...
I wasn't aware that OnFilterEnd was opened more than once. Seems there should be OnFilterStop for cleanup etc. and an OnFilterStart to initialize things etc....
I want to write a file with the x and y values along with the r,g,b values for each pixel into a csv file that I can import into a statistics program. The...
Hi Joe, The only thing I would suggest would be to explicitly store NULL into the put/get(0) storage so that you don't attempt to close the file after you ...
Duncan: Thanks for the tip. It doesn't hurt to set the 0 buffer value to 0, but it's not going to make any difference as the program is going to close anyway....
Joe, Use the latest version of FilterMeister (9.1) and %fml instead of %ffp at the start of the file. This lets you declare your own global variables, it's...
... I've only seriously started getting into FM recently. All the reference material that comes with FM refers to ffp code. Where do I get the specifications...
Hi all FM users, As we all know, Harry left the FMDEV team quite unexpectedly. As a result, some of the things he was working on when he left, have been left...
Hi Martijn, ... Should just return an HWND to the main filter dialog (as far as I'm aware). The purpose was so that dialogs could be launched from a DLL, but...
Joe, you'll find the download link for FM Beta 9.1 here: http://tech.groups.yahoo.com/group/FMML/message/9259 I believe this is the most recent version. You...
Hi Joe, Sorry for the delay, I had trouble remembering how I got the latest download ... here is the message thread with links to both the FM plugin (as a...
I forgot Yahoo strips out spaces from the beginning of lines ... and it doesn't seem to support tags ... what I was trying to point out was the extra pair of...
Duncan:  ... The problem was with the parentheses - I hate small things like that. C isn't my favorite programing language to start with, but I'm starting...
Joe, Glad that worked -- I've used so many programming languages, each with slightly different syntax, that over the years I've developed a "defensive ...
These are good ideas, along with developing a style of ' liberal commenting '. Every { } pair should be commented, and perhaps also within them if the ...
And another thing ... ;D It's worth using a code editor like TextPad or SciTEX. They both have a function to "find the matching bracket/parenthesis/brace" and...
I have a small program that creates a two color gradient on a 256 x 256 pixel image so that I have one color per pixel. I decided to spruce it up a bit and...
Hey Joe; X and Y refer to the preview window's width and height. Therefore, you will get the width and height of the preview window at whatever zoom level it's...
Richard: Thanks for the answer. I guess I just missed getting it right. Still hope someone has any insights into forcing forEveryTile handle to use a single...
Joe, FM (and ForEveryTile) will process the whole image as one tile unless you set isTileable = true; (e.g. in the OnFilterStart section) From the release...
Hi, I've never released a plug-in with this before and I know this info is out there somewhere, so hoping that somebody knows... How do you make an FM plug-in...
Obviously :) Thanks for that. Kind regards, Martijn W. van der Lee VanDerLee Creative Photoshop Plug-Ins Aagje Dekenlaan 34 1403 HH, Bussum Netherlands Fax:...