21 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for jonsan32

I'm having trouble applying the javascript necessary to close one set of sub-menus when another set is opened. The tutorial site provided some demo code that works, but I can't get it to work without displaying all the various buttons to activate the other available skins. Up top is the …

0
227
Member Avatar for grafic.web

Hi, i created a Menu controller and inside my views folder i create a page Menu.cshtml with the list of my menus and submenus, now, i would love to show this page in my _Layout.cshtml, this is the code : @model IEnumerable<Menu3.Models.Menu> <!-- If the Model isn't null --> @if …

0
166
Member Avatar for spowel4

I'm trying to figure out how to disable some of the right-click Windows context menu items for certain users (i.e. users with less security), can someone point me in the right direction please? Specifically, the lower-security users should only have New-Word Document, New-Excel Document, and New-Powerpoint Document in their right-click …

0
150
Member Avatar for philcm

Hi ; I'm trying to add a simple menubar to my lister window : ------------------------------------ #!/usr/bin/env python import subprocess import os, stat, time import pygtk pygtk.require('2.0') import gtk folderxpm = [ "17 16 7 1", " c #000000", ". c #808000", "X c yellow", "o c #808080", "O c #c0c0c0", …

0
121
Member Avatar for sujitpatil444

hi, i want to disable menu bar button(left-top) in office 2007 word document opened in windows form. please provide sample code. ASAP Thanks in advace...

-1
214
Member Avatar for DGray678

I have a Spry menu on this page: http://www.allaboutbags.ca/notmadeincanadamyth.html when I view it in IE it is perfect (a straight black menu bar across the page) but when I view it in Firefox all the menu items are bumped to the right of the page stacked on top of each …

0
87
Member Avatar for DyO1

Hello. I'm going to show you how to make a pop-up (right-click) menu that you can edit 1.Select the application you want to edit,or create a new one 2.add ContextMenuString 3,You are going to see a menu on the top of the form,juat add the stuff you want to be …

1
105
Member Avatar for emreozpalamutcu

Here is list of things I want to do: Display context menu strip only when mouse is over the item and right clicked on it, the code I have for that is this: [code]private void contextMenuStrip1_Opening(object sender, CancelEventArgs e) { if (listView1.SelectedItems.Count == 0) e.Cancel = true; } private void …

0
108
Member Avatar for dantheman50_98

Hi There, I'm in a bit of a conundrum over the menu structure on a new site of mine. Here's the main menu: Home | Shop | About Us | Blog | Contact Us Under Shop are the following subpages: Introduction | Technical Info | Reviews Under About Us are …

0
101
Member Avatar for 11349

Hi All, Hope your all well Im really new to the world of JSP & AJAX, my question is, I need to retrive names from a database and present them to a user on a JSP form, but I shouldnt show any database interaction on the client end, So as …

0
68
Member Avatar for JD321

I have a Flash CS3 movie containing menu links. It works fine in IE, Chrome, Opera and Safari, but not in Firefox. Hovering over the menu, the graphic moves but then flickers repeatedly, and pressing the menu button does not take you anywhere. I read earlier posts here and learned …

0
144
Member Avatar for StephNicolaou

Hi All, As shown below, I have already managed to disable all menu items from the QAT. However I would also like the menu option to be completely removed! [code] <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> <commands> <command idMso="ApplicationOptionsDialog" enabled="false"/> <command idMso="FileExit" enabled="false"/> <command idMso="Help" enabled = "false"/> </commands> <ribbon startFromScratch="true"> <officeMenu> <button idMso="FileCompactAndRepairDatabase" …

0
137
Member Avatar for Siege

Hi, I am currently developing a website for myself and one of the things I want on my page is a nice hover menu. I will try and explane this as simple as I can. I want to have 3 pictures lined up next to each other, and when I …

0
72
Member Avatar for newbieJS

I have been working at this for far too long and I'm having no luck sorting out my menu issues. Please HELP ! Below I will paste the code. I went through numerous tutorials and have attempted to make use of two functions (provided on-line through W3Cschools tutorials.) I have …

0
83
Member Avatar for yoyoyy

how can I make menu like tool in visual studio when hover on it. it will show the rest of menu to the right.

0
77
Member Avatar for Kim Hampshire

I have a new PC with Window 7 and have successfully loaded Acrobat 9 pro - but a lot of the Acrobat functionality is now missing (it all worked under the XP platform). For example, when creating a form, using a buttom with an 'Execute menu item' command is not …

0
101
Member Avatar for sumisudhakar

I am currently working in an ASP.Net application where i need to implement ASP.Net Membership and Roles. I have used Login controls in my pages. Also I am using a menu in the master page, which is getting data bindings from database. For data bindings I am using XMLDatasource and …

0
153
Member Avatar for bhbooton

I am creating a asp.net master page with a menu (asp:Menu) that is populated from a web.sitemap. My client wants the format of the page to meet his already existing html pages. I'm trying to manipulate the borders surrounding the menu items. So far, all I've found is the ability …

0
79
Member Avatar for 77wildhorses
Member Avatar for ahsanpervaiz

I dont know what happened my jquery menus are not working at all.......particularly the hover opacity effect is not working.....it was working 2 days ago i dont know what have i messed with.......here is the full page code.......[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; …

0
94
Member Avatar for JonJacobs

I have a Web page named Menu.aspx on which I have a (gasp) Menu control. It is bound to an XMLDataSource control, which is bound to an XML file. My problem is that clicking the menu item does not navigate to another page. It just flickers and re-displays the current …

0
97

The End.