Hi. Was busy reworking my plug-ins to use globals and statics and got this error message from the latest FM: "Too many static or global variables". What to do?...
Hi Martijn, MAX_GLOBAL_VARS was set to 100 during internal testing, and should have been increased before being released for beta testing. Do you have an idea...
Hi Martijn, Can't you use the previous version of FM for finshing that task until Harry gets back from his holiday? Roberto ... From: Martijn van der Lee To:...
You mean use the previous the version that didn't have globals or static variables at all? Kind regards, Martijn W. van der Lee VanDerLeeT Creative Photoshop...
1,000 (thousand) would be closer than 10,000. I think it'd be sufficient for anything I can think of right now. Currently everything (about 100 vars) is bool...
Hi Marijn, No, the very last update was a very small update (dialog resizing fixes) so maybe in the release from shortly before that the max. number of...
Hi Alex, Could maybe an utility be added to the FM installer to let the user decide how many variables are supported? This way at default FM supports e.g. 500...
Hi Martijn, ... time. Is this code executed in the compiled plug-in too, and when? All code at module level is executed at initial load of the plug-in. Note...
Hi Roberto, All releases to date have MAX_GLOBAL_VARS set to 100. The only recourse at the moment is to rebuild FM -- I'll set MAX_GLOBAL_VARS to 10000 for...
Hi Alex, It was just a thought :-) But if you set the max at default to 10000 won't it affect FM's performance? It's still 10.000 bytes of mostly unused memory...
Hi Roberto, The bottom line is: I should have learned my lesson by now -- Never build hardcoded limits into any piece of software! It has long been my habit to...
Sounds perfectly clear. It seems from the look of it we can use the "global" code as replacement for the several "OnFirstInvocation" tricks people have been...
Seriously... 10KB. (actually from what I understand, it'd be 40KB). I understand the need to think before spending memory, but get with the times. You're...
Oops! Right; one byte numbers aren't too usefull, allright :-))) Then I guess Alex indeed initially made a more praktical proposal of the max. number (10.000)...
Hi, Just a little notice; ownerdraws and tabs don't combine all that well. Basically the problem is that the tabs just redraw whenever they want, overlapping...
I have just started working with FilterMeister but the filter only works on half the image. Is this a bug or am I doing something wrong? Mike...
Mike Whittington
mwhittington7@...
May 2, 2008 9:11 pm
8337
Seams you are doing something wrong. Do you have a code snippet of what you are doing? Achim _____ Von: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com] Im...
Here is the code R: r/2 G: g/2 B: b/2 Only the left half of the image is filtered both in the preview and in the final Mike ... From: Achim Schneider To:...
Mike Whittington
mwhittington7@...
May 2, 2008 10:19 pm
8339
seems to work ok on 8 bit but not 16 bit, pehaps I need to go further into the help file ... From: Achim Schneider To: FMML@yahoogroups.com Sent: Friday, May...
Mike Whittington
mwhittington7@...
May 2, 2008 10:23 pm
8340
Your algorithm should work on every picture size. _____ Von: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com] Im Auftrag von Mike Whittington Gesendet:...
... Hi Mike, That sounds like a common error when writing plugins with FilterMeister, explained on the FilterMeister Wiki here: Why does the filter affect only...
Thanks for the comment. I read the information on Wiki but don't understand it. If my code is R: r/2 forexample where do I set values, surely this just halves...
Mike Whittington
mwhittington7@...
May 3, 2008 12:23 pm
8343
Mike, I suspect this occurs because r, g, and be only return 8-bit values. That would be the proper implementation of the legacy Filter Factory variables,...
Hi, I managed to crash FM by changing the windows display properties while the plugin was running. Systemsteuerung > Anzeige > Darstellung > Effekte >...
Hi, You can download FM 1.0 Beta 9a from http://www.filtermeister.com/AfhFMBeta9a.zip The zip file contains only the FM 1.0 Beta 9a plug-in itself, so please...
Ouch!! In trying to fix some problems with parsing floating-point numbers in various locales, I accidentally broke the main floating-point number parsing...
Hi. Does anybody know how to detect mouse movement OUTSIDE ownerdraw controls? I'm currently doing a lot of work with ownerdraws and it seems they respond...