Michael Stratmann wrote:

by now I believe I understood some parts of mars and can use them :-) After 
spending about half a day for debugging I finally got some results.

Most recent and most stupid bug: I had forgotten to modify my
BEGIN_EVENT_TABLE( FrameApp, wxFrame )
to
BEGIN_EVENT_TABLE( FrameApp, a2dDocumentFrame )
causing the a2dDocumentFrame event handlers to be missing (m_view not updated) 
...

You are not the first one ;-) But now you know why there is a m_view in a2dDocumentFrame right :-)


Now I can draw circles and rectangles in all of my notebook pages :-)

Congratulation!

Klaas Holwerda schrieb:
The extra parameter i talked about is already in CVS, so you can have that
notebook connector with a2dCanvasView now.

I also changed the tabframe sample, you can now use wxAuiNotebook in there.
First set its m_dragToFrame = false, that is just an experiment.

Using wxAuiNotebook gives you ways to drag tabs around.

But my real goal with that, is to drag a tab to a separate frame. I just don't like my documents in tabs. I can't even compare two document easily.
So i want to be able to create frames from them if needed.

Klaas


--
Unclassified


------------------------------------------------------------------------------------------------------------
Disclaimer:

If you are not the intended recipient of this email, please notify the sender and delete it. Any unauthorized copying, disclosure or distribution of this email or its attachment(s) is forbidden. Thales Nederland BV will not accept liability for any damage caused by this email or its attachment(s). Thales Nederland BV is seated in Hengelo and is registered at the Chamber of Commerce under number 06061578.
------------------------------------------------------------------------------------------------------------

begin:vcard
fn:Klaas Holwerda
n:Holwerda;Klaas
note:Unclassified
version:2.1
end:vcard

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to