Posts by raso • 41 points
5 posts
-
-1
votes1
answer41
viewsQ: Doubt about $ionicLoading.Hide() closure
My problem is this. I am receiving a json from a webservice and doing Insert or update in a sqlite database on the device I use $ionicLoading.show() by clicking on the button and it closes when the…
-
1
votes0
answers29
viewsQ: Popular listvies Windowsphone with select in sqlite bank
I don’t know if there is this feature in windows phone but let’s go. I am used to working on the web part with gridview and datasource where I create the gridview and connect each column with the…
-
1
votes1
answer121
viewsQ: How to receive multiple parameters in the Onnavigatedto windowsPhone 8.1 event
Good night I’m wearing the frame.navigate to switch pages and pass an object as parameter in windowsphone so far all quiet my doubt is how do I pass another parameter that comes from another page…
-
1
votes0
answers18
viewsQ: catch listview values after click on Menuflyoutitem
how to pick up the values of a listview made in windowsphone 8.1 after clicking on a Menuflyoutitem. Example have a listview with id, name and phone after holding the list to appear Menuflyoutitem…
-
1
votes0
answers22
viewsQ: Catch a certain amount within a Windowsphone Menuflyout
I have a question on WP8. I have a listview and inside it I have a Menuflyout , my doubt is how do I get the value of a certain column after the click is done on Menuflyout. Follow the code:…