Runtime.setCustomMenuItemChecked has no effect

This method seems to be bugged, it has no effect in Reader (9/X):
runtime.addCustomMenuItem("myitem", "My Item", "checked", 1);
runtime.setCustomMenuItemChecked("myitem", 0);
The menu item "My Item" remains in the checked state (and vice-versa). Is there a workaround?
Alexander

Satellite L655D-S5110
I had that happen on somebody's laptop (not a Toshiba) the other day. Turned out the default audio output needed to be changed. It's in here.
   Control Panel > Sound > Playback tab > select (whatever it was) > click the Set Default button
I've seen this question here before. Please let us know what you find in there.
-Jerry

Similar Messages

  • Widescreen setting in video - tv out has no effect

    after a couple of hours of experimentation, i have concluded that the widescreen setting (on/off) in the tv out section of the video settings has no effect. i believe what it SHOULD do is adjust the signal to display properly on a widescreen (16x9) tv. i believe it does nothing. video displays stretched and squashed (photos too btw). this is after experimenting with the same itunes-purchased and non-itunes purchased videos on both my ipad and my iphone 3gs, using the same tv and the apple component av cable. the iphone works fine. the only way to get a semi-acceptable display on the tv with the ipad is to the set to tv to normal 4x3 display. (late model sony lcd hdtv). then you get thick black bars around the picture. with the iphone i can leave the tv display setting at it's regular "full" option and the picture fills the screen properly. i tried both sd and hd videos on the ipad. (sd only on the iphone obviously). does anyone else have this issue? is there a bug in the ipad software? is there a problem with MY ipad? will a software restore help?
    Message was edited by: Michael Rosenberg

    i tried a fair amount of stuff. here's 2 examples:
    1) itunes store copy of an episode of the office in both hd and sd.
    2) digital copy of the new star trek movie
    so the first is 16x9 and the second is a widescreen movie 2.35-1.
    both look fine when playing back off the iphone 3gs (sd copy of the office). both looked stretched horizontally and squashed vertically when playing off the ipad. note that everything looks fine on the ipad itself. it just messed up when connecting
    the ipad to my tv. in all cases, the widescreen setting in the tv out section of the video panel on the ipad has NO effect.
    i can change the screen settings ON THE TV to fix the distortion but then i end up with thick black bars on all 4 sides. and i don't need to do this with the iphone 3gs. i continue to believe something is wrong with the ipad (or MY ipad).

  • I recently updated my macbook, i don't know if that has any effect to my recent problem, but when i try to download and save .mp3 files from the internet, like i have done in the past, it downloads but not as an mp3 file, its "blank"

    i recently updated my macbook, i don't know if that has any effect to my recent problem, but when i try to download and save .mp3 files from the internet, like i have done in the past, it downloads but not as an mp3 file, its "blank" and when i try to open it, i can't? I NEED HELP !

    Here is the download page

  • How can i display a dialog view centerly?set_window_position has no effect

    hi ,all
    i try to open a dialog which is a normal view,
    here is the code i use,
    CALL METHOD cl_wdr_runtime_services=>display_view_in_popup
            EXPORTING
              component             = component
              target_view_name      = 'V_BP_MAIN'
              target_window_name = 'W_BP_MAIN'
         MODAL                 = ABAP_TRUE
               window_title          = ''
               close_button          = abap_true
            IMPORTING
               popup_window          = popup_window
    the first time the window i opened displayed is centered ,but if i open it twice or more
    the window is in the left corner of screen,i tried to use popup_window->set_window_position( position = if_wd_window=>CO_CENTER  ).but it has no effect at all
    can anyone help me out?
    thanks in advance.

    thanks for your answer.
    I did set  the height  and width of rootuielementcontainer of the dialog view .i,e,width:1200,height 700,
    It display pretty well the first time,but when i open it the second time,the dialog view is not centered,so i can't see the whole dialog view,i have to drag it,

  • Font weight has no effect in legend in flex 4

    Font weight,Font size has no effect in legend in line chart. Also i have trouble with date time axis.What should i do about it

    Good question. That is the funny thing! With echo %classpath% everything seems to be o.k. But not one of my java editors will recognize this package. When I use this package on my other computer (XP Home) everything will be recognize correctly.
    The only way for me was to kill alle entries in all classes which are defining the package name. But this solves my main problem only temoprarry.
    P.S. Sorry , English is not my native language ;-).

  • Remote content bar does not appear for some emails with images specifically daily Twitter updates. Changing options to allow all remote content has no effect

    The broken image symbol appears in place of the images but associated web links do work ok.
    Changing options to allow all remote content has no effect. Senders' addresses are in my address book and on the exceptions list.
    Some emails (from other sources) load perfectly. Using Kaspersky Internet Security 2015 on Windows 8.1. Thunderbird 31.4.0
    Any help appreciated.

    You only need to post a URL to your web site. We can see your code in Browser.
    So, your page looks OK to me in Firefox, but when I tried to check it in IE, it choked my browser and closed it.
    You have quite a few code validation errors - no document type declaration, etc... Start by fixing these reported errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fntp.neuroscience.wisc.edu%2F
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • JFX 2.0 -fx-highlight-text-fill style has no effect

    When I try to set the highlight-text-fill style for a TextBox, it has no effect. The highlight-fill style, however, works as expected.
    public void start(Stage primaryStage) {
        final TextBox tb = new TextBox(100);
        tb.setStyle("-fx-font-size: 3em; -fx-text-fill: #0000ff; -fx-highlight-fill: #00ff00; -fx-highlight-text-fill: #ffffff;");
        final BorderPane root = new BorderPane();
        root.setStyle("-fx-padding: 20;");
        root.setCenter(tb);
        final Scene scene = new Scene(root, 600, 200, Color.BLACK);
        primaryStage.setTitle("JavaFX");
        primaryStage.setScene(scene);
        primaryStage.setVisible(true);
    }But this doesn't seem to be a problem of my custom styles because the default doesn't work either.
    The caspian.css in jfxrt.jar defines a white highlight-text-fill but when selecting the contents of a TextBox, the text color is black.
    Is this an error in caspian.css (maybe the style name is just misspelled) or a current limitation of the beta version?
    Regards,
    Kai

    Thanks David.
    In the meantime I noticed that -fx-prompt-text-fill seems to have the same problem. The prompt text is always gray, no matter which color I set in the style.
    Regards,
    Kai

  • Change of Min Pool Size has no effect?

    Hi, we are still using odp 9.2.0.4 on windows server 2003 webserver and oracle database 9i on Sun solaris. Recently we discovered a problem using Min Pool Size = 1, it seems that if new connections are required we sometimes get a connection timeout. So we decided to set Min Pool Size = 30, and on the testserver this works fine. In the odp tracefile (tracelevel=2) you see the 30 connections building up immediately. But on the production server we see no difference, it looks like the (new installed, application pool reset) application still uses the Min Pool Size = 1 setting.
    The connection string is build up in application code. On the testserver it was sufficient to stop and start the website and its application pool, on the production server this has no effect.
    Does anyone have an idea what the problem is??? We also tried restarting the IIS server, that did not help either. In production there are more applications using ODP.
    Regards, Paul.

    What problem are you trying to solve at this point? Simply "why is odp not tracing?" The only suggestions I really have there are
    1) make sure you restart the app after enabling tracing parameters
    2) make sure the directory you've set tracing to is open as far as permissions
    3) make sure you've set tracing in the right registry setting if you have multiple versions of ODP installed
    4) if you're trying to write to c:\ root, try creating and pointing to a different (c:\odptrace for example) directory instead.
    Hope it helps,
    Greg

  • Lidwake Set to 0 Has No Effect - Why?

    I prefer to set the lidwake setting (via terminal pmset command) to zero so that my Apple portables don't wake up when the lid is raised. In the past, that was just an extra measure of security to keep Powerbooks and MacBooks from accidentally waking when stowed inside a carrying case.
    However, doing this seems to make no difference on my MacBook Air. It wakes up when the lid is raised. Following is a list of pmset variables (pmset -g):
    Battery Power -1
    AC Power -1*
    Currently in use:
    womp 0
    deepsleepdelay 4200
    halfdim 0
    hibernatefile /var/vm/sleepimage
    disksleep 10
    sleep 30
    hibernatemode 0
    displaysleep 10
    ttyskeepawake 1
    deepsleep 1
    acwake 0
    lidwake 0
    You may notice that the hibernate mode is set to zero. That is intentional. I never leave my computer asleep more than a few hours. I don't want it to go into deep sleep where the RAM contents are written to the SSD because it's unnecessary and having 4 gigs of RAM written to SSD with every hibernation can't help the longevity of the SSD. I know that some people feel otherwise, but that's what I do. It also means I really do have instant wake from sleep because the RAM contents have been preserved at the expense of just a bit of the battery.
    But back to the lidwake problem. With a lidwake setting of zero, why does my MBA wake up when the lid is raised? I reset the SMC and PRAM.
    Thanks.

    I'll chime in that I don't know why lidwake has no effect, but also, if you leave your computer sleeping for over 70 minutes, it will still write RAM contents to disk and shut down because deepsleep is still on. On the Air, I don't believe it ever actually "hibernates" or does "safe sleep" because of the deepsleep functionality.

  • ADF Faces 10.1.3.0.4 - two-digit-year-start has no effect?

    Hi all,
    I have problem with entering date with an af:selectInputDate control:
    the user enters the date and on an onblur event, the adf field
    automatically reformats it:
    10.10.10 ->10.10.2010
    10.10.60 ->10.10.1960
    The user (customer) wants 2 things to change:
    1. if the given two digit year <= actual year (06):
    10.10.06 ->10.10.2006
    otherwise
    10.10.07 ->10.10.1907
    2. by entering a date, adf have to be accept the date without dots too:
    101006 ->10.10.2006
    1.: I tried to set theconfig param: <two-digit-year-start>2006</two-digit-year-start> (or with an EL expression) in the adf-faces-config.xml but it has no effect.
    Is it a totally wrong idea or is it a bug?
    Any other idea?
    2.: Is it possible to solve this problem with a built in control or converter? Or do i have to write my own converter?
    Thanks for any help!

    The exception is gone - I must have had something wrong in my classpath. However, I still see the warnings. Are those warnings expected when using ADF in conjunction with myfaces?

  • JTabbedPane Java 1.5 setBackground has no effect

    following code has no effect after installing Java 1.5
    Class HistoryFrame extends JFrame
    * <p>Sets the same Background Color for all components.</p>
    * @param c Color
    public void setBackground(Color c) {
    super.setBackground( c );
    if ( tabbedPane != null ) {
    tabbedPane.setBackground( this.getBackground() );
    if ( inputPanel != null ) {
    inputPanel.setBackground( this.getBackground() );
    the JPanel: inputPanel works fine. Only the JTabbedPane remains white. In Version 1.4 it worked.
    thanks for your help
    Dominique

    it doesn't work.
    i want to set the background of the tabbedpane itself, not for the the tabs. At the moment when i set the background there are no tabs around, they are added later after the user has inserted some input. Thats why i get 'ArrayIndexOutOfBoundsException' with setBackgroundAt( null, this.getBackground ).
    i forgot to say that with 1.5.02 it works. Only with 1.5.03 it fails. The background remains white. The Color of the inputPanel (JPanel) works fine.
    Thanks for your help
    Dominique

  • IPad 2 keeps freezing, soft reset has no effect

    Hi there,
    My iPad 2 has frozen 3 times in the past week and will only respond once I restore it.  This has just started happening and it's almost every day now.
    I've tried all the suggestions, all aspects of the screen freezes including the red slider, soft reset has no effect, resets and then is still frozen.
    I last backed it up 2 weeks ago. 
    Any suggestions outside the box?  iCloud? Apps?
    Thanks!

    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).

  • Intel GMA - turning off rotation access keys has no effect

    I want to use ctrl+alt+down and ctrl+alt+up in some application, so I want to turn these access keys off. I did it in Intel Graphics Media Accelerator Driver for Mobile settings but it has no effect - these key combinations still rotate my screen. The settings are correctly remembered.
    I tried it on administrator and on normal user account. Anyone knows how to solve this problem?

    Yes. I have already done it, but it's a workaround, not a solution to this problem. I got used to this key combinations in Eclipse (programming environment). There are a lot of key shortcuts, which I use, so it's hard to choose another one, which is good and free.
    When I comes to rotating a screen - I don't need it. I can not even imagine use case when 180 degree screen rotation in laptop would be useful :)

  • HT1320 Ipod 4th gen was accidentally disconnected from laptop during update process. Now permanent screen pic is of power cord w/ an arrow pointing up to itunes. Holding the ctr & power buttons together has no effect for reset.

    Ipod touch 4th gen was accidentally disconnected from laptop during update process. Now permanent screen pic is of the power cord w/ an arrow pointing up to itunes symbol. Holding the ctr & power buttons together for 6-10 sec causes apple pic to briefly appear and power cord/itunes pic reappears. Powering off and on has same effect. Attempting to reset.

    It sounds like the iPod touch is in Recovery Mode, Try to restore it from iTunes again.
    If you run into an error when restoring the iPhone again, take a look at this Apple doc -> iOS: Resolving update and restore alert messages

  • DKACB-XERGO Assignment to a profitability segment has no effect for account

    Hi,
    I have a batch input (FB01) in error for this message:
    Assignment to a profitability segment has no effect for account XXXXXXXXXX
    This account is not to opened as cost element...and this is correct.
    If I process batch input in foreground, I notice that field 'Profit. Segment'
    (DKACB-XERGO) is flagged.
    How Can I unflag this field?
    Where 'Profit. Segment' is customized?
    Thanks,
    Marco

    I am wondering what is behind the batch input or what process is used  to do that. For e.g, when I tried entering FB01 transaction with a pure G/L account (it has no cost element) and  clicked on the profitability segment icon, I got the same message what you got.
    So could it be possible that batch input goes through the 'Detail screen for profitability segment' though it may not be required?

Maybe you are looking for

  • Splitting an Event in iPhoto 2011?

    Until just today, I had been using iPhoto 2009 since it first came out. I regularly used the "Split" and "Merge" feature to organize batches of photos as Events. I was shocked to find the "Split" and "Merge" icons had vanished in iPhoto 2011. What ha

  • File / Folder size... How do Finder gets it?

    Hi there! While checking some of my hardrives for sucessfull shell script execution backups, i noticed that Finder took a loooot of time to provide the info about the Folder / File size on the Information window, while a simple ls -l could provide on

  • Mac osx lion install problem

    when i install osx lion on my mac it installs perfectly until it has to restart i get a do not enter sign then i am forced into installing snow leopard please help

  • IDoc does not change from state 30 to 03

    Hello, I am trying to send out an IDoc via tRFC Port. The IDoc in some cases is transferred successfully trough the port. In some cases it stays in state 30 on sender side. I tried to post-process the IDoc via transaction BD87 and via report RSEOUT00

  • Hide header in hier-seq table (CL_SALV_HIERSEQ_TABLE)

    Hello SDN Community members I am using a CL_SALV_HIERSEQ_TABLE class to display a hier-seq table. Is it possible to hide a header in this table? I am checking class methods, layout methods ... and so on and I see no tool to hide this header in each t