Search found 7 matches

Go to advanced search

by Ajcek
Wed Mar 14, 2018 12:26 am
Forum: Technical Support
Topic: App works in simulator but not in browser
Replies: 2
Views: 5192

Re: App works in simulator but not in browser

Hi

Do you have any solution by any chance? :)

I see that there is a similar post: viewtopic.php?f=4&t=8183
The author says that "script has to be a compile time value" but I don't know what he is referring to and if it is related to my problem.
by Ajcek
Mon Mar 05, 2018 10:06 am
Forum: Technical Support
Topic: App works in simulator but not in browser
Replies: 2
Views: 5192

App works in simulator but not in browser

Hi Mi app runs in the simulator without problems. However when I try to open it in browser I get the following error: Uncaught TypeError: $T08(...).Repeat$b1 is not a function at Manufaktura_Controls_XamlForHtml5_Test_MainPage.MainPage__ctor (Manufaktura.Controls.XamlForHtml5.Test.js?2018351823:243)...
by Ajcek
Tue Feb 06, 2018 11:54 pm
Forum: Technical Support
Topic: [WORKAROUND] Unimplemented form of generic method parameter: 'T'.
Replies: 3
Views: 5648

[WORKAROUND] Unimplemented form of generic method parameter: 'T'.

When I try to run my app there is an error while generating javascript files: ERROR: C#/XAML for HTML5: JavaScriptGenerator failed: System.Exception: Error occurred while generating javascript for assembly 'Manufaktura.Controls.XamlForHtml5.MusicShadow, Version=1.0.0.0, Culture=neutral, PublicKeyTok...
by Ajcek
Sat Feb 03, 2018 4:06 am
Forum: Technical Support
Topic: Reflection API in portable class libraries
Replies: 1
Views: 3837

Reflection API in portable class libraries

Portable class libraries use a different reflection API than normal .NET libraries. In portable class library projects Type is divided into Type and TypeInfo. We can use TypeInfo.AsType() to get Type from TypeInfo and Type.GetTypeInfo() to get TypeInfo from Type. CSHTML5 uses the old approach. There...
by Ajcek
Sat Feb 03, 2018 3:29 am
Forum: Technical Support
Topic: [SOLVED] Methods unsupported in BETA 13
Replies: 2
Views: 4608

Re: Methods unsupported in BETA 13

Thanks. It works now. My project compiles

[admin edit: moved other issue (Generic Parameter) to a separate topic]
by Ajcek
Thu Feb 01, 2018 11:22 am
Forum: Technical Support
Topic: [SOLVED] Methods unsupported in BETA 13
Replies: 2
Views: 4608

[SOLVED] Methods unsupported in BETA 13

Hi

I wonder if support for the following methods is planned:
DateTime.op_Addition
Assembly.GetTypes
List`1.GetRange
Delegate.DynamicInvoke
Lazy`1.get_Value
Lazy`1..ctor

Is there currently any replacement for Assembly.GetTypes()?

Go to advanced search

 

 

cron