[SOLVED] XFCE customize menu help: applications and directory menu

I've been trying to make some progress with customizing XFCE menus. There are two menus I'm trying to create, listed below.
Yes, i have read http://wiki.xfce.org/howto/customize-menu
No, I'm not saying I understood all of it.
1. I want to have a custom Applications menu that lists all installed applications, without categorization. Preferably alphabetical. I'm guessing it has a lot to do with adding a lot of <include> directives.
Here's what I've tinkered with so far, which produces categories of apps.
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>Xfce</Name>
<DefaultAppDirs/>
<DefaultDirectoryDirs/>
<DefaultMergeDirs/>
<Include>
<Filename>xfce4-run.desktop</Filename>
</Include>
<Layout>
<Merge type="all"/>
<Separator/>
<Menuname>Settings</Menuname>
<Filename>xfce4-run.desktop</Filename>
</Layout>
<Menu>
<Name>Settings</Name>
<Directory>xfce-settings.directory</Directory>
<Include>
<Category>Settings</Category>
</Include>
<Layout>
<Filename>xfce-settings-manager.desktop</Filename>
<Separator/>
<Merge type="all"/>
</Layout>
<Menu>
<Name>Screensavers</Name>
<Directory>xfce-screensavers.directory</Directory>
<Include>
<Category>Screensaver</Category>
</Include>
</Menu>
</Menu>
<Menu>
<Name>Accessories</Name>
<Directory>xfce-accessories.directory</Directory>
<Include>
<Or>
<Category>Accessibility</Category>
<Category>Core</Category>
<Category>Legacy</Category>
<Category>Utility</Category>
</Or>
</Include>
<Exclude>
<Or>
<Filename>exo-file-manager.desktop</Filename>
<Filename>exo-terminal-emulator.desktop</Filename>
<Filename>xfce4-about.desktop</Filename>
<Filename>xfce4-run.desktop</Filename>
</Or>
</Exclude>
</Menu>
<Menu>
<Name>Development</Name>
<Directory>xfce-development.directory</Directory>
<Include>
<Category>Development</Category>
</Include>
</Menu>
<Menu>
<Name>Education</Name>
<Directory>xfce-education.directory</Directory>
<Include>
<Category>Education</Category>
</Include>
</Menu>
<Menu>
<Name>Games</Name>
<Directory>xfce-games.directory</Directory>
<Include>
<Category>Game</Category>
</Include>
</Menu>
<Menu>
<Name>Graphics</Name>
<Directory>xfce-graphics.directory</Directory>
<Include>
<Category>Graphics</Category>
</Include>
</Menu>
<Menu>
<Name>Multimedia</Name>
<Directory>xfce-multimedia.directory</Directory>
<Include>
<Category>Audio</Category>
<Category>Video</Category>
<Category>AudioVideo</Category>
</Include>
</Menu>
<Menu>
<Name>Network</Name>
<Directory>xfce-network.directory</Directory>
<Include>
<Category>Network</Category>
</Include>
<Exclude>
<Or>
<Filename>exo-mail-reader.desktop</Filename>
<Filename>exo-web-browser.desktop</Filename>
</Or>
</Exclude>
</Menu>
<Menu>
<Name>Office</Name>
<Directory>xfce-office.directory</Directory>
<Include>
<Category>Office</Category>
</Include>
</Menu>
<Menu>
<Name>System</Name>
<Directory>xfce-system.directory</Directory>
<Include>
<Or>
<Category>Emulator</Category>
<Category>System</Category>
</Or>
</Include>
<Exclude>
<Or>
<Filename>xfce4-session-logout.desktop</Filename>
</Or>
</Exclude>
</Menu>
<Menu>
<Name>Other</Name>
<Directory>xfce-other.directory</Directory>
<OnlyUnallocated/>
<Include>
<All/>
</Include>
</Menu>
</Menu>
2. I want to make a different Directory menu, possibly by implicating a custom Applications menu. If I could locate the .menu file for the Directory menu panel item, I would like to make minor adjustments to the menu, and invoke it through the Applications menu panel item.
I should state that what I'm trying to accomplish is
a) to remove the submenu-like options with the Directory menu (open Folder, open in Terminal) to have one-click to open the folder directory
b) to add a label next to the panel icon (aesthetics), which would be accomplished through using the Applications menu panel item.
Edit: clarity
Last edited by heyitstallchris (2014-07-31 02:02:36)

Firstly, I'll tackle menu 1.
No need to create an include line for every .desktop file. Do the following:
$ mkdir ~/.config/menus
$ cd ~/.config/menus
$ touch custom-apps.menu
Edit the file we have just created and populate it with the following:
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>Applications</Name>
<DefaultAppDirs/>
<DefaultDirectoryDirs/>
<DefaultMergeDirs/>
<Include>
<Category>X-Xfce-Toplevel</Category>
<Category>Settings</Category>
<Category>Accessibility</Category>
<Category>Core</Category>
<Category>Legacy</Category>
<Category>Utility</Category>
<Category>Development</Category>
<Category>Education</Category>
<Category>Game</Category>
<Category>Graphics</Category>
<Category>Audio</Category>
<Category>Video</Category>
<Category>AudioVideo</Category>
<Category>Network</Category>
<Category>Office</Category>
<Category>System</Category>
</Include>
<Layout>
<Merge type="all"/>
</Layout>
</Menu>
Now just create an application menu panel item and point it to the custom menu file we just created.
This will display every application installed on your system, and any custom .desktop entries you may create (as long as they are set in one of the categories in the menu file). Add or remove categories as you need.
If you want to have the "Run Program" and other "Action" items that are in the default Xfce menu, add a category line for "X-Xfce-Toplevel"
Alternatively, you can forego all the <Category></Category> lines and simply use <All/>
[EDIT] and since this is using garcon (Xfce's menu library), the apps will be in alphabetical order [/EDIT]
Cheers.
Last edited by Padfoot (2014-07-17 09:42:16)

Similar Messages

  • Roboto font not available in certain applications and Openbox menu

    I have downloaded Roboto TTF font from here and saved it in ~/.fonts.
    After downloading it, I ran:
    $ fc-cache -vf
    After that, I changed the font in lxappearance and obconf and every single application I have tried so far uses it by default now except Openbox menu (window titles seem to work just fine) and Geany.
    What can I do to fix this?
    I really like the font and pretty much everything runs well except those two.
    Note: tried placing those files in /usr/share/fonts/local, but nothing changed.
    Last edited by COPE (2013-11-04 07:35:17)

    Tried to switch fonts in terminal (rxvt-unicode) and apparently that font is not available there either.
    Any ideas?

  • Start Menu items/shotcuts and Start Menu search ability on multiple workstations

    2/13/2014 our IT department began to receive complaints of missing programs. After investigation of a few users we were able to determine that the programs existed but all shortcuts and items from the start menu had been completely removed. In addition the
    searching feature of the start menu was not functional. This happened to about 90% of our environment and the catalyst seemed to be Windows updates or at least occurred after the auto reboot initiated by Windows Updates.  The only items visible in start
    menu were items added after the fact, internet explorer, magnifier, command prompt, and notepad. All other items, folders, and the ability to search installed programs or folders were completely removed. However all programs are present in the program files
    folders. THe start menu folder in program data was empty except for the aforementioned items. Additionally properties of start menu had all necessary checks in boxes such as search program files and folders etc. Also show hidden items and folders is enabled
    for many users so the items were not hidden but gone. And the biggest kicker of all was after a full domain investigation into the issues we found that the majority of our windows server platforms, primarily 2008, were also affected and system restore is unavailable.
    This conflicts with our idea that Windows Updates caused this since our servers get their updates on a manual initiated basis by their admins which we have not performed as of yet for this month. This caused me to begin looking at SCCM SCEP as all systems
    have System Center Endpoint Protection and received definition updates. Also accessing different user profiles or even a new profile did not make a difference, issue still present.
    Due to the enormous inconvenience we sent out a company wide email asking users to perform system restores to get us in a stable state. A system restore to the day before Windows updates (second Wednesday of every month configured by SCCM SCUP) restored
    the start menu items.
    On a multitude of machines IT performed troubleshooting and system restores recording the changes removed and added. We then, on a healthy machine, started to apply the windows updates and SCEP (antivirus) definitions 1 by 1 with out success of replicating
    the issue. Next we performed a system wide antivirus full scan and did not find any viruses. This is obviously not a system criticle issue bringing us down but is a huge concern for us in IT as it happened company wide and caused a large flux of tickets and
    some down time for non-technical users. We most definitely want to know the cause and after several days of investigation and troubleshooting Im turning to the Microsoft community for help.
    I know I categorized this as a Windows 7 issue and its affecting windows server 2008, 2003, and 7, but I did not see a forum for all windows platforms. Since the majority of affected users are Windows 7 I opened it here.
    So to summarize in a bulleted format:
    Issue: Wide spread issue affecting around 60-70 users and servers, all profiles, were all start menu items save one or two system defaults were removed. Additionally the searching feature for the start menu looks to be broken as programs
    exist in program files and are unsearchable from start menu. IT was also affected and I remain affected until I find the cause.
    Investigation and Troubleshooting:
    Start menu properties: nothing has changed and search options are enabled.
    Missing items are not hidden, hiding and unhiding does nothing and folder options show hidden files is checked.
    Program data start menu location is indeed empty as well as user app data start menu location
    No group policy's are in place altering start menu items and no group policy changes were made as of recent
    No SCCM packages pushed company wide in last month or pushed individually
    Windows Updates occurred on windows 7 machines only before the issue occurred and computers restarted and the issue surfaced
    System Center Endpoint Protection Antivirus updates and definitions deployed just before the occurrence with windows updates. SCEP def updates happen on all windows boxes to include servers
    Paint.exe was completely missing from system32 folder for some users machines to include my own
    System restore to that morning before restarts or previous day fixes the issue for windows 7 users
    No windows updates were initiated on any servers
    Servers were also affected with windows 7 machines
    About half the users affected had corrupt Microsoft Office 2013 Pro Plus Click to Run installations and for some the system restore did not fix this and we had to re-install office for around 10 users
    SCEP antivirus did not catch any viruses that could cause this, I performed MBAM scans on a handful of machines and didn't find anything either.
    Re-creating start menu shortcuts works
    Happened to two of our companies locations NH and MA, all part of the same domain but different LANS of course. Companies are interconnected by MPLS connection.
    I combed through SCCM to see if anything deployed and found nothing. Currently I have SCUP updates and SCEP updates disabled. I will post a list of Windows Updates that occurred when the issue occurred as well as the SCEP updates. I have read all the threads
    about this types of issues and tried all steps without success. Googling the issue also did not rear results.
    MichaelSpaulding

    Hi,
    I would like to suggest you try these steps to figure out what could be causing this problem.
    1. Run Troubleshooter
    Open the Search and Indexing troubleshooter
    http://windows.microsoft.com/en-US/windows7/Open-the-Search-and-Indexing-troubleshooter
    2. Create a new library and include fewer folders for test purpose. Now search for a file from that folder. See if it works.
    Create a new library
    http://windows.microsoft.com/en-US/windows7/Create-a-new-library
    3. Try to rebuild search indexing. Refer the steps from the following article.
    http://windows.microsoft.com/en-US/windows7/Change-advanced-indexing-options
    Also you may use the System File Checker tool (SFC.exe) to check the issue. The sfc /scannow command scans all protected system files and replaces incorrect versions with correct Microsoft versions.
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7
    http://support.microsoft.com/kb/929833
    In addition, you may refer to the following Microsoft TechNet article for the Windows Search related Group Policies.
    Group Policy for Windows Search
    http://technet.microsoft.com/en-us/library/cc732491(WS.10).aspx
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • RoboHelp air help application does not show pdf files

    Hello everyone,
    I hope this is the right place to post my problem.
    I am developing an air help application and I want to embedd some pdf files. I tried two different ways yet:
    1. A direct link to the pdf file (which is located in the project folder)
    2. An iframe
    In the topic preview both ways are working fine. But when I generate the application, it just shows a black page, where the pdf content should be.
    Thanks for your help.
    Holger

    Welcome to the forum.
    It is the right place to ask but it will not be the answer you want.
    Only links to HTML and Microsoft Office files are supported. Although it will not help you short term, the more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    Please take a look at the sticky topic Before You Post as often answers depend on the version of RoboHelp being used.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • HT201413 error 1600 is not solve so pls any help me.

    error 1600 is not solve so pls any help me.
    and contect me.
    pls...........
    thank u

    > How many times have you posted this question by now?
    5 times:
    http://forum.java.sun.com/thread.jspa?threadID=650196
    http://forum.java.sun.com/thread.jspa?threadID=650958
    http://forum.java.sun.com/thread.jspa?threadID=655214
    http://forum.java.sun.com/thread.jspa?threadID=655229
    http://forum.java.sun.com/thread.jspa?threadID=655231

  • Menu bar clock and menu bar input menu disappear

    Every time I reboot the menu bar clock and the menu bar input menu ("the flag") disappear. I have to re-tick the options in the System Preferences (Date & Time > Clock > Show the date and time; International > Input Menu > Show input menu in menu bar). However, after the next reboot they're gone again. What can I do to keep them there permanently?

    You may need to try trashing the com.apple.systemuiserver.plist.
    This can be found in HD/User/Library/Preferences/com.apple.systemuiserver.plist
    Just delete it and reboot.
    Then try to set the new preferences.

  • [SOLVED] XFCE - Editing Applications Menu

    Hi there,
    The applications menu seems to update happily in XFCE when i use pacman.. however pacman has placed some items (eg. XMMS) into an incorrect category (in this case "Other").
    How can I edit the menu so that XMMS is placed into the "Multimedia" group? When I use the menu editor in XFCE, it allows me to add or remove items from the menu, EXCEPT it has an "include" entry that seems to include another menu called "system"...?
    Where can i find this "system" menu??
    Many thanks,
    KC
    Last edited by killercow (2008-09-03 18:12:34)

    tesjo wrote:It uses *.desktop entries of either /usr/share/applications/ or ~/.local/share applications/ just edit these file with a text editor, look at a few and you'll see how to get the group, title or icon you want in the menu.
    Ah ha!
    I had found the list of applications in /usr/share/applications and was trying to edit the entry for xmms, but whatever I did it didn't work, so I thought I was being silly and asked if there was a menu config file i had to use...
    Turns out that there was an entry in the ~/.local/share/applications that was overwriting my changes to the /usr/share... settings! How frustrating, glad to have got it sorted lol.
    Thanks for your quick advice!
    [SOLVED!]
    Last edited by killercow (2008-09-03 18:13:16)

  • [SOLVED]Problems XFCE4: AWM weather notifications, and no logout menu.

    Hi.
    Im having some little problems with xfce, the problems doesn's affect the functionality at all but are starting to be really anoying, since i cannot solve them. Since they are small things, i didn't want to open separate topics for them. If this is bad, please tell me.
    Ok the most anoying problem is that i keep getting a notification  in the desktop saying that my weather plugin cannot find the data. This notification occurs every hour or so. I tended to ignore it, but it keeps appearing.  Im not using the weather app and i have uninstalled completely from my system. Also i have uninstalled and reinstalled both libnotify and xfce4-notifyd. I have cleared the XFCE sessions cache inmy home folder. I have no idea what else to do. Also i have done " pacman -S xfce4 xfce4-goodies" to reinstall the whole desktop just in the hope that the notification will dissapear. I have no idea what file to remove. ¿Can anyone point me in the right direction?
    The second issue comes regarding the xfce options to logout. In the xfce panel there is an option that says logout. This option is supossed to display a menu that gives you options to shutdown, reboot or suspend the computer. I dont get this menu at all, and the logout button just lets me in lxdm sesssion manager. Thus im not able to poweroff the computer directly, and I always use a terminal with the "sudo poweroff" command to poweroff
    However i really want the suspend option from this menu. ¿Am i missing some package ?
    I have Arch linux installed in another computer, an old netbook, also with xfce4 .Iḿ sure that the logout menu appears in this arch installation.
    I just can't think what's wrong. Any help??
    Last edited by hydrosIII (2013-11-29 17:20:47)

    hydrosIII wrote:
    eyemonen: Thank you, in fact when i said logout menu i was refering to the applications menu. Just in the bottom there is a logout entry. this entry normally (i think) displays an action menu when you click on it.
    But i just discovered the plugin that you said and it works fine, to logout and change user, etc.  I will investigate about the applications menu. to see if it works
    Another question, where is the "save session for the future logins" option???
    Ah, I have forgot that there is a log out entry in the application menu since I don't use menu myself. To display the logout dialog command xfce4-session-logout is executed without any options. Check if you the logout dialog is displayed when executing this command in terminal. Then take a look at your xfce4-session-logout.desktop file to see if it contains "Exec=xfce4-session-logout" and not something like "Exec=xfce4-session-logout --logout"? Also make sure that your application menu file refers to that desktop file.
    The logout dialog contains that "save session for future logins" option.

  • [SOLVED] XFCE and automounting DVD/CD

    Hello all,
    New to XFCE, switched from gnome 3, and I have a few questions, if someone can point me in the right direction:
    1) how can I automount DVDs or CD's as well as USB thumb drives?  I tried devmon for udisks, and that didn't work.
    2)  as a regular user, I don't have access to the "Restart" and "Shutdown" buttons from the logout menu, they are dimmed.
    3)  whenever I roll my mouse into the lower right corner of the desktop, it appears to get "stuck" for a second or two.  this is the only corner it gets stuck in.
    any help is greatly appreciated.
    --nixIT
    EDIT:  Added #3
    Last edited by nixIT (2011-05-20 13:53:14)

    I was also struggling with the same problem when switching from gnome 3 to Xfce.
    The first question is the first problem I encountered and it can be solved by adding "ck-launch-session" This should have been in the FAQ.
    I am now facing the second question now. Here is some hints https://wiki.archlinux.org/index.php/Th … tomounting
    I am still trying to figure the problem at this moment.
    Edit: After following the instruction on the wiki, automount sill not works.
    I found a thread on the forum discussion about this issue. https://bbs.archlinux.org/viewtopic.php?id=111867
    Basically, thunar and  thunar-volman required gvfs to have automount function properly.
    Last edited by cecilyen (2011-05-22 22:24:37)

  • 1) (Right click) Context menu is IE's context menu(!) and when I attempt to use a sight that uses scripts (a site that I've used extensively and which I use to conduct my online college courses - application is Angel), it goes blank

    1) (Right click) Context menu is IE's context menu(!) and (2)when I attempt to use a sight that uses scripts (a site that I've used extensively and which I use to conduct my online college courses - application is Angel), it goes blank
    == This happened ==
    Every time Firefox opened
    == 2 days ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; WWTClient2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Creative AutoUpdate v1.10.10)

    Previous post from "Not Anonymous" but from the original poster; I used the link provided in the email notification and now have to indicate who I am???
    Thanks; starting FireFox in safe mode and disabling all add-ons did solve the problem; however, a new problem has emerged. To re-enable the add-ons, you need to open up and use the add-ons control panel through FireFox. Any attempt to do so causes the FireFox add-on control page to close immediately.
    Thanks for your help.

  • Please Help SL - Everything 'quits unexpectedly' and top menu bar flashing

    Please Help. Snow Leopard - Everything 'quits unexpectedly' and top menu bar flashing.
    Basically, I have been using snow leopard for about 1-2 weeks now without any problems, apart from the strange trackpad expose glitch, but I can live with that. But a new problem has arisen that I CANNOT live with. Basically I plugged in my MiniDisplay > VGA adaptor and a Wacom internet tablet for the first time. And when it booted up rather than just the usual spinning gear, their was a progress bar as-well. Then it booted into Safe Mode.?
    Everything was fine in safe mode apart from spotlight didn't work properly so I rebooted and this time it loaded normally. EXCEPT about 5 minutes after I logged on the top menu bar started to flash on and off about ever 1-2 seconds and virtually every single application would quit unexpectedly before even loading. I haven't really looked into it apart from a quick search on google which doesn't seem to bring up anything similar, but atm I am having to use my bootcamp partition with windows installed (shock horror :D) just so I can browse the internet.
    Additional details -
    I have tried resetting PRAM + NVRAM with no joy
    While logging on (before it crashes), menu items (e.g. Airport, Battery Indicator, Facebook Notifier) all load up on the far right BEFORE the clock, which never happened before the problem, don't know if this will help isolate the problem, but its worth mentioning..
    Don't really want to go down the fresh install route if possible, as I did this with leopard about 2 months before Snow Leopard was released

    I noticed it some weeks after installing Snow Leopard, and didn't think much about it since I have a Wacom mouse, and the Wacom driver often has some little peculiarities at startup with the Mac OS--sometimes everything is perfectly ordinary, there will be an OS update and a little oddness shows up, the driver eventually gets updated and the oddness disappears until some other OS update, and so on. I just figured that was what it was until my brother asked about the missing the menu bar after startup, which reappears with a click. He doesn't use a Wacom mouse, but he does have some other 3rd party mouse. I don't know whether 3rd party mouse drivers are at fault or not. But it is not a problem with the SystemUIServer.....the entire menu bar is missing, not just a goof-up on the Spotlight end, where SystemUIServer is in charge of things. Since simply clicking the mouse brings the menu bar up I've never even bothered to check the logs to see if anything is noted there.
    Francine
    Francine
    Schwieder

  • Please help me that !  I am very new user of i pad, before a month i attach ipad to save pictures and songs from itunes software but unluckily itunes removed my all applications and games that i had in my new ipad, Now i downloaded some applications in my

    Please help me that !
    I am very new user of i pad, before a month i attach ipad to save pictures andsongs from itunes software but unluckily itunes removed my all applications andgames that i had in my new ipad, Now i downloaded some applications in my ipad,but
    " I want to come back all my previous ipad applications and gamesand wantto know about all the list of built in applications. Please solve myissue."  Regards i waiting your reply

    As long as the apps are still available in the store, and you use the same iTunes accouns as your originally used to buy/download them, then you should be able to re-download them for free : http://support.apple.com/kb/HT2519
    In terms of the built-in apps, they are all covered in the manual (plus iBooks which is a free download) : http://support.apple.com/manuals/#ipad

  • Read application server directory and file

    Hi,
      I'm using the FM "RZL_READ_DIR_LOCAL" to retrieve the application server directory and filename.  The returned result contain all the directory name and filename.  Is there any other FM can separate the result into directory and file??
    Regards,
    Kit

    hi
    Ya One more FM is there - Call Function Gui Upload.
    It will read the file from the app server.
    See this Example:-
    Refer this:
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ca6358411d1829f0000e829fbfe/frameset.htm
    ABAP code for uploading a TAB delimited file into an internal table. See code below for structures.
    *& Report  ZUPLOADTAB                                                  *                     &----
    *& Example of Uploading tab delimited file                             *
    REPORT  zuploadtab                    .
    PARAMETERS: p_infile  LIKE rlgrap-filename
                            OBLIGATORY DEFAULT  '/usr/sap/'..
    DATA: ld_file LIKE rlgrap-filename.
    *Internal tabe to store upload data
    TYPES: BEGIN OF t_record,
        name1 like pa0002-VORNA,
        name2 like pa0002-name2,
        age   type i,
        END OF t_record.
    DATA: it_record TYPE STANDARD TABLE OF t_record INITIAL SIZE 0,
          wa_record TYPE t_record.
    *Text version of data table
    TYPES: begin of t_uploadtxt,
      name1(10) type c,
      name2(15) type c,
      age(5)  type c,
    end of t_uploadtxt.
    DATA: wa_uploadtxt TYPE t_uploadtxt.
    *String value to data in initially.
    DATA: wa_string(255) type c.
    constants: con_tab TYPE x VALUE '09'.
    *If you have Unicode check active in program attributes then you will
    *need to declare constants as follows:
    *class cl_abap_char_utilities definition load.
    *constants:
       con_tab  type c value cl_abap_char_utilities=>HORIZONTAL_TAB.
    *START-OF-SELECTION
    START-OF-SELECTION.
    ld_file = p_infile.
    OPEN DATASET ld_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc NE 0.
    ELSE.
      DO.
        CLEAR: wa_string, wa_uploadtxt.
        READ DATASET ld_file INTO wa_string.
        IF sy-subrc NE 0.
          EXIT.
        ELSE.
          SPLIT wa_string AT con_tab INTO wa_uploadtxt-name1
                                          wa_uploadtxt-name2
                                          wa_uploadtxt-age.
          MOVE-CORRESPONDING wa_uploadtxt TO wa_upload.
          APPEND wa_upload TO it_record.
        ENDIF.
      ENDDO.
      CLOSE DATASET ld_file.
    ENDIF.
    *END-OF-SELECTION
    END-OF-SELECTION.
    *!! Text data is now contained within the internal table IT_RECORD
    Display report data for illustration purposes
      loop at it_record into wa_record.
        write:/     sy-vline,
               (10) wa_record-name1, sy-vline,
               (10) wa_record-name2, sy-vline,
               (10) wa_record-age, sy-vline.
      endloop.
    reward if help.

  • Help!!! the app Iphoto is closed marking a erros. I go back and open the application and are not photos. How can I recover them? Are not in the image folder.

    I was editing my photos and adding them to a album and suddenly the app is closed marking a erros. I go back and open the application and are not photos. How can I recover them? Are not in the image folder.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • My iPad stop working suddenly i see black screen only pressing the home? and sleep button dose not solve the  problem please help?

    My iPad stop working suddenly i see black screen only pressing the home and sleep button dose not solve the problem please help ?

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Home button not working or unresponsive, fix
    http://appletoolbox.com/2013/04/home-button-not-working-or-unresponsive-fix/
    Fixing an iPad Home Button
    http://tinyurl.com/om6rd6u
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

Maybe you are looking for