![]() |
XAML Image tag |
Post Reply
|
| Author | |
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
Topic: XAML Image tagPosted: 21 May 2008 at 8:21am |
|
We are using the new Markup features for CXTPTaskDialog however for some reason we cant get the:
HorizontalAlignment tag to work for images??? Has this not been implemented :( and if not, will this be added to a future version
|
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2008 at 8:31am |
|
Hi,
have work. Show XAML you tried.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2008 at 8:33am |
<TextBlock>My Text<LineBreak/><LineBreak/><Image HorizontalAlignment='Center' Source='1'/></TextBlock> |
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2008 at 2:36pm |
|
HI,
you have it inside TextBlock - there is no space to change its layout.
Use StackPanel:
<StackPanel>
<TextBlock>My Text</TextBlock>
<Image HorizontalAlignment='Center' Source='1'/>
<TextBlock>End Text</TextBlock>
</StackPanel> |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2008 at 6:52pm |
|
Works great, cheers.
Do you recommend any quality books for learning XAML?
|
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 May 2008 at 1:56am |
|
Hi.
There are not much supported Tags now to learn full XAML :-(
Check MarkupGuide in Help folder maybe it will be enough.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 May 2008 at 4:50am |
|
Ok sure, will you support more and more XAML that is useful over time??? just so we know for future reference.
Cheers
|
|
|
Thank you,
Terry Mancey email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 May 2008 at 8:37am |
|
Yes.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
gerrysweeney
Newbie
Joined: 27 May 2008 Location: United Kingdom Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 29 May 2008 at 8:07pm |
Hi,
The help file shows a big example of a welcome page in a dev style interface, is this a sample that you have the XAML for? and if so, could you post the sample?
Thanks
Gerry
|
|
![]() |
|
gerrysweeney
Newbie
Joined: 27 May 2008 Location: United Kingdom Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 29 May 2008 at 8:17pm |
|
Sorry, I found the MarkupPad and samples, I have what I need. thanks
|
|
![]() |
|
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 |