Hi Roberto, Yes, some hosts force the FM dialog to be centered on the screen, no matter what FM tries to do. I haven't experimented much to see if there is...
Hi, I don't actually have any code to do anti-aliassed lines, so if that could be provided by somebody, we might even be able to add it as a generic ...
Hi all, angle and magnitude, the way you put it, Harry, it sounds very attractive. Another idea would be to have clickable tick marks at multiples of 45 ...
Hi Martijn, The "radial position" control proposed has a problem in that all the built-in controls can only produce a single result value, a radial position...
Hi, I do not have a "blind spot" here, but I think the problem is that the ownerdran control events are only triggered every 250 ms. If your mouse click lasts...
Harry, could you increase the frequency to 20ms for 50FPS? In my experiments with the sleep() function, anything below 20ms isn't really noticable, but even...
I wouldn't choose "CIRCLE" as a name, but rather something like "DIAL" since "CIRCLE" seems to imply a shape rather than any functionality. Visual styles...
What a burst of activity! To give a summary of my thoughts on new features: The most important ones have already been taken on: tab sheet, text input box,...
Hi Harry, the problem at -100,00 to -180,00 seems to be that the numeric field of the standard control ctl(9) is too small for that value and displays only a...
Hi, The "k0=123456789" check isn't supposed to work on second invocations, it's supposed to ONLY work on the first invocation. To get second invocations, I'd...
That sound logical. Could you please try to confirm this by clicking on the editbox of the standard control and seeing if you can see the other digits if you...
Hi Martijn, yes, you're right - deleting the minus will cause the digits to "reappear" Jazzscriveyn ... the ... delete ... field of ... displays only ... that...
Hi Scriveyn, ... The FM specification calls it "OnInitDialog", by the way. I did not try to add new handlers yet. I just started to add new controls recently....
Scriveyn, to make the if (k0<>123456789) code work on second invocation, you need to add if (n==CTL_OK || n==CTL_CANCEL && e==FME_CLICKED) k0=0; to the OnCtl...
Hi, You can change the size of the edit box of a standard control by adding e.g. "editsize=(20,9)" to the control definition. This will make the whole number ...
I know. I guess we need an OnExitDialog handler. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of Martijn van der Lee Sent:...
Here is a code for antialiased lines. Feel free to use. Martin %FFP ctl(1): OwnerDraw(drawitem,mousemove), size=(220,140), pos=(250,10), action=none,...
Harry, Martijn, you are quite a team! 8-) I'll work through the tips you gave. - For the rest, that'll be one hell of a new version! :D As for disabling...
Harry, it would be nice if the OnFilterInit handler (which we all want so much) took care of it without us having to worry about how the filter was exited last...
Hi Alex, I forgot to send new example of crashing, see attachemt , sorry. Consistent crash with XP & CS3. The very long string name might indicate there's a...
Digital camera images probably constitute the majority of host images. These now range from 21 Mpixels from the camera (and larger with medium format) to very...
Hi, Attached are two .ffp files for creating a spinner control. Version 1 is meant as a replacement for the standard control if you want to save some dialog...
Hi Bill, Your suggestions are interesting. Concerning the Photoshop Services: If you exclusively rely on them, your plugin may only work in Photoshop or worse ...
Looks good, Martin I'll try to put it into the FM GDI set, but no promises as to _when_ though ... As it stands, such code can pretty much be dropped straight...
Harry, After thinking more, it would be nice to dispense with returning a handle from the tile definition call, and capture that internally to model tile I/O...
Hi Bill, There are already the requestRect (int inLeft, int inTop, int inRight, int inBottom, int scaleFactor) restoreRect (void) functions, but there is a bug...
Hi Harry, I do not believe it has something to do with timing at all: I have the blind spot consistently: when moving the radius line in the circle, slowly or...
Yes, but that instantly causes the angle to be positive: the radius line is rotating all the way to that position as well the slider knob is. Even when I enter...