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....
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,...
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, 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...
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?...
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...
$*%^(%#&^$ Apparently the resize fix only made it appear less frequently, but I'm still having the windows region stay fixed in consecutive invocations of...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
... 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)...
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...
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...
Harry, I meant the non-XP titlebar now appears on first invocation too, with the setDialogRegion() fix. kind regards, Martijn ... From: Harald Heim To:...
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...
Thanks Martin, great analysis! Especially the buffer phenomenon. - I expected some distortion and artefacts from rounding effects. But this example gives a...
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 :( ...
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? ...