[dev] setting url for the string

2006-09-01 Thread Madhan Ponnusamy
Hi, I need to assign a url to a string and then the string should be shown in the text document..for example if i set a string in the way given below String test xTextRanget.setString(test); the String test should be linked to url say www.gmail.com...this is what i need can any one help me..

[dev] null value returning from textfield

2006-08-31 Thread Madhan Ponnusamy
Hi, I had ceated a new dialog in openoffice and inserted a new textbox (textfield) inside it. now i need to get the text from the textbox while clicking a button..i created the text field with the code shown below *Code:* //create a text box Object editModel = xMultiServiceFactory.createIn

[dev] about parcel-descriptor

2006-08-22 Thread Madhan Ponnusamy
Hi, Is it possible to specify a library name for java macros in parcel-descriptor.xml file as like basic macros(through .xlb)files. when i used both parcel descriptor and .xlb file in my UNO component the openoffice get corrupted is it a bug?

[dev] Makefile

2006-08-18 Thread Madhan Ponnusamy
Hi, Can anyone tell me how to use the Make file inside the openoffice_sdk. for example i had seen a make file inside openoffice_sdk/examples/developersguide/components/addon/jobsaddons, how to use that Makefile. can any one help me regrads, Madhan Ponnusamy

[dev] error while installing the package

2006-08-18 Thread Madhan Ponnusamy
Hi, i had created a java UNO component named job.uno.zip which contains the fles Addon.xcu Jobs.xcu META-INF/manifest.xml Job.uno.jar while adding it using UNOPKG i got a error WARNING: An error occurred while enabling the package: Job.uno.jar, Cause: (com.sun.star.registry.CannotRegisterImplemen

[dev] adding action event to menu button

2006-08-10 Thread Madhan Ponnusamy
Hi, Is it possible to assign acion event to the menuitem without protocol handler..(similar to buttons in awt)

[dev] adding action event to sub menus

2006-08-03 Thread Madhan Ponnusamy
hai, I had added menus and submenus in openoffice impress using a java program.now i want to add action event to those submenus i.e) if the user click the submenu a java class file should be called. How to do this?

[dev] needed a program to add menu

2006-08-02 Thread madhan ponnusamy
Hai, Can u send me a java code which will create a new menu(not a replaced menu) in openoffice components.since i am doing a project in which there is a need to add a menu for some enchancements.please help me -- Madhan