Hi Lance, I am forwarding this to the FMML list as it also concerns other FM users. The msk() problem that you describe is a bug in PSP. The same also happens ...
Hi Harry, ... If you are going to implement a workaround for the bug please keep in mind that the issue is not present when writesOutsideSelection is set in...
Hi Andreas, Thanks for the information. That could explain the bug. PSP is probably providing the mask for the whole image and not the displayed rectangle that...
I noticed another irregularity in connection with mask and, I think, the calcSBD function. When the mask intersects with the border of the preview, calcSBD...
nesecito: -Plugin similar al RTFPlugin pero para fotos digitales. Que auto ajuste la foto en el papel configurado, en la impresora predeterminada e imprimima...
Hello to all Two questions 1ª are possible to change the color of listbox selection (blue dark to another color); 2ª like noeditborder () is applied in...
Hi Tony, 1ª are possible to change the color of listbox selection (blue dark to another color); Only if you simulate a listbox yourself with a ownerdraw...
Hi. Just playing around with popup menu's a bit, for a new plug-in, and I just wondered if somebody knew what all the parameters for the insertMenuItem and...
Hi Alex, ... I have done some tests and it seems right shifting will always zero the emptied bits. The sign bit is not extended for negative numbers. %ffp ...
Hello Andreas, You are correct, and my post was wrong: currently *all* bit shifts in FM are "unsigned"; i.e., the bit shifted in from the left or right is...
Hi Martijn, int insertMenuItem (int hMenu, int uItem, LPSTR itemName, int fState, int subMenu) ... hMenu: Handle to the menu in which the new menu item is...
... It was just the other way round. I have been programming a new authentication algorithm for the licensing scheme and needed unsigned style shifting. I...
Hi, I just added a new function called getAppTheme() that tells you if the application that runs FM or your plugin has visual styles activated or not. The...
Hi, I added some more features to FM. In Beta 9 you will be able to specify anchors for each control, which will automatically move or scale the controls when...
Sounds useful in many instances! Is there also an ANCHOR_BOTTOM for controls such as OK, Cancel, and the Zoom? Regards, Bill ... From: Harald Heim To: FMML ...
Hi, There will be ANCHOR_LEFT, ANCHOR_RIGHT, ANCHOR_TOP and ANCHOR_BOTTOM. But only a few combinations will be usefull. For example if you want the OK and...
Hi Harry, My first reaction: "AAAAAAARGH!" I just spent weeks ironing the bugs out of a mechanism to do all this ... I would have just waited if I'd known this...
Hi, My first reaction: "AAAAAAARGH!" I just spent weeks ironing the bugs out of a mechanism to do all this ... I would have just waited if I'd known this was...
Hi. Just discovered a bug in setThinLineAA which made every line go top-left to bottom-right. The bug was in Martin's original code; the min()/max() logic was...
Hi, Checkboxes, radiobuttons and ownerdraw controls do not fully support transparency if the XP/Vista theme is activated. So if you place them on a tab...
Strange, Martijn. Which code did you use? The one in http://tech.groups.yahoo.com/group/FMML/message/7012 certainly lets you draw lines in any direction. ...
Martin, I'm sorry for the mix up, you are absolutely right. I made a typo myself, which caused this behaviour. Oddly enough I think my fixed version might be a...
Hi Harald, " ... So if you place them on a tab control, they have the colour of the window background instead of the colour of the tab control background. ......
Oh bugger, I forgot the attachments :o) Hi Harald, " ... So if you place them on a tab control, they have the colour of the window background instead of the ...
Hi Scriveyn, " ... So if you place them on a tab control, they have the colour of the window background instead of the colour of the tab control background....
Hi Harald, It'll take some time to strip down my code, to make some reasonable demo. Need to see if I can squeeze it in tomorrow. Oh, and the anchors thing in...
ok, no problems after all. I have sorted out the effects I had with the sequence of declarations of the controls in conjunction with the tab control. I'll...
Hi, I just tested your code with Beta 9. I removed the OnCtl and OnFilterStart handlers and added the tab attributes to the control definitions. The modified...
It appears that setDialogPos(bool, -1, -1, x, y) always moves the dialog window into the primary display. Values other than -1 are interpreted correctly....