FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ot: jpeg files in a folder
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
ot: jpeg files in a folder
Posted: Thu Feb 21, 2013 09:55 AM

I have to distinguish pictures in a folder
This distinction should be visible immediately (not if I click on the picture) as some pictures are reserved
If I press F6 in a picture selected I can change attributes, for instance I add a TAG "NO"
But I can see this new attribute only in the bottom of window
It would be very nice if we could see directly into 'preview' of the picture.
Any ideas?
marco

Marco Boschi
info@marcoboschi.it
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: ot: jpeg files in a folder
Posted: Thu Feb 21, 2013 11:36 AM

Marco,
can You show the prg-part, what You want to do ?
( a sample ) ?

Best 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.
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: ot: jpeg files in a folder
Posted: Thu Feb 21, 2013 11:45 AM

Uwe,
actually users click a button (of a dialog) and open a folder in this way

    SHELLEXECUTE( 0, 0, cFolder, 0, 0, 1 )

This is not a problem of Fw but is a solution windows-side
I don't want to write a function to manage jpg, pdf and others external documents
I want ad idea to "brand to focus" some files that are private
Some of these pictures go to internet....
They become public

bye

Marco Boschi
info@marcoboschi.it
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: ot: jpeg files in a folder
Posted: Thu Feb 21, 2013 12:53 PM

Marco,

I don't think there is a way, to mark a Image.
A solution can be the format, using a different fileformat like :
JPG is OK, PNG is not allowed. You can show / filter all JPG's or all PNG's.
Best 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.
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: ot: jpeg files in a folder
Posted: Thu Feb 21, 2013 02:22 PM

Probably the only solution is to create an interface
A Dialog containing som rows and cols with images
and some checkbox for Private Public and so on
Many thanks
Marco

Marco Boschi
info@marcoboschi.it

Continue the discussion