Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Wed Dec 02, 2015 9:18 am
Forum: Bug Reports
Topic: Failed to bind generic arguments for typeRef [SOLVED]
Replies: 5
Views: 8979

Re: Failed to bind generic arguments for typeRef

Great! Thanks a lot!

Regards,
JS-Support
by JS-Support @Userware
Wed Dec 02, 2015 9:15 am
Forum: Technical Support
Topic: composite user controls
Replies: 1
Views: 4077

Re: composite user controls

Hi and welcome to the forums. Overriding the "CreateDomElement" method is an internal technique that is currently not intended to be used to create custom controls. The currently supported options to extend CSHTML5 are listed below: 1. To create custom controls using JavaScript and HTML5: ...
by JS-Support @Userware
Tue Nov 24, 2015 1:12 am
Forum: Technical Support
Topic: Print or PDF support [SOLVED]
Replies: 5
Views: 7962

Re: Print or PDF support

Hi dopre and welcome to the forums.

Yes, this is possible. We are going to send you some code to print from a CSHTML5 app within a few days.

Regards,
JS-Support
by JS-Support @Userware
Mon Nov 23, 2015 12:27 pm
Forum: Bug Reports
Topic: Failed to bind generic arguments for typeRef [SOLVED]
Replies: 5
Views: 8979

Re: Failed to bind generic arguments for typeRef

Thanks Tobias. We are going to look into it asap.
PS: Your page looks super nice!
by JS-Support @Userware
Sat Nov 21, 2015 10:25 am
Forum: Bug Reports
Topic: Layout Error in beta 6
Replies: 1
Views: 4376

Re: Layout Error in beta 6

Thank you for reporting this issue. We were able to reproduce it and we are going to look into it as soon as possible. The Grid control does not seem to always properly force its size on its children. It is related to the way the Grid control is implemented using HTML divs. We are going to see if we...
by JS-Support @Userware
Fri Nov 20, 2015 12:41 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 6 of C#/XAML for HTML5 released
Replies: 0
Views: 8396

Beta 6 of C#/XAML for HTML5 released

Dear Forum Members, We are pleased to inform you that the Beta 6 of CSHTML5 is available for download! UPDATE: Link removed because a newer beta has been released (see its corresponding forum topic) New features since Beta 5.2: - Full support for VS 2015 and C# 6 . Fixed all the remaining issues rel...
by JS-Support @Userware
Thu Nov 19, 2015 8:44 am
Forum: Bug Reports
Topic: Failed to bind generic arguments for typeRef [SOLVED]
Replies: 5
Views: 8979

Re: Failed to bind generic arguments for typeRef

Dear Tobias, It is strange that the code is trying to find "Infsoft" in the namespace "Infsoft.CSHTML5.Controls". Maybe you can try replacing List<Infsoft.CSHTML5.Controls.API.Devices.Device> with something like List<global::Infsoft.CSHTML5.Controls.API.Devices.Device> , or tempo...
by JS-Support @Userware
Mon Nov 16, 2015 11:03 am
Forum: General Discussion and Other
Topic: Upload file
Replies: 5
Views: 10519

Re: Upload file

Hello Uwe,

The Extensibility features that are coming in early 2016 will let you easily reuse existing JavaScript libraries to display and process upload dialogs. We will post some sample code at that time if we can.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Mon Nov 16, 2015 5:46 am
Forum: Bug Reports
Topic: DownloadStringCompletedEventArgs has no "Error.Message" property
Replies: 7
Views: 10728

Re: DownloadStringCompletedEventArgs has no "Error.Message" property

Hello Uwe,

Thanks for the follow up.

We are going to look into the issue this week, and I will keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Fri Nov 13, 2015 10:08 am
Forum: Technical Support
Topic: DataGrid.ItemsSource
Replies: 1
Views: 3914

Re: DataGrid.ItemsSource

Hi, Thanks for reporting this issue. Our initial tests did not report significant performance issues when the number of items was up to 50, but it probably depends greatly on the number of columns too (we tested with 10 columns - how many columns do you have?). We are going to test on other platform...
by JS-Support @Userware
Thu Nov 12, 2015 12:07 pm
Forum: Technical Support
Topic: Where's the documentation? [SOLVED]
Replies: 2
Views: 4899

Re: Where's the documentation?

Hello,

I am pleased to inform you that the documentation is now available at the following URL:

http://help.cshtml5.com

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Thu Nov 12, 2015 12:05 pm
Forum: Technical Support
Topic: Default font is browser default, not XAML default [SOLVED]
Replies: 2
Views: 5066

Re: Default font is browser default, not XAML default [SOLVED]

Hello stimpy77,

I am pleased to inform you that your suggestion has now been implemented in the Beta 5.

Thanks a lot.
Regards,
JS-Support
by JS-Support @Userware
Thu Nov 12, 2015 11:36 am
Forum: Bug Reports
Topic: TextBox.TextChanged
Replies: 2
Views: 5118

Re: TextBox.TextChanged

Hi,

Thanks for reporting this issue.

We have been able to reproduce it. On IE, the "TextChanged" event is only raised when the control loses focus.

We are going to fix it as soon as possible. We will keep you updated here when the issue is fixed.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Thu Nov 12, 2015 8:03 am
Forum: Technical Support
Topic: Javascrit callback
Replies: 1
Views: 3875

Re: Javascrit callback

Hi Amir, Yes, you can easily get callbacks from JavaScript to C#. To do so, please place the following C# code in your CSHTML5 project: void MyMethodThatCallsJavaScriptCode() { JSIL.Verbatim.Expression(@" // Place your JavaScript code here ... map.on('click', function (e) { $0(e); }); ", (...
by JS-Support @Userware
Mon Nov 09, 2015 1:08 am
Forum: Bug Reports
Topic: Error with PayPal [SOLVED]
Replies: 4
Views: 7920

Re: Error with PayPal

Hi,

Within 1 hour after your purchase, you will receive an automated email with your keys and the instructions to activate the Professional Edition.

Please let me know if you have not received the email, we will resend it to you.

Thanks a lot.
Regards,
JS-Support
by JS-Support @Userware
Sat Nov 07, 2015 4:39 am
Forum: Bug Reports
Topic: Error with PayPal [SOLVED]
Replies: 4
Views: 7920

Re: Error with PayPal

Hello, Sorry for the inconvenience. We were awaiting for PayPal approval to lift the limitations that were in place due to recent changes in international payments laws. The issue should now be resolved. Please let me know if you still encounter any errors with PayPal. Thanks a lot. Regards, JS-Supp...
by JS-Support @Userware
Fri Nov 06, 2015 10:04 am
Forum: Bug Reports
Topic: [SOLVED] Key presses capture - Result not the same on Final version
Replies: 10
Views: 13469

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

Thanks Gavin. We are going to look into it and keep you updated as soon as possible.

Regards,
JS-Support
by JS-Support @Userware
Fri Nov 06, 2015 10:03 am
Forum: Bug Reports
Topic: [SOLVED] DataGrid.SelectItem
Replies: 3
Views: 6120

Re: DataGrid.SelectItem

Hello Uwe,

Thanks a lot for reporting this. We are going to look into it and keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Fri Nov 06, 2015 10:02 am
Forum: Technical Support
Topic: Clipboard api, and Windows Resize events?
Replies: 2
Views: 4874

Re: Clipboard api, and Windows Resize events?

Hi Gavin, Window resize events are already available. To use them, please see the following sample code: Window.Current.SizeChanged += Window_SizeChanged; void Window_SizeChanged(object sender, Windows.UI.Core.WindowSizeChangedEventArgs e) { double width = Window.Current.Bounds.Width; } As for the C...
by JS-Support @Userware
Fri Nov 06, 2015 9:58 am
Forum: Technical Support
Topic: MultiScaleImage support?
Replies: 1
Views: 3904

Re: MultiScaleImage support?

Hi Tobias, Thanks a lot for the compliments. We are really glad that you like the product. We do not yet have a date for the MultiScaleImage support, but it is definitely on our roadmap. I have just created a new entry on UserVoice for "MultiScaleImage Support", please vote for it to ensur...

Go to advanced search

 

 

cron