View Single Post
  #4 (permalink)  
Old 11-14-2008, 02:39 PM
Mr_Gee Mr_Gee is offline
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 295
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by agraham View Post
Before anyone asks, don't even think of asking me to implement this one
LOL :-)

-=edit=-
added my 2 cents.

Not sure if I got this correctly,
You are using the webbrowser.dll and everything is to your liking, but the access to the context menu, and scroll bars?

You might be able to use the dzHtmlView lib for this, you might need to tweak the html file a bit, but I think it could work the same
With the exception of the context menu.
Also I’m not sure if dzHtmlView accepts non-local html files, but this could be done through downloading (http.lib & binary.dll) the html file
To a temp directory, and read it into a hidden field, next have dzHtmlView display the information….

That way you have full control over the data and not context menu.
scrolling only shows if the text is too big for the area.

-=edit2=-
added an example.

you could just use a txt file with some formatting (and use the DB2000 lib)
that way you can populate more than 1 field.

btw, the actual view works only on the device
Attached Files
File Type: zip dzHtmlView.zip (19.0 KB, 24 views)

Last edited by Mr_Gee : 11-14-2008 at 04:24 PM.
Reply With Quote