How to set Movie resolution with JMF player

Hi everyone,
I am opening my .mpg files with the help of JMF.
The movie sample is of resolution 160 X 300.
I want it should fit into area of 670*670, 330*670 , 330*330 ,250*250.
I tried to set panel size but it failed.
I tried to set visualComponent size but again failed.
I have one restriction that JFrame should not maximized it fixed according to my resolution(1024*768)
Please help me.
public void controllerUpdate(ControllerEvent c)
          if (player == null)
               return;
          /////adding visualComponnt to jpanel
          if (c instanceof RealizeCompleteEvent)
               if ((visualComponent = player.getVisualComponent()) != null)
                    Dimension d1 = new Dimension(670, 670);
                    visualComponent.setMinimumSize(d1);
                    visualComponent.setPreferredSize(d1);
                    player.prefetch();
                    updateUI();
                    add(visualComponent);
     }

tom_zhang wrote:
How to use MediaPlayer object SetBounds method to change movie's resolution to 330*330 ?Well - 'don't'. Java layouts typically honour the preferred size in relation to the current layout constraint, than any 'bounds'.
Only can same scale zoom visual componentTo help further, I would need to see an SSCCE.
BTW - had you considered adding (the visual component of) the player to the CENTER constraint of a BorderLayout, and putting all that in a JFrame that is resizable? Then the user can choose whatever size they want to view the video, by dragging the frame to the desired size.

Similar Messages

  • How do I move folders with subfolders (containing pdf files) from my pc to ipad 3 to use in adobe reader

    How do I move folders with subfolders (containing pdf files) from my pc to ipad 3 to use in adobe reader

    You need to connect the ipad to the computer and open itunes.
    Open the ipad and go into settings, icloud. Tap on "Documents and Data" and turn that on to sync to icloud.
    Now go back into itunes and it should pick up your ipad already and tap on the ipad connection. There will pop up some taps on the center screen for sync options. Go thru each one (summary, info, apps, music, tv shows, podcasts, itunesU, books and photos).....you want to click on "Books".
    To the left click the arrow next to the ipad under Devices.
    The arrow will point down and open the sub menu, click on the "Books" sub menu here. You will see in the center window current books, PDF currently on the ipad.
    Next go to the top and click on "File"  (file, edit, view, controls, store, advanced, help) and click on "add folder to library"...... it will bring up your computer file system in a seperate window. File the folder your looking for and add it. This should get the folder set up to sync onto ipad thru itunes.
    For additional ease in doing things on the middle window of itunes click back on summary, scroll a bit and you will see "Backup", click on "Backup to icloud". Then under "Options", check "Sync with this ipad over WiFi".
    This will allow you to wirelessly sync your itunes and your ipad without having the ipad connected to the computer with a cable. You just have to be on the same wireless network.
    If in itunes you add something like a pdf or photo, when your on your ipad open the Ibooks or Iphoto app and it wull update the file system to match your itunes account. The sync with with anything you do in itunes and it works the other way around also. If you save files, photos, books on the ipad, using the ipad (app store purchases, games, books)....the ipad will update to itunes next time your on the same network.
    FYI - both the ipad and the computer have to be on.
    Itunes updates (changes you make thru itunes), does not need itunes to be open for update content to update to the ipad. This is because it updates to the cloud.
    Updates from the ipad to itunes will need itunes open on the computer. So it can sync with the cloud info.

  • How to set up SAPconnect with email server

    Hi,
    Does any one know <b>how to set up SAPconnect with email server</b>
    We are using workflow and when it fails it we are sending the notification mail to the user on his company mail id, i.e. [email protected]
    This is working in the current production system. We are doing the new development which will replace the current production system. The existing Basis team does not know how it was setup in production system and how to set it up in the new system.
    When we send any mail notification from workflow we can see the mail in SCOT transaction but it is not received at the specified mail address.
    Can any one provide the configuration steps or any document for this.
    Thanks in advance..
    Pratik

    Hi Pratik,
    Check the following link:-
    /people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm
    these link will help u to config SMTP.
    And one more thing u have to do..
    Go to SE11 n open Table sxnodes in change mode.
    And change F_ESMTP field to false i.e. BLANK for the Field NODE = SMTP.
    Hope this will work For U.
    Regards
    Sachin Dhingra

  • How do you move itunes with playlists from one computer to another

    how do you move itunes with playlists from a computer to ext hard drive, so it will play from the ext harddrive and not the computer

    Type "move itunes library to external hard drive" into the google search bar.

  • Converting mov files with Quicktime Player for iDevices

    I wasn't sure if should post this under iPad or here or at all as it is about coding, but it is about coding for Apple iDevices that can't display Flash, using Quicktime Player or QT Player 7 Pro:
    I'm trying to add the ability for Apple iDevices that can't display tutorials I created in Flash, to see them with H.264. I read that I can simply open the original tutorial that luckily is a .mov file with Quicktime Player 10 in Snow Leopard and File > Save For Web and QT will convert to H.264 and also output several files needed to upload to your server.
    But the only options are for iPhone, iPhone (cellular) and Computer. I assume an iPod would use the iPhone file, but iPad didn't exist yet.
    I chose iPhone and Computer for my test. I got 2 .m4v files a .jpg, a small .mov and a .html page with the code I needed to copy/paste to my target html page.
    Uploaded the files and could see the tutorial movie with my iPad fine. Using FireFox, I saw the beginning of the movie, then got the beachball. After a long wait, I tried a force quit and found that my Mac Pro was crashed too so had to hard shut down. Hate that.
    Rebooted the computer. Tried accessing with Safari this time and it worked fine.
    I also own Quicktime Player 7 Pro pre Snow Leopard (I'm running Snow Leopard now) and tried the conversion with it and noticed a few more config choices, like for frame rate. But the resulting code was about 29 lines of code with expected parameters versus 2 lines of code in the QT Player code which actually really surprised me. With both apps they have JavaScript references for the head tab to files on Apple's library on their site.
    So.. I'm wondering why FF and my computer crash, I did output for computer as well as iPhone. And what to do for FF users and the fact that there's no specific output for iPad, am I OK just using the iPhone output since I can see the file OK on my iPad test.
    Last, I've been reading about HTML5 versus Flash, but assume that what both my QT apps are outputting is HTML4. In the QT Player code there isn't even an embed tag, let alone the video tag I've read about, just a href to the exported Saved For Web .mov file, which I assume must point to the .m4v files that QT outputs and puts in the same folder as the other files, but there's no direct reference to them.
    Sorry for the length, or if this isn't the place for these questions, but I do want to get this right before I convert about 20 tutorials
    I wonder if I should wait until Lion and see if QT is changed to fix the FF crash and adds output for iPad?
    One last thing: when you access the converted file with an iPad, first you see a jpg of the first frame with "Click to Play" in the center. When you do, you get the movie with a play triangle which you have to press to actually start the movie. But when you access the same html file with Safari, all you have to do is click the "Click to Play" and the movie starts as expected. Bug?

    QuickTime X and QuickTime Player Pro create slightly different html code (but it all works about the same way). The "click to play" image file, a "reference" movie, multiple versions for different devices and the html code to preview the page and use as copy/paste into your Web page.
    QuickTime X has fewer options than QuickTime Player Pro. The iPhone preset works just fine on the iPad.
    Your Firefox crash may have been just coincidence and I doubt it was caused by the page code.
    You may want to wait a while longer for the HTML 5 code because browser support is still in the learning stage and millions of PC users still use out of date browsers.
    The reference movie points to the different versions of the file. The code "reads" the device and serves up the correct version for it.
    I don't own an iPad but I suspect it works like my iPod Touch. All of my QuickTime files have the play "triangle" so the click to play image style page requires two clicks on it.

  • HT3546 So i recently bought an Apple AirPort Extreme BaseStation (the mushroom shaped one) and was wondering if someone could tell me where and how to find a power cord and how to set it up with my Macintosh (2011 edition with 1.7.5) Thankyou! :)

    So i recently bought an Apple AirPort Extreme BaseStation (the mushroom shaped one) and was wondering if someone could tell me where and how to find a power cord and how to set it up with my Macintosh (2011 edition with 1.7.5) Thankyou!

    Welcome!
    Last question first, as we need to know what operating system that the Mac is using.
    If you are not sure, click the Apple icon in the upper left corner of the screen, then click About This Mac, and post back with the OS X Version number that you see there.
    Two possible solutions on the power cord
    ORIGINAL OEM APPLE AIRPORT EXTREME BASE STATION POWER SUPPLY AC ADAPTER A1202 if you want a white power supply and white power cord to match up with the Apple device
    AC adapter for Apple AirPort A1034 Extreme B... if you don't care what color the supply and cord might be
    If you don't already have a Setup Guide.....look here:
    AirPort Extreme Base Station Setup Guide v4.2 (Manual)

  • How to improve image resolution with using filters

    how to improve image resolution with using filters?

    image resolution, Please check the below links. They should give you a clear idea about Resizing and resampling images.
    http://helpx.adobe.com/photoshop/kb/advanced-cropping-resizing-resampling-photoshop.html#m ain_Resizing_and_resampling_images
    Understanding Resize vs. Resample | Learn Photoshop CS6 | Adobe TV
    Cheers!
    ~ Arpit

  • How to set this filters with 'or' relationship

    Hi Pros,
          I have a query as follows, rows and columns are all in structures.
                                                       regular_employees
                 active_employees
                 lay_off_employees
         I want to set up filter as ' employ_status = 0 or employ_subgroup =2' for this query, please tell me how to set this filters with 'or' relationship.

    Hi Yifei,
    Create a formula and enter this (let's name this FORMULA_KF):
    ((EMPLOY_STATUS = 0) OR (EMPLOY_SUBGROUP = 2)) * enter value IF_TRUE + enter value IF_FALSE
    Then create the condition to HIDE the rows having those values to be filtered (if this is your purpose)..
    Like,
    FORMULA_KF <> 1
    Is this what you want mate?
    Regards,
    Loed

  • How to set task description with paragraphs at runtime

    Hi Experts, How to set task description with paragraphs at runtime. Now, i can set single content in task description.however, not sure, how to set content which have paragraphs.

    Hi,
    You can use HTML tags in the Task descritption.
    Open the task not the workflow and there you can provide
    <p> content/containers </>
    You can use even <u>- Underlined text.
    <h> for bold text
    Thanks,
    Sarayoodharan.K

  • How to set screen resolution on Apple TV Gen2

    This is my first bad out of the box experience with an Apple product. I got my brand new Apple TV Gen 2 and hooked it up to our Sony Receiver/TV.
    Plugged everything in. Turned it on and I got the screen but am not able to change resolution. With the current resolution I can not see all the menus and the display does not fit on the 40" display.
    Tried unplugging.
    Tried doing a reset.
    Tried holding the Menu & Down arrow
    Tried looking through the menus, such as Settings, Video & Audio but can't find anything on setting screen resolution
    Tried searching this forum for instructions for changing resolution
    Much appreciation in advance for any tips or magic tricks on setting screen resolution.

    i also have this problem. i had a long discussion with apple support and the result was that apple tv 2 is not build for connecting it to a receiver but only to a up-to-date flat TV. i don´t know how i managed it to use the 720p resolution but as i had it i set the auto power to off and let it switched on all the time.
    after the update to 4.2.1 it had no chance to get it to 720p. it is locked to 1024x768 which is not the resolution i want to watch HD movies.
    but my setup is not a normal one. i have a onkyo AV receiver which is sending the HDMI signal over a HDMI splitter to an LCD screen and a HD beamer. the LCD screen is an old one which has no HDMI input, i use a HDMI to analog-component converter for this. the HDMI output of the onkyo is connected to a wireless HDMI system from marmitek.
    so its not so the ideal setting for apple tv. i hope that everything works fine if i have a new flat TV with a normal HDMI input.

  • How to set jpeg resolution when saving pdf file as jpeg

    I'm running Acrobat using interprocess api, I can invoke a script to save a pdf file as JPEG, but I need to be able to set the resolution of the saved jpeg file.
    Any clues as to how I can do that ?
    Peter

    Hi
    I am running a stand-alone version of Framemaket 10.I try to convert a documentation with a lot of screenshots in it. Regardless of the settings on the Reference pages of the first document of the book, Framemaker converts all graphic files to *.gif, and these are downsized so much that they become illegible. I would like to have them converted to JPG, with little resolution loss, so they are still readable.
    I think Robohelp is too expensive…
    Best regards
    REIDEN TECHNIK AG
    Alexander Keller
    Tech Writer

  • How to set screen resolution in BDC

    hi pls give info regarding how to set resolution for screen
    thank you
    Ravi

    hi,
    For screen resolution use ctu_params, with default size
    Data : f_option type ctu_params,
    f_option-updmode = 'S'.
    f_option-defsize = 'X'.
    f_option-dismode = 'N'.
    call transaction 'VA01' using bdcdata options from f_option messages into bdcerror.
    CALL TRANSACTION tcode... OPTIONS FROM opt
    ... OPTIONS FROM opt
    Effect
    Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
    DISMODE
    Display mode (like the MODE addition)
    UPDMODE
    Update mode (like the UPDATE addition)
    CATTMODE
    CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE
    Use default window size
    RACOMMIT
    Do not end transaction at COMMIT WORK
    NOBINPT
    No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND
    No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    ' ' No
    If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
    DISMODE
    From addition MODE
    UPDMODE
    From addition UPDATE
    CATTMODE
    No CATT active
    DEFSIZE
    Do not use default window size
    RACOMMIT
    Successful end on COMMIT WORK
    NOBINPT
    Batch input mode active ( SY-BINPT = X
    NOBIEND
    Batch input mode remains active after the BDC data

  • How can set screen resolution on firefox , i know zoom in and out but i want set my broswer to my favorie levelof zoom

    hi
    how can set my firefox screen resolution ( i know zom in and zom out but when i restart my firefox , it chanaged to perviose level of zoom )

    In case you are using "Clear history when Firefox closes":
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords and website specific setting like the page zoom.
    Clearing cookies will remove all specified (selected) cookies including cookies with an allow exception.

  • How to set native resolution in GRUB2 - Intel HD graphics

    Hello.
    I want to set 1440x900 in GRUB2.
    I use Intel HD 3000 integrated graphics with CPU i5 2500k.
    I use grub2-efi-x86_64 1:2.00beta4-1.
    Hwinfo from running Arch Linux shows:
    [root@myhost ~]# hwinfo --framebuffer
    02: None 00.0: 11001 VESA Framebuffer
    [Created at bios.459]
    Unique ID: xxxxxxxxxxxxxxxxxxxxxx
    Hardware Class: framebuffer
    Model: "Intel(R) Sandybridge/Ivybridge Graphics Controller"
    Vendor: "Intel Corporation"
    Device: "Intel(R) Sandybridge/Ivybridge Graphics Controller"
    SubVendor: "Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS"
    SubDevice:
    Revision: "Hardware Version 0.0"
    Memory Size: 511 MB + 960 kB
    Memory Range: 0xe0000000-0xfffeffff (rw)
    Mode 0x0307: 1280x1024 (+1280), 8 bits
    Mode 0x031a: 1280x1024 (+2560), 16 bits
    Mode 0x031b: 1280x1024 (+5120), 24 bits
    Mode 0x0305: 1024x768 (+1024), 8 bits
    Mode 0x0317: 1024x768 (+2048), 16 bits
    Mode 0x0318: 1024x768 (+4096), 24 bits
    Mode 0x0312: 640x480 (+2560), 24 bits
    Mode 0x0314: 800x600 (+1600), 16 bits
    Mode 0x0315: 800x600 (+3200), 24 bits
    Mode 0x0301: 640x480 (+640), 8 bits
    Mode 0x0303: 800x600 (+832), 8 bits
    Mode 0x0311: 640x480 (+1280), 16 bits
    Mode 0x037d: 1440x900 (+1472), 8 bits
    Mode 0x037e: 1440x900 (+2880), 16 bits
    Mode 0x037f: 1440x900 (+5760), 24 bits
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    I tried these settings in /etc/default/grub:
    GRUB_GFXMODE=auto #running with 800x600 resolution
    GRUB_GFXMODE=1440x900x24 #not working: still running with 800x600 resolution
    but always GRUB2 run with 800x600.
    Any ideas how to set 1400x900 in GRUB2? Is it even possible?
    Last edited by amen (2012-05-22 12:11:07)

    Gusar wrote:
    hwinfo shows your desired resolution, so it's in the vbios, which means you don't need i915resolution. That one is to program resolutions that are *not* in the vbios already.
    But as to why grub2 won't work, idk, I'm staying away from this over-engineered piece of... something... that just happens to also include a bootloader . Could be your syntax is wrong. Have you already tried 1440x900@24 or 1440x900-24 or simply 1440x900 or 0x037f?
    Edit: Gah, GRUB_GFXMODE isn't for grub.cfg, it's for /etc/default/grub. If you're configuring grub.cfg directly, it's 'set gfxmode=1440x900x24'. See what I mean with over-engineered piece of something?
    Thanks for tips. Yes, I edited /etc/default/grub not grub.cfg. Everytime when I finish editing /etc/default/grub I execute
    grub-mkconfig -o /boot/grub/grub.cfg
    I tried:
    /etc/default/grub - GRUB_GFXMODE=1440x900@24 #aka 'set gfxmode=1440x900@24' in /boot/grub/grub.cfg - still running at 800x600
    /etc/default/grub - GRUB_GFXMODE=1440x900-24 #aka 'set gfxmode=1440x900-24' in /boot/grub/grub.cfg - still running at 800x600
    /etc/default/grub - GRUB_GFXMODE=1440x900 #aka 'set gfxmode=1440x900' in /boot/grub/grub.cfg - still running at 800x600
    /etc/default/grub - GRUB_GFXMODE=0x037f #aka 'set gfxmode=0x037f' in /boot/grub/grub.cfg - still running at 800x600
    My current /etc/default/grub:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch Linux"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet add_efi_memmap"
    GRUB_CMDLINE_LINUX="elevator=deadline"
    # Preloa GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=auto
    GRUB_GFXMODE=1440x900@24
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    My current /boot/grub/grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51
    else
    search --no-floppy --fs-uuid --set=root cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=1440x900@24
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=pl_PL
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux GNU/Linux, za pomocą systemu Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51
    else
    search --no-floppy --fs-uuid --set=root cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51
    fi
    echo 'Wczytywanie systemu Linux core repo kernel...'
    linux /boot/vmlinuz-linux root=UUID=cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51 ro elevator=deadline quiet add_efi_memmap
    echo 'Wczytywanie początkowego dysku RAM...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51
    else
    search --no-floppy --fs-uuid --set=root cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51
    fi
    echo 'Wczytywanie systemu Linux core repo kernel...'
    linux /boot/vmlinuz-linux root=UUID=cedaa9c2-d515-4f3d-ae6e-d166d2ee3c51 ro elevator=deadline quiet add_efi_memmap
    echo 'Wczytywanie początkowego dysku RAM...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Microsoft Windows x86_64 UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --no-floppy --set=root c299-4f49
    chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    GRUB2 still running at 800x600. Any ideas?

  • How to set movement or transfer block during Physical Inventory

    Hello Team,
    I was wondering if someone could help with how to set
    Material Movement block for the entire plant during physical inventory.
    I will appreciate any input.

    The inventory process in general in equal.
    creating document - printing documents - counting - enter count - (recount) - post difference.
    It is just the step of creating documents which differs between MI01 and MI31.
    MI01 wants that the user to enters the material to be counted manually.
    While in MI31 you have a huge selection screen, that allows you to create inventory documents for several location at the same time, while SAP  takes the materials according to your selection criterias.
    MI31 can be executed to create the documents directly or by batch input, in earlier releases it was only possible thru batch input.

Maybe you are looking for