B4A Library [Library] B4aGridView v3.80

gpsoftuk

Member
Licensed User
Longtime User
Is it posible to add AddImage & AddimageAt to the B4AGallery & B4ACoverFlow libraries?
 

Mahares

Expert
Licensed User
Longtime User
1. How can you display the file name on the image without clicking it?
2. When I click an image, I like the image to expand. Can this lib do that? I did not see any events that can do that.
3. You had some great features in your older grid libraries that are absent from this one, like displaying text, etc.. You should have implemented them in this lib.
Merci beaucoup
 

lonleystar

Well-Known Member
Licensed User
Longtime User
Hi Mahares,

thx for your idea i´ll give a look to my old library.
 

wy328

Member
Licensed User
Longtime User
thank you very much! the lib has a bug, it can not load any file named with single quote mark, like "Bob's birthday.jpg", hope you can fix this! thank you again!
 

eps

Expert
Licensed User
Longtime User
Where and when does this filename get created? If it's inside your App disallow the character in the filename. It's the safest and most robust solution to the problem. Most filesystems do not allow such characters in filenames, for the issue you are experiencing.
 

wy328

Member
Licensed User
Longtime User

thanks for reply. the photos are downloaded by user. maybe i can search all files in the folder and fix the filename in my app.
 

wy328

Member
Licensed User
Longtime User
Hi wy328 , i´m sorry if i dint answer.

Please remember me the problem.

1000 sorry.

Dear lonleystar, Thank you very much for the great libs! I just found that B4AGridView can not load any file that single quote mark (') is included in the file name, for example: when user created a file "Bob's birthday.jpg", B4AGridView will never show this photo. Since the file name is decided by user, I think it's better to fix the bug than ask user to change the filename. I'm wondering if you have spare time to fix this, and of cause if I can help, I'm happy to do any test work. Thank you again!
 

lonleystar

Well-Known Member
Licensed User
Longtime User
hi wy328, i just try the demo with this pictures below and work fine.

Bob´s HDR Desktop Wallpapers (1).jpg
Bob´s HDR Desktop Wallpapers (2).jpg
Bob´ s HDR Desktop Wallpapers (3).jpg
Bob+s HDR Desktop Wallpapers (4).jpg
Bob-s HDR Desktop Wallpapers (5).jpg
Bob,s HDR Desktop Wallpapers (6).jpg


Use this ´ instead of this '
 

wy328

Member
Licensed User
Longtime User
Thank you lonleystar! but I'm confused. You mean I should change ' with ´ in the file name? and why not this ' ?
 

wy328

Member
Licensed User
Longtime User
hi wy328,

This ' character do you have in your computer? if yes please change the character to your computer and you´ll have not this problem anymore.
this character is not accepted i dont know why but i´ll add a control to accept it too.

I see...this ' is in ascii code (0x27), it's standard single quote for english system, and this ´ may be in unicode
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…