Suggest to better design the view?

Hello Experts,
we are in the process of designing a huge User Interface using WDJ for our client. And this would contain many views which has to render few UI Elements based on the End Users action. For eg., in a view there will be a few default elements displayed with a Button to Add a couple of Table UI Element and a couple of Input Fields upto 5 or 10 times.
I just want make sure to keep the view/component/custom controller lite , how could I design this particular view?
Any thoughts or ideas or suggestions are very much helpful.
Thanks in advance
Balaji

Hi,
If you know the number of UIs in design time, Please create them in design time. If not go for Dynamic UI Generation.
I would prefer Matrix layout over Grid layout. Check out the following link for more info
http://help.sap.com/saphelp_nw04/helpdata/en/5b/bea93e6c514310e10000000a114084/frameset.htm
Please check out the thread for Transparent Containers
Re: Best Practices for using Transparent container UI element in webdynpro
- Saravanan K

Similar Messages

  • Designing a view

    Hi,
    1) While using drag and drop for designing a view, the controls are positioned at pre-defined (by the system) places in the layout. How do we re-arrange the controls on the layout and place them where we want them at design time?
    2) Which control do we use as a frame where we want to include multiple labels and input boxes. For eg in TCode VA01 of SAP R/3, there are multiple labels and input boxes arranged in a frame named organizational data.
    Thanks and Regards,
    Jayesh

    Hi Mick,
    While using drag and drop for designing a view, the controls are positioned at pre-defined (by the system) places in the layout. How do we re-arrange the controls on the layout and place them where we want them at design time?
    When we design the view, the UI element are arranged according to the layout selected. SAP recommends the use of MATRIX layout. Try using it in your view.
    Which control do we use as a frame where we want to include multiple labels and input boxes. For eg in TCode VA01 of SAP R/3, there are multiple labels and input boxes arranged in a frame named organizational data
    For this reqm, i would suggest that you create a transparent container first, set its layout as matix layout. To bring the UI element in the new line, just set its LAYOUT DATA property as MatrixHeadData.
    I hope it helps.
    Regards
    Arjun

  • Why is the character style for hyperlinks not displaying correctly in design mode/viewing/output?

    I am using RH9 and generating WebHelp, and I needed to globally bump up the font size of just my hyperlinked text. I went into my Style Sheet > Character tab, changed the font size of the various character settings for hyperlinks, and clicked Apply and then OK. Normally, this would change all of my hyperlink text font sizes immediately across all of my topics. However, this time, it made no changes to any existing hyperlinked text, and it only affected new hyperlinks that I subsequently added. For the existing hyperlinks, I can only manually change the font size of the each hyperlink one at a time, but that's crazy (there's 100's in this help).
    I can successfully change other characters styles and paragraph styles. This issue only affects the hyperlink character styles. It also shows up in all RH modes - Design mode, viewing, and in the final output.
    Is this an indication of a corrupted style sheet or some other combination of events that I have yet to discover?

    Hi,
    You probably have inline styling in your project overwriting the font size of your style sheet. How are you changing the font size of the individual hyperlinks?
    There is a workaround for inline styling: Open your CSS in notepad and add !important after the font-size:
    font-size: 4pt !important;
    Note that this is a workaround, not a solution. As a solutions you can remove all the style attributes from your hyperlinks to force them to take the CSS styling again.
    Greet,
    Willam

  • Hi, I know how I can correct an inconsistency in the Firefox 4.0 beta 8, the error is: "sorry your browser is not support program by web dympro. " In IE there is a compatibility option firexfox view settings but can correct this error.

    Hi, I know how I can correct an inconsistency in the Firefox 4.0 beta 8, the error is: "sorry your browser is not support program by web dympro. "
    In IE there is a compatibility option firexfox view settings but can correct this error.

    Hi, I know how I can correct an inconsistency in the Firefox 4.0 beta 8, the error is: "sorry your browser is not support program by web dympro. "
    In IE there is a compatibility option firexfox view settings but can correct this error.

  • HT5422 How to get an better screen-update? The view on the remote Mac is nearly static.

    How to get an better screen-update? The view on the remote Mac is nearly static.

    You can try reducing the bit depth of the screen image  via the slider in the upper-right of the Control window. If that doesn't help, you may just not have a sufficiently fast network connection to correctly handle the data transfer necessary. This is often the case if you're connecting across the Internet. What is your network speed between the administration system and the client?
    Regards.

  • Why when I publish template to FCPX the design appears as a thumbnail but the view shows the red warning screen with the Number 2?

    why when I publish template to FCPX the design appears as a thumbnail but the view shows the red warning screen with the Number 2?

    That is priceless!!!  Thanks!  I sure needed a good laugh after spending/wasting hours & days trying to either get my c6280 to give up on its Ink System Failure fixation, or find a decent replacement.  Unfortunately I need the Smart Web Printing feature that I guess only HP has, or I'd try a different brand. And now even HP has very few models with that available.
     My error msg is a little different from those previously stated, but close:  0xc18a0201.  Even tho there were frustrations with my c6280, I did like several of its unique features which are hard to find now under $100.  I hate how HP (& I suppose other brands also) are CONSTANTLY changing models & then of course ink cartridges.
    Oh heavens, I've had the c6280 a whopping 2 1/2 years!   I'm sure they want us poor slobs to have to buy a new one every year & a day!  To say nothing of the exorbitant prices for ink.  And now if this one is really dead in the water, I have SIX unused #02 ink cartridges which I cannot return---I got them in a combo pack, & for some reason have wound up with THREE lite pink & THREE lite blue cartridges, while having to buy extras of the other colors, that ran out before the others!!!   Yeah, & what's with that not being able to print in BLACK if a color runs out????
    Anyway I really loved your essay!   It's a classic!  And says it all!  I hate that we have to be 'slaves' to the electronic 'wonders'!!!

  • My ipod nano will turn on and play but the viewing screen goes out and I cannot access the information to select different playing options. Any suggestions?

    My ipod nano will turn on and play but the viewing screen will not come on and I cannot access the information to select different playing options. It glows white background light then goes dark for the entire time I am using it. Any suggestions?

    I had the same problem.  Someone here told me to make sure my earbuds were in securely.  Push until they click in place.  It solved the problem.  The music still plays even though the screen goes to sleep.  Hope this helps.

  • CRVS2010 beta - How to email a report from the viewer

    So, I know I can export and print a report directly from the report viewer, but I need to be able to click a button on the viewer and then email a PDF version of the report.  Is this, or something like this, possible?

    Hello,
    You'll have to add your own button to the menu bar, there are multiple ways to do this and then you can use this code to export:
                rptClientDoc = new ReportClientDocument();
                CrystalDecisions.Shared.PdfRtfWordFormatOptions pdfOpts = CrystalDecisions.Shared.ExportOptions.CreatePdfRtfWordFormatOptions();
                CrystalDecisions.Shared.MicrosoftMailDestinationOptions mailOpts = CrystalDecisions.Shared.ExportOptions.CreateMicrosoftMailDestinationOptions();
                CrystalDecisions.Shared.DiskFileDestinationOptions diskOpts = CrystalDecisions.Shared.ExportOptions.CreateDiskFileDestinationOptions();
                CrystalDecisions.Shared.ExportOptions exportOpts = new CrystalDecisions.Shared.ExportOptions();
                rpt.Load("C:
    Reports
    report1.rpt");
                pdfOpts.UsePageRange = false;
                exportOpts.ExportFormatOptions = pdfOpts;
                diskOpts.DiskFileName = "";
                mailOpts.MailMessage = "See attached Action Plan";
                mailOpts.MailSubject = "Action Plan";
                mailOpts.MailToList = "youaddressATcompany.com";
                exportOpts.ExportDestinationOptions = mailOpts;
                exportOpts.ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.MicrosoftMail;
                exportOpts.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
                rpt.Export(exportOpts);
    Thank you
    Don

  • ... Design and View Issue

    Hi All,
    I have got stuck over a strange requirement.
    There are 2 tables which are identical in structure. Both tables displays the same information.
    Table structure is
    TeacherID TeacherName param1 param2 param3 param4.
    Now if the teacher has a special trainingcourse approved, their record is moved to another table. where the value of TeacherID, Teacher name remains same , but Any of the parameter values can differ.
    The issue comes when we need to generate the report. The report should pick the value of parameters from Table1 if the teache has NO trainiing, and it should pick the record from Table2 if the teacher has the Training.
    How to create a View which will display the information. as Decode function is not working in a Create View Command.
    I have put a Flagg field , which turns to 1 whenever the teacher gets the training , and the record is moved/copied to table 2.
    But how come we be able to display the report like below.
    teacheId Teachername param1 param2 param3 param4...
    xxx xxx xx xxx x xxx
    where the value should be picked from Table 2 if there is a training , otherwise should be picked from Table1.
    Kindly reply early, and suggest anyother possible design ..
    Looking foward to your earliest feedback with this difficult design
    Regards

    There are a couple of options. Unless your tables are pretty small, I would porbably go with:
    SELECT teacherid, teachername, param1, param2, param3, param4
    FROM table1
    WHERE flag <> 1 -- or possibly IS NULL depending on what you put in
    UNION ALL       -- for a teacher with no training
    SELECT teacherid, teachername, param1, param2, param3, param4
    FROM table2Another option would be an outer join and DECODE or CASE. Something along the lines of:
    SELECT t1.teacherid, t1.teachername,
           DECODE(flag, 1, t2.param1, t1.param1) param1,
           DECODE(flag, 1, t2.param2, t1.param2) param2,
           DECODE(flag, 1, t2.param3, t1.param3) param3,
           DECODE(flag, 1, t2.param4, t1.param4) param4
    FROM table1 t1
       LEFT JOIN table2 t2 ON (t1.teacherid = t2.teacheridA third possibility, particularly if the number of trained teachers is relatively small would be scalar sub-queries like:
    SELECT t1.teacherid, t1.teachername,
           DECODE(flag, 1, (SELECT param1 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param1) param1,
           DECODE(flag, 1, (SELECT param2 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param2) param2,
           DECODE(flag, 1, (SELECT param3 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param3) param3,
           DECODE(flag, 1, (SELECT param4 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param4) param4,
    FROM table1 t1You would need to test with your data to determine which was better.
    John

  • Design the New process set up for Materials in one physical stock plant

    Hi Experts,
    The requirement is one physical plant as two different logical plants in the system. The main issue is how to administrate or how to find the set up which allows one Physical warehouse in Hamburg which we have supplying two Logical warehouses in the system without having thru really physically separate the warehouses into two different ones. Materials physically will be only for one warehouse.
    Requirement is for Design the New process set up for Materials in one physical stock serving plant into two different system plants.
    Most of the things are pointing in the direction that order Backlogs will not be converted into new organization. We have backlogs for the material requirements for purchase orders, sales orders whatever we have in the current setup; then there will have all are new orders from the certain dates taking in the  new organization set up. These backlogs are very long at least three to four years.
    We would like to find some way to have the all the material requirements ending up in one basket instead of two baskets. That still be able to deliver at least in system point of view from two different baskets.
    We need to do analysis on one physical stock serving plant into two different system plants that could be done either by material master data or as i understood that could be from PS side.
    can any one please tell me how we can maintian this setup in the system.
    Please provide your valuable inputs.
    Brgds,
    RK

    RK,
    Sorry, the creation of such an end-to-end solution is outside the scope of an online forum.  Most consulting companies would send a multi-disciplinary team to perform this task, and would take several weeks to research your requirements, and come up with a prototype.
    Sales order availability checking is described in SAP online help
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/93/744b51546011d1a7020000e829fd11/frameset.htm
    I will say this.  If your goal is to have two plants, with two company codes, and you wish to only procure or produce in one of the plants, then generally I would recommend using Special Procurement via Stock Transport Order (in standard SAP, Special Procurement 40).  This based on a very small knowledge of your requirements.  I have already cited the Sap online help for special procurement.
    SAP online help for Warehouse management is at
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f8386f4afa11d182b90000e829fbfe/frameset.htm
    As you begin to read the required topics, I am certain you will realize that this task is beyond the capability of an untrained person.  I again suggest that you search for professional consulting services to assist you in this project.  It will be money well spent.
    I am now closing my responses to this thread.  Good luck in your project!
    Best Regards,
    DB49

  • Are we Beta testing the N97 for Nokia?

    Because if i was given this as a beta release i would have told them what i thought, the current launch version on the N97 with V10 firmware is barely an Alpha release, this phone was a rush job thrown out on the market to coincide with the launch of the iphone 3Gs.
    This is my fourth N series, N80, N95, N95 8gb (the best N series yet), and now this N97 what should be Nokia's flagship, but being stripped of apps and filled with Trial versions to please the accountants at Nokia.
    Day one and it locked up twice, corrupted my contacts when synced with OVI, and ran down to less than 4mb on the C drive, day 2 i found the GPS was not working, it was a joke, walking down the road under a clear sky and it could not hold a signal lock, driving was worse barely holding a signal for a few seconds and as for sitting spinning it round for an age to get the compass to work........forget it id rather be lost than look like a **bleep**.
    Deleting apps and reinstalling them on the mass memory frees up some space, but why should we have to do this, the whole phone is badly thought out and configured.
    Soon after the stylus supplied with the phone and attached to the phones only tie point scratched my screen, what was wrong with a rear cover with a bump and a thin PDA style stylus, no not good enough for Nokia, a fat thing on a string will do for them. 
    New Firmware release 4 days after UK launch and still not available to most users as it has not been network approved yet, 3 network say its Nokia's job and they are delaying things, Nokia say its the networks delay. Come on if it was needed that quickly why leave most of your customers waiting, or just get to work on a layered OS with a standardised core with a network layer, so everyone can have the updated without waiting.   
    4 weeks in on this phone, i too have the scratched camera lens, still No working GPS, and having some good negotiations with Three to try to reverse the contact upgrade, as i don't think another N97 will last any longer than this one.
    I see Nokia spending Millions on punting the N97, TV, Billboards, Net adds, why push so hard on what is a sub standard product, could you imagine Joe public trying to free off some memory by moving apps, tell the care centres to brace themselves the N97 flood will be coming their way.
    What next, well if 3 don't cancel the upgrade, then Nokia will have to fix my phone again and again and again untill it works as advertised, in the mean time i am off to get in touch with watchdog so they can let Joe Public know what to expect from an N97.
    Rob 
    Solved!
    Go to Solution.

    I don't believe we're beta testing the N97 for Nokia. Beta testing suggests it is in a state prior to production. Nokia's track record (at least to me) seems that leading edge phones never reach a stable plateau.
    What I believe happens is the phone is released and remains unstable until they sort of perfect the platform, then a new handset is released bringing a whole new world of bugs and problems and so the cycle continues.
    By the time the phone is suitable for every day use it is, by today's technological stance, ancient and the damage has already been done to the reputation.
    S40 phones seem to fare much better, mainly because it is much more widely used within Nokia. S60 is up against some fine competition from vendors who will rush fixes out.. Nokia only ever seems to rush phones out. It isn't the same and it shows (see their forcast for the next 6 months)
    I honestly would not be surprised if this flagship phone limps on in a partially functional state until it is superceeded by a budget blackberry clone.
    Sad? Very! Am I being cynical, or telling it like it is.
    I'd be real interested to know if any exec at Nokia used the N97 in the weeks before it was released.. Not that I'm a fan, but we all know Stevie J used an iphone long before it was released.. I kind of get the impression they must all use very basic "corporate" s40 handsets and assume their flagship product must be of the same calibre.
    Next release, why not give 100 people N97 for testing, real testing.  It seems Nokias quality assurance team is out of touch with what a $700 handset demands.. ooooh, I gasp in awe at your 30 MB of free capactity when you remove ALL the applications you can. (It's like having a 2TB hard drive in a computer and continuing to boot from a floppy)
    I appreciate there are product time lines to meet, but if Nokia were aiming to compete with the likes of the pre, iphone and the various android handsets (not even mentioning windows mobile) rushing out a phone like this was very wide of the mark. Concept wise, the N97 is a great design.. the implementation of both the hardware and software just isn't going to cut it in todays market.. 
    (but this is what they want? you'll get bored with the handset and buy a replacement! yeay!)

  • How to populate a dynamic table according to the choice of the viewer

    Hi there,
    I ran into a dead-end on my  "Events" page.
    There is a dynamic table getting the info from a database. It will initially show the Upcoming Events.
    At this point my question is this:
    *Can I populate the dynamic table based on a condition where the current date and the event date (as in the db) will be compared and if the event date is later than the current date, it will be displayed in the table. Otherwise, it won't.
    If I can do that, can someone please help me out with the code?
    Besides that, on the right side of the page there are 3 options for the viewer:
    1. View upcoming events
    2. View past events
    3. Search events by month and year
    What I want to do is that when the viewer clicks on 'past events', the table will be reset and populated with those events whose date has passed.
    When the viewer clicks on "upcoming events", the table is reset again and populated with the relevant events.
    When the viewer selects a month and a year, search the database to find the relevant records.
    Can all of this be written in php? Since I read smwhere that php doesn't work with onclick functions... i got confused. Cuz the data in my table will have to vary depending on what the viewer is clicking (upcoming events/past events/search events). I do not wish to create separate pages for each type of event.
    If anybody has a better suggestion to carry out this task, please share!
    Thanks!

    >Can I populate the dynamic table based on a condition where the current date and the event date (as in the db)
    >will be compared and if the event date is later than the current date, it will be displayed in the table. Otherwise, it won't.
    Of course. You just need to compare the date field in your database with the current date as returned by your DBMS date function. Assuming you are using MySQL, you would compare your column with the currdate() function and use the appropriate greater than/ less than operators in the SQL WHERE clause. If you don't know what a WHERE clause is then I would urge you to learn SQL as soon as possible. You can't build data driven sites without a basic understanding of SQL.
    >Since I read smwhere that php doesn't work with onclick functions..
    What this means is that php is a server side language, where user interactions always occur at the client site. But that does not mean you can't invoke a server side action from a client side event. You most certainly can and would.
    You might consider adding links to the dynamic table page that pass a querystring to the php script which determine what filter to add in the WHERE clause- greater than the current date, less than, etc.
    Also, in the future, please post these questions to the application development forum.

  • JSF Design Time View Not working correctly for ADF/JSF components

    My project is not using any external tag libraries. It is based purely on ADF core/html and JSF core/html components. The design time view does not show the appropriate presentation, everything is shown as nexted frame containers (I suppose how you would show a component that does not have a visual representation).
    If I create a new project and copy my jsp (jsf) pages over they show perfectly. I did this activity and all was going well in the new project and then I lost the design time view again. I cannot tell you what I did to cause the issue, maybe it was a modification to the web.xml as has been suggested in some other threads. Can anyone tell me what I should be looking for that causes this problem, what corrective actions I might take to eliminate the issues

    Ok I have isolated this issue. In my phase listener I had this line of code:
    private static final Logger _logger =  Logger.getLogger(EigRequest.class.getPackage().getName());
    and I changed it to
    private static final Logger _logger =
    Logger.getLogger(EigRequest.class.getName());
    and design mode started to work. I guess either of the above works for me although I do not understand why the line works when you run the application but not in design mode.
    Moral to the story is if something fails in any one of these types of decorators you will drop into a raw view mode. The question I have is if errors are occuring how do I figure out where they may be. There is no indication that anything is wrong with the exception that you lose most of the design mode functionality.
    This was not a compile issue, this was not a runtime issue. It took me quite a few hours of writing a test program to validate that it was not just writing a phase-listener issue; then launching, editing, relaunching the application to find the problem. I will say that a good portion of the code came from a Eclipse project. If you add the offending lines of code while using JDeveloper you do not loose design mode immediately. You only see the problem the next time you start JDeveloper which complicates finding the problem.

  • Opens and plays correctly in the viewer, but of zero length in the browser.

    The song I sing to FC is "I can't get started with you." It probably is my fault because I don't come in the front door like the rest of you, with capture from a camera. I come from Still Life, exported to iMovie. Unfortunately, Still Life seems to label the .MOV as coming from an old version of iMovie, even though I am using iMovie HD 6.0.1. Final Cut Pro will not import my .MOV.
    I have contacted Granted Software about removing the erroneous designation. In the meantime I tried a workaround by exporting from iMovie HD 6.0.1 to Quick Time Pro 7.04. I got a .DV and Final Cut opened it. Unfortunately, it opened it in the viewer and I do not know how to get it to the Browser and the TimeLine, where I can add the great effect which I want. It did play in the viewer.
    I then tried going directly from Still Life to Quick Time Pro and again got a movie that Final Cut would open and which would play in the viewer. This time the sequence did seem to appear in the Browser, but, Item Properties Sequence 1, while showing correctly much data about the sequence, was blank when it came to size.
    My Final Cut Pro is an upgrade from Final Cut Express HD 3.0, so I opened the same movie in FCE. Same result. Looked good in the viewer, as my consolation prize.
    Given that few of you travel this path, I am not overly optimistic about chances for a solution. But I thought I would ask. Gentlemen? Ladies?
    Lucky Man
    PBG4 17   Mac OS X (10.4.6)  
    PBG4 17   Mac OS X (10.4.6)  

    I'm the grumpy guy around here. It just seems to me that everyone expects to install FC Studio and be Dede Allen overnight. Just rubs me the wrong way is all. There's a pretty steep learning curve with Studio, especially for someone who wanders in from left field (OH, wait, Rand-- right field) and I certainly expect someone to at least TRY before asking the most basic questions. I've been working with this program since version 1 and I'm still learning things about it.
    The dsr-11 is a little workhorse of a deck. It's a real basic unit-- no vu meters, timecode or user bit display etc. But for getting your DV material into and out of fcp it's just fine. I've had mine for over 5 years now and it's steady as a rock. I've never had ANY issue with it. TIP OF THE DAY: Don't get clumsy and knock the door off. And insert small tapes gently. It takes it's time with tape insertion, unlike an old 3/4 or beta sp deck where you can slam tapes in and out without a second thought.
    Yeah, the manuals are pithy, but you know, there is a lot of great stuff to be learned from them. One of the things I love about fcp is that there are multiple ways to do any one thing, depending really on your workflow and methodology, and basic approach to a computer system. you can find things in pulldown menus, by keystroke commands, in folders in the browser. Actually it's easy to teach your self to skim the manuals-- there always seems to be an intro page or pages that describe in excruciating detail a particular function. If you grasp that, or know already WHAT the function is, you can skim forward to the HOW.
    DO learn the keyboard as much as you can. Dragging clips around is a sloppy way to work, in my never very humble opinion.

  • Select data from all the table names in the view

    Hi,
    "I have some tables with names T_SRI_MMYYYY in my database.
    I created a view ,Say "Summary_View" for all the table names
    with "T_SRI_%".
    Now i want to select data from all the tables in the view
    Summary_View.
    How can i do that ? Please throw some light on the same?
    Thanks and Regards
    Srinivas Chebolu

    Srinivas,
    There are a couple of things that I am unsure of here.
    Firstly, does your view definition say something like ...
    Select ...
    From "T_SRI_%"
    If so, it is not valid. Oracle won't allow this.
    The second thing is that your naming convention for the
    tables suggests to me that each table is the same except
    that they store data for different time periods. This would be
    a very bad design methodology. You should have a single
    table with an extra column to state what period is referred to,
    although you can partition it into segments for each period if
    appropriate.
    Apologies if i am misinterpreting your question, but perhaps
    you could post your view definition and table definitions
    here.

Maybe you are looking for

  • Need to Convert Comma separated data in a column into individual rows from

    Hi, I need to Convert Comma separated data in a column into individual rows from a table. Eg: JOB1 SMITH,ALLEN,WARD,JONES OUTPUT required ;- JOB1 SMITH JOB1 ALLEN JOB1 WARD JOB1 JONES Got a solution using Oracle provided regexp_substr function, which

  • How do I find Encore in CS4?

    I just completed a video on Premiere Pro and discovered Encore has quit working.  How can I reinstall just Encore from CS4 without uninstalling and reinstalling the complete suite with all apps?  And if I can reinstall just Encore, where do I find it

  • One material in two company codes

    How can we maintain one material in two company codes?

  • Security issue in OBIEE

    We have Dashboard 'AAAAA' where all the reports to this Dashboard are coming from Shared folder 'bbbbbb' .Do i have the previlege to hide the shared folder 'bbbbbb' to all the users and give access only to Dashboard 'AAAAA'. In general users want to

  • Garage Band song import

    I am trying to import a song from my ipad mini. I got the garage band song onto my desktop. When I try to open it, the computer is making me save it as... whether I do that or not, I keep getting an error message that the garageband needs to be updat