Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Jun 06, 2016 11:49 pm
Forum: General Discussion and Other
Topic: (Beginner) MainPage.xaml cannot be edited in the Design view
Replies: 4
Views: 13064

Re: (Beginner) MainPage.xaml cannot be edited in the Design view

Hello,

Welcome to the forums.

Does this issue happen also when you open the editor by double-clicking the XAML file in the solution explorer?

Thanks,
Regards,
JS-Support
by JS-Support @Userware
Mon Jun 06, 2016 1:59 am
Forum: Technical Support
Topic: [RESOLVED] Call functionnalities of mobile device
Replies: 1
Views: 3855

Re: Call functionnalities of mobile device

Hi, Thanks for the compliments. Glad you like the product. Yes, this is possible (manually). Here is how: If you are using Apache Cordova or PhoneGap to package your CSHTML5 app to iOS/Android, then you can call the methods provided by Cordova/PhoneGap to interact with the device hardware and featur...
by JS-Support @Userware
Mon May 30, 2016 7:30 am
Forum: Bug Reports
Topic: Very strange bug in Line [SOLVED]
Replies: 4
Views: 7926

Re: Very strange bug in Line

Hi,

We have fixed the issue. The fix will be available in the upcoming Beta 8.1.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Thu May 19, 2016 6:23 pm
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12110

Re: Blocking GUI | Visual Studio 2013

This is indeed in our top priority bugs list.
It seems to be related to VS compiling the solution in background. I'll keep you updated as soon as we find a solution.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Tue May 17, 2016 6:29 am
Forum: Technical Support
Topic: Problem in Designer [SOLVED]
Replies: 8
Views: 11022

Re: Problem in Designer

Thanks Bernd. This is indeed very strange. I will let you know if I have other ideas on what to try, or possible solutions.

Regards
JS-Support
by JS-Support @Userware
Tue May 17, 2016 6:24 am
Forum: General Discussion and Other
Topic: Replacing embedded Silverlight UserControl
Replies: 7
Views: 18794

Re: Replacing embedded Silverlight UserControl

Dear Bruce, It is not specific to CSHTML5. You can pass simple values by adding them to the URL of the frame (in the "query string"), and then read them with the following code inside your CSHTML5 project: string url = Interop.ExecuteJavaScript("window.location.href"); Alternativ...
by JS-Support @Userware
Sun May 15, 2016 9:03 pm
Forum: Extensions and Plugins for CSHTML5
Topic: ArcGIS Mapping Extension (in progress)
Replies: 2
Views: 29211

Re: ArcGIS Mapping Extension (in progress)

Thanks. We are going to look into the v4 API.

Regards
by JS-Support @Userware
Sun May 15, 2016 8:57 pm
Forum: Bug Reports
Topic: Minor bug in rendering of Expander
Replies: 1
Views: 3969

Re: Minor bug in rendering of Expander

Thank you for reporting this issue. We are going to investigate the issue related to nested Expander controls. We will keep you updated. We are working hard on the next release. PS : Glad you like the new controls introduced in Beta 8. By the way, with the new support for ControlTemplates, it is now...
by JS-Support @Userware
Sun May 15, 2016 8:53 pm
Forum: Bug Reports
Topic: Very strange bug in Line [SOLVED]
Replies: 4
Views: 7926

Re: Very strange bug in Line

Thanks for the workaround.

The bug is still being investigated. We will post a message here as soon as it is fixed.

Thank you.
Regards
JS-Support
by JS-Support @Userware
Sun May 15, 2016 8:51 pm
Forum: Technical Support
Topic: [SOLVED] Programatically show ComboBox drop list?
Replies: 2
Views: 5161

Re: Programatically show ComboBox drop list?

Hi The default ComboBox implementation uses the native "select" HTML tag, which has many advantages including the fact that on mobile devices it will open as a special touch-optimized picker. That native HTML tag does not support being opened programmatically (it is an HTML limitation). Ho...
by JS-Support @Userware
Sun May 15, 2016 8:46 pm
Forum: Technical Support
Topic: Problem in Designer [SOLVED]
Replies: 8
Views: 11022

Re: Problem in Designer

Hi, This happens when the WPF designer opens instead of the CSHTML5 designer. It can be the case when you are editing a C# file and you right-click and click "View Designer". However, it shouldn't happen if you open a XAML file by double-clicking the file from the Solution Explorer. Can yo...
by JS-Support @Userware
Thu May 12, 2016 12:25 pm
Forum: General Discussion and Other
Topic: CSHtml does not show controls in toolbox
Replies: 1
Views: 6791

Re: CSHtml does not show controls in toolbox

Hi, In the current v1.0 beta 8, you can edit XAML by typing XAML code (text) via the XAML Editor and see a preview in realtime, but you cannot visually modify the UI using the toolbox. What you want is a "XAML Visual Designer", which is in the roadmap for a later version. You can see the r...
by JS-Support @Userware
Thu May 12, 2016 12:19 pm
Forum: General Discussion and Other
Topic: Replacing embedded Silverlight UserControl
Replies: 7
Views: 18794

Re: Replacing embedded Silverlight UserControl

Dear Bruce, The CSHTML5 project structure works very similar as the Silverlight project structure: • In Silverlight, you need a separate Silverlight project to build the XAP file that you will then embedded into your ASPX page. • In CSHTML5 it is the same: you need a separate CSHTML5 project to buil...
by JS-Support @Userware
Thu May 12, 2016 10:21 am
Forum: Bug Reports
Topic: Error when run in browser - Switch/case statement
Replies: 2
Views: 5448

Re: Error when run in browser - Switch/case statement

Hi, Sorry for the inconvenience. This is a known JSIL issue under VS 2015 when using a switch statement with strings: https://github.com/sq/JSIL/issues/922 You can fix it by contributing to the open-source JSIL project (JSIL.org) or wait for the JSIL community to fix it. In the meantime, please avoi...
by JS-Support @Userware
Thu May 12, 2016 10:18 am
Forum: Bug Reports
Topic: DBServiceReferencecall not working in browser
Replies: 2
Views: 5058

Re: DBServiceReferencecall not working in browser

Thanks for the report.

We are going to focus on fixing all the outstanding reported WCF issues in August 2016.

Thanks a lot for your patience.

Regards,
JS-Support
by JS-Support @Userware
Thu May 12, 2016 10:15 am
Forum: Bug Reports
Topic: [SOLVED] Key presses capture - Result not the same on Final version
Replies: 10
Views: 13390

Re: Key presses capture - Result not the same on Final version

Hi,

Thanks.

Does the issue happen only with Internet Explorer or also with other browsers such as Chrome or FireFox?

Regards,
JS-Support
by JS-Support @Userware
Thu May 05, 2016 12:53 am
Forum: Technical Support
Topic: Won't work on IOS - How to diagnose
Replies: 1
Views: 4082

Re: Won't work on IOS - How to diagnose

Hi, To diagnose what is going on, you need a way to read the browser "Console" output . There, you will see the exact line number of filename of the location that raised the exception. To do so, with Safari for iOS, there are 2 ways: ⋅ If you have a Mac, you can launch the XCode ...
by JS-Support @Userware
Fri Apr 29, 2016 6:18 am
Forum: Technical Support
Topic: Side by side install?
Replies: 1
Views: 3717

Re: Side by side install?

Hi, Thanks for reporting the issue about Chrome for Android. We are looking into it. Having 2 versions side-by-side is possible but is a bit complicated. Here is how to do it. Let's assume that you currently have Beta 8 installed, and you want to side-install Beta 7.2. Here are the steps: 1) Rename ...
by JS-Support @Userware
Thu Apr 28, 2016 10:17 am
Forum: Technical Support
Topic: Having trouble with the new TabControl
Replies: 1
Views: 3927

Re: Having trouble with the new TabControl

Hi, Thanks for your message. It appears that the "Rectangle" control has issues. We are going to look into it. In the meantime, please replace the "Rectangle" control with a "Border" control. By the way, you may also want to add the code IsSelected="True" to t...

Go to advanced search

 

 

cron