xImage - problem with < MOVE >

Post Reply
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

xImage - problem with < MOVE >

Post by ukoenig »

Hello,

using a window-style without border, ( extra design )
xImage move doesn't work anymore.
Instead the complete window is moved on imagecapture.
All other functions are working.


DEFINE WINDOW oWnd FROM 0,0 TO 850, 600 PIXEL ;
STYLE WS_POPUP BRUSH oBrush1


Image

regards
Uwe :?: :?:
Last edited by ukoenig on Mon Apr 19, 2021 7:16 am, edited 3 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: xImage - problem with < MOVE >

Post by nageswaragunupudi »

Yes, actually that is how we programmed.
The idea is for the user, we can make it appear that the image itself is moving over the desktop.
Regards

G. N. Rao.
Hyderabad, India
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: xImage - problem with < MOVE >

Post by ukoenig »

Mr. Rao,

I still have some questions about working on my XImage-editor

I can merge now multiple images to 1 output image.
It can have any background : brush,selected color or alpha-blended ( transparent )
I can work on each imported image like zoom, rotate, position ... before accepting it as final result
Is it possible to add some text as well :?:
Do I have to keep the normal window.style because of the not working < image-move >
and not drawing my own border styled window ( my question from above ) :?:

Image

regards
Uwe :?: :?:
Last edited by ukoenig on Sun Apr 04, 2021 6:31 pm, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: xImage - problem with < MOVE >

Post by Marc Venken »

Uwe,

I need to merge also serveral images from a loop, no dialog or moving

A 500 x 500 pix image could have a image overlay in one of the for corner's or 2 of them..
like you see here : https://www.maveco-webshop.be/outlet/bovenkleding/
I would also combine a brand label or a out of stock label ....

You have a working option for this?
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: xImage - problem with < MOVE >

Post by ukoenig »

Marc,

A practical use of the tool. Is that what You need
merging different infos on any position to the main-image and save as new :?:
It would be perfect to make it possible to add some free text.

It is easy to make any combinations.
1. select the main image from the browser -> jpg-directory
2. select and add other needed parts from the png-directory.
resize, rotate, zoom .... whatever You need

Image

regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Marc Venken
Posts: 1485
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

Re: xImage - problem with < MOVE >

Post by Marc Venken »

Uwe,

The tool is not for this purpose. I've seen somewhere post of Mr. Rao that we can merge images :

Img1, img2, img3 and they can be put to 1 imgDone.jpg (so combined)

and I will be using this in a do/enddo loop while creating a online import file.
Marc Venken
Using: FWH 23.08 with Harbour
Post Reply