#21 (permalink)  
Old 06-06-2008, 08:01 PM
Super Moderator
 
Join Date: May 2008
Posts: 519
Send a message via Skype™ to Adrian
Default

Hi,
I'm asking this alot lately, but please, in order to help you, provide a link so I can see what's happening.
Reply With Quote
  #22 (permalink)  
Old 06-09-2008, 06:45 PM
Junior Member
 
Join Date: Jun 2008
Posts: 4
Default How can I turn off the bottom Tab viewer

I would like to turn off the bottom tab viewer for a page I am making since there is only going to be 1 category on that page.

Also, which AS variable controls the y height of the GRID rows, and the spacing btween them? I used the code from an earlier post to fix the grid width to only show 3 image columns, and it workeed nicely.

Great product I highly recommend it.

gallery (page link)
Reply With Quote
  #23 (permalink)  
Old 06-11-2008, 06:51 AM
Super Moderator
 
Join Date: May 2008
Posts: 519
Send a message via Skype™ to Adrian
Default

Hi,
You could try this (in the second frame of the gallery.fla file):

Code:
this.onResize = function() {
        ...
	ThumbsGrid_mc.height = sh;
	...
};
TabSlider_mc._visible = false;
You can tweak the Thumbnail Grid by opening the ThumbsGrid.as file:

Code:
	private function initVars() {
		...
		vMargin = toy=30; // vertical margin
		hMargin = 20; // horizontal margin
		...
		tvs = 30; // vertical space between thumbs
		ths = 30; // horizontal space between thumbs
                ...
	}
Reply With Quote
  #24 (permalink)  
Old 06-11-2008, 10:28 AM
Junior Member
 
Join Date: Jun 2008
Posts: 4
Default Thanks on the grid spacing

The Grid spacing worked like a charm.

However when I put the code in to set the tab slider to false it gives me an error..."
Error: A 'with' action failed because the specified object did not exist.

Error: A 'with' action failed because the specified object did not exist.

any ideas?

Also, where is the code for the visibility of the movie/pic descriptions that are in the gray box just below the movie player?
Reply With Quote
  #25 (permalink)  
Old 06-11-2008, 03:32 PM
Junior Member
 
Join Date: May 2008
Posts: 7
Default

fixed iit.

Last edited by gabrielsantana; 07-09-2008 at 08:49 PM. Reason: updating again
Reply With Quote
  #26 (permalink)  
Old 06-17-2008, 07:38 AM
Super Moderator
 
Join Date: May 2008
Posts: 519
Send a message via Skype™ to Adrian
Default

I didn't see the gallery on that link.
Reply With Quote
  #27 (permalink)  
Old 08-14-2008, 01:59 AM
Junior Member
 
Join Date: May 2008
Posts: 7
Default Scroll Text

Hi there, in the TitleBar_mc I've added a text box under the title dynamic text field and gave its instance = "c".

Then inside the TitleBar.as I set it's properties to recieve xml data and everything here is working fine.

But since the text is too long, I wanted to make it scrollable, so I put a dragger, mask_mc. It is working, but for some reason it doesn't sit at the right place.

Im sending you a link of the files, if you can see whats bugging that. In the .swf
youll see a dragger above the gallery.

Files: http://www.empty.com.br/Final.zip

thanks
Reply With Quote
  #28 (permalink)  
Old 08-18-2008, 10:30 PM
Junior Member
 
Join Date: Aug 2008
Posts: 3
Default scroll bar

Excellent work!

Can the scroll bar be changed to function like a normal scroll bar? Instead of bouncing back to the center, it stays in place based on where it was dragged to on the page.

Also, can we get the tool tip to work on the thumbnails as well and not just the categories at the bottom?

You can see what I did with it at the link below.

LenzEnd.com | Photography by Yahya Dawood
Reply With Quote
  #29 (permalink)  
Old 08-22-2008, 05:24 PM
Super Moderator
 
Join Date: May 2008
Posts: 519
Send a message via Skype™ to Adrian
Default

The scollbar can't be changed (at least not in this version). It looks really good. You did a great job. Regarding the tooltip, open Thumbnail.as file and add this line:

Code:
Tooltip.show({tip:node.attributes.name, delay:.6, stay:6, follow:true});
for the onRollOver event and...
Code:
Tooltip.hide();
for the onRollOut/onReleaseOutside events.
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 - 2008, Jelsoft Enterprises Ltd.