Re: [NBP] Some annoying questions..

2018-09-30 Thread Pete Whelpton
Picked up a copy. Between your book and Gail's book, I've figured out now how to add a ProxyLookup to my DataObject containing my custom FileEncodingQueryImplementation class. Everything seems to work ok :) Thanks for your time P On Sun, Sep 30, 2018 at 9:45 AM Geertjan Wielenga wrote: > I

Re: [NBP] Some annoying questions..

2018-09-30 Thread Geertjan Wielenga
In general, advisable to use Lookup instead of Cookies, please get leanpub.com/nbp4beginners. Gj On Sun, Sep 30, 2018 at 10:28 AM Pete Whelpton wrote: > Thanks Geertjan :) > > I've made the repo public for the moment, in case anyone wants to take a > look: > https://bitbucket.org/peedeeboy/odys

Re: [NBP] Some annoying questions..

2018-09-30 Thread Pete Whelpton
Thanks Geertjan :) I've made the repo public for the moment, in case anyone wants to take a look: https://bitbucket.org/peedeeboy/odyssey-engine-netbeans-solution/src/development/ I can try and knock together a simple application for Q1) if anyone is interested in helping. It seems like I'm missi

Re: [NBP] Some annoying questions..

2018-09-30 Thread Geertjan Wielenga
All these questions are hard to answer theoretically -- i.e., if you have something on GitHub that reproduces these problems, someone can look at them and help, i.e., create a simple NetBeans Platform application that contains these problematic areas and then someone can advise. Gj On Sat, Sep 29

[NBP] Some annoying questions..

2018-09-29 Thread Pete Whelpton
Hello all :) Apologies in advance for the newbie NBP questions. I have already been through the NBP API documentation and Netbeans sources, which is how I've got to where I am, but I'm a bit stumped now. Any pointers, no matter how small, gratefully received! 1)Modular approach for project