From: joakim v. <jo...@ve...> - 2004-06-01 15:28:52
|
Dave summed it up pretty well, but just a little further note: In your case, you are making something like a new midi-event matrix editor right? (ok, not the same layout and so on, but technically the same) The jazz++ interfaces you use should then be fairly thin, and thus resilient to changes. On the other hand you will be very reliant on the wxwindows drawing interfaces, and they can change between releases. Heres hoping that we will never face a change like that from wx 1.68 to wx 2 again :-) I do think that there wont be changes like that again. You can try making a copy of the matrix editor in your own class and start changing that to match you needs. I think thats the easiest way to get started. You will probably find the drawing code quite convoluted, but if your from an MFC background you will find it familiar. /Joakim Harald Rieder wrote: > Hello Dave and Joakim, > > encouraged by your answers I'll checkout the sources and try to get > them compiled on Windows. Then I'll start integrating my features... > > Yet 2 questions: > > 1. which person(s) coordinate(s) the development ? > 2. are there any stable software interfaces inside Jazz++ I can rely on ? > > ad 1.: some changes to the user interface I want to make might have to > follow some common guidelines - which I don't know ? And I need some > persistent data for my features. Where to place them ? > ad 2.: I don't want to checkout a version, integrate my features, and > later find out that checking in is nearly impossible because other > developers changed all interfaces I used. I have limited time, so this > is a probable case because of long periods between chechout and checkin. > > Kind Regards > Harald > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel |