Vectorlight News

  • Chat App Converted to HTML and JQuery
    Sep 08, 2011

    Converted from Silverlight to HTML and Javascript/JQuery is the Vectorlight Chat App. Login using your Vectorlight password to chat using your username and avatar.

  • HTML5 iPhone,Android Big Guns Tower Defense
    Jul 02, 2011

    Big Guns has made the leap from Windows Phone 7 (XNA) to HTML5 so you can now play it on your iPhone, Android and other HTML5 compatible devices.

  • HTML5 Games - Word Poppers and Batty
    Jun 04, 2011

    As the take-up of HTML5 quickens (74% of users currently have a browser capable of HTML5 Canvas) we present two more games for both your browser and mobile.

  • Big Guns Tower Defense on Windows Phone 7
    May 06, 2011

    Coming soon to Windows Phone 7 is an XNA port of the popular Vectorlight tower defense game Super Tower Defense. Whilst retaining many of the graphical and gameplay features of the original Silverlight game.

  • Wakacube WP7 Update
    Apr 26, 2011

    Released to the Windows Phone 7 marketplace today is Version 1.1 of Wakacube the 3D physics game of skill. Included in the update are more levels (30 in total) and new mode Wakatime which generates random crate structures to keep players entertained long after the levels have been completed.

  • Home Page News
worldvibe
worldvibe
Image support Posted: Dec 01, 2009
 

Will image support be added to the html output/imput? <img src='' />


Thanks!

 
 
dan
dan
RE: Image support Posted: Dec 03, 2009
 

Hi,


Yes, Image support will be implemented in the HTML IO in the next version.


Thanks!

 
 
original
original
RE: Image support Posted: Dec 07, 2009
 

Hi,

   Could you tell me when will the next version be releaseed? I also wait for the Image support eagerly,

 
 
freendurz
freendurz
RE: Image support Posted: Dec 15, 2009
 

Hi on the demo page you have an image list and an image is added to the Text Area but on clicking save it does not render the image elements in HTML.


Is there some way to get the <img> tag or will this also be included in the next version?

 
 
b2bsharp
b2bsharp
RE: Image support Posted: May 11, 2010
 

Is there an image support in the latest version? I have the latest version but I can't seem to get it serialize anything intor HTML for images that get inserted using InsertImage().

 
 
Duncan Dimech
Duncan Dimech
RE: Image support Posted: Jul 14, 2010
 

Any news on image support?

 
 
dan
dan
RE: Image support Posted: Jul 26, 2010
 

Hi Guys,


Image support has been added. I have updated the demo and the source:


http://www.vectorlight.net/controls/html_richtextarea.aspx


Thanks!

 
 
jimijani
jimijani
RE: Image support Posted: Aug 01, 2010
 

hi dan,


thanks for adding the image support , but what if the image is on remote server ?


thanks

 
 
jimijani
jimijani
RE: Image support Posted: Aug 03, 2010
 

Also underline is not working

 
 
ameximes
ameximes
RE: Image support Posted: Sep 11, 2010
 

Hi Dan!

First thing first, I want to thank you for providing elite components and documentation about silverlight!


I have a problem with richTextBox Image support.


When i add some xhtml formated string after using insert method the added image disapears.

For example;

myRichTextBox.Insert("<Xaml><Image Source=\"http://example.com/images/image.jpg\" /></Xaml>);

myRichTextBox.HTML += "<p>Lorem Ipsum</p>";


myrichbox displays only "Lorem Ipsum" text.


Simply i want to read xhtml formated string from database with my web service and display it into the richtextbox for editing. Just you see that is a part of my Content Management system of a website.


I found a way to do that task with a weird method that is;


[just a psuedo code i writing in the forms editor]


1) get xhtml from db;

2) expose <img /> tags from that string and push them into an array like => imgArray{imgSource, cursorPosition};

3) richTextBox.HTML = xhtml;

4) for (int i=0; i < lengthOfİmgArray; i++) {

    setCursorPosition(imgArray[i].cursorPosition);

    richTextBox.Insert(imgArray[i].imgSource);

}


If there is a more sufficient method/algorithm exists please inform me about that.

Thanks & Regards.




 
 

Rate this: 

1 Star 2 Star 3 Star 4 Star 5 Star
7 Ratings / 3.0 Average