
|
[open-beos-printing]
||
[Date Prev]
[04-2002 Date Index]
[Date Next]
||
[Thread Prev]
[04-2002 Thread Index]
[Thread Next]
[open-beos-printing] Re: Further PDF Writer Progress
- From: Michael Pfeiffer <michael.pfeiffer@xxxxxxxxx>
- To: open-beos-printing@xxxxxxxxxxxxx
- Date: Fri, 05 Apr 2002 14:56:05 +0000
>
>>Yes, you can do that, and the navigation behavior in the BView will do
>>everything for you, except make the new focus item visible. This you
>>have to do yourself but the right place is not within the control that
>>just got the focus shift, but rather inside the BView that has all the
>>children and the scroll bar as a parent.
>>
>>This means creating another View subclass that has this logic. But
>>rather than messing around with new BView types and having the
>>DocInfoText control know about this new BView we use BMessages and send
>>a notification to the new View. Here is what I mean:
>
>[code deleted]
>
>>If you want the code I used to test this theory I can send it to you.
>
>Thanks for the clarification, but I think the essence of the code
>is already here :)
Someone could misinterpret my reply.
The above statement refers to the code of the previous email,
that shows the code which was omitted for brevity.
Michael
|

|