개정판 224f1503
issue #780 m-talk bug fix
KCOM/Messenger/ConversationView.xaml.cs | ||
---|---|---|
120 | 120 |
{ |
121 | 121 |
Common.ViewerDataModel.Instance.PageNumber = 1; |
122 | 122 |
} |
123 |
|
|
123 |
Common.ViewerDataModel.Instance.k_talkMessageSet.Clear(); |
|
124 | 124 |
KCOMDataModel.DataModel.TALK message = new KCOMDataModel.DataModel.TALK |
125 | 125 |
{ |
126 | 126 |
TEXT = args.PromptResult, |
KCOM/Messenger/StyleDictionary.xaml | ||
---|---|---|
33 | 33 |
<RowDefinition Height="*"/> |
34 | 34 |
</Grid.RowDefinitions> |
35 | 35 |
<TextBlock Text="{Binding Path=TEXT}" Style="{StaticResource TextBlockStyle}" Grid.Column="1" TextWrapping="Wrap" HorizontalAlignment="Stretch" Grid.Row="1" Foreground="White"/> |
36 |
<TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White" Grid.Row="0" HorizontalAlignment="Right" VerticalAlignment="Bottom"/> |
|
36 |
<TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White" Grid.Column="1" Grid.Row="0" HorizontalAlignment="Right" VerticalAlignment="Bottom"/> |
|
37 |
<TextBlock Text="{Binding Path=MEMBER_NAME,StringFormat='{}{0:g}'}" Style="{StaticResource TextBlockStyle}" Foreground="White" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left" VerticalAlignment="Bottom"/> |
|
37 | 38 |
</Grid> |
38 | 39 |
</Border> |
39 | 40 |
</Grid> |
... | ... | |
120 | 121 |
<RowDefinition Height="*"/> |
121 | 122 |
<RowDefinition Height="Auto"/> |
122 | 123 |
</Grid.RowDefinitions> |
123 |
<TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White" Grid.Row="0" HorizontalAlignment="Right" VerticalAlignment="Bottom"/> |
|
124 |
<TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White" Grid.Column="1" Grid.Row="0" HorizontalAlignment="Right" VerticalAlignment="Bottom"/> |
|
125 |
<TextBlock Text="{Binding Path=MEMBER_NAME,StringFormat='{}{0:g}'}" Style="{StaticResource TextBlockStyle}" Foreground="White" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left" VerticalAlignment="Bottom"/> |
|
126 |
|
|
124 | 127 |
<TextBlock Text="{Binding Path=TEXT}" Style="{StaticResource TextBlockStyle}" Grid.Column="1" TextWrapping="Wrap" HorizontalAlignment="Stretch" Grid.Row="1" Foreground="White"/> |
125 | 128 |
<Border Background="#2263b0" CornerRadius="3" HorizontalAlignment="Right" Grid.Row="2" Margin="5"> |
126 | 129 |
<Button BorderThickness="0" Content="코멘트 확인" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White" Background="Transparent" Padding="5" |
내보내기 Unified diff