B4i Library iQBImagePicker - Multiple selection image picker

red30

Well-Known Member
Licensed User
Longtime User
When adding a mass of photos (more than 100 pieces), you have to click on each photo to select it. Is it possible to do it by holding on to one photo and stretching it further so that many photos stand out at once? As in android.
 

CaptKronos

Active Member
Licensed User
Longtime User
When adding a mass of photos (more than 100 pieces), you have to click on each photo to select it. Is it possible to do it by holding on to one photo and stretching it further so that many photos stand out at once? As in android.
I'm afraid that's not possible without changing the code of QBImagePicker itself and looking at the QBImagePicker repository on GItHub it would appear that it is no longer maintained. (I only wrote the wrapper.)
 

tufanv

Expert
Licensed User
Longtime User
I'm afraid that's not possible without changing the code of QBImagePicker itself and looking at the QBImagePicker repository on GItHub it would appear that it is no longer maintained. (I only wrote the wrapper.)
Hello,

Thanks for the great lib. I have a question: I get the file and dir so that I can send it to my server with multipartdata. But I always get not found error when I provide the path to file like this:
("/"&dir&"/"&fn)
dir is directory
fn is filnename returned from the lib.

Any ideas?
 

tufanv

Expert
Licensed User
Longtime User
I could manage this by using this lib to get the uuid of file and use another module called phassets getvideo method to get the video.
 

tuhatinhvn

Active Member
Licensed User
Longtime User
Can you make 2 library with not same name for Simulator and Real Device for us can select when test app and build real app? Thank you
 

tuhatinhvn

Active Member
Licensed User
Longtime User
Can you make 2 library with not same name for Simulator and Real Device for us can select when test app and build real app? Thank you
Here is how to select Library framework work with Simulator and Device:

Copy and extract library two 2 folder :
QBImagePickerSim(For simulator ) and QBImagePicker for real device
Ctrl - B : Set name Conditionals Symbols is SIM for Simulator , and PHONE,FULL or any name for real device.
Add this to top your b4i project. It works well !!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…