Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Fri Oct 23, 2015 11:33 am
Forum: Bug Reports
Topic: Listbox has no scrollbar
Replies: 3
Views: 6532

Re: Listbox has no scrollbar

Hello hamej, Thanks for your message. Yes, in the Beta 5, the ListBox has no built-in scrollbars. You can workaround the issue by placing your ListBox inside a ScrollViewer, as shown below: <ScrollViewer Width="80" Height="120"> <ListBox> <ListBoxItem>One</ListBoxItem> <ListBoxIt...
by JS-Support @Userware
Fri Oct 23, 2015 10:58 am
Forum: Technical Support
Topic: ChildWindow [CLOSED]
Replies: 1
Views: 3657

Re: ChildWindow

Hello Harald, I suppose, that when working with C#/XAML, when I use Create New Item, I can only use those under C#/XAML? In other words: I cannot mix with other kinds of items. Yes, you are right, when you add a new item to the project, you can only add the items under the "C#/XAML for HTML5&qu...
by JS-Support @Userware
Fri Oct 23, 2015 10:53 am
Forum: Bug Reports
Topic: [SOLVED] WrapPanel
Replies: 2
Views: 5180

Re: WrapPanel

Hello Uwe,

Thanks a lot for reporting this issue. We were able to successfully reproduce it. It will be fixed as soon as possible in one of the upcoming releases.

Regards,
JS-Support
by JS-Support @Userware
Fri Oct 23, 2015 10:47 am
Forum: Technical Support
Topic: Linq.GroupBy [CLOSED]
Replies: 2
Views: 4604

Re: Linq.GroupBy

Hello, Sorry, no, in the Beta 5 Linq.GroupBy is not yet implemented. These are the methods that are available in the Beta 5: Any, AsEnumerable, Cast, Contains, Count, ElementAt, ElementAtOrDefault, Empty, First, FirstOrDefault, OfType, OrderBy, OrderByDescending, Range, Select, SelectMany, Sum, ToAr...
by JS-Support @Userware
Fri Oct 23, 2015 10:40 am
Forum: Technical Support
Topic: FlowDirection
Replies: 1
Views: 3572

Re: FlowDirection

Hello,

FlowDirection is planned for mid-2016.

Thanks,
Regards
by JS-Support @Userware
Fri Oct 23, 2015 10:09 am
Forum: Technical Support
Topic: Set the width of a TextBox in a canvas [COULD NOT REPRODUCE]
Replies: 1
Views: 3673

Re: Canvas / TextBox

Hello, Thanks for your message. We were unable to reproduce the issue. Here is the code that we tested: XAML: <Page x:Class="Tests.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d=...
by JS-Support @Userware
Mon Oct 19, 2015 9:07 am
Forum: Bug Reports
Topic: DataContext is null [SOLVED]
Replies: 2
Views: 6179

Re: DataContext is null

Hi Bernd, What you are describing is supposed to work properly. We are trying to reproduce it. Can you please create a new C#/XAML for HTML5 "Empty" project where you reproduce the issue with very minimal code, and then send us the project by compressing it into a ZIP archive and attaching...
by JS-Support @Userware
Fri Oct 02, 2015 1:23 am
Forum: Bug Reports
Topic: DownloadStringCompletedEventArgs has no "Error.Message" property
Replies: 7
Views: 10683

Re: Windows Phone

Hello

Thanks for the info.

Have you tried changing the "Browser Mode" setting of the desktop version of IE to "Internet Explorer 9" or "Internet Explorer 10"? Sometimes it can help reproduce mobile IE issues.

Thanks
Regards
JS-Support
by JS-Support @Userware
Wed Sep 30, 2015 9:17 am
Forum: Bug Reports
Topic: Button Click does not work if Button not in Canvas [SOLVED]
Replies: 9
Views: 11972

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

Hello,

The Beta 5 version has now been released and the issue mentioned in this topic is supposed to be fixed. Please feel free to post here if you still encounter any related issues.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Wed Sep 30, 2015 9:12 am
Forum: Bug Reports
Topic: Own DLL's - Resources not copied
Replies: 4
Views: 6829

Re: Own DLL's

Hello, You can create multiple CSHTML5 projects in the same solution and have one project reference another. For example, you can have one project of type "CSHTML5 Application" and also have multiple projects of type "CSHTML5 Class Library". In the current Beta 5, all your refere...
by JS-Support @Userware
Wed Sep 30, 2015 9:08 am
Forum: Bug Reports
Topic: DownloadStringCompletedEventArgs has no "Error.Message" property
Replies: 7
Views: 10683

Re: Windows Phone

Hello, Thanks for your message. What is the version of your Windows Phone? You should be able to reproduce the issue on the desktop version of Internet Explorer by changing the settings of desktop IE so that it emulates the Windows Phone version. To do so, open the F12 Developer Tools, and change th...
by JS-Support @Userware
Wed Sep 30, 2015 8:59 am
Forum: General Discussion and Other
Topic: Tips for debugging JavaScript errors with Chrome
Replies: 0
Views: 10329

Tips for debugging JavaScript errors with Chrome

Hello, Here are some steps to more easily debug JavaScript errors with Chrome: 1) Open the Chrome developer tools (Ctrl+Shift+I) 2) Enable the option "Pause on exceptions" by clicking the round icon that contains a Pause sign. 3) Check the option "Pause on Caught Exceptions" 4) R...
by JS-Support @Userware
Wed Sep 30, 2015 8:44 am
Forum: Technical Support
Topic: HttpWebRequest & WebClient
Replies: 2
Views: 4938

Re: HttpWebRequest & WebClient

Hi sylvain Thanks a lot for your message. The HttpWebRequest class is still under development and is expected to be available in either the Beta 6 (Q4 2015) or the Beta 7 (Q1 2016). As you know, only the WebClient class can be used at the moment. For reference, this is the page where you will find t...
by JS-Support @Userware
Wed Sep 30, 2015 8:42 am
Forum: Technical Support
Topic: [SOLVED] Cursor Property
Replies: 2
Views: 5296

Re: [Feature Request]Cursor Property

Hi,

Thanks a lot.

The Cursor property is expected to be included in the Beta 6, expected to be released before the end of the year.

Regards,
JS-Support
by JS-Support @Userware
Wed Sep 30, 2015 8:39 am
Forum: Technical Support
Topic: How to get the QueryString? [SOLVED]
Replies: 2
Views: 12107

Re: [Need Support]How to get the QueryString?

Hi, Sure! To get the query string, please use the following method: public static string GetQueryString() { if (CSharpXamlForHtml5.Environment.IsRunningInJavaScript) { string url = JSIL.Verbatim.Expression("window.location.toString()"); string queryString = (url.IndexOf('?') >= 0 ? url.Sub...
by JS-Support @Userware
Tue Sep 29, 2015 3:53 pm
Forum: General Discussion and Other
Topic: Some good news !
Replies: 2
Views: 6478

Re: Some good news !

This is great news! Thanks!

I can't wait to see your app online.

Be sure to grab the latest Beta 5 release of CSHTML5 here.

Regards,
JS-Support
by JS-Support @Userware
Tue Sep 29, 2015 3:48 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 5 released!
Replies: 0
Views: 6277

Beta 5 released!

Dear forum members, We are pleased to announce the released of the Beta 5 of C#/XAML for HTML5! You can read the full list of new features at: http://cshtml5.com/press-releases/2015-09-28-beta5-released-with-documentation-isolated-storage-regex-and-more.aspx If you registered one of the previous bet...
by JS-Support @Userware
Wed Sep 16, 2015 8:23 am
Forum: General Discussion and Other
Topic: WF designer
Replies: 1
Views: 5748

Re: WF designer

Hi, I understand that you would like to be able to host the Workflow Foundation Designer in a C#/XAML for HTML5 so that end-users can use the web browser to design a workflow, right? In this case, sorry, this is currently not supported by C#/XAML for HTML5. I have just created for you a new entry on...
by JS-Support @Userware
Wed Sep 16, 2015 8:15 am
Forum: Bug Reports
Topic: Button Click does not work if Button not in Canvas [SOLVED]
Replies: 9
Views: 11972

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

Hello Uwe, Sorry I was not very clear. The workaround that I suggested is not to place each object in its own Grid. It's to place its object in its own Grid cell . This means that, for the workaround to work, you need to place each object in a different row or in a different column. Below is your co...
by JS-Support @Userware
Wed Sep 16, 2015 8:03 am
Forum: Bug Reports
Topic: German umlaut
Replies: 4
Views: 8034

Re: German umlaut

Hello Uwe, Thanks for your message. I am attempting to reproduce the issue but with no avail. I have created a new Empty project and tried the following XAML code: <TextBlock Text="ü" FontSize="30"/> Please look at the attached screenshot to see the code, and the result. In the s...

Go to advanced search