locked
How to edit apps Images,Titles,Descriptions,etc using SampleData.Json C# RRS feed

Answers

  • Hello,

    I know you use json file as data source and then bind it to control in store app, but when you edit that json file, the changes doesn’t apply to control. Please check the code snippet in your project to see how you read data from json, and how you bind that data to control. Add breakpoints and to see it at runtime to check if the lasted data was read.

    If you still don’t know how to do, please post a mini repro project here. I will look into it and try to fix for you. Use your OneDrive and share a link here.

    Regards,


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate the survey.

    Tuesday, February 17, 2015 6:08 AM
    Moderator

All replies

  • I really do not understand what you are asking.   
    Sunday, February 15, 2015 4:14 PM
  • Sunday, February 15, 2015 7:48 PM
  • Did you add myimage.png to the project?   Is it set as content for the application?
    Sunday, February 15, 2015 9:25 PM
  • Yes i did add myimage.png to the project.

    here is the clue what I am doing

    1)Created a new store app

    2)Use hub app 

    3)Go to SampleData.json 

    4)Changed entire json's Description from this

     "Description" : "Group Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tempor scelerisque lorem in vehicula. Aliquam tincidunt, lacus ut sagittis tristique, turpis massa volutpat augue, eu rutrum ligula ante a ante",

    to this

    "Description" : "MyName",

    5)Save,build then run Local Machine

    [nothing's got changed????? :(  ]

    same thing comming

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tempor scelerisque lorem in vehicula. Aliquam tincidunt, lacus ut sagittis tristique, turpis massa volutpat augue, eu rutrum ligula ante a ante


    Monday, February 16, 2015 10:43 AM
  • Hello,

    I know you use json file as data source and then bind it to control in store app, but when you edit that json file, the changes doesn’t apply to control. Please check the code snippet in your project to see how you read data from json, and how you bind that data to control. Add breakpoints and to see it at runtime to check if the lasted data was read.

    If you still don’t know how to do, please post a mini repro project here. I will look into it and try to fix for you. Use your OneDrive and share a link here.

    Regards,


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate the survey.

    Tuesday, February 17, 2015 6:08 AM
    Moderator