BackButton Event (VB) [WP8.1]

Hello!
I have a Program with 2 Frames ("MainPage" and "Inicio", "Inicio" is the first one to be opened).
"Inicio" Has a Link to open "MainPage" and, when the user is on "MainPage", I want to make an event that when the BackButton (the <- on the phone) is pressed, the Program go back to "Inicio", but instead of it, the
program is suspended and the Phone go back to the Windows Home.
I'm working on VB and I can't find any tutorial or Event to VB, all that I found on google was to C# and I don't know how to convert
code from C# to VB for now.
The problem is that I have to code the event on the XAML Page and, not like when we code on .vb, I don't have suggestion or error marks.
I can write "xmlns=aigwiuagwa_aiuwdaiu" and for the builder that Event exists.
*I'm working with Windows Phone 8.1, not on Windows 8.1 or Universal App either.
**I don't believe that you need the code because I just need the event and test it, but, if you need it, just ask it to me and I'll put it here.
Greetings

This is crazy...
The problem was that I was ussing "Blank Page", and I needed to use "Normal Page".
"Normal Page" has Navigation Helper that detects if there is another Page/Frame to go back or not.
Another thing is that NavigationHelper has a lot of "#IF WINDOWS_PHONE_APP Then" and it doesn't detects that it is actually
an Windows Phone Apps, so the Back Button doesn't works either. The solution was to Delete that IF, and below of then is allways an "ElseIf", the thing is to replace that "ElseIf" with "#IF WINDOWS_APP then". I needed to do it
3 times.
Now my app is working fine.

Similar Messages

  • Is there any event in windows universal app (wp8.1&win8.1) that fires when screen locked and unlocked with in the app?

    Hi All,
    Is there any event in windows universal app (wp8.1&win8.1) that fires when screen locked and unlocked with in the app
    Right now, I am using this below mentioned event
    Window.Current.VisibilityChanged +=
    CurrentWindow_VisibilityChanged;, but it fires even when app relaunches.
    Please anybody help me to solve this issue.

    Thanks for your early reply. but, those are system triggers used in background task. I want an event that fires when screen gets locked. like this...(a networkstatuschangedevent)
    NetworkStatusChangedEventHandler
    networkStatusCallback =
    newNetworkStatusChangedEventHandler(OnNetworkStatusChange);

  • WP8 WebBrowser control. How get POST data in _Navigating event

    Good day. I have WebBrowser control. I call web page with form. When user fill this form he'll tap on "confirm" button in this web form and this form calling constant Uri (I send this Uri before call this form). In event handler webBrowser1_Navigating
    I watch what adress calling whis form (using e.Uri.AbsoluteUri), but I don't see POST data, whom form sended me.
    How can I read this POST data?

    Yes, I know we can get the data in the webBrowser1_Navigating when we use the GET method. But for the POST method, it should not be possible in Windows Phone. In web pages, we usually use the fiddler to check the post data.
    The below is a same question:
    http://stackoverflow.com/questions/7301605/windows-phone-webbrowser-navigating-event-form-data .

  • Event handlers for backbutton

    Hi,
    I want perform some validations when I press back button.how to find event handlers for back button,because F2
    is not giving full info for back button.
    Regards,
    Brahmaji

    Hi,
    the back button is always part of toolbar buttons.
    So you can open the view controller class and open the GET_TOOLBAR_BUTTONS method from that class.
    In this method you see how the BACK button is defined. One of the attribute of button structure is ON_CLICK.
    The value of this attribute should be the event name that is triggered when the button is clicked.
    Now open the DO_HANDLE_EVENT method from the view controller class, you will have methods with prefix EH_ON
    after the prefix you see the event name. If you find one that mached to the event name of the BACK button, then this is the event handler that is triggered by the BACK button.
    Regards,
    Steve

  • Google calendar event times are shown as -1h

    Summary:
    When I create a new event in the built in WP8 calendar app to a Google calendar the time of the event is being displayed as one hour earlier.
    Steps to reproduce:
    Create a new event in calendar. Choose one of the Google calendars configured (I have two configured in my phone). Set time as 2013/07/17 16:00. Save the event.
    Expected behavior:
    The event time in the agenda view is shown as 2013/07/17 16:00.
    Observed behavior:
    The event time in the agenda view is shown as 2013/07/17 16:00 for a few seconds. It then automatically changes to 2013/07/17 15:00.
    Other notes:
    I have two Google calendars configured. I can observe the same misbehavior on both.
    I also have a Microsoft (@hotmail.com) calendar configured. This works as expected.
    When I log into my Google calendar using a web browser, the time is shown as expected.
    When I use a third party calendar (Chronos) and sync my Google account directly, the time is shown as expected.
    When I use a third party calendar (Chronos) and use it simply as an interface to the built in WP calendar the time is off again showing 2013/07/17 15:00.
    The timezone on my WP is set to (UTC) London.
    I started noticing this perhaps a week ago. It was working as expected before.
    Phone model is Nokia Lumia 925
    Phone OS version is 8.0.10327.77
    Notes 1-6 suggests to me that the internal calendaring module in WP8 fails to recognize DST (daylight saving time) in timezone (UTC) London or misinterprets relevant information fields on Google calendar objects.
    Note 7 suggests to me that this is related to an update to my WP8 phone or a change in Google calendar API.
    Any help is much appreciated, this is driving me rather nuts.
    Thanks,
    Kaarel

    Further investigation reveals this only happens when the event is created from within WP native calendar app and disappears when I make an edit to the event in any other calendar client including Google web. So a more appropriate description of the problem would be:
    "Native calendar app keeps subtracting 1h off a Google calendar event on EVERY edit"
    Create an event at 2013/07/17 15:00 in WP native calendar app. Result: Event shows as 2013/07/17 15:00 in the calendar app for a few seconds, then updates itself to 2013/07/17 14:00.
    Edit the event title and save in WP native calendar app. Event time moves by -1h again to 2013/07/17 13:00.
    Edit the event title in Google web calendar.
    Subsequent edits in WP native calendar do not mess up the time any longer. If I fix the time to what I originally intended (2013/07/17 15:00) in WP native calendar app, it stays there and shows correctly in all previously mentioned calendar viewers.
    I just learned that Lumia 925 was released with GDR2 update pre-installed. This update is only now being made generally available. If the issue is secific to the CalDAV implementation in GDR2 rather than specific to my phone only, this would make a lot of angry people. I hope I'm wrong on this though as it's an extremely frustrating problem.

  • Not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1

    Matt,
    Thanks for the reply.
    In my current experience, I am not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1.
    In Windows Store 8.1 (Tablet), it works fine.
    Questions
    Is this event expected to fire in Window Phone 8.1 (Universal Apps, Not Silverlight 8.1) ?
    Does this event depend on the target application to supply AppName?
    Thanks for your help. Much appreciated.
    Example Code Block
    //From Page Contstructor or OnNavigatedTo Handler
    _dataTransferManager = DataTransferManager.GetForCurrentView();
    _dataTransferManager.TargetApplicationChosen += DataTransferManagerOnTargetApplicationChosen;
    private void DataTransferManagerOnTargetApplicationChosen(DataTransferManager sender, TargetApplicationChosenEventArgs args)
    //fires in tablet but not phone

    This is not an answer, Mr. Wong.  The link you referenced refers to the DataTransferManager class being supported only in Native apps, which includes Windows Phone 8.1 RT apps.  All aspects of the DataTransferManager work except for the TargetApplicationChosen
    event under a WP8.1 universal app.  This event does NOT fire in the Windows Phone 8.1 RT API implementation of DataTransferManager.
    You need to reopen this thread and address the issue, please.  The lack of support for this event is problematic for some phone scenarios, most notably supporting NFC Tap and Share.
    Mark Jones, Owner MJ App Factory

  • Value Change event is not working. Html Panel Grid get method is not called

    Hi,
    I'm creating components dynamically.
    I have a dropdown. Based on the selection of dropdown, the panel grid is getting called.
    First time the panel grid getmethod is getting called. But when i change the value of drop down, panel grid get method is not getting called and its not rendering.
    This is the code:
    JSF:
    <h:panelGroup>
    <t:selectOneMenu id="selectProjectTypes" onchange="sbmitform();" immediate="true" valueChangeListener="#{ProjectController.projectTypeChanged}" value="#{ProjectController.project.selectProjectTypes}">
    <f:selectItem itemLabel="--------------------" itemValue="-1"/>               
    <f:selectItems value="#{ProjectController.projectTypesList}"/>                         
    </t:selectOneMenu>
    </h:panelGroup>
    <h:panelGrid columns="2" rendered="#{ProjectController.projects}" id="test" binding="#{ProjectController.defaultValues}" columnClasses="hunderadfifty"                                         cellpadding="5" />     
    Controller:
    public void projectTypeChanged(ValueChangeEvent event) throws AbortProcessingException,Exception {
              String nodeTypeId = null;
         String selectedValue = (String)event.getNewValue();
         getSessionCache().addValue("test", 0, "1");
         if(selectedValue.equalsIgnoreCase(nodeTypeId)){
         try
         // this.getDefaultValues().setRendered(true);
         // defaultValues=this.getDefaultValues();
         } catch (Exception e)
         e.printStackTrace();
         FacesContext.getCurrentInstance().renderResponse();
    Panel Grid Method
    public HtmlPanelGrid getDefaultValues() throws Exception {
         String devlues = (String)getSessionCache().getValue("test");
         Application app = FacesContext.getCurrentInstance().getApplication();
              labelList = nodeTypeFieldsService.getFixedFields(this.getRpUserData(), this.getAuthUser());
              HtmlPanelGrid panelGrid = (HtmlPanelGrid)app.createComponent(HtmlPanelGrid.COMPONENT_TYPE);
              for(int i = 0; i<labelList.size(); i++)
              HtmlOutputText heading = (HtmlOutputText)app.createComponent(HtmlOutputText.COMPONENT_TYPE);
              HtmlPanelGroup panelGroup = (HtmlPanelGroup)app.createComponent(HtmlPanelGroup.COMPONENT_TYPE);
              HtmlInputText inputText = (HtmlInputText)app.createComponent(HtmlInputText.COMPONENT_TYPE);               
              String fieldHeading =((ProjectField)labelList.get(i)).getFieldHeading();
              int fieldLength = ((ProjectField)labelList.get(i)).getFieldLength();
              String fieldDescription = ((ProjectField)labelList.get(i)).getFieldDescription();
              String fieldType = ((ProjectField)labelList.get(i)).getFieldType();     
              inputText.setValueBinding("value", (ValueBinding) app.createValueBinding("#{ProjectController.newProj}"));
              if(fieldType.equalsIgnoreCase("3"))
                   heading.setValue(fieldHeading);
                   heading.setTitle(fieldDescription);
                   inputText.setMaxlength(fieldLength);
                   inputText.setSize(fieldLength);     
                   UIRDDialog dialog = (UIRDDialog)app.createComponent(UIRDDialog.COMPONENT_TYPE);
                   dialog.setTitle("Object Type Dialog");
                   dialog.setHeight("370");
                   dialog.setWidth("350");
                   dialog.setUrl("searchObjectTypeDialog.jsf");                              
                   UIRDIconButton iconButton = (UIRDIconButton)app.createComponent(UIRDIconButton.COMPONENT_TYPE);
                   iconButton.setType("button");
                   iconButton.setTitle("Search for Object Types");
                   iconButton.setIcon("/image/icon/portalicon_search.gif");
                   iconButton.setActivateDialog("searchObjectTypeDialog");               
                   panelGroup.getChildren().add(inputText);          
                   panelGroup.getChildren().add(iconButton);
                   panelGroup.getChildren().add(dialog);
                   panelGrid.getChildren().add(panelGroup);
              }else
                   panelGroup.getChildren().add(inputText);
                   heading.setValue(fieldHeading);
                   inputText.setMaxlength(fieldLength);
                   inputText.setSize(fieldLength);
                   heading.setTitle(fieldDescription);
                   panelGrid.getChildren().add(panelGroup);
              panelGrid.getChildren().add(heading);          
              panelGrid.getChildren().add(panelGroup);
              HtmlCommandButton createButton = (HtmlCommandButton)app.createComponent(HtmlCommandButton.COMPONENT_TYPE);
              createButton.setId("create");
              createButton.setTitle("Create");
              createButton.setValue("Skapa");          
              createButton.setAction(app.createMethodBinding("#{ProjectController.saveProject}", null));
              HtmlCommandButton backButton = (HtmlCommandButton)app.createComponent(HtmlCommandButton.COMPONENT_TYPE);
              backButton.setId("back");
              backButton.setTitle("Cancel");
              backButton.setValue("Avbryt");
              backButton.setAction(app.createMethodBinding("#{ProjectController.cancel}", null));     
              panelGrid.getChildren().add(createButton);
              panelGrid.getChildren().add(backButton);
              return panelGrid;
         /* } else {
              return null;
    }

    Hi,
    I'm having the exact same problem, and it's freaking me out!!! The setGridPanel method is always called but not the getGridPanel. This one is only called the first time the page is rendered, and when I change a drodpdownlist it never gets the gridPanel again! I'm using an HtmlPanelGrid. Anyone can help please?
    Thanks in advance,
    Raquel

  • WP8.1 Upgrade Successful for Developer Preview Phones?

    Hey,all.
    For you folks who installed WP8.1 early via the developer preview program with their Lumia 822 and Lumia 928 phones, did the WP8.1/Denim upgrade perform successfully without any hiccups?
    Just curious.
    Thanks in advance!

    Since the Windows Phone calendar shortcomings is one of my favourite rants, and since I know that developers hate users, especially when they are right - can someone please forward the link below to the Windows Phone developers, so they know what I expect from a smartphone calendar regarding historical range and the amount of data?
    http://support.apple.com/kb/HT4489
    Also, from plowing through their forums:
    * Future events are always synchronised between the phone and the cloud.
    * Past events are user selectable synchronised for weeks, months or anytime on the phone.
    TIA
    EDIT:
    After digging around during some rainy days, it turns out the Windows Phone calendar automatically purging past and future events is a deliberate decision, older than my Nokia N8 phone:
    http://answers.microsoft.com/en-us/winphone/forum/wp7-wppeople/calendar-entry-limitations/52b6b187-f...
    Votes and comments can also be added at
    http://windowsphone.uservoice.com/forums/101801-feature-suggestions/suggestions/2281174-allow-calend...
    I have put it into the same category as my quest against Microsoft using Sv: in Danish email replies instead of Re: ...
    Hans

  • Using FlipView to create a PhotoViewer with pinch to zoom capability (like WP8 PhotoApp)

    Hello,
    I'm currently developing a Universial App using WinRT to develop for Windows 8.1 and WP8.1. Inside that app I want to view a couple of images. Viewing the images works just fine with a FlipView but the disadvantage is, you cannot zoom. I searched for a solution
    for several hours but I cannot manage to find something good.
    Most solutions say I should use a ScrollViewer but it seems that it cannot work fine with the flipView as I'm still able to switch the image while I have a zoomed image and thus the next image is also zoomed as well.
    The best solution I could manage to find is the MediaViewer Control but unfortunately it's written for WP8 Silverlight so I cannot use it directly. I tried to port it to WinRT but I failed because it's using a ViewportControl and there's no such control
    for WinRT, we only have a ViewBox but I don't know if it behaves like the ViewportControl and it's also lacking some methods which are used by the MediaViewer Control.
    Can someone help me building a control which supports zooming and switching images? My goal is to reach a similar behaviour as in the photo app for WP8, that means I'm completely able to switch images as long as the aren't zoomed. If the ZoomLevel is >
    1, then it should only be possible to pan the image but not trigger any item switch.
    Any help is greatly appreciated
    Regards

    It's been a while since you posted this and I only saw it by chance but here's your answer, hope you will see it :)
    In my current solution I'm still using a FlipView but I don't handle zoom events with a ScrollViewer. Instead I created a small control which is embedded in the FlipView as ItemTemplate so I can handle the pinch to zoom gesture. To prevent flipping the Images
    I used two events in my custom controls which are fired when zoom gestures happened so I can lock/unlock image flipping. The events are hooked on the page because there I determine if I should handle the Manipulation event to flip an image or not.
    It used quite a bit of time to get to that solution but it works really good. As said, one disadvantage is that you have to use an own FlipView and embed my control in it instead of using one ready to go control. Also, currently you lose that peeking feature
    which the FlipView has when you perform a drag but don't do it far enough to really switch the element but it's something which one could live with
    I hope I could help you even after some months have passed.

  • WP8.1 Silverlight App Ads, Obj ref not set to instance....

    I have an adcontrol on my WP8.1 Silverlight App. Whenever the app goes into landscape, I get the following error, captured in the adcontrol's "erroroccured" event. If my phone starts the app and the phone is in the portrait up position, this error
    does not occur, but if I turn my phone, after my items are repositioned, I get the error(Object reference not set to an instance of object).
    P.S. I am currently using this test unit:            Image300_50, test_client 
    Start Error------
       at Microsoft.Advertising.Mobile.UI.AdvertisingWebBrowser..ctor(Double controlWidth, Double controlHeight, Boolean isClickable, Boolean showProgressBar, WebBrowserPool objectPool)
       at Microsoft.Advertising.Mobile.UI.AdvertisingWebBrowser..ctor(Double controlWidth, Double controlHeight, String html, WebBrowserPool objectPool)
       at Microsoft.Advertising.Mobile.UI.BannerAdFrameManager..ctor(BannerAd ad, Int32 adWidth, Int32 adHeight, Size maxSize, StackPanel parent, WebBrowserPool objectPool)
       at Microsoft.Advertising.Mobile.UI.AdFrameManager.CreateAdFrameManager(IAdvertisement ad, StackPanel parent, EventHandler`1 richMediaActionEventHandler, Thickness expandedAdMarginPx, String rendererOptions, Double width, Double height, Double scale,
    Size maxSize, EventBroadcaster eventBroadcaster, WebBrowserPool objectPool)
       at Microsoft.Advertising.Mobile.UI.AdControl.VerifyAndDisplayAd(IAdvertisement ad)
       at Microsoft.Advertising.Mobile.UI.AdControl.RefreshAdInternal()
    End Error-------
    “If you want something you've never had, you need to do something you've never done.”
    Don't forget to mark
    helpful posts and answers
    ! Answer an interesting question? Write a
    new article
    about it! My Articles
    *This post does not reflect the opinion of Microsoft, or its employees.

    Hi Paul,
    I would like to reproduce your issue. Can you share the code or XAML how your ad was placed in your page?
    Thank you,
    Sean Zhang
    From Ad SDK team
    Seems I deleted that project when I started the new one.
    I was using the Canvas.SetLeft/SetTop methods and the RenderTransform(with RotateTransform) property of the ad control. It is also notable that I used the Canvas.SetZIndex method
    When the phone was shifted into a Landscape orientation, the ad would throw the error. If I started the app with the phone shifted into a PortraitUp position, there was no error.
    “If you want something you've never had, you need to do something you've never done.”
    Don't forget to mark
    helpful posts and answers
    ! Answer an interesting question? Write a
    new article
    about it! My Articles
    *This post does not reflect the opinion of Microsoft, or its employees.

  • DatagramSocket's MessageReceived event with MF MediaSource strategies?

    I'm trying to integrate sending and receiving data over UDP sockets using Media Foundation.  I've already got my MF MediaSink setup to send data out over a UDP socket.  However, I can't figure out how to get an MF MediaSource to receive data. 
    I'm using a Multicast setup and want to just listen at a single port.  I know how to bind to a service (and I know about the overload for store apps to handle the error with some NICs).  What I don't know how to do is handle the MessageReceived event of
    DatagramSocket via the MF MediaSource.
    From what I can tell, I can't handle it from the MF MediaSource because the MediaSource is a COM class, not a WinRT class... correct?
    So what strategy should I be using?
    1.  I've very briefly tried using a task_completion_event that gets triggered when the message is received.  The MFMediaSource waits for an async method on the UDPClient class I've created to continue after receiving this task_completion_event. 
    I was trying to do something very similar to how the "Simple Communication" sample works for initialiating a connection using a StreamSocket.  However, that was done once and I need my event to loop.  I couldn't get it to work without throwing
    an exception (with not much information).  I'm not sure if it's a deadend.
    2.  Should I create a MemoryStream (whatever the C++ equivalent is) within my UDPClient class, then copy data received over UDP from the IInputStream to my new stream?  I guess I'd have to emply some kind of lock and then poll the new stream
    in a loop from the MF MediaSource. 
    I'm still very much a novice at C++ (trying to learn by example), but I would very much appreciate some help on how to proceed.  Thanks!
    Lee McPherson

    This has helped quite a bit. Thanks for pointing me in the right direction!
    FYI, it would help to create a primer on the history of C++ as it pertains to Microsoft technologies.  I think a lot of people who learn to program now don't necessarily have a formal background in computer programming (mine is in chemistry). 
    I learn from examples and there are plenty of great C++ samples for Windows Store apps, but they are all pretty high level.  I didn't really know until now that they use C++/Cx. I've seen the term before but couldn't make the connection
    as to what it was out of the C++ I was being shown.  I didn't know what WRL was or MFC or any of the other names applied to a flavor of C++.
    The hardest thing about learning over the internet is that you'll get examples written using any number of these... whatever they are called.  Books tend to focus on console apps if they explain COM or WRL.  The ones that use store apps tend to
    focus on C++/Cx and WinRT only.
    All I'm saying is that someone should write a book that explains the non-C++/Cx (and relevant) portions of C++ for Win8.1/WP8.1 to a C# or JavaScript Windows Store app writer . 
    Lee McPherson

  • WP8 Nokia Lumia 810 "Other" Storage!

    I purchased two Nokia Lumia 810 WP8 phones on 12/31/2013. As of Monday, February 18, 2013 I can no longer install updates, take photos & videos; therefore playing games is also not an option since the phone cannot be updated because it continues to state it's "full" no available space. It does ask if I want to change the setting to save to my SD card which I've configured since day 1. I have a 16gb SD card with 9gb available which I cannot do anything with. I haven't even started paying for our phones and can't even use it.  I've deleted many apps leaving me with pretty much the basics, turned off my back up since I ead the back up is saved to the phone, deleted Internet history/browsing, messages, call logs, I have no music and 100 photos...no vidie....seriously, haven't had the phoneslong enough to load up on pics as I typically do. I have 1,600 photos in my iPhone with 6gb available. Has anyone taken this any higher...media, Facebook, Twitter etc?? This is totally unacceptable.

    You simply cannot resist it can you?  No, you were not “merely stating my experience and reporting what I found”; for if you had done so, I would have no cause to respond the way I did.  You added, “Spending a few minutes researching it instead of going off on a rant is usually much more productive”; which implies the questioner does not have a problem, but merely a lack of understanding.  Moreover, there is no way that this could be construed, by anyone, as you “not saying others do not have an issue or that there could not be an issue, just that I am not seeing in my case.”  By stating that he could have avoided the complaint by doing some research, you are virtually stating that he only requires ‘educating’; and you definitely stated that his complaint was a “rant”.  I detect nothing that is overly declamatory, angry or vehement in his original question; though I’m sure he would have some justification for feeling frustrated.
    Furthermore, you do not ‘merely state’ your position in reply to me; because you add the phrases, “hampered by any prejudice or negativism” and “someone feels the need to hijack a thread for his own personal baseless vindication”.  This clearly implies my judgment is hampered by baseless prejudice, does it not?  I have been a Nokia user, non-stop, for over 20 years; and a Microsoft one (and ardent supporter) for nearly as long.  There is no-one, I suggest, less prejudiced against either organisation than me; except those who are so ‘prejudiced’ as to see any justifiable criticism as ‘ranting’.
    In any event, it seems like "this behaviour makes perfect sense" is not something with which even Microsoft’s Windows Phone Design Manager, Joe Belfiore, would agree.
    http://wmpoweruser.com/microsoft-acknowledges-promises-fixes-for-other-storage-issue/
    The fact that he is recommending turning off Sky Drive Auto-upload indicates this is not a “baseless” problem; but one based on reasoned, ‘unprejudiced’ observation.
    Like many others, it took me only a few days to recognise a looming problem; and we didn't have anyone pointing it out to us.  You seem to remain oblivious to it, even with literally hundreds of people pointing it out to you, and right up until Microsoft acknowledged it; though perhaps you feel Joe Belfiore has taken to ranting?

  • WP8 SL and WP8.1 SL app push notification using wns

    Hi,
    I am new to windows phone push notification. I am aware that there are two service which can be used for push notification WNS and MPNS(Server). I have a silverlight app for both windows phone 8 and windows phone 8.1. Doubt I have, Will WNS work for this
    app? If yes any client side changes are required to receive the notification or it will work with the old MPN client implementation used for WP8?

    MPN Notification works on Windows Phone 8.0 and Windows Phone 8.1 Silverlight apps. WNS Notification Service works on both Windows Phone 8.1 Silverlight and Windows Phone 8.1 Runtime apps. So you can choose either of them. 
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor
    Thanks for reply,
    So you mean to say if I have single app for WP8 SL and WP8.1 SL I can not go with server implementation using WNS.
    According to slides at link http://channel9.msdn.com/Events/Build/2014/2-521(Silde no- 11), it says existing MPN code needs not to be changed. So I suppose existing MPN code(Client) should work with WNS server side, Please correct me if am wrong.

  • ContainerContentChanging Event Phase property not changing

    Using a ListView on WinRT WP8.1 app:
    I'm trying to use ContainerContentChanging event on a ListView as so -
        private void ListOnContainerContentChanging(ListViewBase sender, ContainerContentChangingEventArgs args)
                var viewer = args.ItemContainer.ContentTemplateRoot as View;
                if (viewer == null)
                    return;
                if (args.InRecycleQueue)
                    viewer.ClearData();
                else if (args.Phase == 0)
                    viewer.ShowPlaceholder(args.Item as ViewModel);
                    args.RegisterUpdateCallback(this.ContainerContentChangingDelegate);
                else if (args.Phase == 1)
                    // Load
                    args.RegisterUpdateCallback(this.ContainerContentChangingDelegate);
                else if (args.Phase == 2)
                    // Load more
                    args.RegisterUpdateCallback(this.ContainerContentChangingDelegate);
                else if (args.Phase == 3)
                    // Show images
                args.Handled = true;
    The issue I'm having is Phase property on the ContainerContentChangingEventArgs is always 0 when scrolling to view more items.
    (All works correctly for the items loaded in the initial view - it's only when I start scrolling that no items get updated past their placeholder.
    Any ideas why Phase property would not be updating?

    Hi BradStevenson,
    Move to Windows Phone forum for a better support.
    RegisterUpdateCallback(TypedEventHandler(ListViewBase, ContainerContentChangingEventArgs)) will help you get into other phrase number other than 0.
    Base on the blog:
    http://blogs.msdn.com/b/hanxia/archive/2013/11/04/incremental-update-item-data-for-listviewbased-controls-in-windows-8-1.aspx we need to call RegisterUpdateCallback function to enter the next phase after your finished the content displaying in the current
    phase.
    --James
    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.

  • WP8 calendar incorrectly shifts entries by 1 hour during DST

    The default calendar app is broken when it comes to handling daylight saving with Google calendar. See here for more details and history
    http://answers.microsoft.com/en-us/winphone/forum/wp8-wpemail/new-calendar-event-creation-is-completely-broken/977bb5bd-ca27-4fe8-b228-70b3ffaddafa
    I've actually reported the problem on Nokia forums, the WP Twitter support, online chat, phone support, community forums but none of these seem to be officially monitored by Microsoft (http://answers.microsoft.com/en-us/winphone/forum/wp8-wpemail/how-to-file-bug-reports-with-microsoft/e573bc4a-5762-42d1-b356-273352a46ee2).
    The following blog post gives me some hope that the issue will finally reach relevant people as this new forum is supposedly monitored by Microsoft
    http://blogs.windows.com/windows_phone/b/windowsphone/archive/2013/10/29/it-pros-now-have-a-windows-phone-support-forum-of-their-own.aspx
    According to increasing number of comments to the first link the problem is spreading fast among WP users. I've just found someone had opened an issue on uservoice
    http://windowsphone.uservoice.com/forums/101801-feature-suggestions/suggestions/3378048-please-fix-the-daylight-savings-function

    Hello everyone,
    We're still looking for a cause for the issue, but here is what we know:
    The observed hour shift is
    not a configuration issue that can be resolved either on the phone or on your Google Calendar settings.
    The event does not shift until the phone syncs via CalDAV with the Google server for customers in certain time zones (observed in UTC+2). 
    The shift does not occur if the phone does not have connectivity (WiFi or Cellular).
    Based on this info, my investigation is focused on why synced events are receiving an updated event from the Google server with a one hour difference from the intended time. 
    From what I can observe, the phone sets the event's time correctly, then syncs with Google's server. We see the issue after this process.
    The issue was previously resolvable by changing sync type to EAS via Google Sync. Windows Phone users can continue to set up new device connections with Google Sync until December 31, 2013.
    http://googleblog.blogspot.com/2012/12/winter-cleaning.html/
    https://support.google.com/a/answer/2716936?hl=e
    Additional info:
    Google has acknowledged certain DST related event time skewing issues with the Google Calendar DST translation process and have supplied information and several workarounds covered here
    https://support.google.com/calendar/answer/2367918?hl=en
    I hope the community finds this information helpful. We'll update again once we have additional information.
    Have a safe and Happy New Year!
    -MikeDano

Maybe you are looking for

  • Error LiveKernelEvent

    Hello. I have a Lenovo G460, with a NVIDIA GeForce 310M, and the last week this error appeared: "Error LiveKernelEvent". Since that day and randomly, the screen changes colors with blue bands that appears and dissapears. I don't know what to do with

  • Newest OS i can get on 2008 MB

    I have a late 2008 (white) MB, model identifier Macbook 4,1 with OS X 10.5.8. What I'm trying to do is wipe the memory and get the newest OS X I can on it. This is my first time doing this so I have very little clue what I'm doing, so my questions ar

  • PCA Values are Zero in KEAT

    Dear Experts,       I am using New GL Profit Centers. In KEAT activity all values are comparing properly I mean COPA to SD to FI. But PCA values are showing Zero values... I had checked in FI level all values are flowing to PCA properly through Docum

  • Enhancement Request for Reports

    I did search; sorry if I missed a similar request. I would like the ability to associate a report with a specific connection to avoid the connection selection. Reports not associated would still show the connection selection dialog. Thanks.

  • Finding file name

    Hi, I use this command "find . -name "*.html" | xargs cat | grep "searchCriteria" " to find string searchCriteria in any file having html as extension. I get the output searchCriteria if that string is in the file name.. But, what if I want to know t