Search found 37 matches

Go to advanced search

by hamej
Sat Mar 12, 2016 3:01 am
Forum: Bug Reports
Topic: Unknown error [CANNOT REPRODUCE]
Replies: 1
Views: 4049

Unknown error [CANNOT REPRODUCE]

I have run into a strange error. See attached file. I have debugged the process, but not located any specific statement, where the error occurs. It seems to come, after all statements are executed.

Could you please tell me, what to do. Is there any more documentation, you want me to do?

hamej
by hamej
Fri Mar 11, 2016 4:29 am
Forum: Bug Reports
Topic: Border with cornerradius not shown [CANNOT REPRODUCE]
Replies: 1
Views: 4225

Border with cornerradius not shown [CANNOT REPRODUCE]

If I specify CornerRadius for a Border, the border is not shown. With out cornerradius the border is shown. Se attached file.
by hamej
Fri Mar 11, 2016 2:38 am
Forum: Technical Support
Topic: [SOLVED] Convert picture bytearray to image source
Replies: 5
Views: 9251

Re: Convert picture bytearray to image source

New problem: FromStream not supported for Image.
by hamej
Sun Mar 06, 2016 4:36 am
Forum: Bug Reports
Topic: Listbox has no scrollbar
Replies: 3
Views: 6610

Re: Listbox has no scrollbar

This is not a solution! When do you support ListBox with built-in scrollbar?
by hamej
Sun Mar 06, 2016 4:32 am
Forum: Technical Support
Topic: WCF maxReceivedMessageSize
Replies: 4
Views: 6852

Re: WCF maxReceivedMessageSize

Thank you. Works!
by hamej
Sat Feb 27, 2016 4:17 am
Forum: Bug Reports
Topic: PointerExited [CANNOT REPRODUCE]
Replies: 1
Views: 4127

PointerExited [CANNOT REPRODUCE]

Doesn't work properly. No event triggered
by hamej
Thu Feb 25, 2016 4:41 am
Forum: Technical Support
Topic: WCF maxReceivedMessageSize
Replies: 4
Views: 6852

Re: WCF maxReceivedMessageSize

I forgot to list the web.config file. Here it is: <?xml version="1.0"?> <configuration> <appSettings> <add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" /> </appSettings> <system.web> <compilation debug="true" targetFramework="4.5" ...
by hamej
Thu Feb 25, 2016 4:34 am
Forum: Technical Support
Topic: WCF maxReceivedMessageSize
Replies: 4
Views: 6852

WCF maxReceivedMessageSize

I have created a WCF project for my C#/XAML project. Works fine, but when running requests with large amount of data, it fails with "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate ...
by hamej
Tue Feb 23, 2016 4:30 am
Forum: Technical Support
Topic: Navigation
Replies: 1
Views: 3441

Navigation

According to your What is supported page, NavigationEventArgs is supported. But it is not triggered, when entering the page. Inserting xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation" in the XAML code causes errors like Grid is not recogn...
by hamej
Thu Oct 15, 2015 5:19 am
Forum: Technical Support
Topic: [SOLVED] Convert picture bytearray to image source
Replies: 5
Views: 9251

[SOLVED] Convert picture bytearray to image source

When i receive a picture serialized to a byte array, I used to do this to convert it to an image source: BitmapImage bmi= new BitmapImage(); MemoryStream ms = new MemoryStream(PictureBytes); bmi.SetSource(ms); Image.Source = bmi; Problem: SetSource is currently not supported for the Image class. Unt...
by hamej
Wed Oct 14, 2015 4:54 am
Forum: Technical Support
Topic: Problem with DateTime and lots of compiler error [Solved]
Replies: 1
Views: 3793

Re: Problem with DateTime and lots of compiler errore

You may close the issue. The problem is, that you can compare dates (=,<,>) at the moment. I have written my own compare routines based on yead, monrh, daty
by hamej
Mon Oct 05, 2015 4:26 am
Forum: Technical Support
Topic: Problem with DateTime and lots of compiler error [Solved]
Replies: 1
Views: 3793

Problem with DateTime and lots of compiler error [Solved]

I have created a C#/XAML class by copy-paste from an existing class in a Silverlight class. As you can see, I get a lot of errors and warnings. Many of the has to do with not implementet DateTime features. Is there anywhere, I can read what's currently implemented for DateTime and when the rest will...
by hamej
Mon Oct 05, 2015 3:42 am
Forum: Bug Reports
Topic: Listbox has no scrollbar
Replies: 3
Views: 6610

Listbox has no scrollbar

I have a listbox as Shown below. Problem is that there is no Scrollbar shown even if the Listbox.Width is too small to show all pictures in the list, and ListBox has no properties for scrollbars. <ListBox Grid.Column="0" HorizontalAlignment="Left" Margin="10,10,0,0" Nam...
by hamej
Sun Oct 04, 2015 3:07 am
Forum: Technical Support
Topic: Textboxes clipped
Replies: 0
Views: 4594

Textboxes clipped

I have a problem with textboxes getting clipped in height. Please see attached file. As you can see, they look OK in XAML designer window, but when I run it, the upper part disappears. I have tried to set a height to the TextBox less than the GridRowDefinition (f.eks. 15), but this doesn't help. Can...
by hamej
Sat Oct 03, 2015 4:33 am
Forum: Technical Support
Topic: ChildWindow [CLOSED]
Replies: 1
Views: 3713

ChildWindow [CLOSED]

How do I create a ChildWindow similiar to in Silverlight? F.ex as a popup login window.

More general: 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.

Regards

Harald Mejlholm
by hamej
Sat Oct 03, 2015 4:28 am
Forum: Technical Support
Topic: <Image.../> fails [SOLVED]
Replies: 2
Views: 4433

Re: <Image.../> fails

Works! Thank you for quick answer.
by hamej
Fri Oct 02, 2015 2:02 am
Forum: Technical Support
Topic: <Image.../> fails [SOLVED]
Replies: 2
Views: 4433

<Image.../> fails [SOLVED]

I make this very simple XAML: <Grid> <Image Stretch="UniformToFill" Source="Data/Icons/Background.png"/> </Grid> It gives this error, when trying to run: An exception of type 'System.Exception' occurred in CSharpXamlForHtml5.dll but was not handled in user code Additional informa...

Go to advanced search

 

 

cron