Can I add a sub menu to Preferences menu?

My plugin requires some settings to be done before using that. Can I add a sub menu to a Edit->preferences menu?

No.

Similar Messages

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!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; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • I can't add any GTK programs to "Start" menu

    Hi. I have upgrade system but I can't add any GTK programs to my menu. When I tried add it, and save changes...... menu is no update. Other programs add properly. What does this means ?
    Greetings

    odin1983 wrote:
    Hi. I have upgrade system but I can't add any GTK programs to my menu. When I tried add it, and save changes...... menu is no update. Other programs add properly. What does this means ?
    Greetings
    Can you give us some more info? Is this gnome, fluxbox, kde, etc for example? What GTK apps do you mean?
    You often have to restart the wm or reload configs etc to get new menu items showing, have you tried that?

  • Can you add things to the Firefox button menu?

    Regarding the orange Firefox menu button--can you add things to it? I want to add the zoom option to that menu. I an add the + and - zoom buttons to the toolbar, but I want the zoom option in the orange Firefox button menu itself instead. Is that possible?

    Have you considered using the keyboard commands for Zoom? <br />
    https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages
    Or use '''{Alt}''' to show the Menu bar - then hit '''{V}'''for the View menu - then '''{Z}'''for Zoom - then use '''{I}''' to zoom in or '''{O}''' to zoom out from the keyboard.
    Adding menu items isn't easy, plus the internal commands for the new menu item would need to be coded. You would either have to locate an extension which adds those menu items or learn how to create an extension that has that feature.

  • How can I add additional submenu items to Spry Menu Bar?

    The drop down header only allows for for 2 submenus - ie. child and grandchild pages
    How can I add a third or fourth submenu - ie great grandchild and great great grandchild pages?

    Its OK! I've just found an answer:
    http://forums.adobe.com/message/1049136#1049136
    PS. I did searching before I posted - but I didn't spot this till afterward

  • Can't add new time in pop up menu template

    Hope someone can help as I'm lost on this one. I am trying to use the schedule template in iworks09 but I need to add more time variations in the cell pop up menu. I enter the inspector pane for the particular cell and click into cells inspector which shows the pop up menu option with the various time options. When I click to edit the time or add a new time it won't allow me to save it with either AM or PM. This stops the daily hours formula from calculating the correct time worked. Is this a glitch in the program or am I missing something? I need to add 30 minute increments between 11:00 AM and 3:00 PM because according to apple nobody starts or finishes between these times! Any help would be greatly appreciated.

    chabotlow,
    This is a tricky template, believe me. Numbers is interpreting your pop-up entry as a DATE/TIME value, and apparently you have set your System Preferences > International to not use the AM and PM indicators, so Numbers is reformatting your entry.
    The next problem that you are going to encounter is that all the other entries in the POP-UP have an un-displayed DATE of many days earlier, back when the template was designed. So, when you do the subtraction to find the elapsed work time, you will get a big surprise if your POP-UP data was entered on different days. If you want to change a few times on the POP-UP menu, you will have to change them all so that they all reflect the same DATE. That's not as bad as it may seem. Make one "IN" POP-UP and one "OUT" POP-UP. Then copy them to the rest of the table.
    Regards,
    Jerry

  • Can't add new account in mail Preferences

    When I attempt to add a new account in Mail preferences the + sign does not function. Another strange symptom is that MAILl will not quit, and I must force quit from the Apple menu. AND, the account that does appear in the account window appears in broken type and although the information is correct, no In, out junk or drafts appear. Obviously there is major corruption. I've fixed the permissions and done the obvious things. It sounds like my program may be corrupt. What caused this, is that I had to reinstall Tiger on another drive in my G5 when my original version lost its users and I couldn't boot up. Mail still works fine on my newer Intel MAC. I know it has a different version of MAIL but is there a way to use its settings and/or caches,prefs and data? Unfortunately my copy of Tiger is on multiple CD's and I don't get the option of what to install..it's all or nothing.
    thanks for your help.
    C

    I tried your routine twice, but unfortunately the same situation. Interestingly, there was no no Mail in the Cache folder. What did happen, after the first Safe Boot is that MobileMe sync sent me a message that it wanted to change a couple of Mail accounts which I allowed(I have a MobileMe account and my wife has a mail only account). When I looked in the Mail preferences both accounts had the cracked type although the account info was correct. When I restarted both accounts were missing and a different titled (but with correct info) appeared. Any other ideas? Would installing Leopard help, do you think?
    Thanks so much for your help and speedy reply. As it's 3:30 I'm going to continue this tomorrow.
    C

  • Information Broadcaster --can't add recipient from the drop-down menu

    Hi,
    When I create the setting in the information broadcaster, on Recipient tab I can type in the users separated by semi colon, but when I select user(s) from the drop-down menu the recipient field is filled with 'on' 'on' and when I click check the error message says 'on' is not a valid user.
    The same happens when I select a role from dropdown menu.
    In short I can schedule the reports with manually entered recipients but can't select recipient from dropdown menu.
    Have you guys run into this situation and got solution?
    it's BW3.5 SPK16, mail server is configured, users are maintained in SU01 with valid email addresses.
    Your helpful answers will be rewarded.
    Thanks again,
    Fred

    Hey Gopi,
    Nice to meet you here!
    I did try to add my own user id which is a valid user from dropdown menu but got an 'on' on the field. When I typed my user id on the field, it accepted it. Basically the pop-up selection screen from the drop down menu is not transfering the correct values to the field. Very wierd?
    Help me out Gopi if you are the Gopi I know.
    Fred

  • Can I add a sub woofer to my dv7-1245dx if it didn't come with one

    I know this laptop is old, about 5-6 years old or so. I have blown one of the speakers in it, and am going to replace it, even though they sound horrible when working, it's better than 1 crackling while you try to watch a movie or something. Since I have to rip the laptop apart for this and another reason, I looked up the woofer that I know was an option for the dv7's, and I have found some I can buy. I am wondering though, since mine didn't come with one, is it just a matter of adding the woofer, or maybe there is no connection to hook it up? Doesn't make much sense to buy one if there is no connector to hook it up to. I know I have room for it, there is a round plastic spacer/cup thing on the bottom of the laptop where the speaker should be pointing out, I just don't know (yet) if there will be a connection for it on my motherboard.

    Forgot Your Account Password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.

  • Adding sub-menus wrecks main menu bar display

    I have just learned to create a Spry horizontal pull-down menu. I have dark gradient images for both the 'up' and 'down' states, and I've set my text attributes and everything works fine.
    (I'm new, but trying hard.)
    HOWEVER - I have 2 problems:
    as soon as I add in sub-menus to a menu item, the gradient images fail to show on the main menu for that menu item only. I just get a white block, out of which you obviously can no longer read the white text. The gradients and other attributes immediately apply beautifully to the sub-menu items (even though I haven't even applied any attributes to them yet!), but they are lost from the main menu bar wherever I apply sub-menus.
    ALSO - although the 'up' state gradient image works fine behind the menu item, the downstate does not show when I hover my mouse over it. I've checked that the 'up' and 'down' files are not identical, and I've ensured that they are both applied in the CSS.
    When I remove the sub-menus - works fine. Add 'em back in, problem recurs. Applies to whichever menu item I apply the submenus to.
    I have downloaded the latest version of Spry (no idea which version I already had) but can't see where to install it or how to run setup. Why are things never easy...?
    I am using Dreameaver CS4 v10 and Chrome browser. Same thing happens in Firefox, IE and Safari - no difference.
    Please forgive my newness. I have had a look at other similar forum posts but although people seemed to have linked issues, they were not the same.
    Anyone any ideas? I am getting desperate. Been trying to fix it by myself all day.
    Thanks
    Nicola

    Nicola,
    The Fact: It's all in the markup and the CSS.
    The Problem:  We are not privy to your markup and CSS and as such cannot help you.
    The Solution: Supply a link to your site, or at the very least, copy and paste your code here
    Gramps

  • Can not add more contacts on address book

    Hello
    i have a blackberry curve 8520.
    at the momment i have 288 contacts but i can not add more. I go to menu, address book, new contact, the window give me the options, i add the information (name, phone, email, etc) and when i want to save the contact it do not save
    i tried to reboot removing the battery for a minute and restart but still with the same problem.
    Also i figured out that when y sync my bb with the desktop manager, the address book is not sync it says (Adress book not installed) that is why i can not swipe the contacts to reinstall the info because i have no back up of the address book
    Please i need some help with this issues
    thanks
    Solved!
    Go to Solution.

    While there is no hard limit on how many contacts you can have in your device, there is a soft limit in that you can only have as many as your device memory can handle. Check your available memory to see if you have any remaining space. If not, then consider cleaning out/uninstalling some things you do not need in order to increase available memory for more contacts.
    Disclaimer: I'm just a regular user like the rest of you. I have spent a lot of time learning the limitations of the Blackberries to know how to fix most problems. If I have suggested a fix, please give a kudo and mark as a solution!

  • How can I add own steps

    Hello,"
    How can I add own steps to the selection menu, so that I can insert them with "Insert Steps" in my sequence?
    regards
    samuel

    Thank you Mike,
    I have now the problem, that all properties of the created step(steps created with CVI) which I add with "specify module" (double klick on the new created step in Type palett->Substeps->Specify Module ) are not available when I add this step in my sequence. what is the problem here?
    regards samuel

  • How can I add the hard drive icon to the menu bar on a MBPr

    How can I add the hard drive icon to the menu bar on a MBPr?  I have downloaded Google Earth and it wants me to drag it to the hard drive for install. I was able to display the icon but now I would like to put it on the menu bar. Is this possible? Or can I add it to the hardware section under system preferences?
    I'm a new Apple user, coming out of the dark ages of a lifetime in the PC Windows world.
    Thanks

    It's on your Desktop, is it not? You cannot put it on the menubar through OS X although you may find third-party utilities that will. If you want it on the Desktop:
    Select Preferences from the Finder's Finder menu and check the desired boxes:
    Click on the Sidebar icon in the toolbar to set what you want displayed in the Sidebar.

  • Can I add more than one horizontal separator to the PanelUI (the new panel menu)

    Steps:
    1. Click the new panel menu button (hamburger)
    2. Click Customize
    3. On the left, drag "Separator (for panel menu)" from "Additional Tools and Features" to the panel on the right. A horizontal separator appears. "Separator (for panel menu)" no longer appears in the "Additional Tools and Features".
    I can add many "Separator" (vertical separator) to toolbars, but it appears I can only add one "Separator (for panel menu)" (horizontal separator) to the panel.
    I would like to add additional horizontal separators to the panel. Is there a way to do that?
    Firefox version: 33.1.1

    Yes, I do have Classic Theme Restorer installed (I love it!), but missed these customization nuances. After reading more threads, searching, and reviewing prefs.js, I saw the ctraddon_puib_separator.
    A while back, I had problems with vertical separators, specifically with AIOS, and had also looked for horizontal separators. The solution at that time was customizableui-special-separator{d}, where d was a unique digit.
    I always found the customization menu to be difficult to use, especially if a buttons addon was installed, mainly because it was unordered. I recently installed Sort and Search Customization Dialog and it has made a world of difference.
    I just started changing my FF ways and using the new menu. I wanted to divide up the menu into sections or activities. On top I'd have a row of user tools like history, bookmarks, then a divider and have a row of customization tools, another divider and development tools. The divider which provides the visual separation and grouping is really nice. I hope FF adopts them. I'll take my questions and feedback to the Classic Theme Restorer Forum thread shown on the addon page:
    https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer
    Thank you.

  • HT1338 I'm trying to follow HP's instructions to add a driver for HP Color Laserjet CP 1215 which is connected to my Time Capsule. However, in System Preferences I can't "add" the printer to the print queue because I don't have a driver and you have to se

    I’m trying to follow HP’s instructions to add a driver for HP Color Laserjet CP 1215 which is connected to my Time Capsule. However, in System Preferences I can’t “add” the printer to the print queue because I don’t have a driver and you have to select a driver before the add button becomes active.  Therefore, the Mountain Lion software update doesn’t add driver software for the CP 1215 driver because I was unable to add the printer to the print queue. 

    This printer doesn't seem to be supported in ML:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01664444&lc=en&cc=us&dlc=en &product=412187#N2043
    You could try the 1515 driver or use the Generic PostScript Printer PPD when adding the printer.
    Hope this helps.

Maybe you are looking for

  • Preview and logging window in FCE 4.0 HD

    Hi Everyone, Just a quick question: I'm learning FCE from the Diana Weynand book at the moment. My problem is I don't see the Preview and Logging windows when I am capturing from my Canon XH A1s. I'm using FCE 4.0 HD. SL 10.6.8 Canon XH A1s 2008 24"

  • Disk scan with broken screen

    I have unfortunately somehow cracked my video ipod screen, im over it didn't much care, but i want to preform a disk scan, as I KNOW there are bad sectors, over 3 gigs of space that could be freed up as there is no space free and, I now use my ipod t

  • Standby database with different os

    Hi, can anyone help me, if i want build standby database, my primary database using Oracle on Sun Solaris v880, can i use intel based linux or intel based solaris as standby database (hardware cheaper than sun unix) ? if can how to configure or insta

  • Steps to perform MT 605 with delivery number

    Hello all we have some stocks hanging in "stock in transit" for material. these where getting moved from plant to plant. i see a 603 Movement type done and from UNR of plant 1 to stock in transit of plant 2 has happened. i guess to complete the steps

  • Error during calling web service editor : wsadmin

    Hi group To test a web service i am using WSADMIN transaction , in this tcode J2EE server settings are mandatory.. in this setting i hv given my application server name and port 8000 .. but it is giving error 404 .. page not found (Service cannot be