Hi Larry,
> Tooltips > > are HTML > > formatted so simply putting a correctly formatted > > image tag into a > > string field will make the picture show up in the > > tooltip. > > > > Some example image tags are: > > > > Web: <img > > > src="http://images.google.com/intl/en_ALL/images/images_hp.gif"> > > > > File path with drive: <img > > src="file:///C:/pictures/sample1.jpg"> > > > > File path without drive: <img > > src="file:///pictures/sample1.jpg"> > > > > To limit the size of images, you can include the > > height and width limits: > > > > <img width=276 height=110 > > > src="http://images.google.com/intl/en_ALL/images/images_hp.gif"> > > > > Relative paths do not seem to be possible in this > > context. > > > > regards, > > Larry Becker Thanks for this useful tips! I started to use them for a project of mine. Meanwhile I transfered what you wrote in the help documentation (List of function - view - map tooltips). If you want to add/correct somethings you are very welcome. Peppe ___________________________________ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html _______________________________________________ jump-users mailing list [email protected] http://lists.refractions.net/mailman/listinfo/jump-users
