Search found 12 matches

Go to advanced search

by billreilly
Fri Jan 21, 2011 10:04 pm
Forum: News
Topic: Showcase
Replies: 74
Views: 778700
 
Jump to post

Re: Showcase

With the help of Torstein and from reading this forum, I've just adapted Highslide for use in an iPhone (or Android, BlackBerry, etc.) web app... you can have a look at what I've done... Note: This web app was designed for use on a smartphone or other portable devices, so it might not work correctly...
by billreilly
Fri Jan 21, 2011 7:52 pm
Forum: Highslide JS Usage
Topic: HighSlide For iPhone?
Replies: 5
Views: 3625
 
Jump to post

Re: HighSlide For iPhone?

I am trying to tailor my highslide gallery to fit the iPhone screen. Are there any existing threads, guides, or pointers to available resources? With the help of Torstein and from reading this forum, I've just adapted Highslide for use in an iPhone (or Android, BlackBerry, etc.) web app... you can ...
by billreilly
Mon Jan 17, 2011 11:00 am
Forum: Highslide JS Usage
Topic: Redraw popup when browser window changes size
Replies: 7
Views: 4017
 
Jump to post

Re: Redraw popup when browser window changes size

Another option would to use hs.registerOverlay, but remove the first configuration object from hs.overlays before you add the second. Try just running hs.overlays = [] before adding it. That did it, Torstein... you're a genius!!... adding hs.overlays = [] before calling hs.registerOverlay in the Re...
by billreilly
Sun Jan 16, 2011 10:38 pm
Forum: Highslide JS Usage
Topic: Redraw popup when browser window changes size
Replies: 7
Views: 4017
 
Jump to post

Re: Redraw popup when browser window changes size

Yes, this would happen when you call registerOverlay twice. Instead, I recommend that you use http://highslide.com/ref/hs.Expander.prototype.createOverlay, which will only create an overlay for that actual expander, whenever it is opened. Thanks for that, Torstein... your suggestion to use hs.Expan...
by billreilly
Thu Jan 13, 2011 1:09 am
Forum: Highslide JS Usage
Topic: Redraw popup when browser window changes size
Replies: 7
Views: 4017
 
Jump to post

Re: Redraw popup when browser window changes size

Torstein: Thank you again very much for your help... I'm almost there, i just have 1 small problem: I played around a bit, and I couldn't get your hs.captionOverlay.position suggestion to work, so i modified it a bit and got it almost working... In the <head> section of my html page i have this: <sc...
by billreilly
Mon Jan 10, 2011 8:40 am
Forum: Highslide JS Usage
Topic: Redraw popup when browser window changes size
Replies: 7
Views: 4017
 
Jump to post

Re: Redraw popup when browser window changes size

Thanks Torstein for your quick reply... Where should I place this code?... I tried putting it in the Window Resize 2 Mod code just below the variable definitions, but it doesn't do anything... it obviously has to go inside that routine or it won't work when the device changes orientation, but then i...
by billreilly
Sun Jan 09, 2011 12:51 pm
Forum: Highslide JS Usage
Topic: Redraw popup when browser window changes size
Replies: 7
Views: 4017
 
Jump to post

Redraw popup when browser window changes size

Hello: I am developing a mobile web app for smartphones (iPhone, Android, etc.)... I would like to make it so that the HS popup gets redrawn when the orientation of the phone changes... I'm already using one of Torstein's solutions for redrawing the popup when the window gets resized: // Start Windo...
by billreilly
Sat Jan 08, 2011 1:09 pm
Forum: Highslide JS Usage
Topic: Highslide on an iPhone or Android
Replies: 3
Views: 2405
 
Jump to post

Re: Highslide on an iPhone or Android

I've been searching the forum for days looking for a solution to another question I have related to the above, but I cannot find a solution: I would like to make it so that if the window is in portrait mode (hs.page.height > hs.page.width) then the controls appear under the image (position: 'below')...
by billreilly
Sat Nov 20, 2010 3:08 pm
Forum: Highslide JS Usage
Topic: Next and Prev buttons in fullexpand view
Replies: 3
Views: 2421
 
Jump to post

Re: Next and Prev buttons in fullexpand view

When a user hits the fullexpand button, the new expanded popup still has Next and Prev buttons, but if you click one of these buttons the image retreats back to the original popup view... Is there a way to make it so the Next and Prev buttons change the image, but keep the fully expanded popup exac...
by billreilly
Sat Nov 20, 2010 1:13 pm
Forum: Highslide JS Usage
Topic: Next and Prev buttons in fullexpand view
Replies: 3
Views: 2421
 
Jump to post

Next and Prev buttons in fullexpand view

Hello All: When a user hits the fullexpand button, the new expanded popup still has Next and Prev buttons, but if you click one of these buttons the image retreats back to the original popup view... Is there a way to make it so the Next and Prev buttons change the image, but keep the fully expanded ...
by billreilly
Fri Nov 05, 2010 11:56 pm
Forum: Highslide JS Usage
Topic: Highslide on an iPhone or Android
Replies: 3
Views: 2405
 
Jump to post

Re: Highslide on an iPhone or Android

I just found the answer, hidden deep in this forum... I'm using one of Torstein's solutions for redrawing the popup when a window gets resized... // Start Window Resize 2 Mod ---------------------------------------------------- hs.addEventListener(window, 'resize', function () { var expanders = hs.e...
by billreilly
Fri Nov 05, 2010 10:12 pm
Forum: Highslide JS Usage
Topic: Highslide on an iPhone or Android
Replies: 3
Views: 2405
 
Jump to post

Highslide on an iPhone or Android

Hello: I have a web app for mobile devices and smartphones where I'm using Highslide as an image viewer... Everything works great, except when the user changes the orientation of the device (from portrait to landscape or vice-versa) while a popup is visible... The page changes orientation as well as...

Go to advanced search