Author |
Topic  |
|
VNA
3 Posts |
Posted - Jan 11 2016 : 04:57:22
|
Hello, I work with your components version 6.0.1 (and 6.2.1) under delphi 2007.
I encouter a problem to use property FILTER via your TOpenImageEnDialog component.
When I modify this property by code source directly in the ".PAS" : - Filter := 'All Files|*.tif;*.tiff;*.jpg;*.jpeg;*.jpe;*.bmp' ;
I see only jpg, bmp ... from my computer but NOTHING when I want to open a file from an Iphone :(
if I modify this property like that: - Filter := '*.tif;*.tiff;*.jpg;*.jpeg;*.jpe;*.bmp' ;
The FILTER doesn't work because I see others files like ".txt" or ".dat", BUT I see picture FROM Iphone :)...
Could you help me please? How can I filter only this files ' *.tif;*.tiff;*.jpg;*.jpeg;*.jpe;*.bmp', and SEE only this files on the computer AND Iphone , please ?
If you need something or more details, ask me please.
While waiting for your reply, have a nice day !
Best regards, Victor
|
|
xequte
    
39053 Posts |
Posted - Jan 11 2016 : 17:39:21
|
Hi Victor
I'm afraid I do not have an iPhone for testing, but I cannot see any reason teh file system should be treated any differently from a normal hard drive (by Windows).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
 |
|
zerob
  
198 Posts |
Posted - Jan 12 2016 : 03:27:27
|
Most phones connect to a pc with a mode called MTP (Media device) or a PTP (Camera device). These standards only emulate normal drives and lack most features... maybe this is also the case/problem there? |
 |
|
VNA
3 Posts |
Posted - Jan 12 2016 : 03:46:36
|
Hi Nigel,
I have the same problem with a Samsung Galaxy S4 :( Thank you very much for yours answers !
Best regards, Victor |
 |
|
|
Topic  |
|
|
|