Snehal Dhruve
Posts: 0
Joined: Mon Jun 17, 2013 7:11 am

Image not adding to grid immediately once pic is clicked

On one screen I have button for Camera & View Picture. User clicks on the "Camera" button it invokes the Cameraservice, clicks a picture n then I use post service to store in the Database.
When I click on View Picture it does not show up, even though i see in the backend the image is present. On page load I am running a query service to pull pictures from the DB.
But when I click one more picture using the camera service the previous image now shows up when i click on View picture but not the latest picture I would have clicked. Dont know if I should clear photo buffer or doing something wrong there. Kindly advice. Thanks

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Image not adding to grid immediately once pic is clicked

Hi Snehal,

How does View Picture button works? If there is a JavaScript code added attach it here please.

Snehal Dhruve
Posts: 0
Joined: Mon Jun 17, 2013 7:11 am

Image not adding to grid immediately once pic is clicked

I do not have a Javascript no Click of View Picture button. I just have a simple Navigate to Page option on Click event. When the page load I run a javascript
Appery('panel_31').val(''); and another event on page load is running the Query Service.

Snehal Dhruve
Posts: 0
Joined: Mon Jun 17, 2013 7:11 am

Image not adding to grid immediately once pic is clicked

I do not have a Javascript no Click of View Picture button. I just have a simple Navigate to Page option on Click event. When the page load I run a javascript
Appery('panel_31').val(''); and another event on page load is running the Query Service.

Snehal Dhruve
Posts: 0
Joined: Mon Jun 17, 2013 7:11 am

Image not adding to grid immediately once pic is clicked

If you want I can share my app so you can test run it and see what is the problem?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Image not adding to grid immediately once pic is clicked

Hi, yes please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.

Snehal Dhruve
Posts: 0
Joined: Mon Jun 17, 2013 7:11 am

Image not adding to grid immediately once pic is clicked

Shared. Let me know if you have any further questions.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Image not adding to grid immediately once pic is clicked

Thank you! Could you tell us your app name?

Snehal Dhruve
Posts: 0
Joined: Mon Jun 17, 2013 7:11 am

Image not adding to grid immediately once pic is clicked

The Screen to look at our Welcome_Screen(Buttons present on this screen), View_Album (pictures queried and displayed here)

Return to “Issues”