> From: Julia T [mailto:
julia....@gmail.com]
> I'm working on a couple of macros to help make Felix meet a few in-
> house needs. I have been able to use the memory with no problem
> through the App2 interface, but when I try to use most of the
> Properties and Methods listed in Appendix A of the manual, nothing
> seems to work.
There were some errors in the scripting specification, which I've fixed now. Sorry for the headache that must have caused.
The following code snippet should work in VBA:
' Create the Felix object
Dim felix As Object
Set felix = CreateObject("Felix.App")
' Make it visible
felix.Visible = True
' Now, add some memory & glossary entries.
' Order is: source, translation, context
felix.AddMemoryEntry "white", "blanco", "from VBA"
felix.AddGlossaryEntry "dos", "two", "VBA gloss entry"
If you could let me know what kind of task you have in mind (on list or off), I may be able to help you with creating a script.
Regards,
Ryan
=================================
Ryan Ginstrom
Felix Translation Memory Software
sup...@felix-cat.com
http://felix-cat.com/
+81-(0)98-958-1297
=================================