PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wm22:How to select more photos from AlbumPicker in iPhone
wm22:How to select more photos from AlbumPicker in iPhone
Iniciado por guest, 01,feb. 2018 14:40 - 9 respuestas
Publicado el 01,febrero 2018 - 14:40
Hi

I couldn't figure out of selecting more photos by using AlbumPicker as
the spec said it's one and it's clumsy to re-run AlbumPicker to start from beginning
again to locate the photo while selecting photos from iphone allows select/check
multiple.

Any help/workaround is hightly appreciated.

Thx in advance.

King
Publicado el 01,febrero 2018 - 15:03
Hi King,

-IF- the pictures in question are in a "public place" (ie your program can read there), then you can create easily your own album picker by using flistfile and loading the images in a looper (by example) for selection.

Best regards
Publicado el 01,febrero 2018 - 15:14
Thx Fabrice

They are in iPhone photos, pretty much you click photos icons from iphone and
it pops up check box and when checked then continue next step.

My question is AlbumPicker function is too mean for selecting one at a time
and I can't publish this to my clients but for my own use everytime keep
repeating to use AlbumPicker and the popup to select from beginning to place it
into my public folder and bind them all into one PDF.

Any clues or workaround is good enough to avoid me to create objective-c
to replace AlbumPicker instead.

AlbumPicker is handy but...

Thx

King
Publicado el 01,febrero 2018 - 15:49
Well... I DID give you a workaround... what's wrong with it?
Publicado el 01,febrero 2018 - 17:51
Yes Fabrice but where is the photo directory in iPhone, flistfile only looks for
current directory, couldn't figure out where or /DCIM ???

Regs

King
Publicado el 01,febrero 2018 - 18:46
Fabrice

It is private, something like /private/var/mobile/Media ... in iphone, I guess
but how AlbumPicker works it out is a mystery or I have to write the wrapper.

Of course, if iPhone/iPad has been jailbroken, it should work.

Any clues and yes pls let me know the exact photos directory in iphone
so that I can apply fListfile instead.

thx

King
Publicado el 01,febrero 2018 - 18:51
Hi

google "what is the picture directory on iphone" and follow the first link...

google is your friend...
Publicado el 01,febrero 2018 - 19:08
Frabrice

Yes I did the same a couple years ago with no success.

Thx

King
Publicado el 01,febrero 2018 - 22:32
hey king,

share them and email it to "yourself" and make a little windev program to get the email??
Publicado el 02,febrero 2018 - 19:28
Hmm... I found the obj-c api called CTAssetsPickerController-master and
it will give tons of work to write the wrapper to replace Albumpicker and
it'd be nice if next version can have multiple photos/video selections.

King