Search found 39 matches

Go to advanced search

by nemo
Tue Oct 19, 2010 5:52 pm
Forum: News
Topic: Showcase
Replies: 74
Views: 778850
 
Jump to post

Re: Showcase

by nemo
Tue Mar 09, 2010 9:19 am
Forum: Highslide JS Usage
Topic: Click on image for "next?"
Replies: 8
Views: 4353
 
Jump to post

Re: Click on image for "next?"

Hi nemo, ItÔÇÖs a Bookmark topic link in the footer of each page. You can manage your bookmarks in the User Control Panel. 2010-03-09_0953.png :oops: Ouch, I see it now... I have been wanting and searching for this 'bookmark' feature for months now, and I never noticed it before :-( I was always lo...
by nemo
Tue Mar 09, 2010 8:51 am
Forum: Highslide JS Usage
Topic: Click on image for "next?"
Replies: 8
Views: 4353
 
Jump to post

Re: Click on image for "next?"

This was a great question and a great tip from RoadRash... Like many questions and answers on this forum, I sometimes feel it is helpful if there is a way I could subscribe to certain threads, which at the moment is not supported in this forum. This way I can always keep look back at some good tips ...
by nemo
Mon Mar 08, 2010 6:46 pm
Forum: Highslide JS Usage
Topic: gallery in Ajax
Replies: 9
Views: 5062
 
Jump to post

Re: gallery in Ajax

Hi Torstein, I am glad to report your suggestion to use "hs.discardElement(fadeBox);" fixed the reported problem above, thanks. I will check a few other things in my web site to make sure it does not break anything else, thanks again (hope this fix will be in an upcoming update.) kind rega...
by nemo
Sat Mar 06, 2010 9:01 pm
Forum: Highslide JS Usage
Topic: Conditionally do something on popup close possible?
Replies: 14
Views: 6721
 
Jump to post

Re: Conditionally do something on popup close possible?

thanks so much RoadRash, it works now...

best of wishes
nemo
by nemo
Sat Mar 06, 2010 8:09 pm
Forum: Highslide JS Usage
Topic: Conditionally do something on popup close possible?
Replies: 14
Views: 6721
 
Jump to post

Re: Conditionally do something on popup close possible?

OK, this relates to my post in this thread dated 24 January 2010. The same scenario, I have a slideshow that triggers an action if the user hits the escape key on the keyboard, or clicks on the photo to close down the slideshow. Or if the slideshow terminates normally, the same action also triggers ...
by nemo
Fri Mar 05, 2010 11:37 pm
Forum: Highslide JS Usage
Topic: gallery in Ajax
Replies: 9
Views: 5062
 
Jump to post

Re: gallery in Ajax

Hi there, Sadly, I am still having a problem getting my original inquiry to work the way I like it to be (see the very first post on this thread.) I started to get a feeling I need further help. What I have is an external HTML page loaded in via an Ajax call, and the text content of this external HT...
by nemo
Mon Jan 25, 2010 6:56 pm
Forum: Highslide JS Usage
Topic: Conditionally do something on popup close possible?
Replies: 14
Views: 6721
 
Jump to post

Re: Conditionally do something on popup close possible?

admin wrote:Can you use this event? http://highslide.com/ref/hs.onKeyDown .
Great, I didn't notice I could use this. It works now. thanks so much.

nemo
by nemo
Sun Jan 24, 2010 1:18 pm
Forum: Highslide JS Usage
Topic: Conditionally do something on popup close possible?
Replies: 14
Views: 6721
 
Jump to post

Re: Conditionally do something on popup close possible?

There is the function hs.Expander.prototype.onImageClick. I added this to script section to my code above and I got the effect I needed when the user click on the image. However the problem remains if the user hits the Escape key and the image closes, that closes the image but does activate the rule...
by nemo
Sun Jan 24, 2010 1:05 pm
Forum: Highslide JS Usage
Topic: Conditionally do something on popup close possible?
Replies: 14
Views: 6721
 
Jump to post

Re: Conditionally do something on popup close possible?

I searched the forum for a possible answer to my question and this thread was the closest I found. I am using a gallery slideshow consisting of a large number of photos with the helpful thumb strip option. I was looking for an HighSlide event option where something would trigger when the gallery rea...
by nemo
Mon Jan 11, 2010 8:07 pm
Forum: Highslide JS Usage
Topic: gallery in Ajax
Replies: 9
Views: 5062
 
Jump to post

Re: gallery in Ajax

Hi, Thanks RoadRash for attempting to reconstruct an example given my description. I compared your example with my pages and both looked pretty much the same with one little difference.The HTML page where the Ajax call is made (i.e. 'main.htm') missed this piece of code if (hs.addSlideshow) hs.addSl...
by nemo
Sun Jan 10, 2010 3:46 pm
Forum: Highslide JS Usage
Topic: gallery in Ajax
Replies: 9
Views: 5062
 
Jump to post

gallery in Ajax

Hi, I have an HTML page (let's call this page for the sake of this post 'test.htm'). This page contains several group galleries. An example of one such gallery inside 'test.htm' <a href="test1.jpg" class="highslide" onclick="return hs.expand(this ,{ slideshowGroup: 'group1' ...
by nemo
Thu Nov 19, 2009 9:53 am
Forum: Highslide JS Usage
Topic: Using Highslide as means to preload GUI images
Replies: 2
Views: 1660
 
Jump to post

Re: Using Highslide as means to preload GUI images

admin wrote:Yes I suppose you could do this if you are already using Highslide on that page. Just add hidden thumbnails in a separate slideshow, and set numberOfImagesToPreload to a higher number.
Great... Thank you Torstein... I find this discrete pre-loading feature of Highslide really interesting :-)

nemo
by nemo
Thu Nov 19, 2009 9:28 am
Forum: Highslide JS Usage
Topic: Using Highslide as means to preload GUI images
Replies: 2
Views: 1660
 
Jump to post

Using Highslide as means to preload GUI images

Hi, I am thinking if there is any merit to using Highslide in a way it was not originally intended for but could lead to improving the performance of my web-site. My web-site is designed as a book with a series of individual pages. On each page there is clickable 'next' button leading to the next pa...
by nemo
Sun Nov 15, 2009 5:56 pm
Forum: Highslide JS Usage
Topic: feature request: inline zindexcounter
Replies: 7
Views: 3602
 
Jump to post

Re: feature request: inline zindexcounter

Code: Select all

hs.Expander.prototype.onInit = function() {
	hs.container.style.zIndex = this.custom.zIndex;
}
Yes, this works!!! I can now control the z-index of HTML elements and the HS Expanded elements, great.. Thanks a lot :-)

Go to advanced search