Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:08
'Dropping in' new JS files
Poster: fredlongworthhighschool
Dated: Tuesday September 30 2003 - 12:25:38 BST
Noticing I was using RC9, I decided to upgrade my JS files to RC12.
With earlier versions I just dropped the new JS files into my web folder, but it isn't working with RC12 - I can't see the menu. I haven't changed any file names from the norm:
milonic_src.js
mmenudom.js
mmenuns4.js
Do I need to make any other changes?
Poster: Hergio
Dated: Tuesday September 30 2003 - 13:10:22 BST
You make sure you remembered that scriptpath is gone? Read the docs with the download, you of all people should know!
Poster: fredlongworthhighschool
Dated: Tuesday September 30 2003 - 14:26:15 BST
Never used scriptpath. Remmed out with // in my current site. It's actually RC6 so there have been quite a lot of changes I guess.
Got an open evening at the school tonight so I'm doing about six jobs at once!
Poster: fredlongworthhighschool
Dated: Tuesday September 30 2003 - 14:34:23 BST
Fixed it. In my data file, the last line was
Code:
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}
but it's now
Code:
drawMenus();
Poster: John
Dated: Tuesday September 30 2003 - 15:18:11 BST
That's what we like - do-it-yourself customers
Nice goin', Andy.
Poster: Hergio
Dated: Tuesday September 30 2003 - 18:45:06 BST
I would still recommend upgarding your milonic_src and mmenudom files. Even though you weren't using the scriptpath, your milonic_src file still actually looks for it in RC6. The new releases don't even look for it and plus there have been some changes to it. Just my two cents.
Poster: John
Dated: Tuesday September 30 2003 - 18:51:25 BST
Agreed, Dave. Besides, a download now will catch RC13
Poster: fredlongworthhighschool
Dated: Wednesday October 1 2003 - 9:33:22 BST
Yeah, now that I know the newer files will work without making any changes to my data file (other than the last line) I'll get it done today.
Poster: mfurf
Dated: Wednesday October 1 2003 - 20:58:38 BST
I started off with RC11. How important is it to keep up with every single RC? Is there a way of knowing what's been upgraded, fixed or changed in each RC? /mfurf
Poster: Hergio
Dated: Wednesday October 1 2003 - 21:48:55 BST
We don't post every little fix to each RC since there are a bunch of things changing. It wouldnt be worth the time. Essentially, you shouldnt ever have to change around your menu_data file with each RC upgrade...just replace the code-behinds (milonic_src and the other two). Keeping up to date will ensure you are getting the most up to date fixes...its up to you if you want to wait until the final 5.0 or maybe keep a copy of each RC to see if things change you can revert back.