Breaking up large Apps into components

Hello, I have a large application that I need to break up
into components. I have been trying to find information on how to
do this, however, to no real avail. My application will have
components that have states so that when the user selects from the
menu bar the component state will show. Does anyone know how I can
get my XMLlist view state to show the external component state when
selected?
Thanks
LZ

Viewstacks might work, here is an example:
------------------------------ ViewStack.mxml
<?xml version="1.0"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns:comp="components.*">
<mx:Script>
<![CDATA[
private function selectPortal(event:Event):void {
if(cmbx.selectedItem.data == "home"){
portals.selectedChild = home;
if(cmbx.selectedItem.data == "hr_portal"){
portals.selectedChild = hr_portal;
if(cmbx.selectedItem.data == "is_portal"){
portals.selectedChild = is_portal;
if(cmbx.selectedItem.data == "pay_portal"){
portals.selectedChild = pay_portal;
]]>
</mx:Script>
<mx:ApplicationControlBar width="100%">
<mx:Label text="Select an intranet portal: "
fontSize="12"/>
<mx:ComboBox id="cmbx" change="selectPortal(event)">
<mx:Object label="XYZ Intranet Home Page"
data="home"/>
<mx:Object label="Human Resources Portal"
data="hr_portal"/>
<mx:Object label="Information Services Portal"
data="is_portal"/>
<mx:Object label="Payroll Portal" data="pay_portal"/>
</mx:ComboBox>
</mx:ApplicationControlBar>
<mx:ViewStack id="portals" width="100%" height="100%">
<mx:Panel width="100%" height="100%"
horizontalAlign="center"
backgroundColor="#ccffcc" id="home">
<mx:Text text="Welcome to the XYZ Corporate Intanet"
fontSize="20"
color="blue"/>
</mx:Panel>
<comp:HumanResources id="hr_portal"/>
<comp:InformationServices id="is_portal"/>
<comp:Payroll id="pay_portal"/>
</mx:ViewStack>
</mx:Application>
---------- components/HumanResources.mxml ------------------
<?xml version="1.0" encoding="utf-8"?>
<mx:Panel xmlns="*" xmlns:mx="
http://www.adobe.com/2006/mxml"
width="100%" height="100%" horizontalAlign="center"
backgroundColor="red">
<mx:Text text="Human Resources Portal" fontSize="20"
color="blue"/>
</mx:Panel>
---------- components/InformationServices.mxml
<?xml version="1.0" encoding="utf-8"?>
<mx:Panel xmlns="*" xmlns:mx="
http://www.adobe.com/2006/mxml"
width="100%" height="100%" horizontalAlign="center"
backgroundColor="purple">
<mx:Text text="Information Services Portal" fontSize="20"
color="blue"/>
</mx:Panel>
---------- components/Payroll.mxml ------------------
<?xml version="1.0" encoding="utf-8"?>
<mx:Panel xmlns="*" xmlns:mx="
http://www.adobe.com/2006/mxml"
width="100%" height="100%" horizontalAlign="center"
backgroundColor="gray">
<mx:Text text="Payroll Portal" fontSize="20"
color="blue"/>
</mx:Panel>

Similar Messages

  • Breaking up an App into components

    I have an App in deployment which displays a dashboard
    program divided into several tabs, one tab contains a treemap,
    another has four charts, another has one big chart, another has
    five dials, etc. etc. currently this is all coded into one big App.
    What I want to do now is break this up into either MXML or AS
    components so that it will be more managable and more modular. I
    want to make a 'shell' master program with the tabs, and then
    import the other pieces as modules.
    I have managed to separate out one of my most complex pieces
    from my original main App, one of the Treemaps, and I want to now
    import that as a component of my "shell". Can someone reccomend a
    technote or a web page I could look at to learn how to do this? I'd
    also like to learn some things like how do you 'talk to' variables
    within a particular component that you import in, or is that even
    possible?
    M.

    Is this even the best practice? Should you break an app into
    components? Or is it better to just leave it all in one App?
    I found this example of using code behind to extent the
    ActionScript class, is this the best way to aproach breaking an app
    up?
    http://www.adobe.com/devnet/flex/quickstart/building_components_using_code_behind/

  • Need help on breaking a large string into substringsto fit in a line

    hii,suppose i have i have large string (the content of which is not apparently visible to me)which i want to show in a text area ,,,now how can i break it into multiple lines to be able view the total string...
    i dont want to use horizantal scrollbar...
    here i submit a sample code..and pls show me the neccesary modifications...
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class textarea extends JFrame
    textarea()
    super("Text area length test");
    setSize(640,480);
    Container contentpane=getContentPane();
    JTextArea area=new JTextArea("Split panes allow the user to dynamically change the size of two or more components displayed side-by-side (within a window or another panel). Special dividers can be dragged with the mouse to increase space for one component and decrease the display space for another. Note that the total display area does not change. This gives applications a more modern and sophisticated view. A familiar example is the combination of a tree and a table separated by a horizontal divider (e.g. file explorer-like applications). The Swing framework for split panes consists only of JSplitPane.");
    area.setLayout(new BorderLayout());
    contentpane.add(area);
    setVisible(true);
    class texttest
    public static void main(String args[])
    new textarea();
    In the original code the Stron to be printed is not visible to me...

    Configure the text area so that it uses word wrap (see the javadoc)
    Kaj

  • Breaking a large project into pieces

    Long time user, first time poster.
    We have created a long movie (310 slides) and current any
    operation is quite sluggish which I learned recently is expected (I
    saw in the Export forum that avg expected size is between 60-70
    slides? Woops)
    I was curious if there is a good way to break this movie into
    pieces and keep the cohesion? The way the movie is laid out now is
    it starts off with a Title slide showing the 5 things we are going
    to talk about, then talks about them in that order with very clear
    start/end slides to each of the 5 sections... so I think it would
    lend itself well to being broken into portions.
    Also on the bottom of *every* slide are Jump-To links
    (buttons) to the other sections so if you are getting bored, you
    can skip ahead or backward.
    So what I'm asking is there a way to break a movie into say 5
    pieces (5 separate files) while still keeping them linked together
    sufficiently well that you can sit and watch the entire thing play
    through from start to finish and jump around between the files, or
    is that only going to happen with a single giant movie?
    Thank you for the help.
    Best,
    Riyad

    Hi Riyad,
    We are breaking our training videos up as well, but not
    because of size. We are trying to make tiny videos so that they are
    very easily updateable if our product changes (which it does). What
    I did was this:
    1. I created a template for Captivate (you can dowload some
    sweet ones on the Exchange Adobe site). Where I created a menu
    structure on the left hand side.
    2. Next, I created a new captivate video for each small chunk
    I wanted to display (ten in all). I kept these brief (under 5
    minutes in lenght and by subject). Hopefully, your video can easily
    be parsed by topic. For example, Introduction to Widgets, Why
    Widgets, How to Buy Widgets, etc. I published these in the normal
    way (SWF files for me).
    3. Next, I created a new captivate video using the template I
    created in step 1. This is the main project that will call all the
    other projects. IMPORTANT - you must change the options for all
    elements on your page to run the entire length of the slide and you
    must also change your slide length to the maximum (I believe it's
    600 or 3600 seconds).
    4. In the left hand menu structure, I created transparent
    text boxes with my menu titles (Introduction to Widgets, What are
    Widgets, Buying Widgets, etc.) and then I created a click box over
    each of these. The click box action jumps to the appropriate slide
    that corresponds to the video I want to display.
    5. On the first slide I have a Welcome page that's just text
    explaining how to use the menu structure on the left, the intended
    audience, the length of the entire class, etc.
    6. On the 2nd slide, I copy the menu structure from the first
    slide text and click boxes and paste them here. I also insert an
    Animation and choose my SWF file. Resize so it will fit in the
    screen appropriately.
    7. I do the same thing for the remaining slides.
    8. Next, I publish the file and voila! I have a master
    project that calls mini projects.

  • Breaking a large file into multiple SWFs

    Hi -
    I've created a project with about 70 slides, including a few that contain full motion video. Is there a way to publish each slide as an individual SWF? If I accomplish publishing each as an individual SWF should I use Aggregator to connect them, or should I have the end action of each slide be open the next slide?
    Thanks

    Select all and Hide all the slides in the filmstrip (rightclick when in the filmstrip) then UNHIDE the one you are pubishing, this will result in only publishing the one you have deselected. You will have to pubish 70 times, but it will save you from cutting and pasting them into new projects.

  • How to break up a large document into multiple pages?

    Sorry for my newbie questions, but I am really new to Illustrator (CS6 on Windows)...
    I am creating a poster in A1 format.  My printer can only print up to A4, so I would like to break up my poster into 8 A4 pages to print a preview before sending the doc off to the printer.
    Is there a way to easily do this?
    Thanks in advance for your replies.

    Go to View>Show Print Tiling
    then go to File>Print
    From the page Size select A4
    In the Print Dialog select from the Scaling optionsTile Full Pages from the drop down
    Youy will see the tiling you need  9 pages BTW
    One of the problems you cane see right away is that the pages are butted by the tiling and your printed might need a border on all edges.
    So tio compensate for this you need to have a little bit of an overlap that changes the tiling but when you trim the paper to the edge of the actual print area on the page and lay the pages on top of one another you will be able match them.
    I chose .5 inch for the overlap. You will have to figure out the amount you need for your printer.
    So in the print dialog to the right of the Scale Option Enter an over lap amount as well
    You can do it with separate artboards but you will have a hard time when it comes to the overlap.

  • Adding a domain user to the admin role within the local user management breaks all metro apps for all users!!

    Hi,
    I have posted this in another large thread under the "Windows 8 General" group but have not had any appropriate feedback from MS.
    After hours of testing and working with other users I have managed to isolate a simple situation that breaks all metro ui applications within Windows 8 for all users on the machine. Here are my exact steps and notes.
    Before continuing if you are running Avast then your solution may be to turn of the behaviour shield functionality as this also breaks metro apps. This is NOT the problem we are having!
    I have performed 3 cleans installs after isolating the problem and am able to reproduce the issue every time using the same steps on two different machines. 
    First thing to say is that for us it has nothing to do with simply joining the domain, domain/group policies nor does it appear to have anything to do with the software we installed, the problem here is much more simple but the result is pretty terrible.
    Here are my exact steps of what I did to reproduce our problem:
    Complete format of HDD in preperation for a clean install
    Clean install performed
    Set up the machine initially with a local account
    Test metro apps - all working fine
    Open control panel from the desktop, click on System, change the system to join the domain, click reboot
    Log into the system using my domain account
    Test metro apps - all working fine
    Here's were the problem starts. I need my domain account to have admin rights on the local machine so I can install programs without the IT men having to come over and enter their password every 5 mins.
    I go to control panel via the desktop and click on User Accounts. From with here I then click on "Manage User Accounts". This requires the IT guys to enter their details to give me access to such functionality. This is fine
    In the dialog box that opens I can only see the local user that was initially created during setup. The "Group" for this local account shows as "Administrators" - Image included below (important to note that metro apps are working at this point)
    I click add and then add my domain account - also giving it administrator access
    Sign off or reboot to ensure the new security is applied
    Sign back in to the domain account
    Test metro - ALL BROKEN
    Sign out
    Sign in as local account
    Test Metro - NOW ALL BROKEN FOR THIS USER ALSO
    So as soon as I add my domain account to the local user accounts and set it as admin it breaks all metro apps for all users. This is on a totally clean install with nothing at all installed other than the OS.
    Annoyingly if I go back and change the domain account to a standard user or if I totally remove the domain account from the local account management system the problem does not go away for either user. basically it is now permanently broken. The only fix I
    could fathom was a full re install and not giving the domain user admin access to the local  machine.
    Screen one - this is the local user accounts window AFTER joining the domain and logging in with my domain account (All metro apps working at this point)
    Screen 2: User accounts AFTER joining the domain and AFTER adding domain account to local user management (METRO BROKEN)
    I have isolated my machine from all group policies so nothing like that is affecting me. Users I have spoken to in different companies have policies that automatically add users to the local user management. This means that metro apps break as
    soon as they join the domain which leads them to wrongly think it is group policies causing the error. Once they isolate themselves from this they can reproduce following my steps.
    Thanks

    Hi Juke,
    Thank you for the response and apologies for the delay in getting back to you. My machine was running a long task so I couldn't try your suggested solution.
    I had already tried running the registry merge suggested at the top of the thread to no avail. I had not tried deleting the OLE key totally so I did that and the problem still exists. I will post all the errors I see in event viewer below. For
    your info, since posting my initial comment I have sent out my steps to 7 different people and we can all reproduce the problem. This comes to 10 different machines (3 of them mine then the other guys) in 3 different businesses / domains. We see the same errors
    in event viewer.
    Under "Windows Logs" --> "Application" : I get two separate error events the first reads "Activation of app winstore_cw5n1h2txyewy!Windows.Store failed with error: The app didn't start. See the Microsoft-Windows-TWinUI/Operational log for additional
    information." The second arrives in the log about 15 seconds after the first and reads "App winstore_cw5n1h2txyewy!Windows.Store did not launch within its allotted time."
    Under "Windows Logs" --> "System" : I get one error that reads "The server Windows.Store did not register with DCOM within the required timeout."
    Under "Applications And Services Logs" --> "Microsoft" -->  "Windows" --> "Apps" --> "Microsoft-Windows-TWinUI/Operational" : I get one error that reads "Activation of the app winstore_cw5n1h2txyewy!Windows.Store for the
    Windows.Launch contract failed with error: The app didn't start."
    If you require any further information just let me know and I will provide as much as I can.
    Thanks

  • How to organize apps into folders and make them stick in iphone 3gs?

    Four hours down the drain! Darn, I decided to finally learn how to organize my apps into folders and do it right. Instead I spent four hours and must have got it wrong.
    I opened iTunes on my MacBook with my iPhone attached. Then clicked on the iPhone in the left side list of my iTunes. Then clicked on apps which brought up a nice page with all my iPhone apps listed in one window on the left and all the pages of the apps that are on my iPhone in the window on the right. So far this is what I think the User Manual and Help said to do.
    At that point I created new folders by dragging one app over another. For example, I would find a photography app and drag it onto another photography app. That automatically created a folder with the name photography. Just what I wanted. I then looked for more photography apps and dragged them to the folder.
    This is not too easy because I had eight pages of apps. At first, I would grab an app on a page and drag it to where I knew the corresponding folder would be and put it into the folder.
    Later I found another way was to use the list of my apps on the right to put them in apps.
    In the end, from what appeared on the screen, it seemed to me that most of my apps were in folders and the folders were either on page one, two, or three. At that point I thought that I should sync the MacBook with the iPhone, I believe, and did so.
    When the sync was finished I took the iPhone off the computer and looked at it. NONE of the folders I created, nor the organization into folders of the apps were on my iPhone!
    Obviously, I did something wrong since the same mess was on the iPhone as before, with apps all over the place and impossible to locate without taking too much time. This after four hours of work looking at a 13 in. laptop screen!
    What I hope is that someone smarter than me will look at what I did and tell me where I went wrong.
    I want the apps on the iPhone to be organized into logical folders so it is easier to find them. Something along the lines of a good database, you know?
    Thank you for reading to the end of this question,

    OK, I spent another afternoon doing the job started yesterday. Last night (could not sleep, so might as well think) I got to thinking that I really must have missed a step or something because all my work was done on the Mac and I did not recall any time when I transferred the new setup with folders to the iPhone.
    Sure enough, when I tried it today I did find that missing step. When looking at the Home Page of the iPhone or any page being worked on, in the lower right hand corner two buttons say
    SYNC APPLY
    I do not recall using the APPLY button on the first day trying this, but I used it this time.
    After making changes, I hit APPLY and the computer began to sync with the iPhone.
    This time, although there is nothing telling the user what is going on, the sync actually makes the iPhone pages to look exactly like the pages created on the Mac.
    Too bad the instructions and help did not say to do things in this way, which is the only correct way, as far as I can tell.
    I have about 155 apps on the iPhone, making the job extra lengthy. However, I never could do it on the iPhone’s tiny screen, even though it is possible, so this was good - working on the larger screen of the MacBook.
    There are also some (undocumented?) tricks in using the MacBook for this task. For example, it is possible to create a folder and then, using the list of all apps on the iPhone that is on the left side of screen, open the folder, click on the check box next to any app you want to put in the folder and it will jump right in!
    If the check box already has a check mark, just click the box to remove it, click again to put the check mark in the box and voila the app takes off for the folder. This also works to just put apps onto a certain page, if you want to do that, but dragging apps around sometimes works better.
    I hope it will not be necessary to do this again because of the time involved, and he need for quite a bit of thinking on how to move the apps and folders around to get everything just where you want it on the iPhone. The work reminded me of an old kids game that has a small square case with, I guess eleven movable numbers, that are all mixed up, and one space that is not filled with a number. You can move the little squares with the numbers around inside the case to try to line the numbers up in order from 1-11 and do it faster than anybody else.
    Well, unfortunately lining up all my apps was like that because each page of the iPhone only holds 16 folders or apps and each folder is limited to 12 apps. Starting with 155 apps it takes too much mouse maneuvering to make the process easy.
    Finally, the automatic folder names are very broad, as in MUSIC, LIFESTYLE, SPORTS and such, so I often just deleted the given categories and put my in my own. Also, some day I may break down the folders more because twelve apps in one folder means the apps are still pretty much out of view.
    I wrote this in case anyone else finds it and has the same irksome product. If I just reinvented the wheel, please do not tell me now.

  • Breaking up single Region into Multiple Regions

    Hi,
    I've a single region (a form) on a page and it has 30 fields and it does not look that great.
    So just from the UI perspective, I want to break up this 1 large region into smaller 3 regions. Is it possible?
    All the data comes from and goes into one table, so I want to change the UI and not the backend.
    Thanks for the help.
    -Hozy

    Well think about it - why can't you do this? There isn't a reason :-) There isn't anything particularly special about the form region in and of itself - the create form region wizard just a handy way to auto-generate your CRUD processes and buttons.
    Keep your original form region and create your additional regions as HTML regions (i.e. blank regions). When you redistribute your page items, they are still linked together, so to speak. You can still use the 'create' buttons etc from the original region (in fact, you can also move the controls around too if you like).
    As for the stop/start page item, all it really does is close off the html table and opens up a new one below - the effect of which is that any page items below are laid out without reference to the structure above it. I find it particularly useful if you have, say, a wide text area item or another item with a big label and then have maybe two or three smaller page items underneath - in normal circumstances, the little items would end up being horribly spread across the page, whereas with the stop/start item, they are laid out more effectively.
    Why not have a go at using the 'Drag and Drop' function - it becomes more clearer that way. Don't be afraid to experiment!

  • Cant send mms messages. I get the error message:  "one or more of the message components have been delted by MMS Adaptation.  Either the message was too large or the components were unsuitable for your handset".  This only seems to be an issue to iphones.

    I cant send pic messages to iphone users. I get the error message:  "one or more of the message components have been delted by MMS Adaptation.  Either the message was too large or the components were unsuitable for your handset".  This only seems to be an issue to iphones.  I like this phone but have had nothing but trouble since day one.  I am so tired of being on the phone with verizon and still not getting all the problems corrected.  Someone please help!

    Hello christina267,
    Help is right here, front and center! Let's get your mms working properly. May I ask are you using the original stock messaging app to send texts and mms? Also, are you using any special characters or emojis in your message? Since you state that the issue is to iPhones, did you happen to have used an iPhone on your mobile number just before you were using the Galasy S 5? As you share the details then we can investigate.
    Thank you… 
    ArnettH_VZW
    Follow us on Twitter @VZWSupport

  • IPad gets very slow with large apps installed ?

    Hi,
    I have a 64GB iPad 3 and I noticed it gets very slow when I install large apps. Apps larger than 1 GB.
    I have bought a number of excellent reference apps, but can not keep them on my iPad together.
    I have to delete one before I can install the next or else my iPad runs into trouble.
    I can have about 5 large apps installed and no more.
    It takes forever to boot, restarts, has delays when typing and crashes all the time with my large apps installed.
    Is this a limitation of iOS 6, or is it because I have dropped below 10 GB of my 64GB storage.
    Does my iPad use the storage for memory?
    I bought a 64GB so that I could use my large apps.
    Sean

    10GB of free space should be adequate. Have you done a Reset?
    How much space is your Other using? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    How to Fix a Slow iPad
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-A-Slow-iPad.htm
    iPad running slow? How to speed up a slow iPad
    http://appletoolbox.com/2012/07/ipad-running-slow-how-to-speed-up-a-slow-ipad/
     Cheers, Tom

  • Downloading large apps via a second computer

    I've moved to a new city for a new job opportunity. Everything is great except the home Internet charges in this city are outrageously expensive for such a small data amount!
    My iPad has several large apps it needs updating which would blow my home Internet data usage for the month if downloaded by home Wifi.
    I have free internet at work.
    My question is could I setup iTunes on my work computer, (windows), and log into my apple account and download one or two of the large apps that I have brought, and then take them home and put them into the iTunes-mobile applications folder on my Mac (deleting the older version) and then Sync my iPad?
    Would iTunes recognize that the app has been updated or is there some internal database that needs to be updated that recognizes the new version of the app?
    Apart from using my employers Internet usage, everything else is legit.
    Thanks for your feedback.

    You should be able to download the app to your normal computer (http://support.apple.com/kb/HT2519) and get it onto yout iPhone that way.
    If you are away from that computer, then you download all your apps to the iMac and then try syncing - I had a similar issue when I moved to a new computer and it said that it would delete all my apps off it, but it didn't (though I did copy all music and apps to it first).

  • How to convert Web app into a channel?

    To whom it may concern,
    Does anyone know how to convert a Web app into a channel inside the Portal server 6.0?
    I developed the web app and tried to create a provider and a channel for it, but the Portal server did not recognize the WEB-INF folder and give me errors saying that it couldn't locate the class files.
    I also have a problem with URL inside my jsp page (channel).
    For example, I have two jsp pages:
    /etc/opt/SUNWps/desktop/default/MyCustomProvider/test1.jsp
    /etc/opt/SUNWps/desktop/default/MyCustomProvider/test2.jsp
    and when I try to put a link from test1.jsp to test2.jsp using
    ... and make a channel based on test1.jsp. The channel will display the link as "http://mydomain/portal/test2.jsp" and result in "Error: page not found". I want the link to point to
    /etc/opt/SUNWps/desktop/default/MyCustomProvider/test2.jsp
    To summarize my questions,
    1) Where should the web app be located in the Portal server?
    2) How to make a link inside one jsp page (channel) to point to another page inside the same folder?
    Thank you in advance

    Hello Karthik,
    I just tried to solve my problem with your suggestions, unfortunately, my JSP channel still doesn't work :(
    The portal server keeps reporting "Server Error..." when I tried to add query at the end of the href.
    Do you still have any other suggestions?
    Thank you

  • I can't download any app into my iPAD, but I have no problem downloading app into my iPhone. Using same Apple ID for both my iPAD and iPhone.

    HELP!
    I couldn't download any app into my iPAD. Puzzled by this strange condition, I tried downloading the same chosen app into my iPhone. It worked!
    I use the same Apple ID for both my iPAD and iPhone. So why is it not working for my iPad? Previously, both devices were working fine!
    I hope that somebody can help me solve this problem.

    Do the apps show as installed on the Purchased tab in the App Store app ? If they show as installed, then have you got any restrictions set on Settings > General > Restrictions (e.g. Allowed Content > Apps) that might be hiding them ?
    You could try closing the App Store app completely and then seeing if it downloads after you re-open it : from the home screen (i.e.not with the App Store app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the App Store app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    You could also try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    And try logging out, and then back in, with your iTunes account : Settings > Store

  • Is it possible to download ÿōür purchased app into ÿōür other device by signing in iTunes?

    Is it possible to download ÿōür purchased app into ÿōür other device by signing in iTunes?

    yes. But I would recomend using Icloud. If you have purchaed the app or ownloaded it you can serch it on any of your other devices app store and you will se a different icon where the download button is  suposed to go. Like a cloud. Click it and you will get it.

Maybe you are looking for

  • How Do I Use DVD Studio Pro Files In iDVD?

    I had somebody create a DVD for me using DVD Studio Pro. (This was a compilation of many different videos.) It turned out great. I now want to make a DVD of one of those videos on my own using iDVD '08. I have the raw video/audio files. But, my probl

  • Adding a graph in visual studio 2008

    Post Author: computerdude CA Forum: .NET I am building an application using Visual Studio 2008 with Crystal Reports. I am trying to add a graph to the report in the Report Header but the OK button is not highlighted. I have added a data source to the

  • Safari keeps pages in memory and don't refresh them

    I changed my own website (using Dreamweaver and Flash). I added a button in the Flash banner on top of my page. It works but on my own computer Safari doesn't change the buttons made in Flash. All the rest of the changes (even new diaporam made in Fl

  • I've installed Photoshop CS6 64bit, and the Extrude to 3D is not working? How to enable those?

    Here is my OS info: And this is my system info: Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64 Operating System: Windows 7 64-bit Version: 6.1 System architecture: AMD CPU Family:15, Model:11, Stepping:2 with MMX, SSE Int

  • My i-phone wont connect with i-tunes

    my i-phone 3gs wont connect 2 i-tunes 4 some reason