Subject: Menu's DynamicEnableDefaultPopOutImage??
Posted By: rit01 Post Date: 4/19/2006 8:51:15 AM
Hi All

I am just playing with the menu control for a project and would like to not include a pop out image within the dynamic menu. At the moment it shows the default triangle image and when I set the property DynamicEnableDefaultPopOutImage="false" I expected this to disappear but it hasn't.

Can anyone see what I could be doing wrong? or have I got mixed up as to what this property should be doing?



<asp:Menu ID="Menu1" runat="server" DynamicEnableDefaultPopOutImage="False">
            <Items>
                <asp:MenuItem Text="New Item 1" Value="New Item 1">
                    <asp:MenuItem Text="New Item 1" Value="New Item 1">
</asp:MenuItem>
                </asp:MenuItem>
                <asp:MenuItem Text="New Item 2" Value="New Item 2">
                    <asp:MenuItem Text="New Item 2" Value="New Item 2">
</asp:MenuItem>
                </asp:MenuItem>
                <asp:MenuItem Text="New Item 3" Value="New Item 3">
                    <asp:MenuItem Text="New Item 2" Value="New Item 2">
</asp:MenuItem>
                </asp:MenuItem>
            </Items>
        </asp:Menu>



Ta

Rit
Reply By: Imar Reply Date: 4/19/2006 1:22:21 PM
Hi Rit,

Shouldn't you be using StaticEnableDefaultPopOutImage instead?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Reply By: rit01 Reply Date: 4/19/2006 2:35:55 PM
Ah ha!.. now that makes sense. Doh! Sorry for the time waster!... I got little confused with all of the properties relating top the menu control.

Thanks Imar!

Rit

Rit
www.designandonline.co.uk
INSPIRE | CREATE | DELIVER
Reply By: Imar Reply Date: 4/19/2006 3:02:20 PM
quote:
Ah ha!.. now that makes sense.
You think so?? ;-)

I always get a bit confused by properties with names like DynamicEnableDefaultPopOutImage and StaticEnableDefaultPopOutImage..... ;-)

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Reply By: rit01 Reply Date: 4/19/2006 3:58:18 PM
You mean to say they don't just roll off of your tongue?.. try saying them after a few pints :-)

Rit
www.designandonline.co.uk
INSPIRE | CREATE | DELIVER
Reply By: Imar Reply Date: 4/19/2006 4:01:59 PM
Haha, yeah good idea. Trying it out with some red wine now.... ;-)

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was saying out loud: DynamicEnableDefaultPopOutImage and StaticEnableDefaultPopOutImage as often and as quick as I could... What's This?

Go to topic 43140

Return to index page 309
Return to index page 308
Return to index page 307
Return to index page 306
Return to index page 305
Return to index page 304
Return to index page 303
Return to index page 302
Return to index page 301
Return to index page 300