Virtualize an existing windows 8.1 installation on arch

Hi,
3 days ago I installed arch and I'm very delighted. Originally coming from windows I installed ubuntu on my laptop a few months back. Linux instantly grabbed my attention. So when I decided to buy a new desktop PC I compared various distros and arch was the most promising one. I haven't been disappointed; The learning curve is very good and the distro is really well documented. But now I have a problem where the documentation can't help.
I have the following setup:
- Intel i5 4570s
- SSD for os
  - sda1: EFI boot partition
  - sda2: ext4 with arch installed
  - sda3: swap
  - sda4: microsoft reserved
  - sda5: ntfs with windows 8.1 installed
- HDD for data
- EFI motherboard
Install order: arch -> windows
Before I installed arch I read an article about how to boot virtual in an existing windows installation and nonetheless be able to boot normally into it and have the instances synced. Later I found out: VirtualBox isn't capable of booting an EFI windows installation.
As I read in another blog, other virtualization software like QEMU is able to boot an EFI windows installation with OVMF. So I followed the first article and created a raw image of my windows disks with
VBoxManage internalcommands createrawvmdk -filename w8raw.vmdk --rawdisk /dev/sda -partitions 1,4,5 -relative
and tried to open that image with QEMU via
qemu-system-x86_64 --enable-kvm -pflash OVMF.fd w8raw.vmdk
I get the following error
Unsupported image type 'partitionedDevice'
It may be noteworthy that the VBoxManage command produced two files
w8raw.vmdk
w8raw-pt.vmdk
Now my questions:
1) Is it somehow possible to open the created .vmdk file with QEMU?
2) Is it possible to create such an raw image with QEMU too? How? The documentation didn't help me
3) Do you have any other ideas how to archive this?
If you need further information I gladly add them here.

You have created a vmdk file that point to a real disk. The vmdk file does not contains the data in itself; probably qemu cannot open such virtual disk. The raw disk is simply /dev/sda in your case; you can pass it as an argument to qemu (provided you have the necessary permissions to access it), but ensure that the mounted partitions (the one you use in your running linux) are not accessed in any way by Windows (it should be the case if they are not FAT or NTFS and you do not have installed special tools in Windows to read them). Virtualbox can authorize the access of individual partitions of a physical disk (by using the VBoxManage command you mention), but I don't think this trick can be exported to qemu.
You can create a raw image of your disk by using the dd command:
dd if=/dev/sda of=/some-file.raw
but do that from a bootable recovery disk, do not mount /dev/sda while running dd (and have an external hard disk that is big enough to contain the whole image of /dev/sda).
But I doubt you will achieve your real goal. At the very best, Windows will consider that it run on a new hardware within the virtual machine. At best it will ask you to re-register and will cease to work if you boot it directly. Some OEM Windows do a BIOS/UEFI check to verify they have not be copied and will refuse to work in the virtual machine. You might also expect a whole bunch of problems because the same windows will run on two different hardware (virtual and physical). Windows has not been designed to be moved from one machine to another. If you want to have a virtual Windows, I would strongly suggest you to install it from scratch in the virtual machine. VirtualBox has more feature (some of them are really useful: e.g. the Windows additions that provide nice integration between the two machines; USB access, etc.) and is easier to manage than qemu. Just put VirtualBox in BIOS mode and install Windows (all Windows versions accept to be installed in BIOS mode).
Last edited by olive (2014-04-13 09:32:49)

Similar Messages

  • [SOLVED] trouble booting an existing windows 8.1 installation in qemu

    I have an existing installation of window 8.1. I want to be able to boot it inside linux (qemu-kvm ideally). Originally, this looked like it was going to be easy. Now a week later, I feel a bit stumped.
    Here's my layout on /dev/sda:
    Number  Start (sector)    End (sector)  Size       Code  Name
       1            2048          718847   350.0 MiB   2700  Basic data partition
       2          718848         1128447   200.0 MiB   EF00  EFI system partition
       3         1128448         1390591   128.0 MiB   0C01  Microsoft reserved ...
       4         1390592       103112703   48.5 GiB    0700  Basic data partition
       5       168151040       250068991   39.1 GiB    0700  Basic data partition
    sda4 is the windows root. sda5 is linux root. and yes, this is UEFI. Specifically, it is a surface pro 3.
    Before I got going with virtualization ( but after I installed linux), I made a couple/few of copies of my hard drive.
    One method was an sd card (a big one). I used clonezilla to do a partition-partition mapping after making an almost identical partition table on it (I didn't copy over sda5).
    I have tried booting this with qemu:
    # qemu-system-x86_64 -runas noctlos /dev/sdb
    Whereupon qemu launches a small window which says
    and nothing happens. It just sits there.
    I have also tried making a raw image of my hard drive to a separate and much larger disk with:
    # dd if=/dev/sda of=/path/to/remote/image.raw bs=512 conv=noerror,sync
    Trying to boot from this also give me a diddly squat.
    On the arch wiki for qemu, i found that I could boot a kernel (or an efi, i figured). So I tried to boot the microsoft boot file from sda2 (mounted on my /boot folder):
    sudo qemu-system-x86_64 -kernel /boot/EFI/Boot/bootx64.efi -append root=/dev/sda /dev/sda4 -runas $USER
    to get this oddity:
    If there be any qemu/virtualization experts out there, or any schmuck like me who is a step ahead of me, please lend your voice to my progress!
    Cheers
    Last edited by noctlos (2014-11-11 01:47:44)

    @EscapedNull
    Thanks for the reply! I haven't used any debugging tools yet. I am really new to gdb.
    However, since you mentioned it, I looked up UEFI for qemu (I thought that it would handle that on its own), and found that there's a project called OVMF, available in extra/ovmf. I installed that and tried running the sdcard:
    sudo qemu-system-x86_64 -bios /usr/share/ovmf/ovmf_x64.bin -runas $USER /dev/sdb
    Now we have some success! At least, I got this:
    Hopefully, that only means that I have to attach the recovery partition to get it to work (at least the first time, @stevenhoneyman ).

  • Virtualizing an existing Windows-partition.

    The last couple of weeks I've been trying in vain to be able to virtualize my existing Windows partition in Arch64 using kvm and qemu without success. I have deducted (inaccurately perhaps...) that KVM does not allow me to do what I wish, instead it would require me to set up an Windows-image.
    I have been looking into Virtualbox, but it doesn't seem to have a 64-bit version.
    Is what I'm trying to accomplish (boot up my existing Windows installation on sda3 in a virtual machine) even possible at the moment? I'm stuck, and searching has been unsuccessful. Primarily because I can't express what I'm trying to do in a concise manor.
    I'm on an Intel Core 2 Duo processor, which might be of interest.
    Please help.

    Qemu seems painfully slow.
    I am running VirtualBox on Arch 64 with no trouble.
    You might be able to use a cd based distro like SystemRescue or Parted Magic and  partimage to backup your Windows partition then restore it into a Virtual Disk.
    I haven't tried it but it might work.

  • Windows 7 upgrade and existing Windows Vista Home Premium license...?

    Hi,
    As per Lenovo's scheme, after applying for Windows 7 64 bit upgrade and upon receiving the installer DVD, do I need to compulsorily install it?
    Does "upgrade" here really mean that the day when the Windows 7 DVD was issued on my name, my existing Windows Vista Home Premium 64 bit license will become Invalid or get expired? Or I can continue using my existing installed Windows Vista on my Laptop and install the received copy of Windows 7 as and when I want or even don't install it on my Laptop, if happy using existing Windows Vista only?
    Regards,
    Aniket Dumbare

    More Information
    I just found instructions to run "BCDEdit" and the results were the following so  it looks like the "Boot Manager" is on S while the "Boot Loader" is on C (Whatever that means)
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>Bcdedit
    Windows Boot Manager
    identifier {bootmgr}
    device partition=S:
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {current}
    resumeobject {2164a006-c421-11de-8836-de5db8963170}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 30
    Windows Boot Loader
    identifier {current}
    device partition=C:
    path \Windows\system32\winload.exe
    description Windows 7
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {2164a008-c421-11de-8836-de5db8963170}
    recoveryenabled Yes
    osdevice partition=C:
    systemroot \Windows
    resumeobject {2164a006-c421-11de-8836-de5db8963170}
    nx OptIn
    C:\Windows\system32>

  • Can bootcamp use a pre-existing windows 2nd drive?

    On Leopard using 2008 mac pro with leopard on a single hard drive, can I place a 2nd hard drive with a pre existing windows vista partition (from a windows computer) on it and get it to be accessible in bootcamp? If so can it be NTFS or does it have to be Fat32.
    Also, regardless of the above, can the bootcamp windows installation drive have more tha one partition that windows uses? for instance I would have 1 drive for Leopard with a single partition; one drive for windows with multiple partitions (one for windows as c:; one for windows programs, and one for windows games all accesible to the windows booting environment)
    And lastly, can fusion be made to work with this new "bootcamp" window installation once it is already functional in bootcamp?
    Thanks.

    You will have to reformat the drive as follows:
    Extended Hard Drive Preparation
    1. Boot from your OS X Installer Disk. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Installer menu (Utilities menu for Tiger.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process will take 30 minutes to an hour or more depending upon the drive size.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Windows 10 fresh installation on the HP Stream tablet

    I performed a fresh installation of Windows 10 on my Stream 7 tablet and it worked well. I posted the procedures I used below in case it may be able to help someone. One warning is that you have to first upgrade the original Windows 8.1 with Bing installation in-place letting Windows 10 activate before wiping the disk clean and installing Windows 10 fresh. If you do not do this, Windows 10 will not activate when it is installed fresh. If Windows 10 tells you that you do not have enough room to upgrade, you may have to restore the tablet back to the factory configuration using the recovery media. Other reports indicate you can also complete the upgrade by pointing to an external drive. If you recover, you will not need to apply any Windows 8.1 updates after the recovery, you can update to Windows 10 directly from the USB immediately after the tablet is restored to the factory configuration. First make a recovery USB of your existing Windows 8.1 with Bing installation. Download the Windows 10 32-bit ISO file and burn it to a USB drive. Updating Windows 8.1 to Windows 10 on the HP Stream Tablet
    - With Windows 8.1 running, start the setup program from the Windows 10 USB drive.
    - When it prompts "Get Important Updates?" select "Not Right Now".
    - Accept the license agreement
    - When it prompted me to "Change What To Keep" I selected "Nothing".
    - Click the Install button, the upgrade took 30 minutes on my Stream 7.
    - When the upgrade finishes, add a WiFi connection and go to the Start button => System and make sure it says "Windows is Activated". You can stop here if you have enough disk space and do not want to do the fresh install. The 5.2 GB Recovery partition from Windows 8.1 can also be deleted now since Windows 10 creates its own 450 MB recovery partition for WIMBoot. Unfortunately it seems the C: drive cannot be extended to include the 5.2 GB of space so an additional drive letter (such as "D:") will need to be created to utilize it. Deleting the 5.2 GB Windows 8.1 recovery partition (only do this if have upgraded to Windows 10)
    - Attach a OTG adapter, powered USB hub, USB drive containing the 32-bit Windows 10 ISO, mouse and keyboard.
    - Press F9 on the keyboard as the tablet powers up to enter the boot menu.
    - Select the USB drive to boot from.
    - Select "Install Now"
    - Select "skip product key"
    - Accept the license terms
    - Select: "Custom: Install Windows only (advanced)"
    - Delete the Drive 0 Partition 5: IMAGES 5.2 GB Recovery partition.
    - Do not delete the Drive 0 Partition 4 450 MB Recovery partition, Windows 10 created this for WIMBoot and it will not boot without it. If you want to do a fresh Windows 10 install, you can also wipe the drive completely clean at this point. This will provide the greatest amount of available disk space for the C: drive (21.1 GB free of 28.5 GB following the fresh install). Fresh installation of Windows 10 on the HP Stream tablet
    - Make sure Windows 10 has already been upgraded from Windows 8.1 and is activated.
    - Attach a OTG adapter, powered USB hub, USB drive containing the 32-bit Windows 10 ISO, mouse and keyboard.
    - Press F9 on the keyboard as the tablet powers up to enter the boot menu.
    - Select the USB drive to boot from.
    - Select "Install Now"
    - Select "skip product key"
    - Accept the license terms
    - Select: "Custom: Install Windows only (advanced)"
    - Delete all partitions
    - Click the Next button, the install will take around 30 minutes.
    - When prompted for a product key, select "do this later".
    - Add a WiFi connection.
    - Answer the prompts about sending data to Microsoft, I answered no to all of these.
    - For some unknown reason, I was prompted to repeat the above two or three steps again here.
    - When Windows boots for the first time, right click the Start Button => System and check that it says "Windows is Activated". The RTL8723BS WiFi driver is already installed after a fresh installation but the other five drivers needed for the Stream 7, (Driver Pack, Bluetooth, Realtek audio, Goodix touchscreen and Kionix motion sensor) have to be installed from the Windows 8.1 drivers available from hp.com. The Stream 8 may have additional drivers needed.  The drivers site on hp.com for the Stream tablet has been going up and down periodically since the tablet was introduced so you might want to download the dirvers first and copy them to the Windows 10 USB before attempting the installation.

    Hve you had any problems with the side swipe gestures to open app switcher and action center after installing the Goodix drivers?After upgrading to Windows 10, everything worked great, but after a system reset, I have not been able to get the side swipe gestures and the start button to work at the same time.After the reset is finnished and before installing any HP drivers, side swipe gestures works without problems, but the start button is disabled. Then I installed all Windows 10 drivers from HP.com, except the Googix-driver. Nothing changes.After I install the goodix driver, the start button is working, but side swipe gestures no loger works.I have tried to reset the device several times, with the same result each time.

  • Windows 8.1 Installation On Mac - Got a Problem

    Windows 8.1 Installation On Mac - Got a Problem
    Hi everyone,
    I'v researched a lot about installing Win on Mac but I still got a problem when everything seems to be fine.
    I got a Macbook Pro Retina, Late 2013 with OSX Mavericks and Bootcamp 5 installed on. And for installing windows, I already got an empty 8GB USB Drive formatted as MS-DOS (FAT32). And I've prepared Windows 8.1 ISO in my Downloads folder.
    During my last effort, I opened Bootcamp Assist and then Chose the options: "Create Windows 7 or later version installation disk" and "Download the latest windows support software from Apple". Then I chose my Windows 8.1 ISO location and my destination. When it finished ,I was expecting it to run windows setup. But it closed and nothing happened
    When I opened BootCamp again, only the first two options were available as before and "Install or remove Windows 7 or later" wasn't.
    Now ,what do I have to do exactly? (NOTE: I'm not a professional. So please answer in a simple way. )
    Should I restart the Mac and Hold OPTION while booting to run Windows setup? I was thinking about it but I thought I might screw it up all. So I decided to ask it here to be sure.
    Any help will be appreciated by heart!

    Hi Alcatrax,
    I would recommend following the steps in this link in order to help you complete your installation of Boot Camp:
    Boot Camp Help: Install Windows on your Mac
    https://help.apple.com/bootcamp/mac/5.0/help/#apdecf0e4b6-b472-438d-881e-57c230b 1c250
    Prepare your Mac for Windows
    Boot Camp Assistant helps prepare your Mac for Windows by creating a new partition for Windows and then starting the Windows installer. Optionally, you can install Windows using an external USB drive that contains a Windows ISO image downloaded from Microsoft and Windows support software.
    Important: If you’re using a portable computer, connect the power adapter before continuing.
    Insert an external drive into the USB port on your Mac and keep it inserted while you install Windows and Windows support software.
    Open Boot Camp Assistant, located in the Other folder in Launchpad.
    Select the option to install Windows, select other options you need, then click Continue.
    Here are the other options you can choose:
    If you want to install Windows from an external USB drive and you have a Windows ISO image, select the option to copy the image to an external USB drive. If this option isn’t available, your Mac doesn’t support installing Windows from an external USB drive.
    If you haven’t already downloaded the Windows support software for your Mac, select the option to download it. In a later step, you’ll install the Windows support software on your Windows partition.
    Follow the onscreen instructions for the options you selected.
    When you’re asked to create a Windows partition, specify a partition size. If you have multiple hard drives in your computer, you can select a different hard drive and create a single partition on that drive, so that the drive is solely used for Windows.
    Note: You can’t resize the partition later.
    If you need help determining the best size for your Windows partition, refer to your Windows installer documentation. For Windows 8, create a partition that is at least 30 GB.
    In a later step, you’ll format the Windows partition.
    If you are using an installation disc for the 64-bit version of Windows, insert it into the optical drive in your Mac or the external optical drive. Otherwise, keep the external USB drive with the 64-bit version of Windows inserted.
    Click Install.
    Boot Camp Assistant creates the Windows partition, restarts your Mac, then opens the Windows installer.
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • "Windows 8.1 installation has failed"

    Downloaded the Enterprise iso of 8.1 from the Volume Licensing site.  Currently running Windows 8 64 bit Enterprise.  Downloaded 8.1 64 bit
    enterprise.  Mounted iso, ran setup, after licensing agreement and choosing data migration options received the error "Windows 8.1 installation has failed" .  Googled around, and didn't see this exact problem.  There is no error code,
    nothing in the logs, nothing at all.  Just the message "Windows 8.1 installation has failed".  Tried several downloads of the iso, on multiple Windows 8 boxes.  
    Could a group policy setting, or something else related to these machines being on a domain be causing our issues?  If not, the lack of error codes is making the issue next to impossible to debug.  
    Anyone out there able to help?
    Thanks
    p.s.  already verified that update kb2871389 was installed.

    Hi,
    Which log did you checked, could you find the setup.etl file in %WINDIR%\Panther?
    It should have $windows.~bt\Sources\Panther log file. please check it.
    You can refer to the link below for more details about Windows 8 installation log.
    Windows Setup Log Files and Event Logs:http://technet.microsoft.com/en-us/library/hh824819.aspx
    If problem persists, I would like to suggest you to make a clean install on other drive for test, to make sure this problem was not caused by hardware problem.
    Note: before Windows installation, please backup all files on the drive which Windows 8.1 would be installed. Also make sure the hardware driver such as BIOS, Motherboard was upgrade to be latest.
    Roger Lu
    TechNet Community Support

  • Can i install windows 8.1 as a virtual machine without an existing windows os

    can i install windows 8.1 as a virtual machine without an existing windows os? I only have the download of 8.1, no cd.

    You have to download and run the setup.exe on a Windows system.
    That will then download Windows and you can choose at the end to create install media, then choose to save as an iso.
    It has to be done on a Windows machine and if you want to download 64 bit Windows it must be run on a 64 bit Windows machine.

  • Windows 8.1 installation query

    I have a original activated version of windows 8...
    I want to upgrade to windows 8.1 without using app store..
    Is it possible that my activated version gets unlicenced if i install the 8.1 iso file..

    Hi Gowardhan,
    Carey Frisch is right, Windows 8 key cannot work with Windows 8.1 installation.
    Alex Zhao
    TechNet Community Support

  • Windows 8.1 Installation Media Now Available (Free)

    You may want to have a copy of the Windows 8.1 installer to be use in your unit and using your embedded product key. See this link on how to get it.

    Hi LenBlazer,
    Thank you for the tip! Keep up the excellent work!
    Gracias y Saludos,
    Miguel A. González
    Spanish Community Manager
    Comunidad en Español  English Community  Deutsche Community   Русскоязычное Сообщество
    Los puntos de vista y asesoria que expreso aquí son míos y no reflejan necesariamente la posicion oficial de Lenovo.
    Es importante recalcar también que los foros suplementan los recursos de los usuarios de Lenovo pero no reemplazan el servicio técnico oficial. Para un listado de números de servicio sigue el enlace: Numeros de Soporte

  • Can I use a digital download of Windows 8.1 to install Windows in the Windows partition created in Boot Camp or do I need the Windows 8.1 DVD physical copy to do the Windows 8.1 installation?

    Windows 8.1 installation on MacBook Pro

    Hi,
    I used a digital copy of Windows 8.1 to install it through Boocamp. It was the MSDN version of Win 8.1.
    Best regards,

  • Boot Camp Windows 8.1 Installation Did Not Install Network Card

    I just installed a Windows 8.1 Boot Camp partition on a new Mid 2013 MBA. The install ran the support software and installed the drivers. However I don't show any network cards in my Windows 8.1 installation. I reran the support sw manually and it went through and supposedly fixed any driver errors but I still don't see a network card or have a network connection. It works just fine in my OSX partition, so it is definately a driver issue. *** do I need to do to get the network driver installed?

    In Thehatters defence, this was initially posted in the MacbookPro forum and then moved to Boot Camp,
    If you have any joy solving your trackpad device driver issue, feel free to post here (there might be a similar fix for my  wireless adapter device)
    Thanks

  • Can't boot from windows 7 usb installation media

    When trying to boot from windows 7 usb installation media no efi boot option availiable. Using "boot from efi file" option whith each and every .efi file on installation media results in a message saying "The selected boot device failed. Press <Enter> to Continue". 
    USB installation media created using original windows 7 iso image and couple diskpart commands(resulting in clean flash storage with a single active primary partition) plus simple copying of the iso image's contents on usb flash. 
    Enabling/Disabling SecureBoot doesn't have any impact whatsoever. 
    Installation boots from aforementioned media successfully when CSM enabled, though i would really prefer installing Windows 7 in uefi mode. Which microsoft claims Windows 7 supports. 
    Any help or suggestions would be much appreciated. Thanks in advance. 
    PS: my disappointment in this particular HP notebook is unspeakable. Aside from issue of the current topic, It keeps defaulting to windows boot manager when dual-booting windows & linux no matter what i do, and windows 8.1 Pro is constantly BSODing whenever i try to run fullscreen games on high-performance GPU whith every graphics driver i could possibly install (including both hp's own and amd's). Found silly workarounds for both of these issues, however still hate HP treating it's customers that way.

    Booting from USB 2.0 port or DVD with SecureBoot disabled gets me to a screen saying "starting windows", just before the actual setup begins and then system simply hangs. Still unable to install. Thanks for your suggestion though.

  • Open New Browser Window in CS4 opens behind existing window - HELP!

    I am creating a website in CS4, and everything works fine EXCEPT ona few pages, for every link I have set up to open in a new browser window, the new window opens BEHIND the existing window, so that you cannot see it. I tried one solution that said to type "javascript:;" in the href (link) box, but that did not correct the problem. Any ideas?
    Thanks.

    Sounds like you have Tabbed browsing enabled.
    IE
    http://www.ie-vista.com/tabs.html
    Firefox
    http://www.mozilla.com/en-US/firefox/features/#tabs
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

Maybe you are looking for

  • What versions will work with Windows ME?

    I currently have Firefox 1.something on my aging Windows ME system. My e-mail provider recently upgraded and consequently, I need to be using at least verion 2.0 of Firefox. I downloaded the newest version, but get an error after the files have been

  • Fax solution

    Hi, We are trying to send faxes from our Forte application. The problem with using Microsoft fax is that we cannot find a way to transfer information from our Forte Application to the Microsoft fax program. Can anyone have suggestions as to how we ca

  • GridbagConstraints layout resized in a tabbed dialog

    Hello all: I created a customized dialog and run it as a standalong app. This app contains two tabs, first one's layout for the main panel is a GridbagConstraints, and I can put GUI components in a way that I desired. The 2nd tab is a SplitPane, the

  • Import word into Robohelp

    Hi, I am using Robohelp for the first time. I want to generate help pages for an application. I have all the contents prepared in Word document. I tried to import the word document into robohelp, however the whole content gets inported into single pa

  • Library will not populate

    Does anyone know why my Shared Playlist in Itunes will not populate?