#1 (permalink)  
Old 11-04-2008, 12:59 AM
Junior Member
 
Join Date: Nov 2008
Posts: 2
Default Picture title dose not change.

If you place the mouse on either arrow and click it the picture changes but the balloon message dose not unless you move the mouse off the arrow and back on.
Reply With Quote
  #2 (permalink)  
Old 11-06-2008, 09:17 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

Yes, that is true. I will come with a fix as soon as possible.
Reply With Quote
  #3 (permalink)  
Old 11-07-2008, 09:29 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

OK, really easy to fix it. Open source\oxylus\JuneGallery\ImageViewer.as, find the following two blocks of code and add the lines written in bold:

Code:
private function LftPress() {
		data = prvNode();
		LftOver();
	
}

private function RgtPress() {
		data = nxtNode();
		RgtOver();
}
Save the file, then open source/main.fla and republish the swf.

Last edited by Adrian; 11-07-2008 at 10:05 PM.
Reply With Quote
  #4 (permalink)  
Old 12-08-2008, 04:23 AM
Junior Member
 
Join Date: Nov 2008
Posts: 2
Default Thanks

Works Great!

Thanks,
Kevin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.