Search found 5 matches

Go to advanced search

by Hey Ho
Sat Sep 05, 2015 12:11 am
Forum: Bug Reports
Topic: Button Click does not work if Button not in Canvas [SOLVED]
Replies: 9
Views: 11971

Button Click does not work if Button not in Canvas [SOLVED]

If u put a Button in a Grid and not into a Canvas the Click Event doesnt work
by Hey Ho
Fri Sep 04, 2015 7:24 pm
Forum: Bug Reports
Topic: StreamWriter not working with Memory Stream
Replies: 1
Views: 4530

StreamWriter not working with Memory Stream

This Code only works in the Simulator, in the WebSite Version the length of the MemoryStream is 0 System.IO.MemoryStream ms2 = new MemoryStream(); System.IO.StreamWriter writer = new StreamWriter(ms2); writer.Write(xml); writer.Flush(); MessageBox.Show(ms2.Length.ToString());
by Hey Ho
Sun Aug 23, 2015 4:42 pm
Forum: Technical Support
Topic: Can not cache the js Files
Replies: 1
Views: 5356

Can not cache the js Files

Hello For my Offline application I want to put all files in the browser Cache. I use a Cache manifest File to do that but all files that have a "space" can not be cached. so files like "CSharpXamlForHtml5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" dont end up in the ...
by Hey Ho
Fri Aug 21, 2015 10:42 pm
Forum: Bug Reports
Topic: [SOLVED] Visual Studio Post Build event raised too early
Replies: 4
Views: 12564

Re: Visual Studio Post Build event raised too early

Thanx :-)

one more note:
The event is also called twice. Same witht the pre build Event.
by Hey Ho
Wed Aug 19, 2015 3:10 pm
Forum: Bug Reports
Topic: [SOLVED] Visual Studio Post Build event raised too early
Replies: 4
Views: 12564

[SOLVED] Visual Studio Post Build event raised too early

Visual Studio Post Build event seams to be raised before the Files are created instead of after.
e.g. I want to copy the resultet files to a differnt Folder.

Go to advanced search

 

 

cron