I have two questions. I've been using the spellchecker for quite some time now, but recently I've wanted to make two format changes and have been unsuccessful. 1) The dialog always appears in the upper left-hand position of the screen. I would really like it to appear in the middle of the screen. 2) Since it is modal, can you make the 'background' a transparent grey like you can with the Ajax modal dialog windows. Thanks.
Sorry, Yes you did answer my questions. As always you are a great help and resource. Thanks again!
Hello Daryl.Please let me know if your questions are answered or if you have another ones regarding adjustment of the control.
Thanks much. The feature request isn't necessary.
Hello DarylThere are properties WindowX and WindowY which determine where exactly to be shown WSC on the screen. Coordinates are set as pixels so it is hard to determine where exactly is the middle of the screen on the different resolutions. Currently we do not have feature to change the colour of the background, but if you want i can submit a feature request for you.Please take a look at the following sample http://samples.infragistics.com/aspnet/Samples/WebSpellChecker/Display/Properties/Default.aspx?cn=spell-checker&sid=e73121b7-836f-456f-9976-666e6a26616a where the effect of the WindowX and WindowY properties and the code of the sample is available.