Re: [dev] OOo 3.0 crashes on Mac

2009-02-25 Thread Karthik Sudarshan
wrote: On Wed, Feb 25, 2009 at 8:17 AM, Karthik Sudarshan karthik.sudars...@sun.com wrote: Hi, The bug is in the way OpenOffice port of MacOS, inits the JVM. Is this a known issue? Should I file a bug for the same? it's a known bug and issue was already reported.

[dev] OOo 3.0 crashes on Mac

2009-02-24 Thread Karthik Sudarshan
Hi all, I've developed an extension which has Options dialog, which works fine on Windows XP and Vista. But on Mac accessing of this dialog crashes OOo. I attached the debugger and I see that the call to my DialogEventHandler successfully completes and I return a true from the handleXXX

Re: [dev] OOo 3.0 crashes on Mac

2009-02-24 Thread Karthik Sudarshan
it is not initialized the call fails and either OOo crashes, or in some cases it comes up with an empty dialog box. The bug is in the way OpenOffice port of MacOS, inits the JVM. Is this a known issue? Should I file a bug for the same? Regards, Karthik Karthik Sudarshan wrote: Hi all, I've developed

[dev] Toolbar naming - Previously - Re: [dev] Error log and debugging an extension

2009-01-05 Thread Karthik Sudarshan
module?? -Karthik PS : I'll make sure that I start a new thread for every new issue from the next time :) Ariel Constenla-Haile wrote: Hi Karthik, Karthik Sudarshan escribió: Thanks Ariel for the help. I was already using NB for development, and the debug was giving me problems, why didn't

Re: [dev] Toolbar naming - Previously - Re: [dev] Error log and debugging an extension

2009-01-05 Thread Karthik Sudarshan
Hi Oliver, Thanks for the reply and the test.oxt file. It worked for me too after removing the files from user\registry\data directory. Since you didn't have it in your box, there was nothing in the cache and it worked for you too. Thanks a lot for your help :) -Karthik Oliver Brinzing

Re: [dev] Toolbar naming - Previously - Re: [dev] Error log and debugging an extension

2009-01-05 Thread Karthik Sudarshan
Thanks Ariel. Yup I understand it now, and will use the debug option going forward. -Karthik Ariel Constenla-Haile wrote: Hi Karthik seems Oliver was faster. I tested it and worked ok too. Karthik Sudarshan escribió: Hi Oliver, Thanks for the reply and the test.oxt file. It worked

Re: [dev] Toolbar naming - Previously - Re: [dev] Error log and debugging an extension

2009-01-05 Thread Karthik Sudarshan
Hi Carsten, Yup that did it :) Thanks a lot for your suggestion. I've got my original add on working as well. Regards, Karthik Carsten Driesner wrote: Karthik Sudarshan wrote: Thanks Ariel and Oliver for your replies. I'm doing all the things that you have mentioned in your mails

[dev] [Fwd: Error log and debugging an extension]

2009-01-04 Thread Karthik Sudarshan
Original Message Subject:Error log and debugging an extension Date: Mon, 05 Jan 2009 12:02:37 +0530 From: Karthik Sudarshan karthik.sudars...@sun.com To: d...@extensions.openoffice.org Hi all, I've written an extension and the Options dialog is not visible

Re: [dev] Error log and debugging an extension

2009-01-04 Thread Karthik Sudarshan
added a Menu and a Toolbar. The Menu's name/title is appropriately picked up from Addons.xcu file and shows the name I've entered, but the Toolbar's name always comes as Add-on 1. How can I fix this? -Karthik Ariel Constenla-Haile wrote: Ariel Constenla-Haile escribió: Hi Karthik, Karthik

[dev] Options dialog in the extension

2008-12-24 Thread Karthik Sudarshan
Hi all, I've downloaded the sample OptionsPageDemo Netbeans project and I've been able to successfully install the add-on and I also see the Options dialog. But when I create my own add-on and want to add an Options page I don't see it! There are no errors while installing my add-on, but

Re: [dev] Options dialog in the extension

2008-12-24 Thread Karthik Sudarshan
Hi Oliver, Thanks for the reply. The handler was not a uno service. I added the inner class which was present in the Dialog demo to the class, but still it is not working :( I'm attaching the new Event handler to the mail. I didn't get you when you said namespaces in *.xdl and *.xcu