PDA

View Full Version : HTMLLib


tamoneya
07-02-2007, 12:54 PM
Hi,
I'm currently writing an application on a palm treo and need to do some rendering of HTML within the app therefore i cant use blazer. I was looking at the HTML Library but cant find much documention of it. I was wondering if anyone knew where I could find this

phreakonaleash
07-02-2007, 06:34 PM
pdn.palm.com
Download the Palm, Inc sdk (note that this is not the same sdk as from ACCESS)
headers for the htmllib is in /68k/libraries/htmllib
download associated docs.
In either the PDF or the chm/html there will be sufficient docs on this.

Welcome to the source and good luck on your appl,

tamoneya
07-02-2007, 06:55 PM
I looked in the header files as well as in the chm/html docs. I didnt really find much detailing how the library works. The main thing that I am trying to figure out how to do is to work with tags like <a name="inline"> and <a href="#inline">.
I have learned a little from the docs as well as one of the sample programs provided(HTMLLibTest68k) and have worked with the callbacks and such but i cant find a way to have the library scroll down to the anchor tag that was passed in the url.