PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wm22 for ios: Any trick to select multiple photos by using AlbumPicker function
wm22 for ios: Any trick to select multiple photos by using AlbumPicker function
Iniciado por guest, 08,jun. 2017 00:37 - 2 respuestas
Publicado el 08,junio 2017 - 00:37
Hi

The AlbumPicker function in iPhone/iPAD doesn't remember the last selected location after
picking a photo and it's only for one photo each time.

Any work-around will be appreciated.

Thx in advanced

Cheers

King
Publicado el 08,junio 2017 - 13:42
Hi King,

it's quite easy to code your own image picker function with flistxxx functions and a looper for display. This way, it will work exactly the way you want.

Best regards
Publicado el 08,junio 2017 - 14:13
Fabrice

FlistFile() might work in Android and restricted by IOS
for reading album's directory, quoted from windev help as below:

"This parameter can correspond to a full path or to a relative path in relation to the current directory (returned by fCurrentDir). This parameter is case sensitive.
Reminder: On iPhone/iPad, an application has the rights to write into its setup directory or into one of its sub-directories."

Any further help indeed.

Cheers

King