Menubar empty area custom menus

I'd like to put custom menus in menubar empty unused area.
FinderPop should do this, but it doesn't work for me, maybe because of some conflict that I don't know.
MaxMenus does it, but only for three menus (click, control-click and command-click), which makes me suspect another conflict. Moreover, MaxMenus is overpriced (30$!).
Is there any other piece of software to do what I wish?

Problem with JTech, J2EE and Adobe and other deployed components patch level.
thanks,
Sanketh

Similar Messages

  • Custom Icon for Lync Custom Menus

    We can create custom menus in LYNC Client by setting some  registry values.  But we are not able set custom icons fro the same(instead of default ICON). Is there any to set custom Icon for Custom Menus.
    Thanks in advance,

    No the icon is not configurable via the registry values.

  • Anyone in PAL land create custom menus in CS2 FOR DVDSPro 4 for 16:9?

    Anyone in PAL land create custom menus in DVDSPro 4 for 16:9?
    I need help with Photoshop into DVDSpro4 concerning quality of logos and graphics and what presets to use in Photoshop CS2
    Thanks!
    Dual G5 2.5GHz & Dual G4   Mac OS X (10.4.3)  

    Hi Allister,
    Thats what you should be seeing. The pixel count for both 4:3 and 16:9 are the same. It's the pixel aspect ratio which change. Unfortunately Quicktime doesn't have an aspect ratio flag setting. Hence you get your stretched look.
    With respect to the DVDSP settings. As far as I am aware Pan / Scan in DVDSP is still faulty. But it was DVDSP 3 when I last checked this. So, letterbox is the choice for you.
    Good Luck

  • How to do - Custom menus translations.

    How can we translate custom menus.
    I have done Area menus translations using se43 transaction code.
    Could you please help me .
    Thanks in advance.

    I don't know if <b>SE43N</b> can help u.

  • Custom menus for DVD's

    I have been on the hunt for an app that would create custom menus for DVD's, I have toast but, the menus are rather tacky IMHO, I was hoping that maybe somebody here may have a good recommendation.
    Thanks again

    Most of what I make is under 90 minutes and,I work mostly with stills for now.
    I like Toast a lot and really wished they had more professional looking menus.
    They have released Toast 9 that has more menus but they still seem rather tacky, not to mention I bought 8 just a few months ago and, it rather miffs me to pay $50. for an up-grade, I just don't think that Roxio should charge that that much.
    Now I have gave some thought on getting an external CD burner so I can do light scribing.

  • Are custom queries supported in BOXI R2

    Are custom queries supported in BO XI R2.
    What are the possible issues that may come up when a BO 6.5 report with custom query is migrated to BO XI R2.

    If you are working with BOE and .NET, please post the query to the ".NET Development - BusinessObjects Enterprise forum:
    .NET SDK Application Development
    If you are working within BOE, please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • In VKOA .. what are customer , material groups

    hi ,
         in the tcode VKOA what are customer and material groups
    where to see customer groups and material groups.....
    and when PGI is done what happens to the costing document
    thanks
    mmn
    rewards for sure

    Hi,
    Customer group is different from customer account assignment group. I have explained you about the customer account group.
    <b>Customer group:</b>
    Identifies a particular group of customers (for example, wholesale or retail) for the purpose of pricing or generating statistics.
    <b>Use</b>
    You can freely define customer groups according to the needs of your organization. You assign a customer group to an individual customer in either the customer master record of the sold-to party or in the sales document. In SD Customizing, you can create a condition type that lets you create pricing records for customer groups. Additionally, when you want to generate sales statistics, you can use customer groups as one of the selection criteria.
    <b>Procedure</b>
    The system can propose a value from the customer master record. You can change the value manually in the document.
    Customer group you will find in - XD01 - sales area data - sales screen
    Customer account assignment group you will find in - XD01 - sales area data - billing screen.
    Similarly material group and mateial account assignment group are both different. Material account assignment group I have explained earlier.
    <b>Material group:</b>
    Key that you use to group together several materials or services with the same attributes, and to assign them to a particular material group.
    <b>Use</b>
    You can use material groups to:
    Restrict the scope of analyses
    Search specifically for material master records via search helps
    Material group you will find in - MM01 - Basic data 1 screen
    Material account assignment group  you will find in - MM01 - Sales:Sales Org. 2 screen.
    Regards,
    Allabaqsh G. Patil

  • Sales document number based on pricing procedure ,sales area , customer pri

    Hi,
    where can i get saler document number based on pricing procedure ,sales area , customer pricing procedure and document pricing procedure.
    please tell me the table name.
    Thanks
    Edited by: pandu123 on Jun 16, 2011 8:22 PM

    I never heard of this requirement before, pulling sales document number based on pricing procedure based on customer pricing proc + document pricing procedure +sales area. These data are found in tables VBAK, T683,KNVV and TVAK. I dont think you can use ABAP query to join these table, check with an ABAP'er to develop a program for this requirement.
    Regards,

  • Clicking in empty area in JFileChooser selects the closest file

    Hi,
    I came across this behavior of JFileChooser that whenever the user clicks in an empty area within the file chooser window, the selection is set to the closest file or directory. Is there any way to configure JFileChooser that a file will be selected only if the user directly clicks on it? Clicking on empty area should preferably deselect the current selection. I am working with 1.5.0_01. This is the code I was working on:
    import java.io.File;
    import javax.swing.JFileChooser;
    import javax.swing.JFrame;
    public class FileFilterDemo {
    public FileFilterDemo() {
    public static void main(String[] args) {
    JFileChooser chooser = new JFileChooser();
    chooser.setCurrentDirectory(new File("."));
    chooser.setFileFilter(new javax.swing.filechooser.FileFilter() {
    public boolean accept(File f) {
    return f.getName().toLowerCase().endsWith(".gif")
    || f.isDirectory();
    public String getDescription() {
    return "GIF Images";
    int r = chooser.showOpenDialog(new JFrame());
    if (r == JFileChooser.APPROVE_OPTION) {
    String name = chooser.getSelectedFile().getName();
    System.out.println(name);
    Thanks

    Use [url http://forum.java.sun.com/help.jspa?sec=formatting]code formatting when posting code.
    Works fine on Windows XP with 1.5.0_11

  • Unselect Spark List when clicking in the empty area?

    Hi there.
    I'm wondering if it's possible to unselect a Spark List when clicking in the empty area?
    I've attached this function to the list's click event:
    protected function list_clickHandler(event:MouseEvent):void
        list.selectedIndex = -1;
    But the list gets unselected even if I click on a item in the list. Is there a way to prevent the event when clicking on an item?
    Thanks a lot!:)

    Hi
    It's because the event bubbles all the way up. You have to explicit stop the event doing so.
    You can do it within an "item_clickHandler(ev:Event)" where you can stop propagation via the Event stopImmediatePropagation or stopPropagation methodes...

  • M:1 or M:M subject areas - Custom Object 01~03 and Activities

    Please let me know when will be possible associated Custom Object 01~03 with Activities.
    Is it possible in COD R17?

    Thank you for your reply.
    It may be seen as if all subject areas - Custom Object 01~03 and Activities - are associated with M:1 or M:M Relationship.
    But after trying to analyse by COD BI Answer, I found it is 1:1 relationship not M:1 or M:M Relationship
    In Oracle CRM On Demand Release 16 Transfer of Information New Custom Objects Analytics Functional Overview,
    "M:1 or M:M subject areas, such as CO1 and Opportunities, are simpler to use, but require specific subject areas for each M:M association.
    We only have subject areas to cover the association with Account, Contact, Opportunity, and SRs.
    But we have customers who need the association to other objects, such Activities, etc…"
    Please tell me about your method or knowhow. In below, It is a thing that I want.
    - Objective
    1. I use Custom Object 01 for Comment under the Calendar(Activity) Screen
    2. I want to manage Comment that are made by Manager after closing Sales Activity
    3. But, I can't manage Comment history in Calendar(Activity) Details because it is remained Last Comment in Details
    4. So, I use Custom Object 01 for Comment
    - Problem & Question
    1. I can manage Comment history under Calendar(Activity) Screen
    2. But, I can't make Report Comment Report related with Account, Contact
    3. So, I want to know
    a. Are there no relationship Custom Object 01(Comment) with Account, Contact in Calendar(Activity) Screen
    b. If I have to make Comment Report related with Account, Contact, how to make it?

  • Are Spry Menus SEO friendly?

    Hi,
    I read that Spry Menus are not SEO friendly.
    Are Spry Menus created in Dreamweaver CS3 SEO friendly?
    I can see the <a> links in the html. It looks OK to me.
    Thanks,
    Jeff:confused

    macapples wrote:
    >
    quote:
    Originally posted by:
    Newsgroup User
    > "danilocelic AdobeCommunityExpert"
    <[email protected]> wrote in
    > message news:g45mo1$2c0$[email protected]..
    > > Murray *ACE* wrote:
    > >> I think that there is Ajax involvement, but
    it's not involved so that the
    > >> links are 'obfuscated'.
    > >
    > > There is no Ajax involved in the Spry menus, only
    dynamically showing and
    > > hiding of the sub menus with JavaScript. Granted
    some have come to call
    > > anything dynamic like this Ajax these days, but
    it's technically not got
    > > anything to do with Ajax.
    >
    >
    >
    >
    > Here's some language that would lead some to believe
    that Spry is "AJAX"
    >
    > "Spry is a JavaScript-based framework that enables the
    rapid development of
    > Ajax-powered web pages."
    >
    > From the Adobe Labs page on Spry. These types of
    references are made
    > throughout DW books and training materials.
    http://en.wikipedia.org/wiki/AJAX
    AJAX: Asynchronous JavaScript and XML
    With Ajax, web applications can retrieve data from the server
    asynchronously in the background without interfering with the
    display
    and behavior of the existing page. Data is retrieved using
    the
    XMLHttpRequest object or through the use of Remote Scripting
    in browsers
    that do not support it. Despite the name, the use of
    JavaScript, XML,
    and asynchrony is not required.
    So, maybe as the sub-menu is being exposed without a page
    refresh it is
    considered AJAX? I myself wouldn't call it AJAX.
    Steve

  • Where are custom dropzones stored?

    Hi All,
    I just migrated from my old G5 to a new iMac.  I had a bunch of custom templates and dropzones installed in my version of DVDSP on the G5.  Unfortunately they didn't transfer during the migration.  I'm not quite sure where they are located on the old system and where I would move them to on the new system so that they showed up in DVDSP.  Anyone know where they are located?
    Thanks,
    Chris

    Hi Ben,
    I do have that folder in the old system, however, everything is empty.  Upon further investigation, I have similar folders in the main Library.  I also have HD > Library > Application Support > DVD Studio Pro.  It looks like my custom stuff (templates, dropzones) were in that folder and the Apple supplied stuff is in the HD > Library > Application Support > Final Cut Studio > DVD Studio Pro.
    I found an old template installer from DVDThemepak and ran that and it put its template in that last directory.  So it appeared in the Apple templates tab in DVDSP instead of the custom area. 
    So it looks like the DVD Studio Pro folder in Application Support contained my custom stuff and the real Apple stuff was in Final Cut Studio > DVD Studio Pro.  Does that seem right?
    Thanks,
    Chris

  • In some sites there are two menus competing and you cannot use the bottom menu

    I have been using The Shopping Channel for years but since I loaded Firefox I cannot open some areas of this website (and other sites). Menus seem to be competing with each other. There is a regular menu below and a bold new menu on top. If I need to look for customer service it is blocked by this bold menu on top.
    I have written to them several times but they claim the problem is at my end.

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Address Book Sharing: are custom fields shared or left behind

    I want to share an Address Book on one system with 3 other users through MobileMe. I will also allow the 3 other users to add, delete and change the contacts. All 4 systems have their own MobileMe accounts.
    We make extensive use of custom relationship fields. Will those fields transfer with the with the shared contacts, or are they left behind?
    (I know that only a limited number of relationship fields (no custom fields at all) in Address Book are available to Pages and Bento)
    I've looked all over the Address Book sharing information (that I can find), and the issue of custom fields does not seem to be addressed in connection with Address Book Sharing.
    Can anyone recommend any documentation that answers this question?
    Is there any real (detailed) documentation at all about Address Book Sharing?
    Thanks for your help.

    @taylor thanks for the suggestion, but it's not quite what i had in mind. The red -/green + buttons are used to add/remove more items in the same category, ie., phone numbers, email addresses, URLs, etc. If you finish editing a record and then click on one of these fields, you get a contextual menu with various options.
    But, my Skype name is not an email address, nor is it a phone number. It belongs in the IM section of the Contact template, but unlike the "Custom" option for labeling a Phone Number, the IM drop-down menu doesn't have a Custom option, nor a Skype option.
    There are several possible workarounds, but that's the point, innit? Skype has been around a long time - there shouldn't be a need for a workaround.

Maybe you are looking for

  • Filter refreshing problem

    Hello, we are trying to refresh filter on a master table as you change pages. Both the pages use the same data control and if i search for the country Finland the results follow me as I move to the other page. Is there any way to avoid this problem.

  • Header text partition

    Hello Experts, my requirment is smartform. can anyone tel me how to partition header text below format. Date and Sr.No.of entry Particulars of Credit/debit document Basic Excise Duty Description of documents No. Date Credit Debit Balance with name of

  • Business partner auto code generation

    hi how to create business partner auto code generation. its based on customer group for example we have more customer group..dealer, distributor,subcontractor... here dealer and distributor group starting cardcode is - C000001,C000002,C000003..... et

  • Pivot table : new measure

    I wanted to create a new message based on the existing ones in pivot table but the Measures section has no option to create new calculated item. Thanks, Ted

  • No sound after installing windows 7 on HP Pavilion dv1710us Notebook PC

    I recently helped my uncle install windows 7 on his HP Pavilion dv1710us Notebook PC and there was no sound after installation.. i downloaded several drivers for the realtek high definition audio driver (R2.39, 38, 37, etc) then i tried the original