How to create folder to put apps in

How can I create a folder icon to put common apps together to organize apps

With your finger hold it on any app until they all start to jiggle.  Then put your finger on the app you want to combine with another app and holding your finger on the app move it on top of another app.  You'll see the other app enlarge (briefly) and the app will now be inside a folder, which you can then name.  You can move as many apps as you want into that folder and you can create as many folders as you wish.

Similar Messages

  • How to create folder

    HI,
    How to create folder  in Menu
    Like In Production Menu we have productionReport.How is it possible?Using Vb.Net

    Hi,
    As complement of Vitor said, you can create your menu like this :
    SAPbouiCOM.Menus oMenus;
                SAPbouiCOM.MenuItem oMenuItem;
                SAPbouiCOM.MenuCreationParams oMenuCreationParams;
                string sPath = "";
                try
                    sPath = System.Windows.Forms.Application.StartupPath;
                    oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                    oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_POPUP;
                    oMenuCreationParams.Image = sPath + "
    IMG127.BMP";
                    oMenuCreationParams.Position = 6;
                    oMenuCreationParams.UniqueID = "IFC_MENU_COM";
                    oMenuCreationParams.String = ChangeLanguage.GetName_For_Menu(SBO_Application.Language); ;
                    oMenuItem = SBO_Application.Menus.Item("43520");
                    oMenus = oMenuItem.SubMenus;
                    if(SBO_Application.Menus.Exists("IFC_MENU_COM") == true)
                        return;
                    oMenuItem = oMenus.AddEx(oMenuCreationParams);
                    System.Runtime.InteropServices.Marshal.ReleaseComObject(oMenuCreationParams);
                    oMenuCreationParams = null;
                    oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                    oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                    oMenuCreationParams.Image = "";
                    oMenuCreationParams.Position = 1;
                    oMenuCreationParams.UniqueID = "IFC_COM";
                    oMenuCreationParams.String = ChangeLanguage.GetName_For_SubMenu(SBO_Application.Language, "1");
                    oMenus = oMenuItem.SubMenus;
                    oMenus.AddEx(oMenuCreationParams);
                    oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                    oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                    oMenuCreationParams.Image = "";
                    oMenuCreationParams.Position = 2;
                    oMenuCreationParams.UniqueID = "IFC_CALC";
                    oMenuCreationParams.String = ChangeLanguage.GetName_For_SubMenu(SBO_Application.Language, "2");
                    oMenus.AddEx(oMenuCreationParams);
                    oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                    oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                    oMenuCreationParams.Image = "";
                    oMenuCreationParams.Position = 3;
                    oMenuCreationParams.UniqueID = "IFC_BULL";
                    oMenuCreationParams.String = ChangeLanguage.GetName_For_SubMenu(SBO_Application.Language, "3");
                    oMenus.AddEx(oMenuCreationParams);
    Hope it's help you.
    Regards
    Michael

  • How to create folder with sub folder ?

    How to create folder with sub folder ?

    Hi,
    Questions. 17 / 17 unresolved -> very bad reputation
    but ok - let's help anyway ...
    1. create everything in Screen Painter
    2. set FromPane and ToPane property correct.
    example:
    Items in MainFolder: FromPane & ToPane: 1 to 3
    Items in SubFolderA (From 2 To 2) - SubFolderB (From 3 To 3)
    shouldn't be that difficult
    in your Code set oForm.PaneLevel when the user clicks on the Folder
    lg David

  • How to create folder for apps?

    How do create anew folder to hold apps that are similar in nature?

    Just drag one app onto another to create the new folder.
    Please Get the iPad User Manual for iOS 5

  • How to create folder on server.

    Hello,
    I want to make folder on remote server using sun.net.ftp. So how i can do that? I have api to create folder using issueCommand(newdir). But when i do this it gives null pointer error. In issueCommand() only pass directory name or path of remote server in which i want to create this folder.
    For example
    remotes server path : apps/bhavesh
    new folder name like : test
    so in issueCommand() pass only folder name or path also. and how i can do that?
    Reply me As soon as possible.
    Regards,
    Bhavesh Kharwa

    Hi Grafl,
    Chk this link
    Folder creation in AL11 using ABAP program
    try this code.This works on UNIX servers
    data: unixcom like   rlgrap-filename.
    data: begin of tabl occurs 500,       
            line(400),    
          end of tabl.
    dir = unixcom = 'mkdir mydir'. "command to create dir
    "to execute the unix command 
    call 'SYSTEM' id 'COMMAND' field unixcom
                      id 'TAB' field tabl[].
    <b>Reward Points if Useful</b>
    Regards
    Gokul

  • AIR iOS how to create folder in the documents directory

    Hi,
    I'm wanting to create a sub folder within the apps document directory that I can then save files into.
    I have the functionality in place to save the files, I just need to know how to create a sub folder first.
    Would anyone know if this is possible and if so, how?
    Thanks,
    Mark

    Thanks you!

  • How to create folders in video app in IPhone 5...

    Can anyone please tell me how to create folders for different things like movies,video songs in the video app on iPhone 5????...My itunes is up to date and i am using windows 7...

    Right click Target, select Add->New Build Phase->New Copy Files Build Phase.
    And yes, .app is nothing more than a folder (technically a package).
    Eric

  • How to create folder inside User Meetings using XML API

    Hello,
    I have appreciative if some one help me on below task
         I have created on application for user meeting.
         In that I want dynamic folder creation as per user need or how to list folder that related to login user or say user session.
    Waiting for reply,
    Thanks,
    Gaurang Jadav
    Project Leader
    iFlair Web Technologies Pvt. Ltd.
    www.iFlair.com 
    US: +1-312-235-2876 UK: +44-020-7193-4712

    Hello buddy,
    https://yourdomain.na4.acrobat.com/api/xml?action=sco-update&type=folder&name=gaurang&url-path=gaurangfolder &folder-id=827379162&depth=1
    you need to change yourdomain & 827379162(folder id).
    Hope this will help you in further process
    Good luck
    Regrd,
    Gaurang Jadav

  • How to create client and server app using node.js in firefox os.

    I want to create a client and server app using node.js for firefox os. Please suggest me how to create a apps.
    I want to send a request from client to server and based on client request, service reply to client.
    If any links available, Please share it.
    Thanks

    Hi sb00349044,
    The SUMO forums focuses on end-user support.
    For questions about developing for Firefox OS, you will find better guidance in MDN, StackOverflow, and mailing lists:
    * [https://developer.mozilla.org/en-US/Firefox_OS MDN - Firefox OS]
    * [http://stackoverflow.com/questions/tagged/firefox-os StackOverflow - Firefox OS]
    * [https://lists.mozilla.org/listinfo Mailing Lists at Mozilla]
    Thanks,
    - Ralph

  • How to create forms in mobile app????

    As part of my application i need to create a page which contains the user informations like name,address and phone numbers. Also the user should be able to update the same page?
    How to create the same? Is the option of creating as a form is available in sap.m library????

    The only issues I’ve encountered (which admittedly are a huge PITA when they happen) are slow downloads or dropped connections.
    However, once the app is completed and downloaded I haven’t had any issues at all.
    I suppose the term great is relative here and is used because you’re dealing with a free service.
    Bob

  • How to create JNDI for Oracle Apps Adapter

    I have created a data-source(jdbc/testds) and connection pool which connects to apps schema in Weblogic console.
    Then i go to Deployments-> Oracle Apps Adapter -> Configuration -> Outbound Connection Pools. In the Outbound Connection Pools table i expand "javax.resource.cci.ConnectionFactory" and then click New and select "javax.resource.cci.ConnectionFactory", click Next and give JNDI name "eis/apps/testds"
    But when i try to execute my BPEL process that has a reference eis/apps/testds it throws a JCA binding error. Can someone please guide me on how to create a Apps adapter connection. Also i would like to know how to refresh the connection pool(we used to have this facility in Oracle Application Server).
    Thanks,

    Can you once check the OA adapter check box in deployments and click update?

  • How to create SAPUI5 + MBO + javascript App in SUP2.1.3 ?

    Hi
    Can anyone help me with a link or any tutorial which can help me in finding a solution to my
    query...
    How to create SAPUI5 + MBO + javascript in SUP2.1.3 ?
    Thanks & Regards,
    Vamsi Konanki.

    please find the sample tutorials below
    UI5 + MBO
    Main Workspace
    UI5 + MBO in HWC
    Main Workspace
    UI5 + Odata
    Main Workspace

  • How to create folder to store music in x fi 1

    i just got the x-fi 6gb, this's my second creative mp3 player, the first one's Muvo 4Gb, no problems with music transfer, just create a folder and store my music on that
    with this x-fi 6 gb, it doesnt work that way, anyone can help me with this?
    thanks

    i also have a zen x-fi. i think creative centrale can create folder for you when your music which transfers into player have their own folder in PC.
    however when you turn on the player, you can't see those folder. the songs can only be recognized by the informations in songs.
    it's my experience.

  • How to create installer for flash app where content is distributed by chapter?

    hi everyone,
    i wanted to create an application installer (per chapter) like the one implemented on the product on this site: http://www.thelandofme.com/ .. can someone pls guide me on this? i have no problem creating flash apps but i'm so lost on making installers , like update installers for the same app.. the idea is that on first installation of my app, other contents are not available until the user downloads it from my site and install it on their pc. and that installer will just update the existing one with the new downloaded content..
    i hope i have explained the idea clearly.. i need a guide or advices on how i can make an app like this..
    thanks in advance.
    -irene

    hi ms. Irene

  • How to create folder names based on Excel values or Txt files?

    Hi there,
    I often need to create large numbers of folders based on names I have saved in an Excel spreadsheet. I know in windows there is a way to create a macro within excel that automatically generates folder names based on cell values.
    I was therefore wondering how to do the same on a Mac operating system. The main thing is to find a way to automate the process. I understand this may involve copying the values to a text file.
    Below is an example of the names I need to create folders for (copied from the excel spreadsheet):
    Wash Bowl Small 600
    Deck Mounted Wash Bowl 500
    Wash Basin - 866 - 2 Shelves
    Wash Bowl Large 800
    Built-In Wash Basin With 1-Taphole
    Deck Mounted Wash Bowl 625
    Would really appreciate a simple step by step approach to an explanation. As my understanding of using Automator, Apple Script, Terminal, etc, is extremely basic.
    Thanks and Best Wishes,
    Graham

    Hi Niel,
    Thanks again for another superb response. I have another question. Is it possible to automatically generate sub-folders along with the folder.
    For example:
    Folder                                                Subfolder
    Wash Bowl Small 600          >            2D CAD
                                                               3D CAD
                                                               BIM
                                                               Images
                                                               Brochures
                                                               Specifications
                                                               Technical
                                                               Case Studies
                                                               Operations
    Deck Mounted Wash Bowl 500    >   2D CAD
                                                              3D CAD
                                                              BIM
                                                              Images
                                                              Brochures
                                                              Specifications
                                                              Technical
                                                              Case Studies
                                                              Operations
    Above shows the 9 generic sub-folders I need to create within each folder that is generated.
    Best Wishes,
    Graham

Maybe you are looking for

  • Unexpectedly quit on Opening - Have tried reinstalling

    Hello. I'm really at a loss as to what to do. Every time I open Logic it opens for a second then unexpectedly quits. I've tried reinstalling, tried updating the application support, tried opening without my interface...Can anyone help me?

  • RFC Destination type for IDOC to FILE

    Hi, wat is the RFC Destination type for IDOC to FILE ? jeff

  • Leopard 10.5.6, Kernel Panic after Airport Client Update 2009-001

    Hi Mac users, Actually I'm working for an international school and we have a lot of students with Mac computers. Since 2 weeks now, all Mac crashed (Kernel Panic) several times per day. This issue seems arrived just after the Airport Client Update 20

  • EXC_BAD_ACCESS error

    Hi all, was following a guide on YouTube to make a functioning clock and I get the error " EXC_BAD_ACCESS (code=2, address=0x24). This is for the line of code "timeLabel.text = [NNString stringWithFormat:@"%i:%i:%@", hour, minute, second];" any sugge

  • Secure Guest Access with AP541's

    My customer would like to have a secure guest wireless environment using AP541N's. When a guest laptop connects to the wireless I need the user to be redirected to a guest secure zone where they can only access the Internet after entering a password.