Saving Page Background
Posted: Sun Nov 13, 2005 10:41 pm
Hi,
I have two ways to change the RVE background. Either RVE.Color or RVE.Backgroundbitmap.
However, to save storage space (I'm saving to database) I don't want to save the Backgroundbitmap with the RVF file (I want to use a link to external file as most backgrounds will be the same), but I DO want to save any change to RVE.Color.
It looks like both of these are saved if RVE.RVFOptions.rvfoSaveBack and rvfoLoadBack are True, but neither are saved if set to false.
Is there any way I can save the background color but not the image? (I'll use my own code to save a link to the background image file, probably in docproperties)
Also, I've noticed if rvfoSaveBack and rvfoLoadBack are true, sometimes assigning RVE.Backgroundbitmap does not work, the background just does not take, but if they are both false it works everytime. Any thoughts on this?
Thanks
I have two ways to change the RVE background. Either RVE.Color or RVE.Backgroundbitmap.
However, to save storage space (I'm saving to database) I don't want to save the Backgroundbitmap with the RVF file (I want to use a link to external file as most backgrounds will be the same), but I DO want to save any change to RVE.Color.
It looks like both of these are saved if RVE.RVFOptions.rvfoSaveBack and rvfoLoadBack are True, but neither are saved if set to false.
Is there any way I can save the background color but not the image? (I'll use my own code to save a link to the background image file, probably in docproperties)
Also, I've noticed if rvfoSaveBack and rvfoLoadBack are true, sometimes assigning RVE.Backgroundbitmap does not work, the background just does not take, but if they are both false it works everytime. Any thoughts on this?
Thanks