SpellBuddy.com
SpellBuddy.com


» Home» FAQ

FAQ's


Suki RichInk: General
What platforms does the Suki RichInk Control support?
The Suki RichInk control has been tested on the Microsoft .NET Compact Framework 1.x for hand held devices using CE versions 2.11 through 4.2 (not 5.x or 6 yet).

I can't close a Dialog box (when I click OK nothing happens) with the Suki RichInk Control on it.
Dispose of the Suki RichInk control when you are closing the dialog. An example of this in VB.NET:

Private Sub FormAbout_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
     ' for Dialog's, disposal is required
     RichInkBox1.Dispose()
End Sub

The Suki RichInk Control works fine in the development environment, but when I run my program without debugging, I can't exit the program? Why does the program still shows up in the "Running Program List" and I can't stop it? I get a "Sharing Violation" when I try to update my application.
Dispose of the Suki RichInk control when you are exiting your application. An example of this in C#:

private void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
     mSuki.Dispose();
}


Why must I create an INKSTYLE class, set my Font settings there, and then set the controls InkStyle? Why can't I change the properties directly? Why don't you support the Font property? This is the normal way to change Font, Drawing Object, Paragraph, etc. styles in the native RichInk window.
The correct method for changing any style for a RichInk window is to:
  1) Get the existing Font, Drawing Object, Paragraph, etc. information.
  2) Check the "Available" property to see if you can alter the styles at that time.
  3) Check the "...Mixed" property to see if multiple styles of the same type exist in the selection.
  4) Make the desired style changes.
  5) Change the "Set....." properties to True for the styles you wish to update.
  6) Update the Font, Drawing Object, Paragraph, etc. information.

leXSpresso: Installation
How do I install leXSpresso Lite?
Download the right version for your operating system and run the self-extracting archive.

Why does leXSpresso Lite CE always say "no text found."?
Rather than add another program into your Start Menu, we install leXSpresso to its own directory. This means that to start leXSpresso, you must exit the program you are working on, click through some menus, then choose leXSpresso, Do to this, leXSpresso never gets a chance to find what to spell check. To fix this, Start leXSpresso once. Its icon will now appear in the Start Menu "quick start list" as a vice icon. Switch back to the program to spell check. You can then switch to leXSpresso using that icon.

How do I get leXSpresso Lite to run on my Cray SuperComputer?
A port to the Cray has not been started yet, sorry.


SpellBuddy Copyright © 2003-2008, Craig Lubitz. All Rights Reserved. Parts of this web site are Copyright © 2002, John Minadeo. All Rights Reserved.