Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Fri Nov 06, 2015 9:55 am
Forum: Bug Reports
Topic: String.Split difference in Simulator vs Final
Replies: 2
Views: 5170

Re: Simulator vs Final

Thank you Harry. We will keep you updated as soon as the issue is fixed.

Regards,
JS-Support
by JS-Support @Userware
Fri Nov 06, 2015 9:54 am
Forum: Bug Reports
Topic: Exception in DateTime
Replies: 1
Views: 4523

Re: Exception in DateTime

Hello Uwe,

Thanks for reporting this issue. We were able to reproduce it. We are going to fix it as soon as possible.

Regards,
JS-Support
by JS-Support @Userware
Fri Nov 06, 2015 9:54 am
Forum: Bug Reports
Topic: DateTime? + INotifyPropertyChanged
Replies: 1
Views: 4142

Re: DateTime? + INotifyPropertyChanged

Thanks Harry for reporting this. We are going to look into it as soon as possible.

JS-Support
by JS-Support @Userware
Fri Nov 06, 2015 9:53 am
Forum: Technical Support
Topic: WebService calls: Simulator vs. Real
Replies: 3
Views: 7179

Re: WebService calls: Simulator vs. Real

Dear Harry, A few points that I hope will help: ⋅ In the current Beta, nullable types are not yet supported in WCF, as indicated in the last bullet point of the following URL: http://cshtml5.com/links/wcf-limitations-and-tutorials.aspx#soap-limitations Can you please verify that you are no...
by JS-Support @Userware
Mon Nov 02, 2015 1:14 am
Forum: Technical Support
Topic: Sustitution NavigationService [SOLVED]
Replies: 4
Views: 6756

Re: Sustitution NavigationService [SOLVED]

You are welcome :-)
by JS-Support @Userware
Sun Nov 01, 2015 3:31 am
Forum: Bug Reports
Topic: Canvas PointerPressed event GetCurrentPoint throws exception [SOLVED]
Replies: 2
Views: 5510

Re: Canvas PointerPressed event GetCurrentPoint throws exception

Hi Gavin, Thanks for reporting this issue. Yes, it is a bug. We have been able to successfully reproduce it. It will be fixed in the very next build, which is expected in the next couple of weeks. In the meantime, please use the following code to work around the issue: // Get the absolute pointer co...
by JS-Support @Userware
Fri Oct 30, 2015 12:00 pm
Forum: General Discussion and Other
Topic: Hardware buttons on mobile app
Replies: 1
Views: 5861

Re: Hardware buttons on mobile app

Hi, A tutorial for publishing your apps to iOS and Android is being written at the following URL (it's a work-in-progress): http://help.cshtml5.com/html/00b9d4b5-3fd1-4c43-a67c-7a0e91b28d4e.htm As for interacting with hardware buttons and other hardware features, we plan to provide a C# wrapper for ...
by JS-Support @Userware
Fri Oct 30, 2015 11:46 am
Forum: Bug Reports
Topic: Cannot compile when converting char to string [SOLVED]
Replies: 3
Views: 6366

Re: Cannot compile when converting char to string

Hi, I am pleased to inform you that the Beta 5.2 of CSHTML5 now allows you to use Char.ToString(). It can be downloaded from: http://forums.cshtml5.com/viewtopic.php?f=2&t=200 Please feel free to let us know if you still encounter any issues. Thanks at lot. Regards, JS-Support
by JS-Support @Userware
Fri Oct 30, 2015 11:43 am
Forum: Technical Support
Topic: Sustitution NavigationService [SOLVED]
Replies: 4
Views: 6756

Re: Sustitution NavigationService

Hello,

Thanks for reporting this issue.

It has now been fixed in the Beta 5.2, available from:
http://forums.cshtml5.com/viewtopic.php?f=2&t=200

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Fri Oct 30, 2015 11:42 am
Forum: Bug Reports
Topic: ListBox exeption [SOLVED]
Replies: 2
Views: 5402

Re: ListBox exeption

Hello,

The issue has been fixed in the Beta 5.2, available at:
http://forums.cshtml5.com/viewtopic.php?f=2&t=200

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Fri Oct 30, 2015 11:36 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 5.2 of C#/XAML for HTML5 released
Replies: 0
Views: 7523

Beta 5.2 of C#/XAML for HTML5 released

Dear Forum Members, I am pleased to inform you that the Beta 5.2 of CSHTML5 is available for download! It is an intermediate build on the way to the Beta 6. UPDATE: Link removed because a newer beta has been released (see its corresponding forum topic) New features since Beta 5.1: - Improved work-in...
by JS-Support @Userware
Fri Oct 30, 2015 9:37 am
Forum: Bug Reports
Topic: WebClient.UploadString [NO CODE TO REPRODUCE]
Replies: 1
Views: 4095

Re: WebClient.UploadString

Hello Uwe,

Thanks for reporting this.

It seems to work fine in the example in the "Controls Showcase" application.

Can you please post some code to reproduce the issue?

Thanks,
Regards,
JS-Support
by JS-Support @Userware
Fri Oct 30, 2015 4:31 am
Forum: Bug Reports
Topic: ListBox exeption [SOLVED]
Replies: 2
Views: 5402

Re: ListBox exeption

Hello,

Thanks a lot for reporting this issue.

We were able to successfully reproduce it. We expect a fix to be available in the Beta 5.2 which is expected to be released later today.

Regards,
JS-Support
by JS-Support @Userware
Thu Oct 29, 2015 8:24 am
Forum: Technical Support
Topic: Terminate application [CLOSED]
Replies: 2
Views: 5032

Re: Terminate application

Hello, As the application is supposed to run in the web browser (and/or on mobile devices where apps cannot close themselves, such as iOS/Android/...), can you please elaborate on what behavior would you expect Environment.Exit(...) to have? Please note that it is not possible for the browser page t...
by JS-Support @Userware
Tue Oct 27, 2015 3:28 am
Forum: Bug Reports
Topic: Cannot compile when converting char to string [SOLVED]
Replies: 3
Views: 6366

Re: Cannot compile when converting char to string

Hi and welcome to the forums. There is indeed an issue with conversion from char to string. Thanks for reporting it. We are going to fix it asap, likely in the Beta 6. By the way, please note that the "error 12" that you are getting is not related and it is not the one that is preventing y...
by JS-Support @Userware
Fri Oct 23, 2015 1:16 pm
Forum: Bug Reports
Topic: Change Style on RunTime [SOLVED]
Replies: 1
Views: 4223

Re: Change Style on RunTime

Hi Uwe,

The ability to change style at runtime has now been added to the Beta 5.1, available at:
http://forums.cshtml5.com/viewtopic.php?f=2&t=192

Can you please confirm that it has fixed the issue for you?

Thank you,
Regards,
JS-Support
by JS-Support @Userware
Fri Oct 23, 2015 1:13 pm
Forum: Bug Reports
Topic: DataContext is null [SOLVED]
Replies: 2
Views: 6207

Re: DataContext is null

Hi Bernd,

We have been able to reproduce the issue.

It has been fixed in Beta 5.1, available at:
http://forums.cshtml5.com/viewtopic.php?f=2&t=192

Please confirm that it fixed the issue for you.

Thank you and regards,
JS-Support
by JS-Support @Userware
Fri Oct 23, 2015 1:12 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 5.1 of C#/XAML for HTML5 released
Replies: 0
Views: 7648

Beta 5.1 of C#/XAML for HTML5 released

Dear Forum Members, We are pleased to inform you that the Beta 5.1 of CSHTML5 has been released. It is an intermediate build on the way to the Beta 6. UPDATE: Link removed because a newer beta has been released (see its corresponding forum topic) It contains the following new features: - Work-in-pro...
by JS-Support @Userware
Fri Oct 23, 2015 11:44 am
Forum: General Discussion and Other
Topic: Mapping
Replies: 8
Views: 15807

Re: Mapping

Hi Bernd, Thanks for your message. We plan to add "Extensibility" feature to CSHTML5 in the coming months, so it will be easier for people to create and share new Extensions (aka "Plugins") for CSHTML5. One such extension could be a more advanced C#/XAML wrapper for the ArcGIS co...
by JS-Support @Userware
Fri Oct 23, 2015 11:37 am
Forum: General Discussion and Other
Topic: WebWorker integration idea
Replies: 1
Views: 5618

Re: WebWorker integration idea

Hello Beluvius and welcome to the forums. Thank you very much for your interesting message. We are going to think about this. Our plan was to think about a possible implementation of background threads with WebWorkers after we go out of the Beta phase, sometime in 2016. I will let you know if we hav...

Go to advanced search

 

 

cron