Hi all, Another thing regarding resizing: I don't think the FME_ENTERSIZE event is ever triggered. If I put an Info() in if (e==FME_ENTERSIZE), it compiles...
Hi, FME_ENTERSIZE is not triggered. I think there was a memory error if it was triggered before the dialog was displayed. I do not think that it is necessary...
Hi, Actually it makes life easier when resizing: If the preview is zoomed larger than can fit in the preview control and the preview is resized bigger so more...
Hi Martijn, I use the following code in FME_EXITSIZE: if (k9==999){//Not at startup, otherwise you get preview flashing if (ctl(129)==15) { //Zoom combo box is...
Hi Martijn, Nice idea. I will check later if it works for me. I think the redraw problems occur if a user maximizes or mimizes the window. You can double click...
Has anyone else tried making a resizable-dialog filter with b8? I've run into a number of problems with it -- not least of which is the dialog is not resizable...
Hi Duncan, ... The behavior of FM was changed to not resizeable dialogs in b8. http://tech.groups.yahoo.com/group/FMML/message/6253 I made two posts to make...
Just a little addition to this. If, like me, you have an automated built script to create releases, you can use command line arguments with ResourceHacker. In...
Thank you Alois and Martijn! I remembered reading Harry's post when he made beta 8 available, but I misunderstood what it meant (the term "bug fix" threw me...
Not sure who takes care of this, and I couldn't find a link to "contact the webmaster" ... the Wiki seems to be down, I got this error message: Warning:...
Hi, Alex takes care of the MySQL server. I already contacted him, but got no reply so far. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On...
I'm looking into it now. I'll probably have to contact my ISP in the morning if I can't get MySQL rebooted tonight. Sorry for the inconvenience... -Alex ... ...
Hi Ron, I just added 16bit support for the t-buffers. But only tget(), t2get(),tset() and t2set() will work with 16bit data. tgetp(), t2getp(), tsetp(),...
Harry, Thanks. I'll keep an eye open for the next release. RON C Ron Chambers 1713 Twila Ln Conroe, TX 77301-1175 936.539.1630 ... From: FMML@yahoogroups.com...
Thanks, Harry. Regards, Bill ... From: Harald Heim To: FMML@yahoogroups.com Sent: Saturday, August 04, 2007 12:58 PM Subject: RE: [FMML] 16 bit with tget and...
Hi Mehdi, That's great news! Seamless Border already came a couple of times handy to me but now having played with the new version the new features indeed can...
hi Roberto, thanks as usual for your prolific feedback. ... I agree, especially with what I called "compact mode". Symmetries seems often to kill the...
Not interested in non-FM stuff? Don't read and delete! Interested in others opinions? Go ahead and read without restrictions :) Hi Mehdi, 8% of Vista...
Hello, Why do I get a 'Memory access violation' when zooming the preview in to 50 or 100% on a 6MP image with the following code ? I tested it with Win98 and...
hi Roberto, ... frankly I still have no clue what it is for :-))) well, Image Ready was usefull to create animated gifs, or to create slices. But at each...
Hi alois, you can't access content outside of preview, as soon as you set isTileable to true. In that mode, the plugin doesn't behaves the same way with final ...
Hi Mehdi, well the most traumatic article about DRM is probably this one: http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.html Unfortunately it is a bit...
Roberto, There isn't a lot of choice. I recently bought two high-end workstations from a major manufacturer. There was no problem getting XP on them. Then...
Hi, Just wanted to let people know some info. If you want to use OwnerDraws to recreate normal button style, you'll need the right colors. The button color...
Hi all, Here's a snippet of code that would really benefit from having tab focus functions and events. It's basically an editbox in FM using timers, ...
Any chance of writing/reading data to/from the copy/paste buffer from within a filter? This could be all or part of the image, a mask, text, etc., etc. - ...
Google for "clipboard command line" and use any of the numerous tools with shellExec. Alternatively, get a simple C parser like LCC-Win32 and make your own...