... <long story snip> If you read original suggestions carefully, you'll see that providing original order date, real name and some stuff like that was also...
Hi, it seems that requestrect function, doesn't work on a picture when user has made a selection. I get random memory access violation when using src function....
Hi, Do these errors also occur when you make a user selection which touches all borders? regards, Martijn ... From: Guessous Mehdi To: FMML@yahoogroups.com ...
Hi, Just editing some FM code right now and it occurs to me I'm missing a feature in the editor: search. Perhaps a small textbox in the buttonbar with up-/down...
Hi Martijin ... if i guess well, you mean also by this a non-rectangular selection. Nope. Works fine. By the way a better test to detect presence of selection...
Hi, i'll add to this request, numbering of lines in FM editor. Since i edit with an external editor, would be more handy, when debugging. ... a feature in the...
Why not use an alternative editor? I use Crimson Edit. Much, much, much nicer than working in FM's window. There's also a syntax file so FM keywords are colour...
Hi Mehdi, Yes, it makes sense that requestrect() doesn't let you access the whole image if a selection is present. In such a case the plugin has only access to...
Hi, I think that is more important to work on other features than enhancing the FM text editor. In the meantime I fixed some bugs of the AutoLoad feature, so...
Hi Harry, i don't try to access the whole image when there is a selection. I'm just trying to let it work properly when user has made a selection. But...
Thanks for the notice. I will put it on my To-Do-list... Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of Guessous Mehdi Sent:...
Can someone tell me why the pushbuttons in the program below only work from the bottom up? After I press ctl(4) I can still press ctl(3) and get a preview, but...
Hi, What you're doing with the ctl(x)'s in the R,G,B: handler is not checking whether it's pressed but just reading out it's value. My guess is that once a...
Hi This might not be the forum for my problem I appologise in advance but can anyone help......... My Wife & I were working on our computers that was linked. I...
Hi Martijn, Thanks, I'm sure that's right. Once it is pressed the button always has a value of one instead of zero. It would be nice to have it reset to zero...
ctl(0): radiobutton(group,tabstop), "Darken", action=preview , size=(100,10), pos=(310,10) Never mind! I finally found the error. I forgot to begin with ...
FMML community, I am looking for some good Photoshop plug-in programmers for a series of plug-ins. Does anyone know the best way to find programmers?...
Here's a rare thing - I'm actually asking a coding question! With some ideas for plugins I'm back to coding some FM between other jobs, and am wondering if...
Hi Shifty, swapping two variable is perhaps the first thing you learn when doing programmation. ... I can't believe that it could be simplified. cheers Mehdi ...
It depends on the situation. Your algorithm may just allow for "if (a>b) {b2=a; a=b;}", simply using a different variable-name, ridding of the temporary. My...
Thanks. Nice to see the most obvious way is actually the best. I was wondering if there was clever solution like multiple boolean ops say, but as they're no...
Non-sense, what it says there is: t = a; a = a + b b = b - (a+b) + t = 0 ... __________________________________ Start your day with Yahoo! - Make it your home...
Well, it was just something I typed in without any way to test it. To correct your deduction though, a != a + b (when a == b). Term b should work if term a...
Hi, FWIW - my opinion Nearly all of the time, the most important thing about code is maintainability. You come back to something 5, 10 years later you want to ...
Hi Jon, http://www.cracktheinterview.com is a quite interesting website. Even if you don't need to prepare an interview. Just learned : What is the difference...
Margaret, Yup... plenty of profilers out there, some nice ones will show information per line of code. I use one regularly. It all depends on what kind of...
Oh, I don't really need one these days. I just play around either with VBA (!) or FMML. But my nicer filters are embarrassingly slow which is one reason I...
What would you call "embarrassingly slow"? A simple fact of live is that most plug-ins run quite slow. Not just those created with FMML but also the big names...