Re: FVWM: [fvwm] fltk window origin and fvwm

2014-05-24 Thread szukw000
On Fri, 23 May 2014 18:22:55 +0100, Dominik Vogt wrote: >Um, why did you send a panorama image of a french castle to the >mailing list? What I wanted were instructions of how to repoduce >the poblem The image is a multipage image. If I press the FORWARD/BACKWARD button the FLTK window jumps like

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-05-25 Thread szukw000
-- 1. You must have fltk-1.3.x and libtiff installed. (Me: fltk-1.3.x-r10136, tiff-4.0.3) 2. cd flimage-fltk13-source-1.9.3 3. ./bootstrap.sh 4. ./configure 5. make 6. ./flimage PATH_TO/PalaisDuLouvre.tif 7. Press the forward button ('>') from 0 to 5 8. P

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-05-26 Thread szukw000
On Mon, 26 May 2014 16:38:39 +0200, Viktor Griph wrote: >Can you test and see if using the style MoveByProgramMethod UseGravity >on your windows helps? I added: Style "*" MoveByProgramMethod UseGravity to '.fvwm/.fvwm2rc' : not effect. winfried

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-05-26 Thread szukw000
G includes in nonstandard DIR --with-jpeg-libraries=DIR JPEG library in nonstandard DIR so that libjpeg could be found and #ifdef HAVE_LIBJPEG could be activated. I use jpegsrc.v09a . That is all this minimal version can show: TIFF and JPEG images. JPEG images can be downloaded from http://home.arcor.de/szukw000/JPG_IMAGES.tar.xz winfried

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-05-27 Thread szukw000
On Mon, 26 May 2014 23:33:20 +0100, Dominik Vogt wrote: >Okay, I got that. I just want to point out that the code in >TIFF.cxx is protected by "#if HAVE_LIBTIFF", but the calls to >TIFF_free_read_info() in flimage.cxx (called from chooser_cb() and >exit_cb()) are not. Fixed. Thank you. winfrie

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-07-06 Thread szukw000
Hello, Dominik, did you find anything I made wrong? winfried

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-07-07 Thread szukw000
On Mon, 7 Jul 2014 19:36:06 +0100, Dominik Vogt wrote: >Other than the hints I already sent you (and to the list)? No. I've >never used fltk, so I'm the wron person to ask. Wrong answer. In the meantime I have tested * xfce4 : OK * enlightenment : OK * ede : OK * uwm : OK They all fix the

Re: FVWM: [fvwm] fltk window origin and fvwm

2014-07-09 Thread szukw000
On Mon, 7 Jul 2014 22:05:09 +0100, Dominik Vogt wrote: >It's your application, and I've already given you advice how to >fix it in a way that every window manager handles properly: Use >NorthWestGravity, not StaticGravity. I'm not going to break >other applications by changing fvwm to what you t