Search
 Search
GET THE HOTEST NEWS ABOUT VISUAL WEBGUI.
CREATE LINE OF BUSINESS SILVERLIGHT APPLICATIONS IN NO TIME.
EVERY THING YOU NEED TO START DEVELOPING WITH VISUAL WEBGUI.
SEE VISUAL WEBGUI SHOW CASES FROM AROUND THE WORLD.
ALL THE RESOURCES YOU NEED TO START BUILDING VISUAL WEBGUI APPLICATIONS TODAY.
SHARE AND FIND VISUAL WEBGUI RESOURCES.
TALK WITH OTHER VISUAL WEBGUI DEVELOPERS.
 

 

SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.

Click on the video image to watch

SAP chosen VWG for strategic web application

SearchForum Home
  General Visual WebGui® Forums  How do I...?  Porting NetSpel...
 Porting NetSpell
 
 4/13/2007 12:45:37 PM
terricide
205 posts
4th


Porting NetSpell

Hi,
     I was thinking about porting NetSpell over to VWG. I downloaded the sources added the Gizmox forms and Common dlls and did a search/replace and got everything ported over pretty easily except the following 9 lines. I thought I would post them so that they could be on the roadmap and then anyone using VWG could have a pretty good free built-in spell checker.
this
.TextBeingChecked.SelectionColor = Color.Black;

//highlight current word
this.TextBeingChecked.AppendText(text.Substring(0, textIndex));
this.TextBeingChecked.SelectionColor = Color.Red;
this.TextBeingChecked.AppendText(word);
this.TextBeingChecked.SelectionColor = Color.Black;
this.TextBeingChecked.AppendText(text.Substring(textIndex + word.Length));

Update Display function:

this

.TextBeingChecked.Select(textIndex, 0);
this.TextBeingChecked.ScrollToCaret();
this.TextBeingChecked.AppendText(text);
 4/13/2007 1:21:38 PM
Guy
2181 posts
1st


Re: Porting NetSpell

Hi,

Consider it added to the road map and I will do my best to have it integrated to the upcoming version. Can you send the project code to support@visualwebgui.com so we can test these features on it. It will help allot to see the exact context of these features to have the integrated.

I would also like to offer you a stage on our site as a project leader to promote this project if you would like to. By that I mean to add it under the projects section and to open a forum for developers to communicate regarding this project. You can also host this project on the VWG source forge section and also have a dedicated issue tracker for it.

Thanks for your contribution,
Guy

 4/13/2007 3:13:31 PM
terricide
205 posts
4th


Re: Porting NetSpell
Okay I have emailed my project files and yes I am okay with being the project leader for it.
 2/5/2008 3:23:39 PM
victor
33 posts


Re: Porting NetSpell
There's any advance at this project??

I'm very interested on Netspell check since i can't install php to use spellerpages on FCKEditor.
Any information would be nice.

Thanks in advance
 2/5/2008 4:56:33 PM
terricide
205 posts
4th


Re: Porting NetSpell

It looks like this might work in the next version 5.84 of VWG. I believe all that is left to support is TextBoxBase.ScrollToCaret support which according to the roadmap is fixed/closed for that version,

Thanks,
Mark

  General Visual WebGui® Forums  How do I...?  Porting NetSpel...

Visual Studop Partners

Copyright © 2005-2008 Visual WebGui®   Terms Of Use  Privacy Statement
Visual WebGui is copyright 2005-2008 by Gizmox