Hi, I do not advice anyone to use malloc in FM at all. Better use allocArray and then use getArrayAddress in case you want to use memset, memcpy, memmove and ...
Hi, There are also some RapidShare search engines which let you look for your product in order to get the URLs for getting them removed. Unfortunately it is...
Hi Harry, ... Does using allocArray, allows to allocate much more memory than malloc ? Deallocation of memory, is not a big concern for me, especially since FM...
Does using allocArray, allows to allocate much more memory than malloc ? Yes, because allocArray makes the host free up memory if there is not enough ...
hi Harry, ... yes, that would be more convenient. Unless you find a way to override the behavior of the default malloc. I don't know if we'll need a...
Hi all, I 'm working on a tool whereby I want to zoom into the preview, while staying on track with the real pixels of the image. The double measurements of...
Hi Paul, ... From what I've understood, if you increase default font size of the system, the size of all controls will be increased as well, and there won't be...
I'd suggest having a free_host(), if possible, because in the future there may be user functions that want to malloc and free. I think this will limit the...
Hi, we have come across a weird slider behavior when using triggerThread. To isolate the problem I have written a minimal code (attached) which shows the bug....
Hi Martin, There seems to be a problem with the message pump in waitForThread(). Not sure what it exactly is at the moment, but will find out. Harry ... From:...
Thanks Harry. In the meantime I found out that the problem disappears if you change the first parameter in waitForThread() from 0 to 1. Makes sense to me given...
Hi, Your solution still causes the problem here. Please check it again. At the moment you always need to use 0 for the first parameter of waitForThread. Using...
Ooops, you are right. Setting the first parameter to 1 prevents the preview from being updated, although it does fix the slider behavior but that of course is...
Hi, I am using multi-threading with my ContrastMaster plugin and did not come across this problem. But maybe because I am not using the OnCtl handler for the...
Hi, Filtermeister is really something special I wonder if I can pre-chacked checkedbox as it's default stat ? so the first time users invoke the filter the...
Hi Mehdi, Host memory allocation requires two values to be returned and stored: the memory pointer and the buffer ID. The buffer ID is needed for freeing the ...
See the code below: %ffp ctl(0):checkbox,"Checkbox 1",val=1 ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of tony lee Sent: Mittwoch,...
Has anyone tried to enlarge an image using FilterMeister? Can I re-set X and x_start and x_end and have it work? I will test if someone has not but didn't...
Hi All, I'm wondering if anyone has been able to use FM Patcher to make MuRa Clouds Vista compatable? I can get FM Patcher to work on other plugins, but when...
Hi Harry, ... memory and ... Since, the user itself never need to handle directly bufferID, maybe you can find a solution to completely hide it, and let FM ...
... Haven't tested it, but I'm 99% certain that's not possible. I don't think it's just a FilterMeister restriction - pretty sure you need the new Adobe-only...
Hi, Sounds like the plugin file is read/write protected. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of Steve Sent: Donnerstag,...
Hi, Filter plugins cannot resize the image. Only automation plugins can do that, but they only work in Photoshop and Elements and are not supported by ...
Hi Mehdi, If you want to write the code in C to handle the IDs internally, I can send you the source code of the three functions. Photoshop does memory...
... Oh, silly me - I was thinking that resizing plug-ins like Genuine Fractals etc were filter plugins, but of course it makes no sense for them to be (it...
hi Harry, ... can send ... well, I just found a pretty trivial solution: With allocHost, just allocate 8 more bytes to store the bufferID in memory (well,...
Hi, I just got an email from someone who told me that combo boxes are not visible in Corel Photo-Paint X3 under Vista x64, but you can click on the empty space...
That was it! I looked at the properties for mmcloud.8bf. I unchecked "read only". Then I was able to run fmpatcher on mmcloud.8bf. AND, I was able to make...
Is it possible to get the handle of the main plug-in window? I've just started experimenting a little with DLLs, and I can see a couple of cases where the...
Hi Everybody, I have been working on scripting support recently and now implemented a rudimentary version of it. At the moment scripting works automatically by...