Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Thu Jul 21, 2016 4:01 am
Forum: Technical Support
Topic: [SOLVED] confirmation dialogue box with ok/cancel button
Replies: 5
Views: 8044

Re: confirmation dialogue box with ok/cancel button

There will be no difference with your JavaScript interop solution. Only advantage is that it uses the stardard C# syntax with the "MessageBoxResult" enum and the "MessageBoxButton.OKCancel" option.

Thanks.
by JS-Support @Userware
Thu Jul 21, 2016 3:50 am
Forum: Technical Support
Topic: [SOLVED] confirmation dialogue box with ok/cancel button
Replies: 5
Views: 8044

Re: confirmation dialogue box with ok/cancel button

Thanks Péter.

We are going to add modal confirmation dialog support in the very next build, to be released in a few days.

Regards,
JS-Support
by JS-Support @Userware
Thu Jul 21, 2016 3:42 am
Forum: General Discussion and Other
Topic: Dilema: "Priority support" (as we bought the Pro edition) or public support ticket ?
Replies: 3
Views: 9654

Re: Dilema: "Priority support" (as we bought the Pro edition) or public support ticket ?

Thank you Péter for the idea. We are going to consider something along those lines.
by JS-Support @Userware
Thu Jul 21, 2016 1:44 am
Forum: General Discussion and Other
Topic: Dilema: "Priority support" (as we bought the Pro edition) or public support ticket ?
Replies: 3
Views: 9654

Re: Dilema: "Priority support" (as we bought the Pro edition) or public support ticket ?

Dear Péter, Thanks for your message. We have read the forum posts that you mentioned and have scheduled to address them in the coming days. As far as the general best practice is concerned, I would recommend posting on the forums first - because other users may have the answer or a workaround - and ...
by JS-Support @Userware
Tue Jul 19, 2016 5:09 am
Forum: Bug Reports
Topic: [SOLVED] to deselect combobox: comboBox.SelectedIndex = -1; NOT Working !
Replies: 3
Views: 6486

Re: to deselect combobox: comboBox.SelectedIndex = -1; NOT Working !

Thanks for reporting this issue. We are going to fix it before the end of the week.
by JS-Support @Userware
Mon Jul 18, 2016 1:08 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11392

Re: extended ASCII characters problem /localized !

Hi Péter, Here is an update on the research. It appears that the compiler generates the character \x instead of $ Could you please try the following: 1. Go to the "bin\Debug\Output" folder. 2. Locate the file named YOURAPPLICATIONAME.js, where "YOURAPPLICATIONAME" is the name of ...
by JS-Support @Userware
Fri Jul 15, 2016 2:06 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11392

Re: extended ASCII characters problem /localized !

Thank you Péter. Yes, it is very strange indeed. We are still investigating.
Regards
JS-Support
by JS-Support @Userware
Wed Jul 13, 2016 10:47 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11392

Re: extended ASCII characters problem /localized !

Hi Péter, Thank you for the message. The issue appears to be located in the JSIL libraries. JSIL is the open-source transpiler used by CSHTML5 to convert from Intermediate Language (IL) to JavaScript. You can either wait a few days for us to further look into the issue, or you can start looking into...
by JS-Support @Userware
Tue Jul 12, 2016 7:53 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.4 of C#/XAML for HTML5 released
Replies: 4
Views: 9811

Re: New Beta 8.4 released! [Download]

Thank you Flavio for the detailed message. We are going to look into this.
by JS-Support @Userware
Tue Jul 12, 2016 5:53 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17981

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Ok, thanks. I hope in the meantime you can at least work with the Simulator?
by JS-Support @Userware
Tue Jul 12, 2016 5:20 am
Forum: Technical Support
Topic: [RESOLVED] Simulator does not launch
Replies: 5
Views: 8057

Re: [RESOLVED] Simulator does not launch

Thank you.

Can you please elaborate on what you mean by "my anti-virus blocked this setup" and what you mean by "ran the simulator from its setup"?

What do you mean here by "setup"?

Thanks.
by JS-Support @Userware
Tue Jul 12, 2016 5:17 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17981

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Thanks Péter.

We are looking into the remaining issue about non-ASCII characters in wcf method names. I will keep you updated asap. I hope we can fix it within a few days.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Mon Jul 11, 2016 8:31 am
Forum: Technical Support
Topic: [RESOLVED] Simulator does not launch
Replies: 5
Views: 8057

Re: Simulator does not launch

Hi,

You said that you have tried with Beta 8.2 right? It is very odd that you experience a crash/freeze in Beta 8.2 because that version used the old Simulator which had fewer dependencies.

Did it ever work in the past on your same machine?

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Sun Jul 10, 2016 4:02 am
Forum: Bug Reports
Topic: [SOLVED] canvas Button position + ComboBoxItem problem
Replies: 7
Views: 11150

Re: canvas Button position + ComboBoxItem problem

The difference is height is due to the fact that the scroll bars are not yet supported in the ListBox of CSHTML5. For the moment, or need to surround your ListBox with a <ScrollViewer/>. As for the SelectedIndex, this is odd, we are going to look into it. (FYI, the SelectedItem property should work ...
by JS-Support @Userware
Sun Jul 10, 2016 3:13 am
Forum: Bug Reports
Topic: [SOLVED] canvas Button position + ComboBoxItem problem
Replies: 7
Views: 11150

Re: canvas Button position + ComboBoxItem problem

Thank you. In the meantime, you can add strings to your ComboBox, either by setting the "ItemsSource" property to a collection of strings, or by setting the "ItemsSource" property to a collection of objects in conjunction with the the "DisplayMemberPath" property to cho...
by JS-Support @Userware
Sun Jul 10, 2016 3:09 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17981

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Thank you Péter.

I am glad that the issue about non-ASCII characters in passed variables during WCF calls is now fixed.

We are going to look into the issue on non-ASCII characters is method names and signatures. I will keep you updated asap.

Thanks.

Regards
JS-Support
by JS-Support @Userware
Sun Jul 10, 2016 1:33 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.4 of C#/XAML for HTML5 released
Replies: 4
Views: 9811

Re: New Beta 8.4 released! [Download]

Thanks a lot Flavio. Glad that 3 of your issues got fixed with this release. As for the ability to programmatically use the ChannelFactory, we are indeed very interested in implementing this functionality. Due to the fact that WCF is a very large framework and we need help to prioritize the most nee...
by JS-Support @Userware
Sun Jul 10, 2016 1:26 am
Forum: Bug Reports
Topic: [SOLVED] canvas Button position + ComboBoxItem problem
Replies: 7
Views: 11150

Re: canvas Button position + ComboBoxItem problem

Dear Andreas, Thanks for your message. - The issue related to positioning Button controls in a Cancas is a recently-introduced regression and has been fixed in Beta 8.4, which you can download at: http://forums.cshtml5.com/viewforum.php?f=6 - The ability to add any UI Element inside a ComboBox (rath...
by JS-Support @Userware
Sun Jul 10, 2016 1:19 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

Re: [Beta 8.3] PolyLineSegment doesn't initializes itself

Hi Flavio, Thanks. Glad to know that the thickness now renders correctly, and sorry for the remaining issues. We are little by little fixing all of them, and we hope to be able to get out of Beta soon. For the positioning issue, would you mind please posting just a small piece of XAML or programmati...
by JS-Support @Userware
Sat Jul 09, 2016 8:27 am
Forum: Bug Reports
Topic: canvas fill problem
Replies: 1
Views: 4545

Re: canvas fill problem

Hi

Thanks for reporting this issue. We are going to investigate. I will keep you updated asap.

Regards
JS-Support

Go to advanced search

 

 

cron