Novice window/View question (fixed) -- please comment on code

(fixed this to look right, thanks for the posting tip)
Hey, I am using the iPhone SDK, and this is my first non-licensing question, which means it's going to be a very basic one.
I'm able to start a project, using a ViewController template, edit the XIB file, and then have those controls show up. I'm able to create outlets and inlets and handle user input and output to those controls, all well and good.
Where I'm getting hung up is when I want more than one view. I've read the "how to use the ViewController" documentation, which is more like a "how to" guide for specific subclasses.
All I want to do, for now, is to create two views and swap back and forth between two views. My strategy was to create a parent view (just a container), then create two viewcontrollers (with their views) and then set both their views to the addSubView function of my parent view. Then I was going to use the bringSubviewToFront method to swap between the two, if all goes well then using different animations.
So I did the below in my DidFinishLaunching event handler. All I get is a white screen. Can someone correct my code below, given the intent above? I would learn a TON from the answer, I'd be on my way.
Thanks very much in advance.
- (void)applicationDidFinishLaunching:(UIApplication *)application {
UIView *v = [UIView alloc];
m_pParentView = v; // declared in class interface as UIView *m_pParentView;
ViewCtrlSub1 *vcs1 = [ViewCtrlSub1 alloc];
[vcs1 initWithNibName:nil bundle:nil];
[m_pParentView addSubview: vcs1.view];
ViewCtrlSub2 *vcs2 = [ViewCtrlSub2 alloc];
[vcs2 initWithNibName:nil@ bundle:nil];
[m_pParentView addSubview: vcs2.view];
[window addSubview: m_pParentView];
[m_pParentView bringSubviewToFront:vcs1.view];
// Override point for customization after application launch
[window makeKeyAndVisible];

The Utility template makes two content views that transition with the "flip" view animation. The root view is only used to position the Info style button on the main view. I.e. the root view itself is never visible. I didn't mean to imply that template provided the UI skeleton you were looking for, since you didn't describe what you're looking for. But the toggleView method in RootViewController.m is a good example of how to transition between two views without using a tab or nav view controller (since I assumed that was what you were trying to learn).
If you're still in the dark after studying and playing with the Utility template, the place to go is Chaper 6 of +Beginning iPhone Development: Exploring the iPhone SDK+ by Mark and LaMarche. In my opinion it's almost self destructive to try and learn iPhone programming without that book.
If you describe the view structure you want, I can give you some more hints, but you won't learn much by just pasting in a code sample.

Similar Messages

  • ITunes List Window View Question

    Apologies if this is not the correct place to post this, but...
    I like having the 'kind' category visible after the 'Artist' and 'Album' category lists in iTunes. I use Edit>View Options to do this but it only affects the current playlist (or the Library)
    Can I change all the playlists to show the categories this way or do I have to go thru each one?
    ta
    d

    You will probably get more response posting your iTunes question here:
    Using iTunes

  • Canvas "View" Question - FCP 6.05

    FCP version 6.05 - A question about the canvas (and viewer also) window "view" choices. Please refer to the lefthand-most pop up menu (located between the time code windows.) While I keep my canvas and viewer set to "Fit to Window", I would like a clarification of "Correct for Aspect Ratio" at the bottom of the view choices. What exactly is being corrected? At times this line is grayed out; others not. It's not covered in the manual (at least I cannot find it), nor can I find it in the APTS book

    Video pixels are not square (unlike the way computers display pixel). Video pixels in a 4:3 frame are narrower than tall and those in a 16:9 are wider than tall. If you are shooting DV/NTSC, both images are 720x480 pixels.
    Using "correct for aspect ratio", will display the images using non-square pixels - ie as your television will display the image.
    If you do not select "correct" the image will be displayed using square pixels with the result that a 4:3 image will be stretched horizontally and the 16:9 image will be squished horizontally.
    x

  • Windows Update Error Code 80072F8F! I Did All The Steps And Will Not Fix Please HELP?

    No one seems they can not help me fix this error code I did many things and not one person has really
    helped me, I have a question at another forum but all they do is just ask me questions tell me steps to fix this but nothing worked at all, This happened on 8/30/2014 and ever since no one can help me fix this at all....I have no money to pay for the fix...I
    am on very very low limited disability income, No credit cards nothing. I need help now I paid a lot of money for my Windows 7 Ultimate and now since 8/30/2014 I got that error code no one has helped me....PLEASE help me please....And I am not sure where to
    go for help here thank you. I have done many things but nothing is fixing this issue. please help...And yes I did the clock and clock keeps perfect time, doing that clock did not fix this error code at all...

    Hi Angelsims,
    First I also want to get more information from you to help us to troubleshhot:
    1.Did this error occur on a single update or multiple updates? please also post the update name in issue.
    2.Please also post the steps you have followed to fix this issue.
    In addition, please try to use the general steps to troubleshoot the windows update issue, and refer to the steps below:
    The following outlines how to stop services pertaining to Windows Update, rename system folders, register related DLL files, and then restart the previously mentioned services. This troubleshooting generally applies to all Windows Update related issues.
     Stopping services pertaining to Windows Update
    1.     Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.
    2.     If you receive a notification from User Account Control simply click Continue.
    3.     At the command prompt, type the following, commands and then press ENTER after each command.
            net stop wuauserv
            net stop bits
            net stop cryptsvc
     Please do not close the Command Prompt window.
     Renaming folders pertaining to Windows Update
    1.     At the command prompt, type the following commands, and then press Enter after each command:
    2.     ren %systemroot%\System32\Catroot2 Catroot2.old
    3.     ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
    4.     Please do not close the Command Prompt window.
     Registering DLL’s pertaining to Windows Update
    1.     Please copy and paste the following text into a new Notepad document, and save the file as WindowsUpdate.BAT
    2.     If saved correctly the icon will change from a Notepad file to BAT file which has two blue cogs as its     icon.
                                           -or-
    3.     You can manually type each command at the command prompt:
             regsvr32 c:\windows\system32\vbscript.dll /s
             regsvr32 c:\windows\system32\mshtml.dll /s
             regsvr32 c:\windows\system32\msjava.dll /s
             regsvr32 c:\windows\system32\jscript.dll /s
             regsvr32 c:\windows\system32\msxml.dll /s
             regsvr32 c:\windows\system32\actxprxy.dll /s
             regsvr32 c:\windows\system32\shdocvw.dll /s
             regsvr32 wuapi.dll /s
             regsvr32 wuaueng1.dll /s
             regsvr32 wuaueng.dll /s
            regsvr32 wucltui.dll /s
             regsvr32 wups2.dll /s
             regsvr32 wups.dll /s
             regsvr32 wuweb.dll /s
             regsvr32 Softpub.dll /s
            regsvr32 Mssip32.dll /s
             regsvr32 Initpki.dll /s
             regsvr32 softpub.dll /s
             regsvr32 wintrust.dll /s
             regsvr32 initpki.dll /s
            regsvr32 dssenh.dll /s
            regsvr32 rsaenh.dll /s
             regsvr32 gpkcsp.dll /s
             regsvr32 sccbase.dll /s
             regsvr32 slbcsp.dll /s
             regsvr32 cryptdlg.dll /s
             regsvr32 Urlmon.dll /s
             regsvr32 Shdocvw.dll /s
             regsvr32 Msjava.dll /s
             regsvr32 Actxprxy.dll /s
             regsvr32 Oleaut32.dll /s
            regsvr32 Mshtml.dll /s
             regsvr32 msxml.dll /s
             regsvr32 msxml2.dll /s
             regsvr32 msxml3.dll /s
             regsvr32 Browseui.dll /s
             regsvr32 shell32.dll /s
             regsvr32 wuapi.dll /s
             regsvr32 wuaueng.dll /s
             regsvr32 wuaueng1.dll /s
             regsvr32 wucltui.dll /s
             regsvr32 wups.dll /s
             regsvr32 wuweb.dll /s
             regsvr32 jscript.dll /s
             regsvr32 atl.dll /s
             regsvr32 Mssip32.dll /s 
     Restarting services pertaining to Windows Update
    1.     Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.
    2.     If you receive a notification from User Account Control simply click Continue.
    3.     At the command prompt, type the following, commands and then
    press ENTER after each command.
            net start wuauserv
            net start bits
            net start cryptsvc
             exit
    Please try the steps above, if the step failed, please post the error or failure information.
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang       

  • HT2953 I have an hp dvd ram gh60L DVD Drive. It shows up in Windows Explorer (Windows 7), but doesn't show up in itunes.  Can someone suggest a fix, please?

    I have an hp dvd ram gh60L DVD Drive. It shows up in Windows Explorer (Windows 7), but doesn't show up in itunes.  Can someone suggest a fix, please?

    Hello b0nvivant,
    Thank you for providing so much information about the iPod issue you are experiencing.  I found an article with steps to take when your iPod is recognized in Windows Explorer but not in iTunes:
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/TS1363
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I don't remember my security questions and I tried guessing them and now I can't buy anything for 8 hours please fix this so I can download stuff and I don't remember any of my security questions. Please help me out as soon as possible

    I don't remember my security questions and I tried guessing them and now I can't buy anything for 8 hours please fix this so I can download stuff and I don't remember any of my security questions. Please help me out as soon as possible

    Username188 wrote:
    I don't remember my security questions and I tried guessing them and now I can't buy anything for 8 hours please fix this so I can download stuff and I don't remember any of my security questions. Please help me out as soon as possible
    Go to https://getsupport.apple.com ; click 'See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Forgotten Apple ID security questions'.

  • Question about FireFox Hello - window view

    Hi!
    I have a question concerning FireFox Hello.
    When I invite somebody to a conversation, 'small window' view is enabled (I mean video conversation is shown in small window in the left bottom corner of my browser).
    On the other hand, when I was invited, the conversation was displayed in whole tab.
    Is there an option to choose / change proper view?
    Thank you in advance.
    Greetings!

    When you've got the small window, you can expand it out to a separate window and you can then resize it however you wish. See the image below - its the arrow that sits next to the X and points to the top-right.
    You can't currently put the tab into the small window, although we are currently discussing using the same small window UX in future versions of Firefox so you won't have the tab view (but you will be able to pop-out etc).

  • Photoshop crashing, Lightroom not opening, help to fix please?

    I paid for and downloaded Creative cloud last week, and have installed Photoshop, Lightroom and Bridge. When I went to use these programs I found that Bridge works, Lightroom won't even open, and Photoshop tends to crash after 3-5seconds upon opening. There is no crash report, or any other sort of explanation, and I tried logging off of creative cloud and back on again as the solution options say to do, however this hasn't had any affect on either Lightroom or Photoshop.
    Oddly enough, the Camera Raw editor will work, but when I try to open the photo into photoshop, Photoshop again closes, this time asking if I want to save changes to my image. Selecting yes allows me to save the image and then closes, selecting no closes everything.
    It's very frustrating.
    My computer is an HP Pavillion, I think it's a notebook, but not sure.
    I'm running Windows 7 with the following processor: Intel Core i3-2310M  CPU 2.10GHz
    4gb RAM and a 64bit operating system.
    Can someone please help me sort this out? I'd really like to be able to use what I paid for

    Hello,
    After having contacted Adobe by phone (very professionals) i tried what
    they told me to do and everything is fine now.
    First i was told to run windows in "minimal" mode", that means without any
    service except the microsoft ones by using msconfig.
    Then install : "AdobeCreativeCloudCleanerTool"from Adobe; in the dos
    windows chose "all", that will delete all previous install of adobe
    products.
    After that, you'll have to delete every adobe folder you find in this
    places :
    C:\Programmes\Adobe\
    C:\Program Files\Adobe\
    C:\Program Files (X86)\Adobe\
    C:\Programmes\Common Files\Adobe\
    C:\Program Files\Common Files\Adobe\
    C:\Program Files (X86)\Common Files\Adobe\
    C:\Programmes\Fichiers Communs\Adobe\
    C:\Program Files\Fichiers Communs\Adobe\
    C:\Program Files (X86)\Fichiers Communs\Adobe\
    C:\ProgramData\Adobe\
    C:\Utilisateurs\:
        Photoshop crashing, Lightroom not opening, help to fix please?
    created by maliet90 <https://forums.adobe.com/people/maliet90> in *Photoshop
    General Discussion* - View the full discussion
    <https://forums.adobe.com/message/6690296#6690296>

  • Please comment to support basic ADF library  like assignment of values :)

    Hello,
    I am asking Oracle to develop a library for basic operations like assigning values.
    This is for newbies and for new components.
    Reason: Java is not like pl/sql, visual basic, etc. I had bee studying for get certified on Java it takes time, once you create your own library then there is no problem the main reason is to accelerate the learning of adf programming and programming in new components
    There are some examples in JSFUTIL and ADFUTIL libraries, but they are only examples.
    the idea is Oracle to create
    1) libraries supported and maintained by oracle for ALL the ADF components
    2) same function for all components, in example, to set a value to any adf item to have the same function, and that function make the conversion, suggest the import of the correct libraries (in example to use adf number instead of java number to get autoboxing)
    etc.
    If you agree with this requirement to Oracle, please comment :) Thank you.

    Thank you Frank I don't find it so difficult,
    This is what I think, what do you think about.
    The first concept I think and is the base for this "project" is "ADF Framework is here to make easier programming", this means if Oracle can create a library to make it easier then it makes sense with Oracle's Strategy of course; this is not because only because I'm asking. :)
    If you want we can start analyzing the most basic example: assigning values.
    If I execute
    JSFUtils.setExpressionValue("#{bindings.Hora0.inputValue}",2);
    JSFUtils.setExpressionValue("#{bindings.Hora0.inputValue}","2");
    JSFUtils.setExpressionValue("#{bindings.Hora0.inputValue}",nValue); -- no matter what type of value nValue is
    You get assigned, if there is a limitation to the type of the variable, then I should receive a message like "you can't use native Integer , you have to use int to get autoboxing", some message very specific to help me to solve the problem.
    Why I'm asking this, because I created a simple example and I couldn't get a value assigned to that item, it was an (ADF Faces. Text an Selection)
    My opinion is I should had got a better error message, so I can't fix my assignment, because for me it was all "ok", this is one of my first applications, but I think It should be easier to assign a value in adf framework.
    And I'm asking a function I'll have to do myself to work using adf framework, there is no choice.
    I include the example below showing I had problems assigning values, maybe it was a very obvioius mistake causes , so I started to modify it. (I'm starting on java I'm on the process to get certification).
    public static void setExpressionValue(String expression, Object newValue) {
    FacesContext facesContext = getFacesContext();
    Application app = facesContext.getApplication();
    ExpressionFactory elFactory = app.getExpressionFactory();
    ELContext elContext = facesContext.getELContext();
    ValueExpression valueExp =
    elFactory.createValueExpression(elContext, expression,
    Object.class);
    //Check that the input newValue can be cast to the property type
    //expected by the managed bean.
    //If the managed Bean expects a primitive we rely on Auto-Unboxing
    Class bindClass = valueExp.getType(elContext);
    System.out.println("0 setExpressionValue");
    String tipoVar = valueExp.getType(elContext).toString();
    System.out.println("1 setExpressionValue:"+tipoVar);
    String TipoOJDN = "class oracle.jbo.domain.Number";
    System.out.println("1 IGUALDAD TipoOJDN:"+(tipoVar.equals(TipoOJDN)));
    if (tipoVar.equals(TipoOJDN))
    {System.out.println("Es Número");  
            System.out.println("1 setExpressionValue TipoOJDN");
            String ojdn =  newValue.toString() ;
            System.out.println("2 setExpressionValue TipoOJDN");
            Number variable = null;
            System.out.println("3 setExpressionValue TipoOJDN"+ojdn);
          //  variable = Integer.parseInt(ojdn);
            System.out.println("4.1dddd setExpressionValue TipoOJDN num");
            /*    String a1 = newValue.toString();
                Integer i1 = Integer.valueOf(a1);
                int i2;*/
                Number num;
                try {
                    num = new Number(newValue);
                System.out.println("4.2 setExpressionValue TipoOJDN num:"+num);
                    valueExp.setValue(elContext, num);
                    System.out.println("5 setExpressionValue TipoOJDN");           
                } catch (SQLException e) {
    System.out.println("exception convertin number"+newValue);
    // oracle.jbo.domain.Number.formattedTextToNumber(arg0, arg1, arg2) a = (oracle.jbo.domain.Number)newValue;
    else
    {System.out.println("tipoVar:"+tipoVar);
    // if (bindClass.isPrimitive() || bindClass.isInstance(newValue)) {
    System.out.println("3 setExpressionValue:");
    valueExp.setValue(elContext, newValue);
    System.out.println("4 setExpressionValue:"+valueExp.getValue(elContext));
    ViewObjectImpl view = this.getSomeView();
    VariableValueManager vm = view.ensureVariableManager();
    vm.setVariableValue("bindVariableName", value);
    view.executeQuery();
    */

  • Windows - No Disk Error - Please help!

    Windows - No Disk Error - Please help!
    Hi,
    I have the following set up:
    * Lenovo T-61p
    * Windows XP Pro, SP 3
    * HP Photosmart 8250 printer (with nothing plugged into the various card readers, and USB slot in the printer)
    I am getting the following error:
    Windows - No Disk
    Exception Processing Message 0xc0000013 Parameters 0x75CE023C
    0x84C40C84 0x75CE023C
    I have done a lof experimenting and thru process of  elimination, and believe I have determined that this only happens when the HP Photosmart 8250 printer is plugged in to the USB slot of the computer.
    I can stop it from happening by safely removing hardware, and removing the drive that the 8250 creates on your computer when you plug it in.  In my case, this is drive E.  I'm guessing if there was something in the the various card readers, and USB slot in the printer, that's what those would be, but I don't those use those functions of the printer.
    I understand there is more at work than simply the printer, because I did not used to get this error, so some software changed as well, that is scanning all ports, and finding a drive that has no disk, and producing the error.
    A simple google search finds a lot people all over the world having this problem, and are solving it in different ways, because the suspected source is different: Norton, HP, etc.
    I have tried everything I have read, and the only thing that works was my own idea, of manually safely removing the drive the printer creates each time I plug in the printer.
    Anyone every any better, more permanent solutions?  Or know what the real root of the problem is?  What is scanning all the drives and being showing an error message because it found an empty drive?
    Thanks and Happy Holidays/New Year!

    I've been getting the same error on my 4G nano for the past week. I've had my nano for about a month and the first few weeks were fine. Tried it on 2 different computers (Vista and XP) and same problem. Tried it on a 3rd (XP) and it started ok. Problem started coming back after a day.
    I was able to find a quick fix though. I noticed that sometimes the message says something like "iexplore.exe... no disk..." even if I don't even use IE. What I do is end iexplore.exe on task manager before running iTunes and syncing my nano. I don't get the error whenever I do this, but one drawback is that the contents of my nano suddenly pops up in a window - even when disk use is not enabled.
    I've reset/restored my nano dozens and dozens of times to make sure it's clean. Leads me to believe it's a driver issue. Either that or I have a friggin malware problem I can't seem to find.
    I'll be posting updates every now and then. I'm no expert so I'm hoping an Apple expert also steps in to give some input.

  • Best practice for migrating data tables- please comment.

    I have 5 new tables seeded with data that need to be promoted from a development to a production environment.
    Instead of the DBAs just using a tool to migrate the data they are insistent that I save and provide scripts for every single commit, in proper order, necessary to both build the table and insert the data from ground zero.
    I am very unaccustomed to this kind of environment and it seems much riskier for me to try and rebuild the objects from scratch when I already have a perfect, tested, ready model.
    They also require extensive documentation where every step is recorded in a document and use that for the deployment.
    I believe their rationale is they don't want to rely on backups but instead want to rely on a document that specifies each step to recreate.
    Please comment on your view of this practice. Thanks!

    >
    Please comment on your view of this practice. Thanks!
    >
    Sounds like the DBAs are using best practices to get the job done. Congratulations to them!
    >
    I have 5 new tables seeded with data that need to be promoted from a development to a production environment.
    Instead of the DBAs just using a tool to migrate the data they are insistent that I save and provide scripts for every single commit, in proper order, necessary to both build the table and insert the data from ground zero.
    >
    The process you describe is what I would expect, and require, in any well-run environment.
    >
    I am very unaccustomed to this kind of environment and it seems much riskier for me to try and rebuild the objects from scratch when I already have a perfect, tested, ready model.
    >
    Nobody cares if if is riskier for you. The production environment is sacred. Any and all risk to it must be reduced to a minimum at all cost. In my opinion a DBA should NEVER move ANYTHING from a development environment directly to a production environment. NEVER.
    Development environments are sandboxes. They are often not backed up. You or anyone else could easily modify tables or data with no controls in place. Anything done in a DEV environment is assumed to be incomplete, unsecure, disposable and unvetted.
    If you are doing development and don't have scripts to rebuild your objects from scratch then you are doing it wrong. You should ALWAYS have your own backup copies of DDL in case anything happens (and it does) to the development environment. By 'have your own' I mean there should be copies in a version control system or central repository where your teammates can get their hands on them if you are not available.
    As for data - I agree with what others have said. Further - ALL data in a dev environment is assumed to be dev data and not production data. In all environments I have worked in ALL production data must be validated and approved by the business. That means every piece of data in lookup tables, fact tables, dimension tables, etc. Only computed data, such as might be in a data warehouse system generated by an ETL process might be exempt; but the process that creates that data is not exempt - that process and ultimately the data - must be signed off on by the business.
    And the business generally has no access to, or control of, a development environment. That means using a TEST or QA environment for the business users to test and validate.
    >
    They also require extensive documentation where every step is recorded in a document and use that for the deployment.
    I believe their rationale is they don't want to rely on backups but instead want to rely on a document that specifies each step to recreate.
    >
    Absolutely! That's how professional deployments are performed. Deployment documents are prepared and submitted for sign off by each of the affected groups. Those groups can include security, dba, business user, IT and even legal. The deployment documents always include recovery steps so that is something goes wrong or the deployment can't procede there is a documented procedure of how to restore the system to a valid working state.
    The deployments themselves that I participate in have representatives from the each of those groups in the room or on a conference call as each step of the deployment is performed. Your 5 tables may be used by stored procedures, views or other code that has to be deployed as part of the same process. Each step of the deployment has to be performed in the correct order. If something goes wrong the responsible party is responsible for assisting in the retry or recovery of their component.
    It is absolutely vital to have a known, secure, repeatable process for deployments. There are no shortcuts. I agree, for a simple 5 new table and small amount of data scenario it may seem like overkill.
    But, despite what you say it simply cannot be that easy for one simple reason. Adding 5 tables with data to a production system has no business impact or utility at all unless there is some code, process or application somewhere that accesses those tables and data. Your post didn't mention the part about what changes are being made to actually USE what you are adding.

  • Every time I click a folder arrow to open...finder reframes my window view. And other finder problems

    When using the finder windows sorted either by name or date modifed, when I click a folder arrow, the window reframes to the center (or some other spot) that means I need to scroll back to the folder. When I change an item in a folder when sorted by date modfied, it of course moves to the top, but my window view stays centered where I am, and I have to scroll to the top to find the folder I'm working on. Both situations have the feel of "what I'm working on just dissappeared". I have become used to it, but it is one of the things in Lion that I hate. Is there a workaround...a way to keep the finder window view where it is when I click the open folder arrow, or to reframe to the top if I make a folder change and have the sort set by date modifed?
    Mail behaves in the same manner where the view of read and unread wildly scrolls itself when clicking an unread mail. I have tamed this by creating a smart mailbox of unread e-mail, but it seems to be some system wide preference for an unknown sort view that I would like to fix.
    Also, when I choose the sort by label option in the finder window, all the red pops to the top, but then all the other labels are scattered and not sorted as a for instance...
    Perhaps this is fixed in Mountain Lion?
    Thanks for any help.
    I am preparing to upgrade to Mountain Lion this weekend, but if I have some system problem, I would like to resolve it before I go forward.
    John

    Hello Josegued,
    Thank you for using Apple Support Communities.
    It sounds like you may have a customized keyboard shortcut created. You can take a look at this article to see how to remove it. 
    OS X Yosemite: Create keyboard shortcuts for apps
    Regards,
    Jeff D. 

  • How do I scan multiple pages into one pdf file using the PIXMA MG7520 on Windows 8.0? Please help!

    I recently received a PIXMA MG7520 for a gift.  It works great with my lenovo laptop/tablet running on Windos 8.0.  The one drawback to the HP all-in-one that it replaced is it does not have an ADF.  That being said, there must be some way to scan multiple pages into one pdf file.  I need help figuring thing out.  Thanks in advance!
    Solved!
    Go to Solution.

    Hi mdtolbert54,
    There is a program that comes with the printer called the IJ Scan Utility that can assist you with scanning multiple pages into a single PDF document.  To do this, please follow these steps:
    1. On your keyboard, press the Windows key.
    2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
    a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.
    b.) In the DATA FORMAT field, use the drop-down arrow to select the PDF (Multiple Pages) option. 
    c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6. Once all settings have been selected, click the OK button at the bottom of the window to save the changes. The IJ Scan Utility main screen appears.
    7. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed. Scanned items are saved in previously selected folder location specified in the SETTINGS... window.
    If you find that you need advanced scanning options such as adjusting resolution, brightness, contrast, saturation, color balance, etc. in addition to the options selected above, please click on the SCANGEAR button on the IJ Scan Utility Main screen, then adjust the items as necessary.
    Once the items above are set for document scanning, in the future, you will only need to launch the IJ Scan Utility, then press the DOCUMENT button to perform the scan (unless you want to make changes to the settings).
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How to get back old windows view on photoshop cc?

    Hey all,
    It seems like somebody else must have asked this question at some point... but here it is again, because I can't find the answer! The old PS windows view was exactly what I needed. (the option for one or multiple views of the same file in different non-floating windows, located in the center menu bar. Mine is in 5.1.) It isn't there in PS CC (in the default view or any other that I can find, anyway.) I really need to have this so that I can display and compare several slightly different working versions of the same file side by side, one on top of the other, etc. This is also the easiest and most straightforward way to easily drag content from one comp to another, IMHO, but that's not the biggest issue. Being forced to work with floating windows as the only option is just not something I'm willing to do. It's almost getting to the point where this is the biggest single issue that would keep me from moving to CC.
    Is there any way of bringing back this old windows view option? It's hard to believe that there wouldn't be-- I can't be the only one who needs this for the best workflow-- but who knows... All thoughts and info appreciated.

    Look under Window>Arrange.
    The Application Bar was removed starting in cs6, but all the same stuff should be under Window>Arrange

  • Hi - just using the new iMovie for the first time - apparently there should be a sidebar containing tools like "Content Library". Not on mine - even in Window view, Content Library features like text etc are all greyed out - obviously it's me - help?

    Hi - just using the new iMovie for the first time - apparently there should be a sidebar containing tools like "Content Library". Not on mine - even in Window view, Content Library features like text etc are all greyed out - obviously it's me - anyone help please?

    Sorry - I should have added that I have imported a Quicktime movie, originally created as an iPhoto slideshow.
    I want to create rolling credits at the movie end and apparently you can only do this using iMovie - can you help please?

Maybe you are looking for

  • Can we use xml Publisher reporting for sql* Plus in EBS

    Hello All, The current report is designed in Sql* Plus Executable report and the output is in txt format, Now the requirement is to have the output in Excel format. So is it possible to use the xml reporting and make the output as Excel from the word

  • Error in SWF_XI_CUSTOMIZING - Configure RFC Destination

    Dear Experts, Basis team is performing PI 7.1(EHP1 - SP04) readiness check. We are not able to activate Configure RFC Destination. Please refer the following attachment. We have checked if WF-BATCH user got locked. It is fine and in unlocked status.

  • Managing Oracle on Linux RHEL4

    I am looking for Documentation of Managing Oracle10g on RHEL4. Or may be the study material like http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D16511GC10 Plz forward some weblink for this kind of document.

  • Captivate 7: PowerPoint animations not working when previewed in HTML 5

    I have imported my PowerPoint presentation (pptx) into captivate 7. On two slides, I have an image set to fade 1s after the page opens. (The slide duration is 3s). If I scrub the playhead over the timeline, the image fades as expected, and if I selec

  • My iphone freezes and I cannot do anything

    A few days ago i I updated iOS 6 to my iphone 4 of 16 GB and I have had problems that the screen freezes during 5 seconds cannot write, move not anything, and in any cases I cannot answer the calls, please help me