Author |
Topic: Documents (Read 718 times) |
|
JB91
New Member
member is offline


Gender: 
Posts: 47
|
 |
Documents
« Thread started on: Jul 15th, 2010, 3:34pm » |
|
There are two things I would like to know:
1) Is it possible to create a document like in Microsoft Office Word in BBC BASIC rather than the edit window?
2) Is it possible to do spelling checks? Like if you typed a word and you mispelled it and it would underline it. If so, is it possible to do grammar as well?
Thanks in advanced,
Josh
|
|
Logged
|
|
|
|
admin
Administrator
member is offline


Posts: 1145
|
 |
Re: Documents
« Reply #1 on: Jul 15th, 2010, 5:48pm » |
|
on Jul 15th, 2010, 3:34pm, JB91 wrote:Is it possible to create a document like in Microsoft Office Word in BBC BASIC rather than the edit window? |
|
I'm not exactly sure what you mean. If the question is "could you (in principle) write an entire word processor in BBC BASIC rather than using an embedded Edit Control?" then the answer is yes, but it would be a lot of work!
Quote:Is it possible to do spelling checks? Like if you typed a word and you mispelled it and it would underline it. If so, is it possible to do grammar as well? |
|
As far as I know you'd have to do it yourself by copying the text out of the Edit Control, running the spelling/grammar check on the text, then highlighting the appropriate words/phrases. If you use a Rich Edit control rather than a regular Edit Control you have a range of text attributes available, such as bold, italic, underline, strike-out and colour.
Richard.
|
|
Logged
|
|
|
|
JB91
New Member
member is offline


Gender: 
Posts: 47
|
 |
Re: Documents
« Reply #2 on: Jul 16th, 2010, 3:49pm » |
|
Can you tell me the codes for how to do these things?
|
|
Logged
|
|
|
|
|