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

Joined: 04 Oct 2006 Posts: 30 Location: Lebanon
|
Posted: Fri Oct 13, 2006 5:19 am Post subject: Classes in javascript macros |
|
|
Hi,
When dealing with Javascript macros, is it possible to write our own javascript classes and create instances of them in the same or in other macros?
(Like a class row for example with getters and setters for every cell)
Thanks... |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3618 Location: Columbus, Ohio, USA
|
Posted: Fri Oct 13, 2006 10:43 am Post subject: |
|
|
I believe that if you want to make something visible to Basic, you probably need to write an UNO component and then add it to the system.
If you only want to make it visible from java, you probably need to include the class in your classpath. _________________ --
Andrew Pitonyak
http://www.pitonyak.org/oo.php |
|
| Back to top |
|
 |
|