Search found 11 matches

Go to advanced search

by h_kos
Tue Nov 17, 2015 12:43 am
Forum: Technical Support
Topic: WebService calls: Simulator vs. Real
Replies: 3
Views: 7179

Re: WebService calls: Simulator vs. Real

Ok, nullables I understand... I attach three Images: Chrome_request_headers.jpg showing the headers that are sent via the webservice, the second one (chrome_request_console.jpg) is the console output. As I can see in the headers, the information provided by the debugging console makes sense, but I d...
by h_kos
Fri Nov 06, 2015 2:38 am
Forum: Bug Reports
Topic: DateTime? + INotifyPropertyChanged
Replies: 1
Views: 4142

DateTime? + INotifyPropertyChanged

Setting a nullable DateTime causes exception: public class Assessment : INotifyPropertyChanged { private DateTime? _assessmentTimeStarted; public DateTime? AssessmentTimeStarted { get { return _assessmentTimeStarted; } set { if (_assessmentTimeStarted == value) <---- Exception!!! return; _assessment...
by h_kos
Fri Nov 06, 2015 1:22 am
Forum: Technical Support
Topic: WebService calls: Simulator vs. Real
Replies: 3
Views: 7179

WebService calls: Simulator vs. Real

I have an application that pulls data from a web-service. This works as intended in the simulator. The app shows a list of some 20 patients. The problem: It only works fine in the simulator! Testing the app after deployment going to the app's url in the IE brings up some errors (e.g. "Nullable ...
by h_kos
Wed Nov 04, 2015 11:44 pm
Forum: Bug Reports
Topic: String.Split difference in Simulator vs Final
Replies: 2
Views: 5170

Re: Simulator vs Final

It is the string.Split method that causes the exception in JSIL. Replaced the build-in Split method with an own implementation of it and now it works. Took imlementation from Stackoverflow (for those who have a similar problem): http://stackoverflow.com/questions/3588503/what-are-the-alternatives-to...
by h_kos
Wed Nov 04, 2015 9:11 am
Forum: Bug Reports
Topic: String.Split difference in Simulator vs Final
Replies: 2
Views: 5170

String.Split difference in Simulator vs Final

Hi,

I attach a very small project that just parses a text:
In the simulator it works fine, when I run the final version in browser, the app crashes.

This app is an extract of a bigger app, but the exception is the same.

Any idea?


Visual Studio 2013 Ultimate Update 5
cshtml5 Build 5.2
by h_kos
Sun Nov 01, 2015 11:18 pm
Forum: Technical Support
Topic: Sustitution NavigationService [SOLVED]
Replies: 4
Views: 6756

Re: Sustitution NavigationService [SOLVED]

Perfect! thank you for the fast reply!
by h_kos
Thu Oct 29, 2015 11:22 pm
Forum: Technical Support
Topic: Terminate application [CLOSED]
Replies: 2
Views: 5033

Re: Terminate application

Hi,
thank you for your fast reply. From your point of view your explanation makes sense to me and I understand.
Closing the app (i.e. the browser page) would just be desireable to give the user the feeling of a real mobile app,
but this can be argued away :)
by h_kos
Thu Oct 29, 2015 2:13 am
Forum: Technical Support
Topic: Sustitution NavigationService [SOLVED]
Replies: 4
Views: 6756

Re: Sustitution NavigationService

A workaround is to attach an Loaded-eventhandler to the page. In this eventhandler, attach the button-click event. But I assume that this behaviour will be the same for ALL eventhandlers (lostfocus, keydown, ...). So it is really only a temporary workaround. public LoginView() { this.InitializeCompo...
by h_kos
Thu Oct 29, 2015 12:44 am
Forum: General Discussion and Other
Topic: Hardware buttons on mobile app
Replies: 1
Views: 5862

Hardware buttons on mobile app

Normaly if an app runs on a mobile devices the underlying system will handle the events of hardware-buttons (e.g. button back, homebutton) and will provide some hooks/callbacks so that the programmer can handle various scenarious like preserving state, reactivation of the app aso. We have an existin...
by h_kos
Thu Oct 29, 2015 12:37 am
Forum: Technical Support
Topic: Terminate application [CLOSED]
Replies: 2
Views: 5033

Terminate application [CLOSED]

Is there a way to terminate the application?

Environment.Exit(...) is not supported (Beta 5.1).

Is there a way to achieve this?
by h_kos
Wed Oct 28, 2015 11:53 pm
Forum: Technical Support
Topic: Sustitution NavigationService [SOLVED]
Replies: 4
Views: 6756

Sustitution NavigationService [SOLVED]

As there is no NavigationService pendant in Beta 5.1 I did all the navigationhandling myself (NavigateTo, Back, ...) and it works fine like proposed in one of your forum entries by adding a <Border .../> control to the XAML and substitute the Child-property each time you want to navigate to a new pa...

Go to advanced search

 

 

cron