Search found 4 matches

by SKinneyx1
Tue Mar 14, 2006 7:23 pm
Forum: Support
Topic: Problem with BackgroundBitmap?
Replies: 1
Views: 10008

Problem with BackgroundBitmap?

I'm trying to allow the user to change the BackgroundBitmap while viewing the document but it wont update when I assign the new bitmap image to it. I've tried Invalidate, Format, BeginUpdate..EndUpdate, Background.Bitmap.LoadFromFile, BackgroundBitmap := Nil then BackgroundBitmap := ABitmap, et al ...
by SKinneyx1
Mon Mar 13, 2006 7:00 pm
Forum: Support
Topic: Hey, wait...
Replies: 0
Views: 14596

Hey, wait...

I just realized that I can do what I want to do using the Print Preview -- with a lot less coding on my part.

Thanks and ignore the other posting...
by SKinneyx1
Mon Mar 13, 2006 6:41 pm
Forum: Support
Topic: Interesting...
Replies: 1
Views: 10690

Interesting...

Tell me where I'm going wrong here: I've wrote a little application to display PDB Documents. When a document is closed I want to capture the last page the user was viewing so that when they reopen the document I can put them back there. Accordingly, I snag RichView1.FirstItemVisible during closing ...
by SKinneyx1
Sun Feb 05, 2006 7:08 pm
Forum: Support
Topic: Adding Tables at the end while building document
Replies: 1
Views: 10450

Adding Tables at the end while building document

I'm writting an application that pulls in a genealogy (GedCom) file and organizes the individuals into a TreeView. Once that is done, it starts adding the individuals to a RichView. For each individual I add the name, dates spouses and children. For the children I want to add them in a table as I'm ...