Web Connection
Closeable hover panel cannot be closed
Gravatar is a globally recognized avatar based on your email address. Closeable hover panel cannot be closed
  n/a
  All
  Jul 8, 2015 @ 09:34am
I am upgrading from 5.62 to 5.72. I know the images and westwind.css were updated and I put the updates in my site folders where visible to my wc app.

My closeable hover panels no longer display the old closebox graphic. There's no way to close 'em.

I got one of them partially displaying new closex.png (I think, might be close.png). I copied all new images into my images folder and they also exist at my site folder\css\images.

When this happened in the past commenting out below in my asp style file fixed the problem.


<!-- 20120320

<script src="/wwThreads/scripts/jquery.js" type="text/javascript"></script>

<script src="/wwThreads/scripts/ww.jquery.js" type="text/javascript"></script>

-->>

I instead use below in my code behind.

*****************************************************************
* OnLoad
****************************************
FUNCTION OnLoad()

***Execute default app page class OnLoad (see Nav_Page.PRG) to hook in any common / admin functionality etc. 20140819 bmc
DODEFAULT()

*** Load JavaScript libs
THIS.JQueryConfig.IncludejQuery('~/scripts/jquery.js' )
IncludewwScriptLibrary('~/scripts/ww.jquery.js') &&ww.jquery.js

Clues appreciated!

Gravatar is a globally recognized avatar based on your email address. Re: Closeable hover panel cannot be closed
  n/a
  All
  Jul 8, 2015 @ 09:45am

I should add, the one that partially display the new close image, when I close it, the shadow remains.


I am upgrading from 5.62 to 5.72. I know the images and westwind.css were updated and I put the updates in my site folders where visible to my wc app.

My closeable hover panels no longer display the old closebox graphic. There's no way to close 'em.

I got one of them partially displaying new closex.png (I think, might be close.png). I copied all new images into my images folder and they also exist at my site folder\css\images.

When this happened in the past commenting out below in my asp style file fixed the problem.


<!-- 20120320

<script src="/wwThreads/scripts/jquery.js" type="text/javascript"></script>

<script src="/wwThreads/scripts/ww.jquery.js" type="text/javascript"></script>

-->>

I instead use below in my code behind.

*****************************************************************
* OnLoad
****************************************
FUNCTION OnLoad()

***Execute default app page class OnLoad (see Nav_Page.PRG) to hook in any common / admin functionality etc. 20140819 bmc
DODEFAULT()

*** Load JavaScript libs
THIS.JQueryConfig.IncludejQuery('~/scripts/jquery.js' )
IncludewwScriptLibrary('~/scripts/ww.jquery.js') &&ww.jquery.js

Clues appreciated!

Gravatar is a globally recognized avatar based on your email address. re: Closeable hover panel cannot be closed
  Luca
  n/a
  Dec 16, 2019 @ 10:28pm

Hi, I did read you was able to get HoverPanel running. I am struggling on documentation examples from days but still I was not able to see HoverPanel running. Please could you give some help? Thank you very much!

© 1996-2024