How to transform LabVIEW type picture to IMAQ type picture?

Hello everybody,
I have got a LabVIEW library, which makes AVI files from series of pictures. But unfortunately, as the input for the "AVI write" function, it needs the picture in the IMAQ format (not this blue line which means LabVIEW picture, but just pink line which means cluster). So IMAQ picture is a cluster, and I want to find a method for transforming the LabVIEW picture to IMAQ picture. Is it possible without buying any additional IMAQ libraries? (I have got only restricted number of IMAQ functions which were originally installed with LabVIEW itself).
TIA,
Yazilim

Hi Christopher,
Hopefully, I did not mis-understand your suggestions.
However, I just can't achieve the task.
Please find the attached vi for your reference.
I am grateful if your can comment on my simple vi
(The vi only can convert U32 color video to jpeg individuel files.)
The broken wire was due to the IMAQ Readfile. (They are still not compatible)
I am using LabView 7.1, IMAQ 3.5.1 and IMAQ 1394 2.0.2.
Many thanks,
Kai
Attachments:
U32 color interlace video converter.vi ‏101 KB

Similar Messages

  • How to transform complex types

    I am trying to use the tranformation tool to map a internal 'SalesOrder' object to an external return object that has a slightly different structure.
    My SalesOrder object has a property of type Set which holds one-to-many SaleItem objects. In the transformation tool I don't see any way to map the objects within the SalesItem set to a similar Set in my output object.
    Without mapping the child objects (SalesOrder.SalesItem --> SalesOrder.SalesItem) that are within this SalesOrder I will end up with a ClassCastException when the client accesses the Set of SalesItems within it's returned SalesOrder return parameter from my process.
    What am I missing?

    Hi Johan,
        Thanks for the valid response.
        And one more question:
            How to maintain session in CAF Application Service?
            My scenario is:
                     I have used a webservice as external service in CAF, which contains several methods.
    suppose, If I call login() method in webservice, the user session should be maintained through Application Service even if I call another method in the web service.
            I have now directly using the external service in my Application Service. 
    When using Entity service the session is maintained without any problem.
    But session is not working in Application Service.
           What could be the problem?

  • How to display a continuously updating mesh object with the Labview 3D Picture Object

    I have a continously updating stream of 3D images that can be represented in a mesh (a 3D movie if you will). I want to display this in the 3D Picture object so that everytime I acquire a new 3D image it is displayed. Examples are scarce and I couldn't find anything that dealt with this specific issue.
    Currently (within a FOR/WHILE loop) for each iteration I create a scene object, set the geometry as a newly created mesh object, set the texture and eventually wire it to the 3D Picture. This implementation seems to leak memory (the taskmanager shows the used memory continously increasing and eventually processing speed will drop). I assume it's because I recreate the object for each iteration. Trouble is, I can't find anything that would let me release/delete the object once I'm done with the frame. All examples that I found only deal with creating the 3D object once and manipulating it.
    What's the appropriate way to code this? 
    Solved!
    Go to Solution.

    You just need to use the 'Close Reference" VI on the 3D Picture Reference as this code below. It runs inside the loop.
    Now, if you are dealing with mesh, then you should use the Set Mesh Parameters to change the points inside the loop and then, just closed the reference after the code is done. Look at this code below. The trick is to get the reference back from object using Typecast ( To More Specific Reference VI).
    Also, look at the shipping examples in:
    C:\nivs_dev\2013\InstallTo\ProgramFiles\National Instruments\LabVIEW\examples\picture\3D Picture Control
    and specially the Using Meshes.vi.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • How to open labview program with Quit Labview function inside?

    Hi Any idea how to open labview program with  Quit Labview function inside?
    I forgot to add and set the condition of the type for this program.
    If the program is an application, it would close straight away.
    If it is still labview work, it will go straight to editing program without closing.
    So I need to recover, open it and make some changes.
    Clement
    Solved!
    Go to Solution.

    Put the VI in a project and open it from there, then it shouldn't autorun. You can use App.kind property of application to decide whether to close or not.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • How to show BLOB type Column ? In XE

    How to show BLOB type Column as image in APEX report area? (In XE)
    I did it with the following procedure
    create or replace PROCEDURE MY_IMAGE_DISPLAY (p_image_id IN NUMBER)
    AS
    l_mime VARCHAR2 (255);
    l_length NUMBER;
    l_file_name VARCHAR2 (2000);
    lob_loc BLOB;
    BEGIN
    SELECT 'JPEG', MLOGO, 'IMAGE', DBMS_LOB.getlength (MLOGO)
    INTO l_mime, lob_loc, l_file_name, l_length
    FROM CARS_TABLE
    WHERE M_ID = p_image_id;
    OWA_UTIL.mime_header (NVL (l_mime, 'application/octet'), FALSE);
    HTP.p ('Content-length: ' || l_length);
    OWA_UTIL.http_header_close;
    WPG_DOCLOAD.download_file (lob_loc);
    END my_image_display;
    GRANT EXECUTE ON my_image_display TO PUBLIC;
    and executed the following command
    CREATE PUBLIC SYNONYM my_image_display FOR shema_name.my_image_display;
    but under XE , I can not see synonym? why?

    sakrami,
    Your question really belongs in the XE forum:
    Oracle Database Express Edition (XE)
    I think this posting addresses your question:
    Re: Handling of pictures changed? Item values not properly updated in Beta
    Joel

  • How can I load a picture and use it in ActiveX in run time ??

    I am using an ActiveX object which needs a property "picture" as input.
    I can set the picture property in its property page in design time, but I don't know how to give it a "picture" in run time.
    In VB, I can do:
    dim pic As Picture
    pic = loadpicture("c:\test.bmp")
    control_1.picture = pic
    (("control_1" is the ActiveX object, and picture is the property))
    How can I do the same with labview?
    Is there any example that sets the picture property of an ActiveX in run time?

    sealiker wrote:
    I am using an ActiveX object which needs a property "picture" as input. I can set the picture property in its property page in design time, but I don't know how to give it a "picture" in run time. In VB, I can do:   dim pic As Picture pic = loadpicture("c:\test.bmp") control_1.picture = pic (("control_1" is the ActiveX object, and picture is the property))   How can I do the same with labview? Is there any example that sets the picture property of an ActiveX in run time?
    As
    far as I understand from the MSDN site, it seems that the Picture
    datatype is a specific VB only datatype. Most probably it is a handle
    (uInt32) value as far as other programs including LabVIEW are
    concerned, but there is no way that LabVIEW could deal with this
    datatype directly.
    If you can convert this datatype with some VB fucntions into a HBITMAP
    or HDIB then you could call some Win32 API functions to extract the
    relevant bitmap data from this common Win32 datatype and get somewhere
    from there. OR it maybe that VB itself has other functions to extract
    the bitmap data, color palette and other attributes of the Picture
    datatype. Don't expect LabVIEW to be able to deal with the Picture
    datatype directly though, this is really a proprietary VB thing.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • After 3 years of use, my I-photo dissappeared from my mac along with all my pictures.  Stupid me has no back up either.  any ideas how I can get my pictures back?es bautupi

    Happy Holidays.  After 3 years of use, my I-Photo disappeared from my Mac along with all my pictures.  And stupid me has no back-up.  Any ideas on how I can find my pictures?  Thanks.

    Happy Holidays to you too.
    What exactly is missing?
    The iPhoto icon in the Dock, that you used to launch iPhoto?
    The iPhoto application from the "Applications" folder?
    Your iPhoto library from your "Pictures" folder?
    To check what is still left, click on the looking glass icon in the upper right corner of your screen and type "iPhoto" into the Spotlight search field. This should find anything with iPhoto in its name. Does it show an iPhoto application? Then click it to launch it.
    But before you do anything else, I'd strongly suggest to get yourself a backup disk and make a Time Machine backup of your machine right now. You have already noticed, how risky it is, not to have a working  backup. The best computer will crash one day.
    Regards
    Léonie

  • How can I show my pictures' (files') name in Adobe Muse lightbox?

    How can I show my pictures' (files') name in Adobe Muse lightbox?
    For example: DSC_0022.jpg

    Hello,
    Muse does not pick up and display the file name by default.
    However, the slideshow Lightbox has a Caption option in which you can manually type the file name there and display it anywhere on/around the picture.
    Regards,
    Sachin

  • How do I locate non picture files and location? I'm getting low memory and can't find word,PDF etc

    how do I locate non picture files and location? I'm getting low memory and can't find word,PDF etc

    iPads don't have a filesystem like a computer, Files of that nature must be associated with an App and reside inside that particular App's file space.  So the way to find them is to open the App that opens that file type and look in its file or document list for them.

  • How to remove wrong thumbnail picture associated with MP3/WMA file?

    Win7 associates those little thumbnail sized pictures to some mp3/wma files I have (inside Music library), but some some pictures are wrong.
    How to "dissociate" those wrong pictures?
    Furthermore, Win7 seems to fill in informations to music files but once again, some are wrong.  How could I stop it to act "too smart"?

    Hi,
    If you are using Windows Media Player to run these files by default, the problem occurs because the Windows Media Player library database has become
    corrupted.
    First, you may check if it is run by Windows Media Player by default. If not, please change it:
    Change which programs Windows uses by default
    To resolve this problem, clear the Windows Media Player database. To do this, follow these steps:
    1. Exit Windows Media Player.
    2. Click Start, click Run, type %LOCALAPPDATA%\Microsoft\Media Player, and then click OK.
    3. Select all the files in the folder, and then click Delete on the File menu.
    Note: You do not have to delete the folders that are in this folder.
     4. Restart Windows Media Player.
    Note: Windows Media Player automatically rebuilds the database.
    If this does not resolve the problem, clear the Windows Media Player database cache files. To do this, follow these steps:
       1. Exit Windows Media Player.
       2. Click Start, click Run, type %LOCALAPPDATA%\Microsoft, and then click OK.
       3. Select the Media Player folder, and then click Delete on the File menu.
       4. Restart Windows Media Player.
    Windows Media
    Player supports other options that control the updating and overwriting of related media information. If you want to receive media information from the Internet but control how your files are updated:
    1.   
    Click
    Organize, and then click Options.
    2.   
    Click the Library tab, and then select the
    Retrieve additional information from the Internet check box.
    3.   
    Select either
    Only add missing information or Overwrite all media information, and then click
    OK.
    More information:
    Add or change album
    art in Windows Media Player
    Regards,
    Sabrina
    TechNet Subscriber Support
    in forum.
    If you have any feedback on our support, please contact
    [email protected]
    This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
    This can be beneficial to other community members reading the thread.

  • How do I get a picture in my iTunes video playback screen?

    I recently re-uploaded my iTunes music and videos to iTunes after a crash. I now only have sound during video playback. How do I get a picture during playback?

    See also:
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Current Firefox versions have a built-in feature to take a screenshot as part of the Web Developer Toolbar.
    *Web Developer > Developer Toolbar
    A quick way to save a screenshot is to press the "s", then the F1 key will bring up a help pop-up where you can click the "screenshot" entry' or use cursor Up/Down and press the Enter key.<br />
    The default file name is "Screen Shot yyyy-mm-dd at HH.MM.SS.png" in the download directory.
    help screenshot
    You will have to type options yourself because clicking an entry in the pop-up that appears after the first "-" doesn't work (to see available options, use: screenshot --).

  • How do I upload a picture in my airdrop icon

    How do I upload a picture in my airdrop icon

    To delete it just from the album and not the library select it and hit the Delete key.  If you want to remove it from the album and the library select it and type Command+Option+Delete.  That will move the photo to the Trash bin at the left which will then have to be emptied via the iPhoto ➙ Empty Trash menu option.
    OT

  • How do you import/ paste pictures using CS5?

    Completely new to Indesign.  Before a couple of hours ago didn't even know program existed.  Downloaded CS5 Trial version.
    I'm Used to MS Publisher/ MS Word etc., WYSIWYG interface.
    I'm creating a magazine.
    How do I import/copy/paste a picture to the page?  Just a simple photograph.  I want to be able to copy a picture, or import a picture and have it appear on my page so that I can adjust the edges and add text on top of it.
    Is it possible to do this?  If so, why can't this program have a simple step by step instead of making post on a public forum this question.
    You figure, if I don't know how to copy/paste a picture in this software, having just spent 2 hours trying to figure it out, I need really basic, step by step instructions.
    This program needs a serious, I'm brand new, what the *_____ do I do next tutorial?
    Thanks in advance.
    RustyACE

    If you weren't able to do everything in whatever programs you're now proficient in, from the first instant, without any learning effort, then please don't bash InDesign or Adobe, or any other application that's not magically intuitive. However, if you were instantly productive in those other applications, and they serve your needs, perhaps you'll benefit from staying with them, and using your time to develop richer content and designs, rather than investing time and effort in the admittedly round-about and indirect learning path that's necessary with InDesign and other complex powerful applications like it.
    Regarding tutorials and other introductory materials, if you haven't followed the links indicated in the lower-left corner of the Welcome screen, please click Getting Started, and Resources. You'll find a very rich collection of videos and other forms of free Adobe learning materials.
    The Welcome screen appears by default when InDesign is first installed. It's possible to turn it off by ticking the Don't Show Again check box in the lower left area of the screen. Help > Welcome Screen restores the screen.
    For even more resources, search Google for terms like "InDesign free online training materials," and "InDesign free online tutorials," without quotes, to find these items on Adobe's site, as well as on sites all over the InDesign universe. Also, Google searches for specific topics, like importing or pasting graphics, are very productive, though it may take you a while to learn to create narrower search scopes by becoming familiar with InDesign's terminology. Include "InDesign" without quotes in the search terms for the most relevant found results.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    RustyACE1 wrote:
    I appreciate the help.
    It may be a wonderful program, and create some awe inspiring magazines.  But for $700, it really needs get some Google type tutorials that explain the basics step by step.
    A common interface, that is used by the adobe product line is the exact reason why I've never purchased their products.
    I'm sure there are millions of folks like me that know just enough to be dangerous.
    So far, I've imported a script, had to change it using MS Frontpage to work with CS5.  Imported 96 page PDF document, format each page, then add and delete pages, import pictures, add text, lock them down, fix errors, and create an even number page document so that I can publish it.
    All I can say, is thank God, they let me try before I buy.  This will give me time to tinker in there.  But come on folks, just because you can design the most complicated software, doesn't mean that you actually create the most complicated software.
    Take the approach, that you might like some new customers, and actually bring them along and show them what to do.
    As I learn the interface, I'm sure it's just as nice as french bread with butter, but for now, I'm having to scrape the mold off of something I found in the dumpster.
    I'm sure, I'll learn to love it, but for now, for the love of software programmers outthere, create a product that can be used by average folks.
    RustyACE

  • How to exclude music and pictures from backing with USMT in SCCM 2012 SP1?

    How to exclude music and pictures from backing with USMT in SCCM 2012 SP1?
    I know we can use config.xml but I m not sure what all steps to take.
    Below is my understanding
    1. Create Custom.xml file using below
      <component context="System" type="Documents">
            <displayName>Test</displayName>
            <role role="Data">
                <rules>
                 <unconditionalExclude>
                            <objectSet>
        <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp3]", "Fixed")</script>
                            </objectSet>
                 </unconditionalExclude>
                </rules>
            </role>
        </component>
    </migration>
    2. Save as Custom.xml.
    3. Copy it to USMT source files package in both the x86 and x64 subfolders and update the relevant USMT package distribution points.
    I am confused as where in task sequence will we specify the custom.config file.

    Edit the miguser.xml file. The default list is as follows:
    -<objectSet>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qdf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qsd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qel]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qph]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.doc*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dot*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rtf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mcw]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wps]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.scd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wri]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wpd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.xl*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.csv]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.iqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.oqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rqy]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wk*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wq1]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.slk]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dif]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ppt*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pps*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pot*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.sh3]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ch3]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pre]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ppa]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.txt]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pst]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.one*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vl*]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vsd]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mpp]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.or6]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.accdb]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mdb]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pub]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.xml]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ini]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dgn]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dic]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.dsk]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.gqa]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.gqu]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.id]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mpp]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.ora]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pab]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pdf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.pps]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.qry]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.r2w]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rdl]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rsf]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.url]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vdx]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vss]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vst]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vsx]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vtx]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.zip]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.rar]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.7z]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.iso]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.gif]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.jpg]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.bmp]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp3]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.avi]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.mp4]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.wmv]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.bat]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.vbs]", "Fixed")</script>
    <script>MigXmlHelper.GenerateDrivePatterns ("* [*.lnk]", "Fixed")</script>
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How to select text and pictures together in word processing mode?

    Hello,
    I have written about 20 chapters of a book in word processing mode. Each chapter has many pictures, carefully positioned within the text.
    Each chapter is a separate pages file.
    Now i want to put them together into one single document and have a big problem.
    When i press cmd+A to select everything in one document in order to copy and paste it into another document, i can either select the text OR the pictures, not both together.
    In Layout mode it is possible, but not in word processing mode.
    Does anybody know how to select both in word processing mode or how to transform a word processing document into a layout mode document?
    Or is there a way to put together a word processing document from a number of single documents?
    Thanks in advance
    funthomas

    I still use word processing for just about everything. The first two versions of Pages only had word processing. I think all of the complaints/requests about the "always-present" text layer led the developers to add page layout. I think they would have been better off adding another application (like AppleWorks' draw module compared to AppleWorks' word processing module.

Maybe you are looking for