Hi, I need this for a plugin which can read/write some additional data in a database. The configuration for the database connection are stored in the Task Properties and for the table configuration in the DataSource Properties. So if the user opens a project, the plugin can open the connection and the user can do his work, without any additional steps :-) The reason for the plugin is an application(www.archikart.de) which read this databasetable an create some other stuff for the specified geometry.
Matthias > Matthias, > > I'm curious why you are listening for the launch of a new > project/task. Can you describe your scenario to me? > > Did you get the code committed to expose this event from the API? > > The Sunburned Surveyor > > On Mon, Mar 15, 2010 at 6:53 AM, Larry Becker <[email protected]> wrote: > >> Hi Matthias, >> >> The OpenProjectWizard code you patched is not up to date. I have recently >> made a change to this method. The purpose of the change was to save and >> restore the project window position, size, and maximized state. I also >> disabled the background rendering of all but the first layer to speed up >> project loading. >> >> In the area where you added your listener handler, I have added a finally >> block. You might want to move your listener inside the finally block, or >> alternatively inside the invokeLater runnable, depending on when you want >> the listener to be notified. >> >> regards, >> Larry >> >> On Sun, Mar 14, 2010 at 2:35 PM, Matthias Scholz <[email protected]> wrote: >> >>> Hi Stefan, >>> >>> sorry but i use NetBeans (the create patch feature is one who i'm missing >>> in NB). Please see attached file and tell me your opinion. >>> >>> Matthias >>> >>>> Hei Matthias, >>>> >>>> neither do I - so if you use Eclipse you could create a patch (in the >>>> team menu). Or you send the class. >>>> Then one or two other people would check if "it looks good" - and thats >>>> also what we have a nightly built for (for testing). >>>> >>>> stefan >>>> >>>> Matthias Scholz schrieb: >>>> >>>> >>>>> Hello Stefan! >>>>> >>>>> >>>>>> we could do that if you provide a patch? >>>>>> >>>>>> >>>>> I've done this for the OJ 1.3.1 sources, but i'm not shure if this is >>>>> the best way, because i've not enough OJ API experiences. >>>>> How should i give you my changes? >>>>> >>>>> Matthias >>>>> >>>>> >>>>>> stefan >>>>>> >>>>>> Matthias Scholz wrote: >>>>>> >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> are there any possibility for a listener that will be fired if a >>>>>>> project was opened? >>>>>>> >>>>>>> Matthias >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Download Intel® Parallel Studio Eval >>>>>>> Try the new software tools for yourself. Speed compiling, find bugs >>>>>>> proactively, and fine-tune applications for parallel performance. >>>>>>> See why Intel Parallel Studio got high marks during beta. >>>>>>> http://p.sf.net/sfu/intel-sw-dev >>>>>>> _______________________________________________ >>>>>>> Jump-pilot-devel mailing list >>>>>>> [email protected] >>>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Download Intel® Parallel Studio Eval >>>>>> Try the new software tools for yourself. Speed compiling, find bugs >>>>>> proactively, and fine-tune applications for parallel performance. >>>>>> See why Intel Parallel Studio got high marks during beta. >>>>>> http://p.sf.net/sfu/intel-sw-dev >>>>>> _______________________________________________ >>>>>> Jump-pilot-devel mailing list >>>>>> [email protected] >>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>>>>> >>>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Download Intel® Parallel Studio Eval >>>>> Try the new software tools for yourself. Speed compiling, find bugs >>>>> proactively, and fine-tune applications for parallel performance. >>>>> See why Intel Parallel Studio got high marks during beta. >>>>> http://p.sf.net/sfu/intel-sw-dev >>>>> _______________________________________________ >>>>> Jump-pilot-devel mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>>>> >>>>> >>>>> >>>>> >>>> ------------------------------------------------------------------------------ >>>> Download Intel® Parallel Studio Eval >>>> Try the new software tools for yourself. Speed compiling, find bugs >>>> proactively, and fine-tune applications for parallel performance. >>>> See why Intel Parallel Studio got high marks during beta. >>>> http://p.sf.net/sfu/intel-sw-dev >>>> _______________________________________________ >>>> Jump-pilot-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>>> >>>> >>> >>> ------------------------------------------------------------------------------ >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> http://p.sf.net/sfu/intel-sw-dev >>> _______________________________________________ >>> Jump-pilot-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >>> >>> >> >> -- >> Larry Becker >> Integrated Systems Analysts, Inc. >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Jump-pilot-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> >> >> > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Jump-pilot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
