| View previous topic :: View next topic |
| Author |
Message |
siersc General User

Joined: 24 Oct 2007 Posts: 6
|
Posted: Mon Oct 29, 2007 7:42 am Post subject: AutoFill/AutoCorrection in Textboxes |
|
|
How to activate Autofill/Autocorrection features in Textboxes of the form?
This useful features seems to be dead within them... |
|
| Back to top |
|
 |
PBiela Power User


Joined: 10 Feb 2004 Posts: 56 Location: Frankfurt/Main Germany
|
Posted: Wed Oct 31, 2007 3:19 am Post subject: |
|
|
Hi Siersc,
hopefully I got your intention right.
You want to activate Autofill/Autocorrection in Textboxes/Listboxes on selfmade forms and dialogs?
After a close look on: http://api.openoffice.org/docs/common/ref/com/sun/star/awt/UnoControlEditModel.html#Text
I would say that's not implemented. Maybe someone can correct me if i'm worng.
Way to work around might be to create an EventListener that matches your Entries with a List you provide. _________________
Who is John Galt? - Ayn Rand  |
|
| Back to top |
|
 |
siersc General User

Joined: 24 Oct 2007 Posts: 6
|
Posted: Thu Nov 01, 2007 1:59 am Post subject: |
|
|
Yes, you understood me well!
I know that there is possibility of Eventlistening, but I think that you feel this obvious difference - I mean implementing all the shortcuts, wordlists etc. in ooBasic - something that is already done.
Another option would be acquiring the wordlists directly from files but they are very large (high memory usage), or in-the-fly access (probably slow speed).
The api documentation actually shows no possibility od activating such a feature, but if anyone know any workaround of this problem I woud be grateful! |
|
| Back to top |
|
 |
|