Change Active Desktop VM?

Hey all,
I've just written an Applet that I have embedded into my Active Desktop. The problem is that I can't run it since the Microsoft VM (version 1.1.4) is running on my Active desktop, even though Java Plug-in 1.4.2 is running in IE.. Does anyone know how to change the VM for the Active Desktop, or of any kind of work-around?
Thanks,
Carl-Magnus Bjorkell

Does anyone has answer to this question? I need it too.
Thank you

Similar Messages

  • For some reason, I cannot change my desktop background no matter how many times I delete the "active" folder.  It's as if it's locked.  Any ideas how I can fix it?

    For some reason, I cannot change my desktop background no matter how many times I delete the "active" folder.  It's as if it's locked.  Any ideas how I can fix it?

    Yes it sounds like you have a corrupted preference file.
    The setting you make in individual programs get saved to a Preference file in your Users/Library/Preferences folder.
    All you have to do is drag out the old file to the desktop, reboot and load the program and the preference file gets rebuilt without your preferences which you reset.
    For your case I beleive the preference file is
    com.apple.desktop.plist

  • I can´t change my desktop background

    I have a mac mini, with one 24" Cinema Led display and another old flat screen. One display is connected directly to the mac mini HDMI port and the other display is connected through a Thunderbolt-to-VGAPort Converter from Dell (secondary screen). Today I tried to change the desktop main color to a picture but I cannot change my main screen desktop background. I tried every solution from several forums on the net, but did not succeed to change it. I only have a solid gray colored background. Normally, when you select a wallpaper, it instantly changes the background. Now it doesn't. You can see it change in the "Desktop & Screensaver" menu, but nothing happens on the actual screen. Changing the background of the secondary screen is no problem.

    i solved it by going into activity monitor and force quitting the dock.  it then pops your desktop picture up on the desktop.

  • Applet woes on Active Desktop

    Has anyone had any luck creating an applet that you display on the active desktop? I created a simple applet that runs on my desktop as an active desktop component. It stopped working and I can't figure out why. It works perfectly if you open the html with Internet Explorer, but if you open the Active Desktop item, it doesn't work at all.
    It use to, but something has changed and I can't figure out what it is.
    Any suggestions?
    Thanks, paul

    I ran a different applet that I had created and it worked perfectly. I am completely stumped. It looks like everything is working when you open in Internet Explorer, but it doesn't work as an Active Desktop Item.
    Also, there is one other problem that could be the cause. I will post that in another topic. Thanks!

  • Nokia N96 Active Desktop Calendar Entries

    Hi Guys,
    Does anyone if/how I can change my Nokia N96 active desktop from showing every calendar entry to just showing the current dates calendar entries?
    I only want to view the entries from the current day and not throughout the month.
    Any help would be appreciated!
    Kind regards,
    Brian

    NSU says that there isn't an update (currently 4.52) for my phone.
    In the mean time I've found out that I have an "Orange" version. All these versions suffer from the same problem.
    Is there a way to install a generic 6233 firmware on my handset?
    Karel

  • How to block changes of desktop background image

    I manage a 30-computer Mac lab in a public high school and I would like to prevent users from changing the desktop background image.
    As far as I know, there are two ways to change the desktop background image: through System Preferences and by right-clicking an image and selecting Set Desktop Picture.
    Blocking System Preferences is easily done through Parental Controls.
    But how do I prevent the right-click, Set Desktop Picture method of changing the desktop image?
    You can imagine the kinds of images that end up as desktop backgrounds in a high school computer lab.

    You might try going to System Preferences > Keyboard > Keyboard Shortcuts. In the left pane select Services, then uncheck the item "Set Desktop Picture" under Pictures in the right pane. Once that's done, block that prefs pane.

  • When I want to change my desktop pattern, I no longer have access to my iPhoto as a choice. I am just given the Apple pictures and colors. I have OS 10.9.4 on a MacBook Pro.

    When I want to change my desktop pattern, I no longer have access to my iPhoto as a choice. I am just given the Apple pictures and colors. I have OS 10.9.4 on a MacBook Pro. I could always choose any photo in my iPhoto for my desktop, but no longer. This problem is only about a month old and I can't figure out what to do.

    When I want to change my desktop pattern, I no longer have access to my iPhoto as a choice. I am just given the Apple pictures and colors. I have OS 10.9.4 on a MacBook Pro. I could always choose any photo in my iPhoto for my desktop, but no longer. This problem is only about a month old and I can't figure out what to do.

  • Issue while changing activity partner in BAPI BAPI_ACTIVITYCRM_CHANGEMULTI

    Hi,
    I'm trying to change 'Activity Partner' for an activity using BAPI BAPI_ACTIVITYCRM_CHANGEMULTI. But the function module is giving me an error 'Document could not be saved.'. I'm already calling BAPI_ACTIVITYCRM_SAVE BAPI_TRANSACTION_COMMIT after the main BAPI.
    Can someone help me? Any help would be highly appreciated.
    Here are the parameters I'm filling for the above BAPIs.
    BAPI_ACTIVITYCRM_CHANGEMULTI
        lt_header-guid         = t_tgtact-act_guid.
        lt_header-object_id    = t_tgtact-act_no_crm.
        lt_header-mode         = 'B'. "Change
        lt_headerx-guid         = c_x.
        lt_headerx-object_id    = c_x.
        lt_header-mode          = c_x.
        lt_partner-ref_guid           = <original BP guid>
        lt_partner-ref_kind           = 'A'.
        lt_partner-ref_partner_handle = '0001'.
        lt_partner-ref_partner_fct    = '00000009'. "Act part
        lt_partner-partner_fct  = '00000009'. "Act part
        lt_partner-partner_no   = <new BP no>.
        lt_partner-no_type      = 'BP'."bus. partner no
        lt_partner-display_type = 'BP'."bus. partner no
        lt_partnerx-ref_guid           = c_x.
        lt_partnerx-ref_kind           = c_x.
        lt_partnerx-ref_partner_handle = c_x.
        lt_partnerx-ref_partner_fct    = c_x.
        lt_partnerx-partner_fct  = c_x.
        lt_partnerx-partner_no   = c_x.
        lt_partnerx-no_type      = c_x.
        lt_partnerx-display_type = c_x.
    BAPI_ACTIVITYCRM_SAVE
        lt_objtosave-guid        = <act_guid>
        lt_objtosave-OBJECT_TYPE = 'BUS2000126'.

    Hi Vivek,
    Thanks for the reply. I have made the changes. Could you please see the code below? I believe that the parter and partnerx table will only have one entry each.
    Please let me know if I'm doing something wrong here. Thanks!
    Header -
        lt_header-guid         = t_tgtact-act_guid.
        lt_header-handle       = '0001'.
        lt_header-mode         = 'B'. "Change
        lt_headerx-guid         = c_x.
        lt_headerx-handle       = c_x.
        lt_headerx-mode         = c_x.
    Reference -------------------------------*
        lt_partner-ref_guid           = t_tgtact-act_guid.
        lt_partner-ref_kind           = 'B'.
        lt_partner-ref_handle         = lt_header-handle.
        lt_partnerx-ref_guid           = c_x.
        lt_partnerx-ref_kind           = c_x.
        lt_partnerx-ref_handle         = c_x.
    Reference Partner ---------------------------*
        lt_partner-ref_partner_handle = '0002'.
        lt_partner-ref_partner_fct    = c_parfn_actbp.
        lt_partner-ref_partner_no     = t_tgtact-bpno.
        lt_partner-ref_no_type        = 'BP'.
        lt_partner-ref_display_type   = 'BP'.
        lt_partnerx-ref_partner_handle = c_x.
        lt_partnerx-ref_partner_fct    = c_x.
        lt_partnerx-ref_partner_no     = c_x.
        lt_partnerx-ref_no_type        = c_x.
        lt_partnerx-ref_display_type   = c_x.
    New Partner ---------------------------*
        lt_partner-partner_fct  = c_parfn_actbp.
        lt_partner-partner_no   = t_tgtact-tgt_bpno.
        lt_partner-no_type      = 'BP'.
        lt_partner-display_type = 'BP'.
        lt_partnerx-partner_fct  = c_x.
        lt_partnerx-partner_no   = c_x.
        lt_partnerx-no_type      = c_x.
        lt_partnerx-display_type = c_x.
    Object to Save -
        lt_objtosave-guid        = t_tgtact-act_guid.
        lt_objtosave-object_type = 'BUS2000126'.
        append: lt_header,  lt_headerx.
        append: lt_partner, lt_partnerx.
        append: lt_objtosave.

  • How do I change my Desktop Picture to a solid color?

    Hello folks, I'm trying to change my desktop picture to a solid black color in Leopard. How do I do that? I went into the desktop preferences under System Preferences but under solid colors, they do not have black. And I have no idea how to add more colors to the few selections there. Can someone help me out please? Thank you.

    http://www.slashdotdash.net/articles/2006/12/19/mac-os-x-desktop-black-backgroun d-wallpaper
    That's one idea, they have a solid black .png file on there, and you can either set it as your desktop and tile it, or follow their instructions.

  • Change active Net price in VA02

    Dear Forum,
    I need to change active net price in va02 for item 10.
    But this is showing grey color and item is active.
    Is there any way to change the price in item 10.
    If poossible pls advice me on urgent.
    Tks & B/R
    Bishnu
    23/03

    Hi,
    You need to check your condition type for which you want to make any changes in sales order.
    Steps:
    1. First go to change mode of condition type for which you want to make any kind of change in the sales order
    . ( V/06 )
    2. now check whether manual changes are allowed or not.
    3. next check mark field "quantity/value " in order to be able to make any changes in sales order.
       because unless this field is not check marked you can't do any change. i.e. it will be gray.
    I am sure it will solve your problem.
    Please Reward if useful.
    Akhilesh

  • HOw do I change the desktop pictures on macbook air?

    I simply can not change the desktop pictures on my macbook air. If anyone  knows please help. Thanks.

    Right-Click Desktop, Choose "Change Desktop Background..."
    There you can choose the desktop image. If you want a custom one,
    Choose "Set Desktop Picture".

  • How do I change the desktop picture on *all* windows with Lion?

    I'm sure I'm just missing a simple setting, but ...  I changed the desktop background to something I found I thought I'd like, using right click/use as desktop background.  Didn't like it.  Went to System prefs to change it, and selected the Pond Reeds pic that comes preloaded with Lion.  Great!  Except it only changed it to that in one workspace.  All the others still have the background I don't like, and going to each workspace, right clicking and choosing "change desktop picture" just shoots me back to the system prefs workspace and doesn't change anything.  What's the right answer   (It's an older MacBook Pro, but running Lion, just upgraded to it a few days ago.)

    Thank you!!!  I knew it must be something simple, that I just haven't had time to figure out yet (the day after I upgraded, my son went into the hospital and had to have heart surgery, so I haven't spent a lot of time getting to know Lion.).  Your help is much much appreciated!

  • Change active Partition in Solaris 10

    I have installed Solaris10 and after Windows Xp, the boot loader disappear. The system Startup always by Windows Xp. I have installed Partion manager and I change Active partition to Solaris 10, Know the system Statup always by Solaris 10. Please tell me how I change active partition in Solaris (to set Windows XP active partition again ). Could I use fdisk ? and how?

    1.Change the bios settings to boot from CD
    2. Insert the Solaris Software CD 1
    3. The procedures for installation starts , when it asks for the type of installation ie Interactive , jumpstart etc.
    4. At this prompt type " b cdrom -s "
    5. This will give you a root prompt
    6. mount the disk root partition onto a temp mount point on cd
    mount /dev/dsk/c0d0s0 /a
    7. cd /a
    8 . Run the format command
    9 . Choose fdisk
    10 . Follow prompts to make the WinXP the active partition
    11. Save changes
    12 . Reboot

  • Change the desktop background colour of Acrobat 9 Professional?

    Is it possible to change the desktop background colour in Acrobat 9? The reason I ask is we are supplied newspaper ads and sometimes they have a black keyline on the border of the PDF.
    The dark background on the desktop can make it difficult to see a fine keyline. We were previously using Acrobat 7 Professional which had a white background.

    Doesn't work
              ^                                                                                    ^
    Obviously, I can't, in this particular screenshot show everything.
    This is what the fellow is talking about.  Naturally if his keyline item is in Black it ain't going to show up  In Acrobat previous to 9 all this back Ground was grey.

  • I have a 13" macbook from 2009 and for some reason can no longer change my desktop image by just clicking on an image in system prererences I-Photo. Does anyone know what the problem could be?

    I have a 13" macbook from 2009 and for some reason can no longer change my desktop image by just clicking on an image in system prererences>I-Photo. Does anyone know what the problem could be?

    Your Desktop Picture settings and Dock items are stored in the files
    /Users/your short user name/Library/Preferences/com.apple.desktop.plist and
    /Users/your short user name/Library/Preferences/com.apple.dock.plist
    in the "Preferences" folder in your user library. This looks like the system has trouble to write to these files. Check the permissions on your user library and remove the above files from your user library, then log off and on again.
    Your user library is hidden in Lion and Mt. Lion. To reveal it, use the Finder's "Go" menu. Select "Go" in the Finder's main menu bar and hold down the alt/option key, until you see the "Library"  in the drop-down menu. Double click it to open a Finder window, so you can browse the files inside.
    Regards
    Léonie

Maybe you are looking for