Search found 172 matches

Go to advanced search

by Sesztak
Wed Sep 28, 2016 2:40 am
Forum: Technical Support
Topic: [SOLVED] How to catch ScrollViewer ScrollChanged event ?
Replies: 2
Views: 5770

Re: How to catch ScrollViewer ScrollChanged event ?

Great thanks, I will check it soon.
br,
Péter
by Sesztak
Wed Sep 28, 2016 1:46 am
Forum: Technical Support
Topic: [SOLVED] How to catch ScrollViewer ScrollChanged event ?
Replies: 2
Views: 5770

[SOLVED] How to catch ScrollViewer ScrollChanged event ?

Dear JS-Support, Background info: we have two ScrollViewers and we would like to sync the scroll position of both for each other: e.g. two ScrollViewers vertically (one on the other top), when the bottom's scrollbar dragged (scrolled) by the user we would like to set (sync) the scrollbar's of top Sc...
by Sesztak
Sat Sep 24, 2016 7:49 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.4 of C#/XAML for HTML5 released
Replies: 1
Views: 4643

Re: New Beta 9.4 released! [Download]

great, thanks for it
br,
Péter
by Sesztak
Thu Sep 22, 2016 8:08 am
Forum: Bug Reports
Topic: [SOLVED] irrevocable build error after upgrading to .NET 4.6.2
Replies: 10
Views: 15917

Re: irrevocable build error after upgrading .NET 4.6.1 to .NET 4.6.2

Hi,

the requested file is sent to support@cshtml5.com
(request (272))

Please, keep me updated,

Br,
Péter
by Sesztak
Tue Sep 20, 2016 1:41 pm
Forum: Bug Reports
Topic: [SOLVED] irrevocable build error after upgrading to .NET 4.6.2
Replies: 10
Views: 15917

Re: irrevocable build error after upgrading .NET 4.6.1 to .NET 4.6.2

Do you need more help or it is enough to reproduce (&analyze) the problem ?
br,
P.
by Sesztak
Tue Sep 20, 2016 11:00 am
Forum: Bug Reports
Topic: dataGrid cell animation + dataobject update doesn't work at same time
Replies: 2
Views: 5182

Re: dataGrid cell animation + dataobject update doesn't work at same time

one more bit: if we manually remove the if ((this.DataVersionField.Equals(value) != true)) condition from WCF generated code, like this: [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=37)] public long DataVersion { get { return this.DataVersionField; } set { //if ((this.Dat...
by Sesztak
Tue Sep 20, 2016 10:24 am
Forum: Bug Reports
Topic: dataGrid cell animation + dataobject update doesn't work at same time
Replies: 2
Views: 5182

Re: dataGrid cell animation + dataobject update doesn't work at same time

Dear JS-Support, the problem seems like to be independent of the animation -but still exist: at Chrome debugger we got exception: function Tranzakcio_set_DataVersion (value) { var flag = !(this.DataVersionField)['Equals'](value); if (flag) { this.DataVersionField = value; this['RaisePropertyChanged'...
by Sesztak
Tue Sep 20, 2016 8:13 am
Forum: Bug Reports
Topic: dataGrid cell animation + dataobject update doesn't work at same time
Replies: 2
Views: 5182

dataGrid cell animation + dataobject update doesn't work at same time

Dear JS-Support, We have a problem: if we try to do dataGrid cell animation + dataobject update: both doesn't work at same time ! (We would like to highlight the modified row to the user: this is the background of this use case: server fetch new data => client side: UI animation + data update, see a...
by Sesztak
Mon Sep 19, 2016 10:44 am
Forum: Technical Support
Topic: How to access datagrid row ? -'DataGridRow' is inaccessible due to its protection level
Replies: 0
Views: 10406

How to access datagrid row ? -'DataGridRow' is inaccessible due to its protection level

Dear JS-Support. How to access datagridrow ? -'DataGridRow' is inaccessible due to its protection level. code sample: DataGridRow row = (DataGridRow)datagrid.ItemContainerGenerator .ContainerFromItem(datagrid_DataList.SelectedItem); Thanks for your kind reply in advance, Best Regards, Péter
by Sesztak
Mon Sep 19, 2016 6:17 am
Forum: Bug Reports
Topic: [SOLVED] irrevocable build error after upgrading to .NET 4.6.2
Replies: 10
Views: 15917

Re: irrevocable build error after upgrading .NET 4.6.1 to .NET 4.6.2

Hi JS-Support, the problem localized at the line: ServiceReference1.ServiceKasszaClient _kliens = new ServiceReference1.ServiceKasszaClient( new System.ServiceModel.BasicHttpBinding(), new System.ServiceModel.EndpointAddress( new Uri(loginHezAdatok.strct_WCFServiceConnectionURI))); Collection type: ...
by Sesztak
Mon Sep 19, 2016 5:50 am
Forum: Bug Reports
Topic: DoubleAnimation Duration bug
Replies: 2
Views: 4747

Re: DoubleAnimation Duration bug

Hi, Checked with Opacity: no animation at all ! :( code: <Page.Resources> <Storyboard x:Key="PlayAnimationOpacity" x:Name="PlayAnimationNevOpacity" > <DoubleAnimation From="1" To="0" Duration="0:0:4" Storyboard.TargetProperty="(Button.Opacity)&q...
by Sesztak
Mon Sep 19, 2016 5:32 am
Forum: Bug Reports
Topic: Reference to DataTemplated UI object in Datagrid /BUG
Replies: 0
Views: 10039

Reference to DataTemplated UI object in Datagrid /BUG

Dear JS-Support, We have an easy task: to change some properties of the SelectedItem under DataTemplated UI object in Datagrid => . So, we need reference (C# code behind) to UI element under DataTemplate. In WPF it works like: var _Container = datagrid.ItemContainerGenerator .ContainerFromItem(datag...
by Sesztak
Sun Sep 18, 2016 1:31 am
Forum: Bug Reports
Topic: DataTemplate-able, Non-Nativ ComboBox unexpected behaviour
Replies: 2
Views: 4790

Re: DataTemplate-able, Non-Nativ ComboBox unexpected behaviour

great ! waiting for 9.3 new features & fixes !! have nice day ! Péter
by Sesztak
Sat Sep 17, 2016 9:35 am
Forum: Bug Reports
Topic: [SOLVED] ChildWindow Closing event handled => "The user interface cannot previewed"
Replies: 1
Views: 3890

[SOLVED] ChildWindow Closing event handled => "The user interface cannot previewed"

Dear JS-Support, if somebody make event handler for ChildWindow Closing event "The user interface cannot previewed". <ChildWindow x:Name="chilWindow" Content="ChildWindow" Background="Green" Width="200" HasCloseButton="True" IsEnabled="...
by Sesztak
Sat Sep 17, 2016 9:10 am
Forum: Bug Reports
Topic: DataTemplate-able, Non-Nativ ComboBox unexpected behaviour
Replies: 2
Views: 4790

DataTemplate-able, Non-Nativ ComboBox unexpected behaviour

Dear JS-Support, We have found an unexpected behaviour of DataTemplate-able, Non-Nativ ComboBox unexpected behaviour: When is working: if you put non user editable UI object (like TextBlock): ok. When is NOT working: if you put user editable UI object (like TextBox, CheckBox ): you can not edit the ...
by Sesztak
Sat Sep 17, 2016 7:38 am
Forum: Bug Reports
Topic: [SOLVED] ColorAnimation bug
Replies: 3
Views: 5949

[SOLVED] ColorAnimation bug

Dear JS-Support, We got null reference exception with ColorAnimation. Background: we would like to animate a button (with x:Name="buttonDoubleAnimationAndColorAnimationSample") background colour. Code: XAML: <Page.Resources> <Storyboard x:Key="PlayAnimationGo" x:Name="PlayAn...
by Sesztak
Sat Sep 17, 2016 6:35 am
Forum: Bug Reports
Topic: DoubleAnimation Duration bug
Replies: 2
Views: 4747

DoubleAnimation Duration bug

Dear JS-Support, I think there is a bug with DoubleAnimation Duration property: no matter it is set to "0:0:1" or "0:0:9": we got the same result. Please, double check it at your side. Code sample: -we got the same result, independently of Duration value: <Storyboard x:Key="...
by Sesztak
Sat Sep 17, 2016 5:16 am
Forum: Technical Support
Topic: How to implement DoubleAnimation AutoReverse="True" & RepeatBehavior="Forever" function/properties
Replies: 0
Views: 10261

How to implement DoubleAnimation AutoReverse="True" & RepeatBehavior="Forever" function/properties

Dear JS-Support, please, help us, how to implement DoubleAnimation AutoReverse="True" function ? background: in normal WPF XAML there are two very important properties of DoubleAnimation : -AutoReverse -RepeatBehavior e.g. : <DoubleAnimation Storyboard.TargetName="MyAnimatedScaleTrans...
by Sesztak
Sat Sep 17, 2016 4:26 am
Forum: Technical Support
Topic: is FindResource is supported ?
Replies: 1
Views: 3516

Re: is FindResource is supported ?

1.) Is this a proper way /syntax ?:
var storyboard = (Storyboard)mainPage.Resources["PlayAnimation"];

New question:
2.) how to set the target ??, like:
Storyboard.SetTarget(storyboard, buttonDoubleAnimationSample);

please, confirm.
Thanks,
Péter

Go to advanced search

 

 

cron