You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Dan Ardelean (Created) (JIRA)" <ji...@apache.org> on 2012/03/15 21:02:37 UTC

[jira] [Created] (CB-342) WP7CordovaClassLib still has navigation to WP7GapClassLib

WP7CordovaClassLib still has navigation to WP7GapClassLib
---------------------------------------------------------

                 Key: CB-342
                 URL: https://issues.apache.org/jira/browse/CB-342
             Project: Apache Callback
          Issue Type: Bug
          Components: WP7
    Affects Versions: 1.5.0
            Reporter: Dan Ardelean
            Assignee: Jesse MacFadyen


Notification.cs
StreamResourceInfo sri = Application.GetResourceStream(new Uri("/WP7GapClassLib;component/resources/notification-beep.wav", UriKind.Relative));

AudioCaptureTask.cs
root.Navigate(new System.Uri("/WP7GapClassLib;component/Cordova/UI/AudioRecorder.xaml?dummy=" + Guid.NewGuid().ToString(), UriKind.Relative));

VideoCaptureTask.cs
root.Navigate(new System.Uri("/WP7GapClassLib;component/Cordova/UI/VideoRecorder.xaml?dummy=" + Guid.NewGuid().ToString(), UriKind.Relative));


need to change to WP7CordovaClassLib


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-342) WP7CordovaClassLib still has navigation to WP7GapClassLib

Posted by "Jesse MacFadyen (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-342.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0
    
> WP7CordovaClassLib still has navigation to WP7GapClassLib
> ---------------------------------------------------------
>
>                 Key: CB-342
>                 URL: https://issues.apache.org/jira/browse/CB-342
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: WP7
>    Affects Versions: 1.5.0
>            Reporter: Dan Ardelean
>            Assignee: Jesse MacFadyen
>             Fix For: 1.6.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Notification.cs
> StreamResourceInfo sri = Application.GetResourceStream(new Uri("/WP7GapClassLib;component/resources/notification-beep.wav", UriKind.Relative));
> AudioCaptureTask.cs
> root.Navigate(new System.Uri("/WP7GapClassLib;component/Cordova/UI/AudioRecorder.xaml?dummy=" + Guid.NewGuid().ToString(), UriKind.Relative));
> VideoCaptureTask.cs
> root.Navigate(new System.Uri("/WP7GapClassLib;component/Cordova/UI/VideoRecorder.xaml?dummy=" + Guid.NewGuid().ToString(), UriKind.Relative));
> need to change to WP7CordovaClassLib

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira