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
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
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
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
More...
More ...