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 6684 - 6713 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6684
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 1, 2007
6:45 pm
6685
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...
Harald Heim
haraldheim2001
Offline Send Email
Aug 1, 2007
10:15 pm
6686
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 2, 2007
8:56 am
6687
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...
Harald Heim
haraldheim2001
Offline Send Email
Aug 2, 2007
10:26 am
6688
Hi. I managed to do it a slightly different way: if (e == FME_EXITSIZE && j7 == 1234567) { if ((PixelsToHDBUs(imageWidth) > k8 * zoomFactor && k8 <...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 2, 2007
8:31 pm
6689
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...
Harald Heim
haraldheim2001
Offline Send Email
Aug 2, 2007
11:22 pm
6690
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...
fishpixels
Offline Send Email
Aug 3, 2007
1:01 am
6691
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...
alois_zingl
Offline Send Email
Aug 3, 2007
5:16 am
6692
Hi, I just upgraded my plugin "Seamless Border" to version 2. Now it offers three "join Mode" (Compact, Stretch , Mirror). ...
extrabigmehdi
Offline Send Email
Aug 3, 2007
6:37 am
6693
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 3, 2007
7:26 am
6694
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...
fishpixels
Offline Send Email
Aug 3, 2007
1:53 pm
6695
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:...
fishpixels
Offline Send Email
Aug 4, 2007
11:03 am
6696
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...
Harald Heim
haraldheim2001
Offline Send Email
Aug 4, 2007
11:38 am
6697
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 ... ...
Alex Hunter
afhsys
Offline Send Email
Aug 4, 2007
11:48 am
6698
Okay, the Wiki is back up now. -Alex ... but ... this ... connect...
Alex Hunter
afhsys
Offline Send Email
Aug 4, 2007
11:59 am
6699
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(),...
Harald Heim
haraldheim2001
Offline Send Email
Aug 4, 2007
5:59 pm
6700
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...
RonChambers
rechmbrs
Offline Send Email
Aug 4, 2007
6:23 pm
6701
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...
Bill MacBeth
macbethbill
Offline Send Email
Aug 4, 2007
6:53 pm
6702
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Aug 5, 2007
12:30 am
6703
hi Roberto, thanks as usual for your prolific feedback. ... I agree, especially with what I called "compact mode". Symmetries seems often to kill the...
extrabigmehdi
Offline Send Email
Aug 5, 2007
5:31 am
6704
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Aug 5, 2007
11:48 am
6705
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...
alois_zingl
Offline Send Email
Aug 5, 2007
4:36 pm
6706
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...
extrabigmehdi
Offline Send Email
Aug 5, 2007
5:46 pm
6707
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 ...
extrabigmehdi
Offline Send Email
Aug 5, 2007
5:50 pm
6708
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 Muscia
roberto_muscia
Offline Send Email
Aug 5, 2007
7:29 pm
6709
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...
Bill MacBeth
macbethbill
Offline Send Email
Aug 6, 2007
12:49 am
6710
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 10, 2007
5:54 pm
6711
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, ...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 13, 2007
6:43 pm
6712
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. - ...
jazzscriveyn
Offline Send Email
Aug 20, 2007
12:39 pm
6713
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...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 20, 2007
2:20 pm
Messages 6684 - 6713 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