Actually, I'm getting to look more like Humpty Dumpty lately...
a few screwies, or bugs?
Yeah it's in the license agreement too.
I think this might be Milonic's aggressive approach to license dodgers from now on.
-- Andy
Anyone found in breach will be forced to walk the plank where there are several ill tempered mutated sea bass swimming there.Licensee may not: (i) decompile, disassemble, reverse engineer, or otherwise attempt to derive the source code for the Product
I think this might be Milonic's aggressive approach to license dodgers from now on.
-- Andy
heartfelt pleasantries:
bah, apologies for dropping out of my own thread, thought it was dead. The email notifications stopped coming. I was getting 2 notices each time someone posted to this thread, now none =[
Anyhoo, Andy: good stuff and thanks a ton! Great menu system
Und you mods, thanks for the attentiveness, this board looks to be pretty daggum busy, I'm sure your job is thankless. Well done.
more incompetent puzzling:
I've made me offbgcolor transparent:
Code: Select all
with(dropstyle=new mm_style()){
offcolor="#333366";
offbgcolor="transparent";
Code: Select all
with(milonic=new menuname("products")){
itemwidth=120;
style=dropstyle;
alignment="left";
top="104";
bgimage="/images/layout/dropstyle_bg.jpg";
Code: Select all
with(dropstyle=new mm_style()){
offcolor="#333366";
offbgcolor="#cfceed";
background : color url();
Can I achieve my intent by doing this some other way? Is the documentation coming along yet so I may find out the answers to such questions myself (~goes to check after the fact~)?
=D thanks
Jason
Maybe we should also investigate why the bgimages aren't coming up for the users you mentioned. I checked the WWW link you have, I didnt see the menu anywhere, do you have a URL to it? Also what types of computers and browsers were those people using who had touble viewing the background images?
Dave Hergert
Software Engineer
"Helping to make the menu better, one
at a time."
Software Engineer
"Helping to make the menu better, one
the menu is still here: http://new.centerline-inc.com/menufiveoh.html
I think the reason they weren't seeing the bgimage was a processor issue, they'd see it everntually, seriously a 5 second wait or somesuch. This was a guy on Win XP and IE6+.
Frankly tho, this is one of the reasons I upgraded the menu to 5, I have a 3.06GHz ht P4 with 2GB ram and DSL and was having the same problem with the older version, delay on the bgimage showing up in the submenus.
to answer the question of computers and browsers directly though, Win XP, IE6, all with decent to wicked good processors and RAM, lowest being 1GHz I'd guess (fairly new Dell laptop)
I think the reason they weren't seeing the bgimage was a processor issue, they'd see it everntually, seriously a 5 second wait or somesuch. This was a guy on Win XP and IE6+.
Frankly tho, this is one of the reasons I upgraded the menu to 5, I have a 3.06GHz ht P4 with 2GB ram and DSL and was having the same problem with the older version, delay on the bgimage showing up in the submenus.
to answer the question of computers and browsers directly though, Win XP, IE6, all with decent to wicked good processors and RAM, lowest being 1GHz I'd guess (fairly new Dell laptop)
Jason
Then it sounds more like a bandwidth network issue. Am I wrong in guessing these people are probably on telephone modems? The menu code downloads very fast but the image takes much longer and thats why it appears later, its no the computer but the connection to the internet. Looking at your background image, this can be helped some. Your background image is a gradient left to right, pretty staightforward. Its 219 x 20, and doesn't change at all from top to bottom, so this image does not need to be 20 px high, you should change your image to 219 x 1 and it will repeat and look exactly as it does now. You could cut the image size down considerably. See if that helps.
Dave Hergert
Software Engineer
"Helping to make the menu better, one
at a time."
Software Engineer
"Helping to make the menu better, one
the bgimage is 20px high because it can sometimes take a browser longer to draw the page with a bunch of 1px images than with 20px images (or 32 or 72 or whatever). At 560 bytes I think it's hardly an issue either way. Especially since we're talking about T1 or better speeds. No dialers.
Any idea how to get the bgimage to lay over the top of the bgcolor instead of the other way around if I specify both? That would be a nice workaround to the issue. If not then I'll begrufginly go just bgcolor.
Thank Hergio
Any idea how to get the bgimage to lay over the top of the bgcolor instead of the other way around if I specify both? That would be a nice workaround to the issue. If not then I'll begrufginly go just bgcolor.
Thank Hergio
Jason
Changing stuff like that requires Milonic to do it. I am not sure of the precedence logic that goes into that.
How about you try removing the over and out filters on the menus. Yes, they look very nice, but maybe that is causing the slowdown. The effect of a filter is entirely computed and done by the browser so if it seems to be a computer related issue, maybe removing the filters may help. Try it out, it might change things. You could also try a different, less cpu-intensive filter. Just throwing ideas your way....
How about you try removing the over and out filters on the menus. Yes, they look very nice, but maybe that is causing the slowdown. The effect of a filter is entirely computed and done by the browser so if it seems to be a computer related issue, maybe removing the filters may help. Try it out, it might change things. You could also try a different, less cpu-intensive filter. Just throwing ideas your way....
Dave Hergert
Software Engineer
"Helping to make the menu better, one
at a time."
Software Engineer
"Helping to make the menu better, one
Ehh alot of the filters are proprietary Microsoft filters that apply nicely to the menu but only on IE. If you go to the MSDN site and search on filters (or even on these forums) you will see the list of them that are available. But its microsoft giving us most of those nice effects. To make them cross-browser compatible would take a lot of javascript and DHTML making large downloads and slow animations....or for microsoft/W3C to make them a standard across all browsers. Someday the world will be perfect....ehh, maybe not. 
Dave Hergert
Software Engineer
"Helping to make the menu better, one
at a time."
Software Engineer
"Helping to make the menu better, one



