Search found 75 matches

Go to advanced search

by CyborgDE
Wed Sep 16, 2015 10:10 am
Forum: Bug Reports
Topic: JSIL.Core Array.new
Replies: 5
Views: 8373

Re: JSIL.Core Array.new

Hello,

sorry, I'm not sure, but I think it comes from a type.GetGenericArguments()
and the Size was defined with NaN.

Regards, Uwe
by CyborgDE
Mon Sep 14, 2015 11:44 pm
Forum: Bug Reports
Topic: Grid
Replies: 2
Views: 5107

Grid

Hello, I try to test the DataGrid with a ObjectList (the data is valid) then I got a NullReferenceException, how can I find this ? bei System.Windows.Controls.DataGrid.OnItemsSourceChanged_BeforeVisualUpdate(IEnumerable oldValue, IEnumerable newValue) bei Windows.UI.Xaml.Controls.ItemsControl.OnItem...
by CyborgDE
Sat Sep 12, 2015 11:08 pm
Forum: Bug Reports
Topic: JSIL.Core Array.new
Replies: 5
Views: 8373

JSIL.Core Array.new

Hello, I must made there changes in JSIL.Core Line 8788 to prevent a exception : JSIL.Array.New = function Array_New (elementType, sizeOrInitializer) { var elementTypeObject = null, elementTypePublicInterface = null; if (typeof (elementType.__Type__) === "object") { elementTypeObject = ele...
by CyborgDE
Thu Sep 10, 2015 11:46 am
Forum: Bug Reports
Topic: Bug in ASCIIEncoding.GetBytes [SOLVED]
Replies: 1
Views: 4302

Bug in ASCIIEncoding.GetBytes [SOLVED]

Hello, ASCIIEncoding.GetBytes works under Windows. In Java I got a NullReferenceException at "this.fallbackCharacter" : JSIL.ImplementExternals("System.Text.ASCIIEncoding", function ($) { $.RawMethod(false, "$encode", function ASCIIEncoding_Encode (string, outputBytes, ...
by CyborgDE
Thu Sep 10, 2015 12:30 am
Forum: Bug Reports
Topic: German umlaut
Replies: 4
Views: 8031

German umlaut

Hello,

I have a German umlaut "ü" in a button, in the windows simulation, it looks good. In the Browser (IE) it looks like "ü" ...

Regards,
Uwe
by CyborgDE
Wed Sep 09, 2015 7:07 am
Forum: Bug Reports
Topic: Button Click does not work if Button not in Canvas [SOLVED]
Replies: 9
Views: 11970

Re: Button Click does not work if Button not in Canvas

Hello, this is my code. But you have to do something with the OnClick ... <fw:UserControl xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:fw="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml&q...
by CyborgDE
Sun Sep 06, 2015 10:16 pm
Forum: Bug Reports
Topic: Button Click does not work if Button not in Canvas [SOLVED]
Replies: 9
Views: 11970

Re: Button Click does not work if Button not in Canvas

I need very fast a update / workaround!
I can not make any more tests, this is a very important funtion ...
by CyborgDE
Sun Sep 06, 2015 5:00 am
Forum: Bug Reports
Topic: Button Click does not work if Button not in Canvas [SOLVED]
Replies: 9
Views: 11970

Re: Button Click does not work if Button not in Canvas

I have the same Issue, please help urgent !!!
by CyborgDE
Sun Sep 06, 2015 4:59 am
Forum: Bug Reports
Topic: Error in cast delegate
Replies: 1
Views: 4301

Error in cast delegate

Hello, the next hard to find error ... I have a variable from type RoutedEventHandler, this works under c#: Delegate del = value as Delegate; if (del != null) ... under JavaScript I got a null !? Workaround : I must call like : RoutedEventHandler del = value as RoutedEventHandler; Best regards, Uwe
by CyborgDE
Sat Sep 05, 2015 1:27 am
Forum: Bug Reports
Topic: XmlReader.MoveToFirstAttribute
Replies: 1
Views: 4081

XmlReader.MoveToFirstAttribute

Hello,

it is hard to find these errors :
Under C# this works and gives me a true (if there are attributes) :
bool lAttrib = xmlReader.MoveToFirstAttribute();
Under JavaScript I got a false !!!

Best regards
Uwe
by CyborgDE
Thu Aug 27, 2015 11:48 pm
Forum: General Discussion and Other
Topic: Runtime
Replies: 1
Views: 5202

Runtime

Hello,

how can I compile a xaml document to javascript on runtime ?
I have my own xaml designer and I want to build the javascript output dynamically.

Regards Uwe
by CyborgDE
Sat Aug 15, 2015 1:15 am
Forum: Bug Reports
Topic: Error in char[i++]
Replies: 1
Views: 4137

Error in char[i++]

Hello,

i have a char[] with 6 items and a reference (from a function call) variable i:
charArray[6] => "*root*"

this does not work :

Code: Select all

char c = charArray[i++];


this does work :

Code: Select all

char c = charArray[i];
i++;


Best reagrds,
Uwe
by CyborgDE
Thu Aug 13, 2015 7:36 am
Forum: General Discussion and Other
Topic: Adding missing function
Replies: 5
Views: 9040

Re: Adding missing function

Hello,

thank you for your fast reply.

Can I also implement missing function also in c#, and JSIL convert this into JScript ?

Best regards,
Uwe
by CyborgDE
Thu Aug 13, 2015 5:49 am
Forum: General Discussion and Other
Topic: Adding missing function
Replies: 5
Views: 9040

Re: Adding missing function

Hello, thank you. Is the compiler not able to find a function in a assembly ? Is this not a basic feature ? Is there no small workaround ? I have too many error's not implemented error, especially in currently implemented classes like "Hashtable.Contains" or "ArrayList.Remove" .....
by CyborgDE
Wed Aug 12, 2015 9:38 pm
Forum: General Discussion and Other
Topic: Adding missing function
Replies: 5
Views: 9040

Adding missing function

Hello, I have start testing CSHtml5, it looks good. But I have with a small test about 100 errors with unsupported functions. How can I implement missing functions ? For example, the is the function DateTime.AddDays implemented but not DateTime.AddHours. Normaly I can implement AddHours in c# code l...

Go to advanced search

 

 

cron