It is currently 07 Jul 2021, 11:56
   
Text Size

Magic Album - Feature Requests

add inline graphics to the tips (implemented)

 

snippet to be tested and used:

<TextBlock VerticalAlignment="Bottom" Margin="2">Text with <Image Source="file://Help.bmp"/> inside</TextBlock>
<TextBlock>fghhh
<StackPanel Orientation="Horizontal">
<Image Source="file://Help.bmp"/>
<TextBlock Margin="7, 0, 0, 0" VerticalAlignment="Center" FontWeight="Bold">Press F1 for more help.</TextBlock>
</StackPanel>
</TextBlock>

Comments

Posted by charmer » 26 Mar 2011, 19:21

code such as

<WrapPanel Orientation='Vertical'><TextBlock TextWrapping='Wrap'>text<LineBreak/></TextBlock><TextBlock><Image Margin='3,0,3,-1' Source='file://Images/Table/T.png'/> ~ <Bold>{t}</Bold></TextBlock></TextBlock></WrapPanel>

works. Tips with mana symbols complete.

What remains are tips with inline interface icons - Margin will have to be tweaked a little

Posted by charmer » 07 Apr 2011, 21:05

correct margin for 16x16 icons in tips is 3,0,3,-3
Current tips are enhanced, subsequent ones could be done routinely from now on

Ticket details

  • Ticket ID: 10
  • Project: Magic Album
  • Status: Implemented
  • Component: Help, Documentation
  • Project version: (unknown)
  • Priority: Normal
  • Assigned to: charmer
  • Reported by: charmer
  • Reporter's tickets: List all tickets
  • Reported on: 26 Mar 2011, 19:17
  • Last visited by charmer » 07 Apr 2011, 21:05.
 
cron

Login Form