Search found 8 matches

Go to advanced search

by mikeda
Thu Apr 14, 2016 3:03 pm
Forum: Technical Support
Topic: VerticalScrollBarVisibility in DataGrid
Replies: 0
Views: 11979

VerticalScrollBarVisibility in DataGrid

VerticalScrollBarVisibility in DataGrid seems not to be available. Is there any workaround to show the vertical scrollbar inside DataGrid?

Regards,
M.Ikeda
by mikeda
Thu Apr 14, 2016 12:14 am
Forum: Bug Reports
Topic: [SOLVED] Passing none ascii character string in WCF (SOAP) garbles the string.
Replies: 2
Views: 5250

[SOLVED] Passing none ascii character string in WCF (SOAP) garbles the string.

Code: Select all

public class Service1 : IService1
    {
        public string Str {
            get {
                return "こんにちは";
            }
        }
    }
by mikeda
Sun Jan 17, 2016 6:30 pm
Forum: Bug Reports
Topic: [SOLVED] Binding seems to be released when control removed from parent control
Replies: 1
Views: 5221

[SOLVED] Binding seems to be released when control removed from parent control

When I switched UserControl.Content, data binding of child control seems to be removed.

In attached example, after clicking “Switch Page” button more than twice, UserControl1 or UserControl2
data binding does not work. Same code in Windows 8 application works fine.
by mikeda
Mon Jan 11, 2016 5:22 pm
Forum: Bug Reports
Topic: Passing Generic class of type Enum fails in WCF(SOAP)
Replies: 0
Views: 8573

Passing Generic class of type Enum fails in WCF(SOAP)

Hi, If generic class includes empty initialized string data member(string unit), Exception is thrown in JavaScript run time. if unit is initialized non empty value, it works fine. [DataContract] public class CompositeType<T> where T : struct { T val; [DataMember] public T Value { get { return val; }...
by mikeda
Mon Jan 11, 2016 5:02 pm
Forum: Bug Reports
Topic: Incorrect proportion in Grid RowDefinitions
Replies: 1
Views: 4342

Incorrect proportion in Grid RowDefinitions

Hi, Following xaml example, I expect 3 textblockes are shown in same size. It shows correctly in design view, but 1st texblock occupies most of the space in runtime. <Grid> <Grid.RowDefinitions> <RowDefinition Height="100*"/> <RowDefinition Height="100*"/> <RowDefinition Height=&...
by mikeda
Mon Jan 04, 2016 6:24 pm
Forum: Bug Reports
Topic: [SOLVED] Error passing DateTime value in WCF(SOAP). [PATCH]
Replies: 5
Views: 8610

Re: Error passing DateTime value in WCF(SOAP).

Hi JS-Support,

I resolve the problem by recreating WCF IIS web site.

Please forget about my previous post.

Regards,
M.Ikeda
by mikeda
Mon Jan 04, 2016 4:24 pm
Forum: Bug Reports
Topic: [SOLVED] Error passing DateTime value in WCF(SOAP). [PATCH]
Replies: 5
Views: 8610

Re: Error passing DateTime value in WCF(SOAP).

Hi JS-Support, Thank you for your prompt reply. I confirmed the error I submitted was fixed. But another error related to DateTime arose shown below. Runtime Error "cannot construct UInt64 from negative number" I guess this error caused by my time zone that is UTC+09:00 (Tokyo Japan). In t...
by mikeda
Sun Jan 03, 2016 3:46 pm
Forum: Bug Reports
Topic: [SOLVED] Error passing DateTime value in WCF(SOAP). [PATCH]
Replies: 5
Views: 8610

[SOLVED] Error passing DateTime value in WCF(SOAP). [PATCH]

In the attached example, passing DateTime value fails in beta 6.1 “Uncaught TypeError: this.ymdToTicks is not a function” occurs in JSIL.XML.js line 735. if (tickOrMillisecond > 1000) { var ticks = this['ymdToTicks'](year, month, day); ticks = int64Type()['op_Addition'](ticks, this['hmsToTicks'](hou...

Go to advanced search

 

 

cron