Hello!
I'm using the pinEdit 5.2 (WP) evaluation product. I'm trying to upgrade from an older version so that I can take advantage of the new spell checking add-on.
My application is very sensitive to changes in margin real estate in both the vertical and horizontal directions. Our older version of pinEdit does not include the grey (9099AE) background/border around the document. As a result of this background, we loose about 20px in all directions. I would prefer to remove this background using the server side API. Do you currently have a function that supports removing this border? If not, could you add it to the next wish list?
I've thought about using the client script model to retrieve the document object (obj.editGetDocument()). I could use script to find the parent cell (<TD>) and remove the padding to get back my original dimensions. However, this method will receive criticism at my workplace because the next version of pinEdit could easily break my hack. If you have any other ideas, please let me know.
Thanks.
Thanks for the quick reply.
I've tried toggling the documentView property in my code. It doesn't seem to change anything. I've also tried your web samples (Step 2. Define View). I'm not seeing anything happen as this property is modified. Is there anything else I should look into?
Thanks again for the quick reply.
I've updated both the "editor" subdirectory and the pinedit.dll file. I still see the same problem in both the local demo and my application.