Search:

Type: Posts; User: sdellava

Search: Search took 0.01 seconds.

  1. Re: UWP MapControl events do not happen, but I've found a workaround....

    Yes, a Grid container is missing in my xaml, just to simplifying the post. Anyway is seems an the empty stackpanel is needed. Otherwise not events is generated by the map control.
  2. Re: UWP MapControl events do not happen, but I've found a workaround....

    Ok, thanks. Not exacltly clear what the Hit-test is, but I'll look for additional info online.
  3. UWP MapControl events do not happen, but I've found a workaround....

    Dear all,

    this time I'm not writing to ask help in found a solution but to understand why the solution I've found works :)

    I've a simple map control in my XAML:

    <Page
    ...
  4. Re: BC31091 Visual Basic AND VB.NET Import of type from assembly or module failed.

    Well, the first reason is that the UWP is the new technology that is going to replace the window form model, and I'd like to develop something that will be up to date. The second reason is that a WUP...
  5. Re: BC31091 Visual Basic AND VB.NET Import of type from assembly or module failed.

    Thanks Sitten Spynne. All clear now.

    Not a good news. I need to read a XMl file and show data in a ListView. DataSet binding was very easy.

    Now I've to study. Regards, Stefano
  6. Re: BC31091 Visual Basic AND VB.NET Import of type from assembly or module failed.

    I've tried a Console project too and I've no error.

    So the problem is related to the WUP solutions.

    I't seems that the compiler define a reference to a System.dll that is different than the...
  7. Re: BC31091 Visual Basic AND VB.NET Import of type from assembly or module failed.

    No, unfortunatelly the problem is not related to the variable name.

    I got the same problem with:

    Dim table1 As DataTable = New DataTable("patients")

    table1.Columns.Add("name")...
  8. Re: BC31091 Visual Basic AND VB.NET Import of type from assembly or module failed.

    Thanks jmcilhinney,

    no unfortunately nothing change. The error message still remain related to the DataTable.Colums name.
    One more note: the project is a UWP.
    Thanks, Stefano
  9. BC31091 Visual Basic AND VB.NET Import of type from assembly or module failed.

    Hallo,

    I've a fresh installed Visual Studio 2010 Community Edition.

    I'm try this simple DataSet example:

    Dim dataSet As DataSet = New DataSet
    Dim dataTable As DataTable = New...
  10. Replies
    2
    Views
    8,272

    Re: MapControl evnet issue

    Ok... sorry. I've found a simple solution.

    When I move the map by code, using the AWAIT prefix, I can setup my post motion operation sinuously,

    Thanks, Stefano
  11. Replies
    2
    Views
    8,272

    MapControl evnet issue

    Hi guys.

    When the map center is moved the event Center Changed event.

    Unfortunately the event happen when the user move the map and when programmatically I want the map center to move.

    I...
  12. Re: Update main page when a Gelocator Position change event fires

    Thanks Shaggy Hiker. The SynchronizationContext is the solution

    No need to use variable to store data. The real point is to fire the sub when new data are available (PositionChanged event).
    ...
  13. Re: Update main page when a Gelocator Position change event fires

    Thanks Kebo.

    Unfortunately invoke seem not to be a member of the main_page class in the WPF.

    Any other idea ?
  14. Update main page when a Gelocator Position change event fires

    Hallo guys,

    I'm tring to write a simple mapping WPF app that use the Geolocator class to retreive the current position.

    Code is simple:

    Imports Windows.Devices.Geolocation 'Geolocation...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width