Are you using the FME_DRAWITEM event and have you specified the DRAWITEM property for the control? i.e.: %fml ctl(0): OwnerDraw(DRAWITEM) OnCtl(n): { if (n...
Martijn, I included the drawing in FME_DRAWITEM and everything works. I don't seem to have to trigger from tests I've run. They start fine and stay fine when...
This is a demo code to show what can be done with the scrollbar for dynamic changes. Also shows how to use OWNERDRAW for buttons. Comments, suggestions and...
Joe, Did you look at the tool tip for each button? Also the tip for the slider tells what they are. The inner ones are for resolution (values right of ...
Ron: I ran your code from a 8bf file and it worked, but I found it somewhat frustrating trying to adjust all the buttons and slider. Also, am having a problem...
Joe, Thanks for getting back to me. I ask for comments etc. because I understand that some of these things aren't straight forward. First off, the preview ...
You could've also just used two sliders, one for coarse setting and one for fine-grained tuning. Or you could create your own Ownerdraw-based slider which...
Kindly stop spamming this list with (pointless) unsubscribe messages and use the correct address, which is FMML-unsubscribe@yahoogroups.com . Thank you....
Timo Frenay
cracked@...
Jun 2, 2009 2:08 pm
9799
Hi Timo, Are you living in the Netherlands? I noticed; "Timo schreef:" (=Timo wrote:) Just curious :-P Roberto (I'm Dutch myself) ... From: Timo Frenay To:...
... OK, I'm beginning to understand what you are trying to do, but I still like the idea of making an enlargment of the image at the same size of the original...
Hi Roberto, Yes, I am. I've noticed there are several others from the Netherlands on this mailing list as well. By the way, the difference in quoting in this...
Timo Frenay
cracked@...
Jun 2, 2009 7:28 pm
9802
Privé e-mailen in de baas z'n tijd hč? Oei, zéker minpunten scoren, Timo! :-P Groetjes, Roberto ... From: Timo Frenay To: FMML@yahoogroups.com Sent:...
"Private email in the boss's time"... Actually I usually only /check/ my email from there, and I don't get much anyway. Anyhow, since my boss is also my...
Timo Frenay
cracked@...
Jun 2, 2009 9:48 pm
9804
Joe, Why don't you modify my code to do what you desire? I have no reason to peruse any more on the preview and as I explained, I don't have room in the major...
Martijn, Thanks for commenting. Reason for my endeavor was to make the slider more dynamic without increasing the real estate for the slider. I have a plugin...
Ron: I thought your first example was interesting, but I don't have any desire to pursue it. If you need an extra large preview window and real estate is...
... Forgot something in my last message. If you need more room for controls are you increasing the filter window size with: dialog: size(width,height)? Add...
Even though I tailor to actual screen size, the window total size is about 1000x700, Just fits in their laptop screens. Preview is something like 680x680 so...
Hi Ron, You can check FMML messages online: if your messages showed up there then likely (most) others received them. It's very possible the e-mails you missed...
Roberto, Yahoo was down for while and I think they lost messages during that time. RON C Hi Ron, You can check FMML messages online: if your messages showed up...
Ron: OK, I see your dilemma; makes things a lot easier to understand. I guess I would have to ask why they need such a large preview, other then they are...
Joe, Preview size is related to the size of things they wish to see in the image. The users would like larger screens which would then give them larger ...
Ron: The only last thing I can think of is make two user windows. Make one dialog window with a small preview with all the controls and then another one with...
I've noticed that some filters refreash the preview window very quickly even when more complicated then similar filters that are less complicated but take much...
Joe, you could apply the effect only for part of the preview image. For instance in Neat Image you draw a (small) rectangle on your image to define the preview...
Joe, Is this truly a time-consuming algorithm, or are the limits in the x, y loops set to (0,X), (0,Y)? Limits should be always set to (x_start, x_end) and...