Document View Framework Trouble

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
SDGuy
In need of some credit
In need of some credit
Posts: 1
Joined: Fri Jul 29, 2005 6:48 pm

Document View Framework Trouble

Post by SDGuy »

Ok here's the preliminary info:
wx version: gtk 2.4.2
platform: linux

Problem: I've managed to create two document-view types which work. One is the basic text document that comes in the samples, the other is a 2d-cad preprocessor. I want to create a third document-view which will be a 2d-post processor. The first two documents I can create new, open and save documents. However, the post-processor template only works for creating new. When I try to open a document the constructors for my doc and view never even execute. So I'm confused, create-new works, while open doesn't appear to even attempt an open. I can post some code, but I don't even know what portion of code to post Thanks for your help.

-Josh
--
Post Reply