P
Pablo Cardellino
Hi
There is a new ortography in Portuguese, and Microsoft has said that they
are not going to deliver a new dictionary for Office (lower than 2007). So,
I'm preparing a proof tool that will work analysing the words in the document
one-by-one and, if they were old style typed, it will give some options, such
as correct once, correct all in the document, correct always, add to
dictionary, remove from dictionary. The dictionary is a txt file with tab
separated data: old style form in the column A and new style form in the
column B.
Well, my questions are:
1. is the txt with tab-separated data the propest way of storing the data?
2. one tab of the form is intended to show the dictionary and some managing
tools. So I need to show a two-column table with the old-style forms and the
respective new-style forms (and an automatic scroll bar because the list will
be quickly longer than the form height). How to draw the table and how to
fill its rows? (not a code, please, just the idea).
3. With the dictionary I will construct two parallel arrays, one with the
old-style forms and the other with the new ones. I don't know which method
says if the A array contains certain element (if there is a more apropriate
way of managing the dictionary, let me know)
Thanks in advance
Pablo Cardellino
There is a new ortography in Portuguese, and Microsoft has said that they
are not going to deliver a new dictionary for Office (lower than 2007). So,
I'm preparing a proof tool that will work analysing the words in the document
one-by-one and, if they were old style typed, it will give some options, such
as correct once, correct all in the document, correct always, add to
dictionary, remove from dictionary. The dictionary is a txt file with tab
separated data: old style form in the column A and new style form in the
column B.
Well, my questions are:
1. is the txt with tab-separated data the propest way of storing the data?
2. one tab of the form is intended to show the dictionary and some managing
tools. So I need to show a two-column table with the old-style forms and the
respective new-style forms (and an automatic scroll bar because the list will
be quickly longer than the form height). How to draw the table and how to
fill its rows? (not a code, please, just the idea).
3. With the dictionary I will construct two parallel arrays, one with the
old-style forms and the other with the new ones. I don't know which method
says if the A array contains certain element (if there is a more apropriate
way of managing the dictionary, let me know)
Thanks in advance
Pablo Cardellino