Discussion Board

Search:

Type: Posts; User: josueyeray; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Portable Client Library - MessageContractAttribute isWrapped not defined

    Hi chintan1891

    I have This working on a Portable Class Library targeting Windows Store and Windows Phone 8 apps... what your PCL targets are? Maybe if you are targeting Windows Phone 7 IsWrapped...
  2. Replies
    2
    Views
    598

    Re: Any API to cut audio file?

    HI pooja!

    There is no system API to cut audio files right now, if the file is a mp3 (MPEG Audio Compression) you maybe can use the header to determine how to cut the file. You can get the Bitrate...
  3. Re: Bluetooth Pairing of Nokia Lumia 820 (WP8) with Microchip RN-42 fails

    Hi!

    Peter Foot, Windows Phone MVP, has a library called 32feet that use SPP to Connect to barcode scanners from Windows Phone: http://peterfoot.net/32feetNETForWindowsPhone.aspx

    Maybe it can be...
  4. Re: Is it possible to request driving or walking directions to Nokia Here Drive app?

    Hello enzocontini

    Here you have the complete documentation on how you can use ms-drive-to URI scheme to launch de drive app of the phone :...
  5. Replies
    24
    Views
    2,237

    Re: Creating a Trial App with usage limit

    The only way to control usage is having the info in a remote server, when you uninstall an app, all information is deleted. You can check the server with async method when the user gets to the first...
  6. Replies
    11
    Views
    2,913

    Re: Bluetooth Barcode Scanner for Lumia Phones

    Hi Sergio!

    Windows Phone 8 have a Bluetooth API both for devices and accesories. It support various Bluetooth scenarios and profiles: A2DP 1.2, AVRCP 1.4, HFP 1.5, PBAP 1.1, OPP 1.1 and NFC OOB....
  7. Re: WP8: Map ViewChanged and ViewChanging events, extents

    Hi!

    The doc for the map control is very basic, but can be found in MSDN:
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.maps.controls.map(v=vs.105).aspx

    Also i...
  8. Replies
    10
    Views
    1,895

    Re: Test on WP 7.8, release for WP 8?

    Hi!
    Windows Phone 8 can run all Windows Phone 7.X applications. But if you want to make use of Windows Phone 8 features, you need to target Windows Phone 8 runtime and cant test on Windows Phone 7.X...
  9. Re: Can Symbian Belle or Anna OS can be converted to windows OS

    You want to install Windows Phone OS on your symbian devices? thats not possible.
    If what you want is to port your applications, you need to rewrite them!
  10. Re: retrieve GSM variables Like Bcch from windows phone 7

    As far as i know, simply you can´t obtain any GSM information from your device. Windows Phone doesn´t expose any API to do this or to Access GSM radio device on your phone or outside it.
  11. Replies
    6
    Views
    1,538

    Re: Creating a listbox in windows phone 7

    Hi!

    What you need is not a listbox. A Listbox display all items and allows the user to pick one, what you need is a ListPicker, a control included with the Silverlight for Windows Phone Toolkit...
  12. Replies
    6
    Views
    1,538

    Re: Creating a listbox in windows phone 7

    I dont know if this is a mistake when pasting code here, but in the <TextBlock Text=" {Binding dtDate}"> you have an space between " and {, if this is not a copy & paste mistake, please remove it for...
  13. Re: Upload camera captured photo to Facebook in few steps

    Thanks for the contribution! I think you can made a Wiki page with this to make it more visible :)
    Also congrats for your award, im also be selected as Nokia Developer Champion this month :)
  14. Re: Is Entity Framework 4.1 and Code First available

    Hi!

    In Windows Phone you only have access to Linq to SQL, no any version of EF can be used. You can generate a dbml file in a windows phone project simply adding a new item (for example a text...
  15. Re: How to capture "@" key pressed on textbox?

    The @ is an special key, its better to use the PlatformKeyCode property on KeyEventArgs to handle it. I test on my lumia this code and working fine:



    private void TextBox_KeyDown(object sender,...
  16. Re: How to Get Current Location Updates on basis of time

    This is not possible. You need to set a movement threeshold on which receive the update, you can use a DispatcherTImer as kkrish says, but is not recommended as you need to start/stop GPS every time...
  17. Re: How to find Location Provider in windows Phone

    You dont have a method to exclude the use of the microsoft location services, but i think the location services serve mainly for additional data like proximity to Points of interest and this such of...
  18. Re: Access device location settings directly from my app like bing maps

    I dont think is possible to do that, and even if you figure out the url used, you dont have any way to launch it, because for sure its not a conventional url, it is more a api call.
  19. Re: Access device location settings directly from my app like bing maps

    Hi!
    We dont have a way to directly open device location settings, you only have a ConnectionSettingsTask that can open the WiFi, Bluetooth, Cellular data or Airplane mode pages, but not the...
  20. Re: How to find Location Provider in windows Phone

    Hi!
    Basicly this is controlled by the service layer and you cannot know exactly what source of data you have in each moment.
    Based on the value of GeoPositionAccuracy passed to the constructor of...
  21. Re: bind linq to textblock without listBox.ItemsSource

    Yes, you can bind your Textblock Text property to the selectedItem of the listbox:


    <TextBlock Text="{Binding ElementName=listboxName, Path=SelectedItem.Subtitle}"
    ...
  22. Replies
    4
    Views
    709

    Re: pass the URI parameter/value to linq

    Hi!

    In Windows Phone the pages has the Loaded event that you can attach to and is raised when the page is complete loaded.

    But, for Fast app switching and tombstoning is better to do all your...
  23. Replies
    4
    Views
    709

    Re: pass the URI parameter/value to linq

    Hi!

    In your messageBox you see the correct value in articleNo? Are you tested to substitute articleNo in your LinQ with the direct value to test if it is a problem with the query? Are you...
  24. Re: html formatting in xml retrieve to textblock

    In Windows Phone 7.5 you can try to use the new RichTextBox control that allow you to use markup to format the text. You have an example here in stackoverfow:...
  25. Re: How to allow my client to test my application before marketplace release?

    giedi1 With the developer tools you have a tool called "Application Deployment". With it you can deploy to any unlocked device a .xap file of your application.
    Also if you want a bigger "beta" with...
Results 1 to 25 of 26
Page 1 of 2 1 2
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved