Re: [dev] help with dialog boxes

2010-11-19 Thread kushal likhi
hi, . yup i debugged this and everything looked fine, but still i did't worked, thats why asked is my methods right.. .. sooo after hours of banging my head with this, i dont kno how i got this idea, but i simply uninstalled the openoffice.org installation, and reinstalled a fresh one. it

Re: [dev] help with dialog boxes

2010-11-18 Thread kushal likhi
hi, . thanks, dialog is all showing now.. :) . now i need help with action listeners(something wrong in what i did),, what i did is i inherited the class with the listeners and implemented their methods, then in the addListener i added keyword (this), (actual code in the end of the mail for

Re: [dev] help with dialog boxes

2010-11-18 Thread Christian Lippka
Hi Kushal, Am 18.11.2010 15:49, schrieb kushal likhi: hi, . thanks, dialog is all showing now.. :) . now i need help with action listeners(something wrong in what i did),, what i did is i inherited the class with the listeners and implemented their methods, then in the addListener i added

Re: [dev] help with dialog boxes

2010-11-12 Thread kushal likhi
hi, . nope, i dont have any dialog model yet. how can i get that from the XWindow(see code attached for reference)??? . or . do i have to initialize both with services like below:(in pseudo code) (XInterface)mxDialogModel( mxMSF-createInstanceWithContext( C2U(com.sun.star.awt.UnoControlDialogModel

Re: [dev] help with dialog boxes

2010-11-12 Thread Frank Schönheit
Hallo Kushal, nope, i dont have any dialog model yet. how can i get that from the XWindow(see code attached for reference)??? Ah, I see ... your code indeed works directly with window peers. This will also yield results (obviously, as you already have a working dialog :) ), however, it has

[dev] help with dialog boxes

2010-11-04 Thread kushal likhi
hi, . its my first time developing the dialog boxes, hence need some help. i have a dialog box to be implemented, for reference it can be seen here: http://wiki.services.openoffice.org/wiki/OpenOffice.org_Internship/Projects/2010/Customizable_html_export_for_Impress#Option_8 . the code i am using

Re: [dev] help with dialog boxes

2010-11-04 Thread Frank Schönheit
Hello Kushal, its my first time developing the dialog boxes, hence need some help. i have a dialog box to be implemented, for reference it can be seen here: http://wiki.services.openoffice.org/wiki/OpenOffice.org_Internship/Projects/2010/Customizable_html_export_for_Impress#Option_8 . the