Ecosyste.ms: Timeline

Browse the timeline of over 8.2 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition

SheridanYuen created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
It works perfectly, _if you follow the instructions_. The code in the book and code solution looks like this: ![image](https://user-images.githubusercontent.com/11246706/84681699-6f5cdc80-af...

View on GitHub

KulaGGin opened an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
ForcedContainerItemsControl doesn't work
On page 273 you ask to replace ``` <ItemsControl Grid.Row="1" ItemsSource="{Binding Items, ElementName=ListBox}" ItemsPanel="{StaticResource HorizontalPanelTemplate}" ItemTemplate="{StaticReso...
SheridanYuen created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
I think you misunderstood my comment. I meant that you seem to have had the version of this code excerpt from the first edition, rather than the one that I sent you, from the second edition. I have...

View on GitHub

KulaGGin created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
Thanks, it works now. > You seem to have the version from the first edition, that ran on a different Framework version. On the first page of the book, it says that it's the second edition.

View on GitHub

SheridanYuen closed an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
DisabledTooltip example in Attaching properties paragraph doesn't work
On pages 243-245 in the Attaching properties paragraph, you provide an example with the DisabledTooltip attached property. I can't make it to work. When I disable the button, it's supposed to sh...
SheridanYuen created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
Apologies. You seem to have the version from the first edition, that ran on a different Framework version. For the second edition, you'll need to replace your OnDisabledToolTipChanged method with t...

View on GitHub

KulaGGin opened an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
DisabledTooltip example in Attaching properties paragraph doesn't work
On pages 243-245 in the Attaching properties paragraph, you provide an example with the DisabledTooltip attached property. I can't make it to work. When I disable the button, it still shows "Sav...
SheridanYuen created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
My apologies. You are correct. Somehow, the code in the book was updated incorrectly. In the getter and setter, FalseVisibilityValue has been mistakenly replaced by FalseVisibilityState. I have...

View on GitHub

KulaGGin created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
Even when I put get and set on the same line, nothing changes: ![devenv_xE9YM89rxI](https://user-images.githubusercontent.com/16989713/81286336-912f8d80-9069-11ea-81b5-a979b5c3de60.png) On the ...

View on GitHub

SheridanYuen closed an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
Error on pages 74-75
Reading your book, Sheridan. It's great so far. Thank you. After reading intro C# book(HeadFirst C#) and trying out quite a few intermediate books and courses about developing more complex applicat...
SheridanYuen created a comment on an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
After looking into your issue, I can see that it is only caused because of the new lines in the book. You simply need to put the code for each getter onto single lines for them to work.

View on GitHub

KulaGGin opened an issue on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition
Error on pages 74-75
Reading your book, Sheridan. It's great so far. Thank you. After reading intro C# book(HeadFirst C#) and trying out quite a few intermediate books and courses about developing more complex applicat...
rosalc created a branch on PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition

master - Mastering Windows Presentation Foundation, Second Edition, published by Packt

rosalc created a repository: PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition

https://github.com/PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition - Mastering Windows Presentation Foundation, Second Edition, published by Packt

SheridanYuen pushed 1 commit to master PacktPublishing/Mastering-Windows-Presentation-Foundation-Second-Edition

View on GitHub