Showstopper: XAML rendering changed with XTP17 |
Post Reply |
Author | |
BeeJay
Groupie Joined: 12 March 2013 Status: Offline Points: 43 |
Post Options
Thanks(0)
Posted: 09 October 2015 at 5:12am |
XTP17 Beta-3 renders differently than XTP 16.4:
(it seems to use another font than the control's UI font) here is the markup code uploads/7972/Markup.zip |
|
BeeJay
Groupie Joined: 12 March 2013 Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Usage of res://#<IconNumber> throws exception in XTP17 (XTP16.4 it works well)
<Image Grid.Column='1' Margin='6, 6, 6, 6' Source='res://#123'/>") (the resource icon with ID 123 does exist in our .exe, of course) MarkupPad 17 Beta3 crashes. Reason: BOOL CXTPMarkupGdiPlusImage::LoadIcon(const XTP_URI& uri, int nWidth) { [...] if( lpszResource[0] == _T('#')) [...] crashes in this case when lpszResource is not a real LPCTSTR but contains a MAKEINTRESOURCE value (see by ParseResUri). The code must be fixed as follows: if (!IS_INTRESOURCE(lpszResource) && lpszResource[0] == _T('#')) |
|
astoyan
Admin Group Joined: 24 August 2013 Status: Offline Points: 304 |
Post Options
Thanks(0)
|
Thank you for reporting this. Both problems have been addressed and fixed.
Regards, Alexander Stoyan
|
|
adrien
Senior Member Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
|
Hi
this bug is blocking all kinds of things here, can you post a fix please so we can patch our XTP, or let us know when we can expect a fixed release?
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |