Search the web
Sign In
New User? Sign Up
FMML · FilterMeister plug-in discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6994 - 7023 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6994
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...
Alex Hunter
afhsys
Offline Send Email
Nov 1, 2007
7:07 am
6995
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 ...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
8:27 am
6996
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 ...
scriveyn@...
jazzscriveyn
Offline Send Email
Nov 1, 2007
8:44 am
6997
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...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
9:55 am
6998
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...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
10:03 am
6999
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
10:44 am
7000
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
11:04 am
7001
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,...
scriveyn@...
jazzscriveyn
Offline Send Email
Nov 1, 2007
12:31 pm
7002
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...
scriveyn@...
jazzscriveyn
Offline Send Email
Nov 1, 2007
12:44 pm
7003
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
12:45 pm
7004
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
12:51 pm
7005
Hi Martijn, yes, you're right - deleting the minus will cause the digits to "reappear" Jazzscriveyn ... the ... delete ... field of ... displays only ... that...
jazzscriveyn
Offline Send Email
Nov 1, 2007
1:00 pm
7006
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....
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
2:03 pm
7007
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...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
2:10 pm
7008
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 ...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
2:10 pm
7009
That doesn't take the escape key of [X] window button in account, AFAIK. regards, Martijn...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
3:22 pm
7010
... Just sent Harry some code for this, finger crossed it'll work :) regards, Martijn...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
3:24 pm
7011
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:...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
3:52 pm
7012
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,...
Martin Vicanek
martinvicanek
Offline Send Email
Nov 1, 2007
4:09 pm
7013
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...
scriveyn@...
jazzscriveyn
Offline Send Email
Nov 1, 2007
4:19 pm
7014
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...
martinvicanek
Offline Send Email
Nov 1, 2007
4:26 pm
7015
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...
Guessous Mehdi
extrabigmehdi
Offline Send Email
Nov 1, 2007
5:13 pm
7016
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...
Bill MacBeth
macbethbill
Offline Send Email
Nov 1, 2007
5:45 pm
7017
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...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
6:11 pm
7018
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 ...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
6:19 pm
7019
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Nov 1, 2007
6:47 pm
7020
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...
Bill MacBeth
macbethbill
Offline Send Email
Nov 1, 2007
6:57 pm
7021
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...
Harald Heim
haraldheim2001
Offline Send Email
Nov 1, 2007
7:09 pm
7022
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Nov 1, 2007
10:51 pm
7023
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Nov 1, 2007
11:03 pm
Messages 6994 - 7023 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help