Re: Debugging Base's "Create Table in Design View"

2017-11-17 Thread Patricia Shanahan
Is it possible that this is another manifestation of https://bz.apache.org/ooo/show_bug.cgi?id=127581 If so, it will not happen in the trunk. On 11/17/2017 10:47 AM, Damjan Jovanovic wrote: tl;dr: Put a breakpoint on dbaui::DatabaseObjectView::doDispatch or

Re: Debugging Base's "Create Table in Design View"

2017-11-17 Thread Damjan Jovanovic
I've managed to trace it a bit further. The earlier loadComponentFromURL() goes through main/framework and goes back into main/dbaccess/source/ui/browser/dbloader.cxx, where DBContentLoader::load() attempts to create a UNO component. This then goes into main/stoc but I haven't been able to step

Debugging Base's "Create Table in Design View"

2017-11-17 Thread Damjan Jovanovic
tl;dr: Put a breakpoint on dbaui::DatabaseObjectView::doDispatch or /full/path/to/main/dbaccess/source/ui/misc/databaseobjectview.cxx:120 just before you click the "Create Table..." button. Step through it in your debugger line by line and document how for you get. Then recursively repeat and step

Re: FYI: The OO 4.1.4 Mac problem

2017-11-17 Thread Damjan Jovanovic
Thank you :). What "success code"? Which multiple implementations? On Fri, Nov 17, 2017 at 4:41 PM, Peter kovacs wrote: > Awesome thanks Damjan! > > Would it make sense to route the success code through the connectivity > code for the future? > > I would rather like to have

Re: FYI: The OO 4.1.4 Mac problem

2017-11-17 Thread Peter kovacs
Awesome thanks Damjan! Would it make sense to route the success code through the connectivity code for the future? I would rather like to have one time implementation instead of maintain redundant implementations. ( the drawback is that bugs have bigger impact. Ofc) Am 17. November 2017

Re: FYI: The OO 4.1.4 Mac problem

2017-11-17 Thread Damjan Jovanovic
Hi I am familiar with the database driver code in main/connectivity, but much less familiar with the Base code main/dbaccess where the problem is. On an unrelated past bug in my code in a main/connectivity driver, I did however briefly encounter that same problem where clicking "Create table"

Re: FYI: The OO 4.1.4 Mac problem

2017-11-17 Thread Jim Jagielski
> On Nov 16, 2017, at 11:56 PM, Peter kovacs wrote: > > Hi Dave. > > Yea I see. Interesting information! Agreed! Esp: https://bz.apache.org/ooo/show_bug.cgi?id=126622#c28 where it's stated that building w/ Sierra