Alaska Software Inc. - About the XbpHTMLWindow sample
Username: Password:
AuthorTopic: About the XbpHTMLWindow sample
Itai Ben-ArtziAbout the XbpHTMLWindow sample
on Mon, 20 Jul 2020 22:35:25 -0700
About the XbpHTMLWindow sample:
Can each item be expanded when the mouse hover over an item or only
upon a click?  How?
Many thanks,
-Itai
Andreas Gehrs-Pahl
Re: About the XbpHTMLWindow sample
on Tue, 21 Jul 2020 19:02:44 -0400
Itai,

>About the XbpHTMLWindow sample:
>Can each item be expanded when the mouse hover over an item or only
>upon a click?  How?

This sample uses a proprietary feature of the HTMLLayout DLL, which the 
XbpHTMLWindow() is based on, that implements this collapsible list. If you 
want to change the behavior of the "XbpSlidingList()" class, you can modify 
the CSS code in the "slidinglist.htm" file in the "Resources" sub-directory.

Though there isn't any documentation (for HTMLLayout) available, I'm pretty 
certain that the collapsible list feature is based entirely on mouse click 
events, rather than mouse hover events.

Andreas

Andreas Gehrs-Pahl
Absolute Software, LLC

phone: (989) 723-9927
email: Andreas@AbsoluteSoftwareLLC.com
web:   http://www.AbsoluteSoftwareLLC.com
[L]:   https://www.LinkedIn.com/in/AndreasGehrsPahl
[F]:   https://www.FaceBook.com/AbsoluteSoftwareLLC
Itai Ben-ArtziRe: About the XbpHTMLWindow sample
on Wed, 22 Jul 2020 23:13:07 -0700
Thank you, Andrea.
It can probably be achieved via the CSS but I am not an expert in CSS,
thus, I do not know [yet] how to modify the CSS to get it to work.
Jose Antonio Diego KerejeRe: About the XbpHTMLWindow sample
on Thu, 23 Jul 2020 11:30:55 +0200
Hi,

As Andreas says, the example mixes HTMLLayout DLL's proprietary features and 
standard html + css features.

Therefore what you want can be enabled with CSS. Replace the original file with 
the modified one attached.

Regards. Diego



slidinglist.htm
Itai Ben-ArtziRe: About the XbpHTMLWindow sample
on Fri, 24 Jul 2020 20:44:53 -0700
Great!
Thank you, Jose!
Exactly what I was looking for.
Again, many thanks.
-Itai