Search found 55 matches

Go to advanced search

by rkmore
Mon Mar 21, 2016 3:30 am
Forum: Technical Support
Topic: How to force UI update before blocking operation? [SOLVED]
Replies: 3
Views: 6197

Re: How to force UI update before blocking operation?

That was what I tried first. I get.... Error CS1061 'CoreDispatcher' does not contain a definition for 'RunAsync' and no extension method 'RunAsync' accepting a first argument of type 'CoreDispatcher' could be found (are you missing a using directive or an assembly reference?) And I can find no refe...
by rkmore
Sun Mar 20, 2016 5:37 am
Forum: Technical Support
Topic: How to force UI update before blocking operation? [SOLVED]
Replies: 3
Views: 6197

How to force UI update before blocking operation? [SOLVED]

I have an animated GIF that I want to set to "Visible" right before I do a fairly long blocking operation. When I do then it does not show (If I don;t do the blocking operation it shows fine). Is there a method to cause the UI to update immediateld? A DoEvents sort of thing? Working.Visibi...
by rkmore
Sat Mar 19, 2016 10:02 am
Forum: Bug Reports
Topic: [SOLVED] .GIF files not copied to Resources directory on build
Replies: 2
Views: 5401

[SOLVED] .GIF files not copied to Resources directory on build

Just a small one...

When you build .GIF files don't get copied to the Resources folder
by rkmore
Wed Mar 16, 2016 6:08 pm
Forum: Technical Support
Topic: Can I mix HTML markup with generated elements?
Replies: 5
Views: 8212

Can I mix HTML markup with generated elements?

I am desperately trying to figure out how to integrate camera support (it is the last thing I need and my project will be done!) It seems that the only way to do this is to be able to mix HTML markup with the generated markup. It seems that I need to be able to insert and integrate something like: <...
by rkmore
Sat Mar 12, 2016 4:34 pm
Forum: Bug Reports
Topic: [SOLVED] Unable to clear ListBox
Replies: 4
Views: 7277

Re: Unable to clear ListBox

I ran into that one too.

Try this.....

listBox1.ItemsSource = new List<object>();

It works.

RKM
by rkmore
Sat Mar 12, 2016 4:35 am
Forum: Bug Reports
Topic: Very strange bug in Line [SOLVED]
Replies: 4
Views: 7925

Very strange bug in Line [SOLVED]

I found the following strange behavior by mistake. If you run the following code you get a result like the attached (the lines to not meet at the center). I fully realize that there is an error where I convert degrees to radians BUT that should not cause this behavior. The value of pCenter never cha...
by rkmore
Thu Mar 03, 2016 5:06 pm
Forum: General Discussion and Other
Topic: OK. I have got to say it !!!
Replies: 1
Views: 6797

OK. I have got to say it !!!

I have spent a solid week really buckling down and using CSHTML5 to implement an actual application. IT IS AMAZING!!! I am super impressed with the capabilities even at this beta stage. I created some really capable UI elements and was able to port quite a bit of business logic over with minimal cha...
by rkmore
Mon Feb 29, 2016 11:55 am
Forum: Technical Support
Topic: Symbol to conditionally compile code [SOLVED]
Replies: 2
Views: 4542

Re: Symbol to conditionally compile code

Exactly what I was looking for. Thanks!
by rkmore
Mon Feb 29, 2016 10:52 am
Forum: Technical Support
Topic: Symbol to conditionally compile code [SOLVED]
Replies: 2
Views: 4542

Symbol to conditionally compile code [SOLVED]

I have some code that is shared between other projects and my CSHTML5 project. In those cases where I need to tweek the code to compile and run (for example in the the most recent case where I use double.IsInfinity which is not implemented) I would like to add conditional compilation via if endif so...
by rkmore
Tue Feb 23, 2016 7:31 am
Forum: General Discussion and Other
Topic: Is this project real?
Replies: 3
Views: 8699

Re: Is this project real?

I want to thank you for your informative and thoughtful reply. It shows a real respect for your users and a commitment to the effort that you would take the time to understand and address the concerns of those who are using or contemplating using the platform. I feel much better about investing the ...
by rkmore
Sun Feb 21, 2016 4:57 am
Forum: General Discussion and Other
Topic: Is this project real?
Replies: 3
Views: 8699

Is this project real?

First let me say that I was so excited about the potential of this project that I actually paid for the "pro" version. But I have to ask "is this project real"? Since I bought in (at beta 5) I am not seeing the signs that this is a serious effort that will result in a usable deve...
by rkmore
Sun Feb 07, 2016 1:03 pm
Forum: Technical Support
Topic: Geo Location API and OData questions
Replies: 1
Views: 3880

Re: Geo Location API and OData questions

So I found a way that works, but it seems very clunky. Anyone know a cleverer way to do this: void GetLocation() { gMainPage = this; JSIL.Verbatim.Expression( @"navigator.geolocation.getCurrentPosition($0);", (Action<dynamic>)GpsReceived); } static MainPage gMainPage = null; static void Gp...
by rkmore
Sun Feb 07, 2016 1:02 pm
Forum: Technical Support
Topic: pass values between C# and JavaScript
Replies: 1
Views: 3581

Re: pass values between C# and JavaScript

So I found a way that works, but it seems very clunky. Anyone know a cleverer way to do this: void GetLocation() { gMainPage = this; JSIL.Verbatim.Expression( @"navigator.geolocation.getCurrentPosition($0);", (Action<dynamic>)GpsReceived); } static MainPage gMainPage = null; static void Gp...
by rkmore
Sun Feb 07, 2016 8:28 am
Forum: Technical Support
Topic: pass values between C# and JavaScript
Replies: 1
Views: 3581

pass values between C# and JavaScript

I have successfully injected some javascript using the JSIL.Verbatim mechanism (see below) but what I can't quite figure out is how to pass values back and forth between the two. Can anyone tell me how to do this? Are there any additional samples of examples that maybe I am overlooking? private void...
by rkmore
Mon Dec 07, 2015 2:07 pm
Forum: Technical Support
Topic: Geo Location API and OData questions
Replies: 1
Views: 3880

Geo Location API and OData questions

Hello. I just recently tried this environment and was impressed enough that I have purchased a license! Really very neat. I have mostly been working on creating UIs so far but now it is time for some actual application development and I have a few questions. First: I need to get the device location....

Go to advanced search

 

 

cron