Search found 147 matches

Go to advanced search

by TaterJuice
Wed Sep 12, 2018 2:57 pm
Forum: Extensions and Plugins for CSHTML5
Topic: jQuery.ajax Extension for CSHTML5
Replies: 6
Views: 21691

Re: jQuery.ajax Extension for CSHTML5

I've tried modifying this extension to download various binary files: images, .obj fiiles, and other binary files. I've tried setting a responseType on the ajax call to 'arraybuffer', and to 'blob', and setting the Action to 'Action<byte[]>, but the method keeps erring out saying "CSHTML5.Type...
by TaterJuice
Tue Sep 04, 2018 3:00 pm
Forum: Technical Support
Topic: xml:space="preserve" Does not work
Replies: 0
Views: 5410

xml:space="preserve" Does not work

When I use the following XAML in my CSHTML5 project, the whitespace is not preserved:

Code: Select all

<TextBlock xml:space="preserve" Text="     ABC     " />


This outputs "ABC", without preserving whitespace.
by TaterJuice
Thu Aug 30, 2018 6:41 am
Forum: General Discussion and Other
Topic: [SOLVED] Reference external ResourceDictionary
Replies: 3
Views: 10155

Re: Reference external ResourceDictionary

That mostly did the trick.... I did have to add forward slash ( / ) preceding the assemblyname, but once done, it worked perfectly! Thanks! <ResourceDictionary Source=ASSEMBLYNAME;component/FOLDERNAME/FILENAME.xaml/> to: <ResourceDictionary Source= / ASSEMBLYNAME;component/FOLDERNAME/FILENAME.xaml/...
by TaterJuice
Tue Aug 21, 2018 12:31 pm
Forum: Technical Support
Topic: DataGrid Paging unresponsive in Safari
Replies: 1
Views: 3841

DataGrid Paging unresponsive in Safari

The new "Paging" buttons of the revamped DataGrid do not respond to Mouse Clicks in Safari on OSX.
by TaterJuice
Mon Aug 20, 2018 12:36 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 4 released! (Bug fixes, more...) [UPDATED]
Replies: 9
Views: 19344

Re: v1.2 Beta 4 released! [Download] (Bug fixes, more...) [UPDATED]

JS-Support @Userware wrote:
TaterJuice wrote:I am still having trouble getting DataGrid.ItemsSource working when bound to an ObservableCollection which loads items AFTER the DataGrid has been loaded.

Thanks. We are going to fix the DataGrid source binding regression asap.


Just checking in. Do you have an ETA for this fix?
by TaterJuice
Thu Aug 09, 2018 10:24 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 4 released! (Bug fixes, more...) [UPDATED]
Replies: 9
Views: 19344

Re: v1.2 Beta 4 released! [Download] (Bug fixes, more...) [UPDATED]

I am still having trouble getting DataGrid.ItemsSource working when bound to an ObservableCollection which loads items AFTER the DataGrid has been loaded. This last worked for me in 1.2 Beta 2. It works when the collection already has items in it, but it does not update when the ObservableCollection...
by TaterJuice
Thu Aug 09, 2018 6:40 am
Forum: Technical Support
Topic: IValueConverter Signatures
Replies: 1
Views: 5840

IValueConverter Signatures

In WPF and Xamarin, the IValueConverter interface is implemented with the following signatures: #region Assembly PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 // C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\Presentati...
by TaterJuice
Tue Aug 07, 2018 6:58 am
Forum: Technical Support
Topic: CommandManager ...
Replies: 1
Views: 3785

Re: CommandManager ...

I am waiting on CommandManager as well, in order to use CommandManager.RequerySuggested
by TaterJuice
Thu Jul 12, 2018 8:23 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 1 released! (Focus states, WCF authentication, async WCF...)
Replies: 3
Views: 12375

Re: v1.2 Beta 1 released! [Download] (Focus states, WCF authentication, async WCF...)

Bug: https://thumb.ibb.co/g3hduy/scrollbar_issue.png ScrollViewer inside Grid is broken. Content does not scroll in Simulator or Browser when Scrollviewer is inside a Grid. Works in Designer. Sample Project Any Update on this ScrollViewer\Grid bug? I have a release scheduled for Monday, and would l...
by TaterJuice
Fri Jul 06, 2018 8:50 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 1 released! (Focus states, WCF authentication, async WCF...)
Replies: 3
Views: 12375

Re: v1.2 Beta 1 released! [Download] (Focus states, WCF authentication, async WCF...)

Bug:

Image

ScrollViewer inside Grid is broken. Content does not scroll in Simulator or Browser when Scrollviewer is inside a Grid. Works in Designer.

Sample Project
by TaterJuice
Thu Apr 19, 2018 10:23 am
Forum: Bug Reports
Topic: [SOLVED] Path.Fill ignored in IE\Edge until after Resize
Replies: 7
Views: 14996

Re: Path.Fill ignored in IE\Edge until after Resize

I've noticed it has something to do with the Stroke Property. See these notes: With Stroke <Path Canvas.Left="0" Fill="WhiteSmoke" Stroke="Transparent" Data="M18.1,4.8C18,4.3 17.6,4 17.1,4H13L13.2,7H10.8L11,4H6.8C6.3,4 5.9,4.4 5.8,4.8L3.1,18.8C3,19.4 3.5,20 4.1,20H...
by TaterJuice
Thu Apr 19, 2018 9:59 am
Forum: Bug Reports
Topic: [SOLVED] Path.Fill ignored in IE\Edge until after Resize
Replies: 7
Views: 14996

Re: Path.Fill ignored in IE\Edge until after Resize

IE11 Version 11.98.16299.0 on Windows 10 x64
by TaterJuice
Mon Apr 16, 2018 10:01 am
Forum: Bug Reports
Topic: [SOLVED] Path.Fill ignored in IE\Edge until after Resize
Replies: 7
Views: 14996

Re: Path.Fill ignored in IE\Edge until after Resize

This issue is still occurring 7 months after I reported it. This has a huge impact on 80% of my users (those that use IE and Edge) - they cannot see icons and glyphs throughout our application. I really, really need this fixed asap. :cry: Is there an update? How long until we can expect a bugfix?
by TaterJuice
Mon Apr 16, 2018 9:25 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.1.1 released (AncestorType)
Replies: 3
Views: 11751

Re: v1.1.1 released! [Download] (AncestorType)

Thanks for fixing the compilation error!
by TaterJuice
Fri Apr 13, 2018 1:50 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.1.0 (rtw) released (Custom Splash-Screen, Fixed Edge Crash)
Replies: 5
Views: 13230

Re: v1.1 rtw released! [Download] (Custom Splash-Screen, Fixed Edge Crash)

I cannot build my existing projects with this release. Thanks for reporting this issue. We are going to inquire and keep you updated asap. EDIT: We haven't been able to reproduce this issue yet. If you find a way to reproduce it in a new separate project that you can send to us, it would really hel...
by TaterJuice
Fri Apr 13, 2018 9:11 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.1.0 (rtw) released (Custom Splash-Screen, Fixed Edge Crash)
Replies: 5
Views: 13230

Re: v1.1 rtw released! [Download] (Custom Splash-Screen, Fixed Edge Crash)

I cannot build my existing projects with this release. Error C#/XAML for HTML5: XamlPreprocessor (pass 2) failed: Type not found: "UIElement" in namespace: "MyProject.Controls". Note: the XAML editor sometimes raises errors that are misleading. To see only real non-misleading err...
by TaterJuice
Sat Apr 07, 2018 2:28 pm
Forum: Bug Reports
Topic: Bugs - DateTime.Parse, undefined js objects, ToString(format), Decimal types, etc
Replies: 2
Views: 9809

Bugs - DateTime.Parse, undefined js objects, ToString(format), Decimal types, etc

Could you please take a look at the following issues? DateTime.Parse(string) outputs WRONG VALUE in browser - Parse() assumes all values are Universal\GMT. Cause: DateTime.Parse("2018-01-01"); // Returns '12-31-2017 16:00:00' in browser! In Simulator: Works as expected: Returns a DateTime ...
by TaterJuice
Tue Jan 09, 2018 8:18 am
Forum: Technical Support
Topic: Communication between clients
Replies: 3
Views: 6104

Re: Communication between clients

Try SignalR. There's a plugin in the Extensions forum with a sample chat application.

http://forums.cshtml5.com/viewtopic.php?f=7&t=8121
by TaterJuice
Thu Jan 04, 2018 6:37 am
Forum: Technical Support
Topic: [SOLVED] Open link in code behind
Replies: 4
Views: 6728

Re: Open link in code behind

What I've done is create a HyperlinkButton, set the NavigationUri property to "google.com" then invoke the OnClick event using Reflection. Try this: XAML: <Page x:Class="MyProject.Pages.ButtonClickPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x...

Go to advanced search