On Feb 19, 2006, at 3:43 , Sven E Olsson wrote:
On Feb 19, 2006, at 2:43 , Jonathon Bevar wrote:
To help those in creating a basic Help or Tutorial System for
RealBasic 2005 created applications. This uses the NEW HTMLViewer
function in RB2005.
a.. TutorialSys.rbp (Main Project File)
b.. TSP_100.htm (TutorialSysPage 100 html page)
c.. TSP_mainscreen.bmp (Bitmap image of the Mainscreen of
TutorialSYS)
This is even easier then the HelpSYS that was created earlier as
only One HTML page is used. The simple use of BookMarking makes
searching for selected points within the HTML page a breeze.
How to use and setup is all within the Help/Tutorial HTML.
Download Link: http://www.onclicksoftware.com/downloads/
TutorialSYS.zip
Thank you,
Jonathon Bevar
Hi,
I understand you created for Windows..But i doing an test on Macintosh
It looks that the idea about ancors in the folderitems not working
on Mac.
If use the debugger and the Folderitem for listindex 5 =
".....TSP_100.htm'
OS X 10.4.4 RB2006r1
Regards,
Sven E Olsson
Hi again,
I change the code and is now working with the ancors on Macintos
Dim myURL as String
// Load the HTML page and redirect it to the BookMark of BM5
gFolder=GetFolderItem("").Child("TSP_100.htm")
myURL = gFolder.URLPath
HTML.LoadURL myURL +"#BM5"
Sven E Olsson
[EMAIL PROTECTED]
http://www.xhtmlsoft.com
http://seedit.3.forumer.com/
Skype: callto://sven-e-olsson-simrishamn-sw
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>