Any user's manual?

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
GAMoN
Beginner
Beginner
Posts: 5
Joined: Thu May 22, 2003 5:04 pm

Any user's manual?

Post by GAMoN »

Hi all,
I've looked 8O for a manual throughout the whole site but couldn't find any.
Learning exclusively by samples can be frustrating...

Can you help me?
Thanks.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

There is no manual as such. However, with all the different examples Andy provides on the main site it's really pretty easy.
Can you help me?
Umm, dunno - you didn't ask anything :?
John
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

A manual, well actually a book will be arriving soon.

Once we have a production release of v4 work will commence on full documentation for the Milonic DHTML Menu as well as website navigation in general.

Cheers
Andy
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Jeez, you tryin' to give a guy a heart attack :?: A real live book.

Wow :mrgreen:
John
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Yep, I'm trying for a change of career, I think it will be less stress if I became a book author instead of a software author.

-- Andy
GAMoN
Beginner
Beginner
Posts: 5
Joined: Thu May 22, 2003 5:04 pm

Post by GAMoN »

Andy wrote:A manual, well actually a book will be arriving soon
That's great, but in the meantime? :roll:

I'd like to know more at least about this parameters:

Code: Select all

...,"Just a Link","test.php",,,0
Ok, it' clear that the first represents the item description, the second the linked url and the last the item border. But what about the missing two?

Code: Select all

..,"Sub Menu Holder","show-menu=submenu1","test.php",,0
Here things get more confusing...
in this case the second parameter is a command (how many available?) and the linked url is the third parameter. :?:

Furthermore:

Code: Select all

...,"# backimage=/menu/images/background.gif;overbackimage=/menu/images/background_on.gif;"
how many of such properties are available? any events? which is the role of the "#" character?

Thanks.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

A quick look at the comments in the array shows the following...

Code: Select all

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
With that in mind, going through Andy's examples on the main site will show you how they can interact in different ways.

As for me, I just started plain-Jane simple, got it working, and then explored more complex examples after I understood the easy stuff.

In V4, due to hit very soon now, there are over 50 commands that can be used. Andy's book (to come) will definitely be needed then.
John
GAMoN
Beginner
Beginner
Posts: 5
Joined: Thu May 22, 2003 5:04 pm

Post by GAMoN »

jgillett wrote:A quick look at the comments in the array shows the following...

Code: Select all

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
Thank you John, that's useful. Unfortunately in my menu_array.js that comment is missing. Maybe I started from a sample with uncomplete comments.
Anyway the role of Alternate URL is not yet perfectly clear to me.
The only rule I got from the samples is: if there's a command (show-menu) in the URL, you must place the link in the Alternate URL.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

That comment immediately follows the first defined main menu item, and frequently winds up off the right side of the screen.

What version are you running? 3.5.15 is current. Also, always get your downloads directly from Andy's site. There are 'mirrors' out there that are literally more than 25 versions down!
Anyway the role of Alternate URL is not yet perfectly clear to me.
The only rule I got from the samples is: if there's a command (show-menu) in the URL, you must place the link in the Alternate URL.
Correct, although it is not necessary to have a link there as well as the show-menu. It can be either way - a link and a sub, or just a sub.
John
GAMoN
Beginner
Beginner
Posts: 5
Joined: Thu May 22, 2003 5:04 pm

Post by GAMoN »

jgillett wrote:That comment immediately follows the first defined main menu item, and frequently winds up off the right side of the screen.

What version are you running? 3.5.15 is current. Also, always get your downloads directly from Andy's site. There are 'mirrors' out there that are literally more than 25 versions down!
The version I'm running is 3.5.15 and I downloaded it directly from Andy's site. As I told you, I simply used a menu_array.js, taken from a sample, in which that line is not commented. But you're right, I checked in the original menu.zip and that comment is present.

Now I built my menu, the only problem is an annoying flickering when browsing with IE (not with other browsers). But I posted a separate topic for this, I don't want to duplicate it here. Anyway if you want to see it... ;)
http://www.ensemblevocale.org/privato/t ... t_menu.htm
Post Reply