JPG in XAML |
Post Reply |
Author | |
BerntK
Groupie Joined: 15 September 2008 Status: Offline Points: 16 |
Post Options
Thanks(0)
Posted: 18 September 2008 at 5:01pm |
Will JPG images be implemented in 12.1.0?
If not :-(, is it planned for later versions? Bernt |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Thanks, will be implemented for 12.1 release.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
BerntK
Groupie Joined: 15 September 2008 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Hi,
Thanks - sounds great! Any estimated release date? Bernt |
|
BerntK
Groupie Joined: 15 September 2008 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Sorry, I can't find the implementation in 12.1.0!
How to display JPGs this XAML? Bernt |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
What you try ? just load jpg instead of bmp.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
BerntK
Groupie Joined: 15 September 2008 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Hi Oleg,
I just replaced Source="file://Blue Lace 16.bmp" with Source="file://sample.jpg" in the sample markup file Image.xaml for viewing by MarkupPad.exe. Am I doing wrong? Bernt |
|
BerntK
Groupie Joined: 15 September 2008 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
OK now!
You have to include the full path; JPG and GIF do not default to the directory of the xaml file... Good thing: As you use OleLoadPicturePath to load the picture you can also display an URL instead a file like: <Image Source="file://http://www.xyz.com/images/logo.gif" /> Bernt |
|
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 |