Search found 37 matches

Go to advanced search

by hamej
Tue May 17, 2016 11:13 pm
Forum: Technical Support
Topic: [SOLVED] Convert picture bytearray to image source
Replies: 5
Views: 9021

Re: Convert picture bytearray to iameg source

So far no. But the c#/XAML folks have promises, that it will be solved in a beta later this year. For now I have used a work around by setting the image.source = direct path to the image file on the server like this:

http://localhost:62470/App_Data/Billeder/xxx.jpg
by hamej
Sat Apr 30, 2016 3:59 am
Forum: Bug Reports
Topic: [SOLVED] Beta 8: Error when assigning ItamsSource to Listbox
Replies: 9
Views: 13502

[SOLVED] Beta 8: Error when assigning ItamsSource to Listbox

I have discovered an error in the new beta 8, when assigning ItemsSource to a ListBox (see attached document). Actually the error was also in beta 7.3, which I installed to try it, but not in beta 7.2. If you need more information to pinpoint the error, please let me know.
by hamej
Fri Apr 22, 2016 3:28 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

No, that's not my problem. My problem is that, while running WCF requests in the simulator works fine, when I run it in browser (both IE and edge), it hangs forever in the WCF request - no matter if it is a direct call or an async call. I get no errror message, and I do have the call wrapped in a tr...
by hamej
Thu Apr 21, 2016 7:47 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

Thank you for your answer. I am sorry the code was missing. Please see attached doc. Is different from, what you describe?
by hamej
Thu Apr 21, 2016 6:54 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

Could you be a little more specific? I assume you point to the WCF Soap sample? Where does this differ from my code shown in the attachment doc?
by hamej
Fri Apr 15, 2016 5:09 am
Forum: Bug Reports
Topic: DBServiceReferencecall not working in browser
Replies: 2
Views: 5058

DBServiceReferencecall not working in browser

I can't get my WCF Reference calls work in browser. I have tried both direct call and async call. See attached file. They both hang, when run in browser. It works fine in simultor.

What am I doing wrong?
by hamej
Fri Apr 15, 2016 2:12 am
Forum: Bug Reports
Topic: Error when run in browser - Switch/case statement
Replies: 2
Views: 5446

Re: Error when run in browser

I have located the error. It occurs in a switch-case statement. See attached document. As mentioned it does not come, when run in simulator.
by hamej
Mon Apr 11, 2016 7:34 am
Forum: Technical Support
Topic: ComponentOne controls
Replies: 2
Views: 5317

ComponentOne controls

I am not quite sure, if use of 3rd party dll's is already implenmented. If so: Have you got an example?

hamej
by hamej
Mon Apr 11, 2016 4:54 am
Forum: Technical Support
Topic: Call mail from code [SOLVED]
Replies: 1
Views: 3797

Call mail from code [SOLVED]

How do I call the Windows mail app from code? In Silverlight I do this:

System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(adr));
by hamej
Fri Apr 08, 2016 5:27 am
Forum: Technical Support
Topic: Scroll ScrollViewer from code [SOLVED]
Replies: 1
Views: 3873

Re: Scroll ScrollViewer from code

Sorry! I had missed, that the methods ScrollToVerticalOffset and ScrollToHorizontalOffset are already supported.

The issue is closed
by hamej
Thu Apr 07, 2016 8:00 am
Forum: Technical Support
Topic: Scroll ScrollViewer from code [SOLVED]
Replies: 1
Views: 3873

Scroll ScrollViewer from code [SOLVED]

How do I scroll a ScrollBar from c#? I can't see any properties or methods for this?

hamej
by hamej
Thu Apr 07, 2016 6:24 am
Forum: Technical Support
Topic: [SOLVED] ComboBox
Replies: 3
Views: 6566

Re: ComboBox

OK. I have studied the planet showcase. I will try to get the functionality, I want, by using an ItemsControl wrapped in a ScrollViewer. But I suppose, you will have the ComboBox with the same functionality as i Silverlight, when your product is fnished?
by hamej
Sat Apr 02, 2016 2:10 am
Forum: Technical Support
Topic: [SOLVED] ComboBox
Replies: 3
Views: 6566

[SOLVED] ComboBox

Since set of ComboBox.ItemsSource is not currently supported I try this: public static void FillComboBox(ComboBox cb, ObservableCollection<PersonListEntry> Items) { cb.Items.Clear(); foreach (var v in Items) cb.Items.Add(v); } but gets the error: ItemTemplate is not supported yet in ComboBox. Does t...
by hamej
Thu Mar 24, 2016 4:06 am
Forum: Bug Reports
Topic: Error when run in browser - Switch/case statement
Replies: 2
Views: 5446

Error when run in browser - Switch/case statement

I have an app, which runs OK i debug, but fails when run i browser. Problem is, that the error message is shown partly in the bottom of the browser window. See attached doc.

It may be an error on my part, og a system error. Have you got a hint how to find this out?

Hamej
by hamej
Wed Mar 16, 2016 2:40 am
Forum: Technical Support
Topic: Marked item in a ListBox
Replies: 1
Views: 3827

Marked item in a ListBox

When I select an item in a listbox, it is marked deep blue, which is not, what I want. I want it to look like in Silverlight as shown in attached document. How do I change this? Or is this something, you will change in at coming version?
by hamej
Tue Mar 15, 2016 6:27 am
Forum: Technical Support
Topic: How do I get the screen size [SOLVED]
Replies: 1
Views: 4008

How do I get the screen size [SOLVED]

In Silverlight I do this:

ScreenWidth = (double)HtmlPage.Window.Eval("screen.width");
ScreenHeight = (double)HtmlPage.Window.Eval("screen.height");

How do I do in C#/XAML?

hamej
by hamej
Mon Mar 14, 2016 5:07 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14401

Error in WCF reference call when run in browser

Please see attached file. I have a call to a WCF service, which works fine, when run in debug mode, but fails when run in browser.

Can you give me a hint where to look?

hamej
by hamej
Sun Mar 13, 2016 3:44 am
Forum: Bug Reports
Topic: [SOLVED] Dropshadow not shown in browser
Replies: 2
Views: 5270

[SOLVED] Dropshadow not shown in browser

Dropshadow effect works fine i debug mode, but is not shown in browser (both IE and edge). See attached file.
by hamej
Sun Mar 13, 2016 2:57 am
Forum: Bug Reports
Topic: [SOLVED] Unable to clear ListBox
Replies: 4
Views: 7277

Re: Unable to clear ListBox

Yes, it does! Thank you.

hamej
by hamej
Sat Mar 12, 2016 5:11 am
Forum: Bug Reports
Topic: [SOLVED] Unable to clear ListBox
Replies: 4
Views: 7277

[SOLVED] Unable to clear ListBox

Neither setting ListBox.ItemsSource = null nor ListBox.Items.Clear() clears the items in the listbox.

Go to advanced search

 

 

cron