Make Popupmenu always shown

Is there any way to make a popup menu always shown ? I thought that I ran into a similar thread but can not find it anymore.

Thanks for the response. I want to have some component to be able to display outside a frame but still is owned by the frame. The popupmenu works well in this case. I have a JPanel added to the popupmenu and that JPanel is used as a control panel.
When a button is clicked, the popup menu that has the control panel shows up. By default, if a user clicks anywhere inside the frame but the popup menu, the popup menu hides itself. I want to have an option to leave the popup staying shown till clicks on another button.
The reason that I choose to use popupmenu is that I have a very small frame.

Similar Messages

  • Iam trying to purchase any of my downloaded appli but I couldnt get what i want always shown is "Please contact Tunes support to complete this transaction ,"but  idont  know where to ask to? pls.tell me what is the problem in my acct.

    any kind of transaction ,purchases from any of the game or appli Idownloaded could not make it  always shown on my screen is"Please contact iTunes support to complete this transaction ,could you please tell me what is the problem with my acct.

    These are user-to-user forums, nobody on here will know what the actual problem is with your account.
    You can contact iTunes support here : http://www.apple.com/support/itunes/contact/ - click on Express Lane, then iTunes > iTunes Store

  • My Skype Number always shown busy when call

    Since I bought my skype number it is always shown busy. Can you help? 

    Hi, Psalamon, and welcome to the Community,
    Please contact customer service to request assistance with this. 
    Also, when you say, "My skype number is constantly busy when I am called (and I am not using it!),"
    ... please note that the Skype Number will not "ring busy" - if you are using Skype, incoming calls would be diverted according to your Tools -> Options settings.  The Skype Number provides a phone number for people to reach you, but the number has nothing to do with outbound calls you place.
    Hope this makes sense!
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Document Size is always shown in BYTES

    Hi,
    When you show the Document Size of a File Item in a Content Area,
    the size is always shown in bytes.
    Is there any way to show it in Mbytes or Gbytes?

    You can use a custom item type with a procedure that renders the
    document size in a different format.
    Regards,
    Jerry

  • After updated my Q10 10.2.1.537 the battery always shown 0%

    After updated my Q10 to release 10.2.1.537 the battery always shown 0%, now cannot send out e-mail or dial out call!!! Help pls!!

    So, this only started after the update?
    If so, it's likely just a battery meter calibration issue. Remove the battery for about 90 minutes and then replace.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Why doesn`t my webmail notifier from mozilla check a yahoo address? It always shown the verification window and even if i type the catcha it still doesnt work?

    Why doesn`t my webmail notifier from mozilla check a yahoo address? It always shown the verification window and even if i type the catcha it still doesnt work?

    The support forum for that extension is here: <br />
    http://webmailnotifier.mozdev.org/drupal/forum/

  • Pagenumber and totalpagecount is always shown 1/1 for .txt format.

    When I export my report in .txt format somehow the pagenumber/totalpagecount is always shown 1/1.So I had placed formulae as page_num :-
    whileprintingrecords;
    if recordnumber  = 1  then 1
    else if recordnumber mod 10 = 0 then int ( recordnumber / 10 ) + 1;
    and a formulae for total page count as :-
    if isnull ( {rpt.account_number} ) then 1
    else if count ({rpt.account_number} ) <= 10 then 1
    else if count ( {rpt.account_number} ) > 10 then   int ( count ( {rpt.account_number} ) / 10 ) + 1;
    This formulae worked fine for all reports except 1 where we required to suppress some of the records in the report according to a flag.
    example : there are 10 accounts of flag a,b,c,d.We needed to show only those flags having 'a' or 'b' flag.The rest of the records were suppressed as in the summary of report only count(c) and count(d) was required.Display of these records were not needed. But the total page count and page number formulae failed in this case as it also took into consideration those accounts too which are to be suppressed.
    What alternative can be applied? Is there anyway that the problem of pagenumber/totalpagecount always showing 1/1 for .txt export can be solved.If not what change can be done in the formulae I have written?Any completely different suggestion is also acceptable.Only the criteria is that it is compulsory for me too export the report in .txt format.
    Please suggest!!

    Hi Som
    Can you try using the following formula:
    totext(PageNumber,0,'') & "/" & totext(TotalPageCount,0,'')
    and for the suppression condition, just right click on the formula and give the suppression condition for "Suppress" option.
    Hope this helps you.
    Thanks
    Pradeep Hulke

  • Drag/drop import - how to make it always work?

    HI
    Sometimes drag and drop import will work
    (Finder to Project pane, all OSX)
    Sometimes it doesn't, as in sometimes the green plus sign appears, sometimes it doesnee
    This irregularity seems to be when visually dragging and dropping, but also when App switching with Apple Tab, which works less often.
    Is there any logic behind this?
    Is there a way to make it always work?
    Tris
    thankerama

    Ah
    I think it is actually an Apple App switcher thing.
    So if the finder window does noy cover the After Effects Project window, it works, but if you have to use the app switcher, sometimes it works and sometimes it doesn't.
    I don't think it is a file type issue, so much as a live application issue, or maybe GPU related.
    It's a weird thing, not that important, but it does limit where you can and can't drag from.
    Tris

  • I am trying to control visibility in Repeater but it always shown

    Hi,
    I am trying to control visibility in Repeater but it always
    shown
    <mx:Repeater id="r" dataProvider="{myXC}">
    <mx:RadioButton id="Radio"
    label="{r.currentItem.dayofweek}"
    visible="{r.currentItem.notsure}"
    width="150"/>
    </mx:Repeater>
    <day>
    <dayofweek>Sunday</dayofweek>
    <notsure>false</notsure>
    </day>

    "mordsm" <[email protected]> wrote in
    message
    news:gkc5le$2b2$[email protected]..
    > Hi,
    >
    > I am trying to control visibility in Repeater but it
    always shown
    >
    > <mx:Repeater id="r" dataProvider="{myXC}">
    > <mx:RadioButton id="Radio"
    label="{r.currentItem.dayofweek}"
    > visible="{r.currentItem.notsure}"
    > width="150"/>
    > </mx:Repeater>
    The value of notsure in your example is a string. Try
    visible = "{r.currentItem.notsure='true'?true:false}"
    includeInLayout =
    "{r.currentItem.notsure='true'?true:false}"

  • TS2446 I couldn't update or download anythings it always shown apple ID disable,I had reset my password but still the same problem

    I can't down load anything or purchese any app. It's always shown "apple ID disable" even I had reset it.  It happen long time ago.  Pls help me.
    Thank you
           Ladda

    Welcome to the user to User Technical Support Forum provided by Apple.
    Please do not post personal information on a Public Forum.
    I have requested the Hosts remove it for you.
    For your issue...
    If disabled for Security Reasons... See here  http://support.apple.com/kb/TS2446
    If not for Security reasons...
    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Make dimension values shown reflect other dimension filter values

    I have created a cube and uses access this cube in an Excel pivot table.  Is it possible to make values shown for one dimension display only the values valid, if I have selected another dimension's value that would limit the values that should
    show under the first dimension?  I tried linking the dimensions together with a key and that did not appear to do the trick.  I also tried using dependsondimension in properties for the other dimension, but that did not work either.  Is
    there something I am missing that makes the cube only display the values in a dimension that apply when another dimension's value is filtered?

    @Naveen - I am linking to the proper measure and am seeing the correct measure values. 
    @KR Jurgen - I'm not finding a spot to set the scope to NULL.  I would, but some people need all the values.
    Here's an example.  I have company 1 and 2.  Company 1 has item A and Company 2 has item B.  They both have sales of $1.  There is a company dimension and item dimension.  When I filter by company 1, I see sales of $1. 
    The problem is, when I select the list of items from the item dimension, I still see item B.  If I put the items in the row, I only see item A.  The ideal situation would be to have only item A show when I select the list of items from the item
    dimension.  Is there some way to accomplish this?
    Thank you both for your responses.

  • Folders always shown with big icons. I want small ones!

    Hi!
    I have an issue when I open new folders.
    The window always shows the big, messy icons without any order.
    I want all folders to be shown with small icons, in order.
    When I set the settings for finder, and check "open new windows in column view", I can't seem to get it to work for all folders.
    Any ideas?

    Hi Gablug,
    Finder in Tiger needs its settings to be done one by one.
    Firstly,
    close all Finder windows.
    now,
    click Finder's icon in Dock so it opens a Finder window.
    ) set it to Column view
    ) close it
    ) reopen it
    (it should now open in column view)
    ) set its position on screen
    ) close it
    ) reopen it
    (it should now open in column view at the desired location on screen)
    ) resize it
    ) close it
    ) reopen it
    (it should now open with all your favorite settings)
    ) open Finder Preferences, uncheck "always open new windows in column view", and check it back.
    OK now,
    your existing folders.
    You'll have to set them one by one the way described above.
    reason why they open in icon view, is that it was your original setting that they remember until now.
    When you set them one by one, don't forget that you have to close window between each setting in order for Finder to remember it.

  • How to make QuickTime "Always on Top"

    Was browsing the Discussions trying to figure out how to make QuickTime 7.1.3 "Always on Top" on Windows XP, but judging by the unresolved threads I gather Apple forgot to include that option.
    Anyway, I've just discovered a free download that allows you to get around this problem: HELDUP. It creates a tray icon that you can click and drag onto QT (or any open program) to make it topmost/always on top.
    http://www.download.com/HeldUp/3000-2340_4-8526498.html
      Windows XP  

    Thank you!!
    I can't believe that Apple would "forget" a stay on top of windows feature.
    It has been driving me mad.
    ...Apple, specifically, QT developers, are you listening?

  • How to make JFrame Always on Top?

    is it possible to make a JFrame always stay on top???
    anyway article or tutorial on this??
    thx

    Why not use the search facility before posting a question?????
    I used "always on top" (keywords taken from your topic) and found plenty of advice.

  • Make Conky always visible

    Hi!
    I want to make conky to be always visible and not allow my windows to overlay it. Here are my conky settings:
    background no
    use_xft yes
    xftfont openlogos:size=7
    xftalpha 0.1
    update_interval 2
    total_run_times 0
    own_window yes
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,above,skip_taskbar,skip_pager,sticky
    double_buffer yes
    minimum_size 250 5
    maximum_width 1920
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color MidnightBlue
    default_outline_color DarkSlateBlue
    alignment top_middle
    gap_x 0
    gap_y 0
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer right
    text_buffer_size 256
    I`m using Openbox. I`ve set margins in rc.xml so that maximized windows won`t overlay it, and that helped. But still, if i move something over it, conky stays below that window.
    Any ideas?

    FYI:
    own_window_type desktop
    overrides anything in
    own_window_hints ...
    try 'own_window_type normal' and see if your hints work then.

Maybe you are looking for