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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6869 - 6898 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6869
hi, just wondering, if FM allows to check the time stamp of a file, and how to do it thanks Mehdi...
extrabigmehdi
Offline Send Email
Oct 1, 2007
8:34 pm
6870
Hi, As far as I know it is not possible yet. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of extrabigmehdi Sent: Montag, 1....
Harald Heim
haraldheim2001
Offline Send Email
Oct 2, 2007
9:45 am
6871
As soon as we release the facility to call any function in any DLL (coming very soon now...), you will be able to call the necessary Windows APIs (GetFileTime,...
Alex Hunter
afhsys
Offline Send Email
Oct 2, 2007
12:42 pm
6872
Although Windows runs on 90% of all desktops I somehow have the impression that 90% of graphic designers and other creative professionals use a Mac. ...
Martin Koch
bettergray
Offline Send Email
Oct 5, 2007
3:46 pm
6873
Martin, About two years ago a survey in Photoshop User magazine showed the professional market just about even between Windows and Mac. Among non-pros, I...
Bill MacBeth
macbethbill
Offline Send Email
Oct 5, 2007
5:05 pm
6874
The code below, I should've thought, would give me the original picture basically unchanged. However, it doesn't. Can anybody tell me why this doesn't work?...
jazzscriveyn
Offline Send Email
Oct 11, 2007
7:55 am
6875
Hi, Just found two things. The first was a bug in my resize code that only showed up in consecutive invocations of the compiled plug-in after the window was...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
8:39 am
6876
$*%^(%#&^$ Apparently the resize fix only made it appear less frequently, but I'm still having the windows region stay fixed in consecutive invocations of...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
8:54 am
6877
Hi Martijn, Why are you using a window region if you dialog is rectangular? Do you resize the window region in FME_SIZE? I recently also experienced some...
Harald Heim
haraldheim2001
Offline Send Email
Oct 12, 2007
9:26 am
6878
Hi, Nice tab buttons! Looks more like the XP-style tab buttons. The font is a bit too large comapred to the rest of the dialog. I guess I will try to add some...
Harald Heim
haraldheim2001
Offline Send Email
Oct 12, 2007
9:26 am
6879
Harry, I'm not using any region. I just use the default dialog with a bigger size without any custom region defined. My best guess would be that FM defines a...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
10:41 am
6880
I modelled them after Office button style using screengrabs to get the right look. The font is actually a bit nasty to get right, since I think I may need to...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
10:41 am
6881
Hi, Sorry, then that was a misunderstanding about using a custom region. My plugins use resizable windows for quite a while now and there has not been such a...
Harald Heim
haraldheim2001
Offline Send Email
Oct 12, 2007
10:56 am
6882
Okay, Just tested by explicitely setting a region and setting it in FME_SIZE as well, and it positively fixed this problem! My fixed demo version now scales...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
11:13 am
6883
Hi Martijn, The problem is caused by the two -1 values in setDialogMinMax(j8, j9, -1, -1). If you change that line to setDialogMinMax(j8, j9, 0, 0) the problem...
Harald Heim
haraldheim2001
Offline Send Email
Oct 12, 2007
4:13 pm
6884
Hi, Thanks for that information, Harry :) I was under the impression that -1 would keep the current values, as some other FM functions handle it this way (such...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
6:01 pm
6885
Correction. Just tested and doublechecked setting the -1's in setDialogMinMax to 0, but it's still the same problem; no change in behaviour. Perhaps I should...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 12, 2007
6:07 pm
6886
Hi Martijn, I had a problem that I believe is the same thing: (1) it showed when I made the 8bf file (not during development) (2) it only showed after I had...
fishpixels
Offline Send Email
Oct 12, 2007
10:17 pm
6887
Hi Duncan, The problem you described seems to be exactly what I encountered, and your proposed fix also works (I tested it a few times). Thanks! I only call...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 13, 2007
8:18 am
6888
I keep sending these messages then coming up with something else to add :) The fix does have one side effect though; it ALWAYS displays the old (non-XP,...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 13, 2007
8:22 am
6889
... when ... called from ... cause for ... the host ... lock and ... Hi Martijn, FM *does* (in theory) check for a lock on the .8bf file, and (in theory)...
Alex Hunter
afhsys
Offline Send Email
Oct 13, 2007
10:11 am
6890
Hi, I guess the problem has to do with the titlebar. I never use a titlebar in my plugins, so I do not have this problem. The non-XP titlebar always occurs on...
Harald Heim
haraldheim2001
Offline Send Email
Oct 13, 2007
11:14 am
6891
Alex, This situation was on PS CS3 on XP Home, it's reproducable on my system. Might be that the file is inaccessible for some other reason, perhaps XP handles...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 13, 2007
12:45 pm
6892
Harry, I meant the non-XP titlebar now appears on first invocation too, with the setDialogRegion() fix. kind regards, Martijn ... From: Harald Heim To:...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 13, 2007
12:46 pm
6893
Hi jazzscriveyn, two issues there. First pgetr and psetr apparently use the image center (X/2,Y/2) as the reference point, while the c2d and c2m functions ust...
martinvicanek
Offline Send Email
Oct 14, 2007
10:29 am
6894
... Yes, rad() is the equivalent of the "srcr()" function you are looking for. It's a legacy from Filter Factory. -Alex...
Alex Hunter
afhsys
Offline Send Email
Oct 14, 2007
3:04 pm
6895
Thanks, Alex. I added it to the Wiki. -Martin...
martinvicanek
Offline Send Email
Oct 14, 2007
3:57 pm
6896
Thanks Martin, great analysis! Especially the buffer phenomenon. - I expected some distortion and artefacts from rounding effects. But this example gives a...
jazzscriveyn
Offline Send Email
Oct 15, 2007
9:01 am
6897
Hi Alchemy foto\grafiche, Sorry I never replied to your great e-mail from about a month ago (!): I just noticed it in a spam folder in one of my mailboxes :( ...
Roberto Muscia
roberto_muscia
Offline Send Email
Oct 17, 2007
6:00 pm
6898
Just a quick question; are the COLOR_BTNFACE and friends (the Windows GUI colors) compiled statically or are they gathered from the registry at run-time? ...
Martijn van der Lee
mwvdlee
Offline Send Email
Oct 25, 2007
4:38 pm
Messages 6869 - 6898 of 9969   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