Rejected App no problem with binary

Hi, Apple rejected my binary because they belive there is http streaming in my app but there isn't.  Do I need to resubmit the app or can I deal with Apple in the resolution centre? They haven't replied to my response in two days? Please advise. Thanks

Use the Resolution Center - be patient.

Similar Messages

  • App Store problem with update???

    I have a problem with the app store. I have to update the application badge twitter. Twitter is not installed. When I click on update in the User ID field  is already entered an email address that is strange to me. When i enter information for my ID and pass, i get an error on the app store. I can not install the tweeter nor do I delete a notification of the update.

    https://discussions.apple.com/docs/DOC-5261

  • I am no longer being asked for a password when downloading an app, big problem with kids

    I am no longer being asked for a password when downloading an app or music in iTunes, big problem with kids. How do I enable

    To elaborate further, in those restrictions you can specify exactly what types of actions you would like to restrict.
    I think you'll find this accomplishes your objective.

  • Problem with Binary search statement

    Hi,
    I have problem with reading the internal with Binary search.
    I have two internal tables BSAS and BSIS. In BSAS I have 1,200,000 line items and BSIS 500,000 line items. I need to delete the line items if BSIS-BELNR NE BSAS-AUGBL.
    I am using the following code :
        LOOP AT gt_bsas .
          READ TABLE gt_bsis WITH KEY bukrs = gt_bsas-bukrs
                                      belnr = gt_bsas-augbl
                                      gjahr = gt_bsas-gjahr.
          IF sy-subrc NE 0.
            DELETE gt_bsas.
            CLEAR  gt_bsas.
          ELSE.
         endif.
    endloop.
    By this execution of the loop is taking long time. If I use the binary search it is fast but result is not correct.
    Please suggest me, how to resolve this issue.
    Thanks,
    Sri.

    Try this way:
    LOOP AT gt_bsas .
    <b>SORT GT_BSIS BY BUKRS BELNR GJAHR.</b>
    READ TABLE gt_bsis WITH KEY bukrs = gt_bsas-bukrs
    belnr = gt_bsas-augbl
    gjahr = gt_bsas-gjahr
    <b>BINARY SEARCH.</b>
    <b>IF sy-subrc eq 0.</b>
    ****Do Nothing.
    ELSE.
    <b>DELETE gt_bsas sy-tabix.</b>
    CLEAR gt_bsas.
    endif.
    endloop.
    1. Also make sure that the KEY mentioned in READ statement follows the same seqeunce of gt_bsis structure.
    Thanks,
    Santosh
    Message was edited by:
            SKJ

  • Hi! Missing disk utility apps and problems with external disc

    Hi everybody! after installing snow leopard, as a way to get to lion, I dont have the disk utility apps.
    Besides Im having a lot of problems with an external new Toshiba 1T disc that I try to use with Time machine cause I daily receive the OSX msg CANT REPAIR THE DISK REFORMAT IT!
    Thanks a lot to all of the community
    I do love Apple product. And counting the days for the iOS 6 upgrade!!

    hugorodri wrote:
    Hi everybody! after installing snow leopard, as a way to get to lion, I dont have the disk utility apps...
    Before you go to Lion, just a reminder.  I know you recently moved up to Snow Leopard.  Be sure that everything you were running in Leopard, and now in SL, will work for you in Lion.  
    Remember, Rosetta and all PPC apps are gone (Word 2004, some versions of PhotoShop etc)  Check the compatibility list before you ditch SL.
    As far as your Disk Utility problem, how hard is it to reinstall SL?
    I've taken a screen shot of my Utilities folder to show you what you are looking for. The Utilities folder as mentioned above is in the Aplication Folder (or you may have pulled it out to the side bar as well, in which case there will be an icon and the word Utilities in Places in the side bar.
    Mrs H

  • App builder problem with Fuzzy Toolkit

    Hi,
    today I wanted to build an app (using LV2009) with some functions from "PID and Fuzzy Control Toolkit".
    Now the app builder is searching for a type definition in vi.lib (as shown in the pic), but it doesn't find the CTL file - but the path used for searching is correct! Then I do the search manually, point to the requested CTL in the correct place (and with correct name of course), and the build will succeed.
    What's up here?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Solved!
    Go to Solution.
    Attachments:
    check.png ‏18 KB

    Hi,
    thanks for your thoughts!
    Answers:
    - I use WinXP SP3, German settings
    - I use LV2009SP1 for that project, toolkits are installed with that version (other LabVIEW versions are installed too, from LV8.5.1 to LV2010SP1)
    - LabVIEW is installed in the "standard" path on drive C: (as can be seen on the attached pic of message #1)
    - the app builder is unable to find the ctl file (the standard search dialog pops up), but the file is located on exactly the path used for searching (as can be seen on the picture)
    - all I have to do (but this really annoys me) is to point LabVIEW to an item in a place it already knows...
    - the type definition is part of the toolkit, it's installed/located in the standard folder of that toolkit, and I never changed/touched any path or file name
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Flex 3 App having problems with Vista/Flash10

    Hello Forum Folks,
    I have a small little wizard/form app in Flex 3.0 that runs wonderfully in Flash 9 on a Windows XP box.  However, when I try to run it on a Vista/Flash 10 box, the VBox that contains the wizard is a blank screen.  I get the blank screen only when I return to the wizard from being in it previously (while staying inside the Flex app).  I can see that the wizard code is pulling data from my server with no problem when the blank screen occurs.  However, the browser (I'm using Firefox 3.0.1) states that it is still downloading data from my server.  Using HttpFox I can see that all requests to server are answered with an HTTP 200 (OK) response, so I don't think it's the server/client communication....
    Anyone run into this before?  Any idea on how to force the VBox to display or refresh?  I've tried invalidateDisplayList - but no positive results.
    Thanks in advance,
    --Andy

    Not really a solution but a work-around for the problem:  When I revisist the wizard, I made the handle holding the wizard equal to null, then created a new wizard  and re-attached it as a child:
    this.wizardHandle = null;
    this.wizardHandle = new WizardApp();
    this.addChild(this.WizardHandle);
    This kept the blank screen from appearing... which is good, but doesn't fix the underlying problem... whatever that happen to be.  So if anyone still has a guess I would be glad to hear it.
    Thanks,
    Andy

  • Open data set problem with binary mode

    Hi everyone,
    I am trying to read into a buffer the content of a binary file (like Excel) and to write that content file using open data set into a folder destination.
    The file destination has a size diferent than from the original one and cannot be open.
    Here is the code.
      DATA:  lv_file_name(100),
             lt_content LIKE sdokcntbin OCCURS 0 WITH HEADER LINE.
      MOVE '\computerTestA1.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR INPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      DO.
        READ DATASET lv_file_name INTO lt_content-line.
        IF sy-subrc NE 0.
          EXIT.
        ENDIF.
        APPEND lt_content.
      ENDDO.
      CLOSE DATASET lv_file_name.
    *  DELETE DATASET lv_file_name.
      CLEAR: lv_file_name.
      MOVE '\computerTestB2.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR OUTPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      LOOP AT lt_content.
        TRANSFER lt_content-line TO lv_file_name.
      ENDLOOP.
      CLOSE DATASET lv_file_name.
    THanks in advance.
    Regards.
    Message was edited by:
            David Fryda

    Hi,
    I solve the problem.
    In fact, when I try to write the last line of lt_content, it does write all the line even if this line is not full of data.
    Solution :
      DATA:  lv_file_name(100),
             lt_content LIKE sdokcntbin OCCURS 0 WITH HEADER LINE,
             alen TYPE i,
             pos TYPE i.
      MOVE '\mr0221TestA1.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR INPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      SET DATASET lv_file_name POSITION END OF FILE.
      GET DATASET lv_file_name POSITION pos.
      SET DATASET lv_file_name POSITION 0.
      DO.
        CLEAR lt_content.
        READ DATASET lv_file_name INTO lt_content-line ACTUAL LENGTH alen .
        IF sy-subrc NE 0.
          APPEND lt_content.
          EXIT.
        ENDIF.
        APPEND lt_content.
      ENDDO.
      CLOSE DATASET lv_file_name.
    *  DELETE DATASET lv_file_name.
      CLEAR: lv_file_name.
      MOVE '\mr0221TestB2.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR OUTPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      LOOP AT lt_content.
        AT LAST.
          TRANSFER lt_content-line TO lv_file_name LENGTH alen.
          EXIT.
        ENDAT.
        TRANSFER lt_content-line TO lv_file_name.
      ENDLOOP.
      CLOSE DATASET lv_file_name.
    Thanks.

  • App Store problem with 2g iTouch 8Gig

    I just got the 8gig 2g itouch and when I try to use the app store from it I get a message that says I can only buy from the US store. This unit came from Canada and is supposed to have a 10 month warranty. If I use itunes from my PC I can download and sync any app, music, photo and the like with no problems. Is there a way to change the way the app store sees my unit and knows I am in the US? In general settings my region format is US under the international heading. Any help will be appreciated!

    So, your unit was purchased in Canada, and all syncing and play is problem free. You are from the U.S. The main problem is, then, is the identity of the iPod.
    If I might ask, what's the problem if the unit works fine? Is there an issue with the warranty?

  • Problems with binary files

    Hello everybody!
    I'm having deep trouble with reading from binary files.
    I have opened a DataInputStream with a FileInputStream to read the data (which consists of a lot of short-Variables) into my program.
    Then I wondered why the data read is always wrong, until I discovered the core of the problem yesterday night. It seems as if Java reads everything correct, but the 16bit unsigned int data from the file has a problem.
    It seems as if the second byte is written first, that means i.e. the decimal 2352 (Hex: 09 30) is written 30 09, and that wreaks havoc upon my program, because Java interprets this as dec 12297.
    Now I have the following questions:
    1. Is this a kind of one- or two-complement problem?
    2. Is it possible to read this in a byte array (yes), and convert this byte array afterwards into a short variable?
    3. Is it possible to read this kind of data with a Java class?
    Thank you very much in advance,
    Hans Munzel

    Thank you for your quick reply!
    I already thought that this is the right way to solve this. Now I have already looked it up:
    - I have found no class that is able to transform a byte array into a basic data type.
    - The class Integer is able to convert int variables into a Hex string, making it possible to concatenate the Strings in the correct order and convert it.
    - The class Byte is unfortunately NOT able to do this.
    So, I have tried to make a conversion via combinations of toString(), decode(), and parseInt() (and a lot of other methods, too), but this is a) very complicated and b) prone to errors which result normally in a fatal exception.
    So, am I missing something? I am using JDK 1.3.1, and have looked through the java.lang and java.math packages, but I found nothing I can use.
    The only thing close to converting a couple of bytes to a Java datatype is the DataInputStream with its readShort() etc. methods, but is is causing the problem in the first place ...

  • Problem with Binary Search.

    Hi Gurus.
    I am using binary search to read data from internal table with approx more than 3lacs records. Also my table is sorted by BUKRS BELNR. But the problem is that i am getting records from lower half of table only and first half of table is ignoring, so i am not able to get all records. If i use nornal search, i am geting 7856 records and if i use binary search, i am geting only 1786 records....Can anyone help me why this is happening????

    Hi PV
    Actually my table contain line items. I am reading header data from bkpf for a single day. and for that document nos i am fetching line items. But if i use join or for all entries, i will get time exceed errror. so i get Period of that single day and taking data for that period from BSIS and then reading BKPF.. and only taking that line items for which document no in BKPF...
    my code is like
    SELECT-OPTIONS: cpudt FOR sy-datum DEFAULT '20030102'.
    SELECT bukrs belnr gjahr monat FROM bkpf
    INTO CORRESPONDING FIELDS OF TABLE ibkpf
    WHERE ( cpudt IN cpudt OR aedat IN cpudt ).
    ibkpf1[] = ibkpf[].
    SORT ibkpf1 BY monat.
    DELETE ADJACENT DUPLICATES FROM ibkpf1 COMPARING monat.
    IF ibkpf1[] IS NOT INITIAL.
      SELECT * FROM bsis INTO TABLE ibsis
          FOR ALL ENTRIES IN ibkpf1 WHERE gjahr = ibkpf1-gjahr
                                     AND monat = ibkpf1-monat.
      SORT ibsis BY bukrs belnr.
      LOOP AT ibsis.
        READ TABLE ibkpf WITH KEY bukrs = ibsis-bukrs
                                  belnr = ibsis-belnr
                                  BINARY SEARCH.
        IF sy-subrc NE 0.
          DELETE ibsis.
        ENDIF.
      ENDLOOP.
    ENDIF.

  • Problem with binary file transfer

    Hello everybody,
    I've got a bit of a strange problem. I'm making an application that opens a socket connection to a waiting perl script on the other side of the line. What it should do is recieve an int (filesize in bytes) and then a binary stream. This stream is written to a file, and I should have succesfully transfered a file.
    But the file I end up with isn't the same. The size is correct, and almost al the binary data seems to match up with the original, save a very few corruptions. The beginning and ending of the 2 files are exactly the same though.
    I know the Perl script is correct, I've stored the output through another script and had no problems.
    This is the code I used in Java:
    The Reader:
    in = new BufferedReader(new InputStreamReader(sock.getInputStream()));The important stuff:
    private void readBytes(int numberOfBytes) {
         FileOutputStream fos = null;
         try {
              fos = new FileOutputStream("image.jpg");
              DataOutputStream dos = new DataOutputStream(fos);
              for (int x = 0; x < numberOfBytes; x++) {
                   dos.writeByte(in.read());
         catch (IOException e) {
              System.out.println("IO Exception in readBytes");
    }I've got no idea how this could fail. Anybody who does? Thanks in advance.

    Thanks, the last two answers explained my problems. I've got it fixed now, this is the way I did it:
    private void readBytes(int numberOfBytes) {
         try {
              fileSock = new Socket(host,2001);
              fileIn = new BufferedInputStream(new DataInputStream(fileSock.getInputStream()));
              FileOutputStream fos = null;
              fos = new FileOutputStream("image.jpg");
              DataOutputStream dos = new DataOutputStream(fos);
              for (int x = 0; x < numberOfBytes; x++) {
                   dos.writeByte(fileIn.read());
              dos.close();
              fos.close();
              fileSock.close();
         catch (IOException e) {
              System.out.println("IO Exception in readBytes");
    } I'll assign the Duke Dollars, thanks again for helping out.

  • Toshiba 46TL968G HowTo add apps and Problem with flash in Webbrowser

    Hi all,
    I have 2 problems regarding Toshiba 46TL968G.
    1) is that possible to install apps on this TV? I searched online that TOSHIBA ePortal could be used to add Apps, but I cannot find it in 46TL968G. Is it supported by this model?
     - If yes, how can I access.
     - If no, how can I install Apps. The Apps found in TOSHIBA Places are fixed and not really helpful. I prefer to install more.
    2) Does the web browser support adobe flash? When I open youtube media, it shows "please install adobe flash". I cannot see any media on web browser. It is interesting that Youtube works fine in TOSHIBA Places.
    Regards

    That doesn't appear to be a US model, and this is the forums for Toshiba USA. You may want to contact Toshiba in your region.
    - Peter

  • App Menu Problem with WMFS

    I recently started trying WMFS and I am encountering a issue where it requires me to click a lot of times on entries inside the Applications Menu to open a terminal (urxvt) and the program never opens. The only way I can run the terminal is through the launcher by writing urxvt directly. That only happens to entries inside of the applications menu because on the root menu I can click on the shutdown command and it runs just fine with one click. Any one have a solution for this issue that keeps bothering me?
    Uploaded with ImageShack.us
    WMFS Config
    # This is the default wmfs config file, copy it to
    # ~/.config/wmfs/wmfsrc and edit it.
    # Include file to split configuration
    # @include "~/.config/wmfs/menu-wmfsrc"
    [misc]
    use_xft = true
    font = "terminus-9"
    raisefocus = true
    focus_follow_mouse = true
    focus_follow_movement = true
    opacity = 255
    # focus_pointer_click: click on unfocused client area:
    # true -- default, set focus
    # false -- click go to client; including dockapps
    focus_pointer_click = true
    [/misc]
    [bar]
    bg = "#191919"
    fg = "#D4D4D4"
    border = true
    #height = "-1"
    light_shade = 0.10
    dark_shade = -0.10
    # Order of infobar elements:
    # t = Tag list
    # l = Layout button
    # s = Selbar
    elements_order = "tls"
    [systray]
    # Enable/disable systray
    active = true
    # Screen of systray
    screen = 0
    # Spacing between tray icons
    spacing = 3
    [/systray]
    # Remove this section to disable the selbar.
    [selbar]
    bg = "#191919"
    fg = "#D4D4ff"
    # Cut title length
    # max_length = 25
    [mouse] button = "3" func = "clientlist" [/mouse]
    [mouse] button = "4" func = "client_next" [/mouse]
    [mouse] button = "5" func = "client_prev" [/mouse]
    [/selbar]
    [/bar]
    [layouts]
    fg = "#191919"
    bg = "#7E89A2"
    # Border around the layout button.
    border = true
    # Value menu or switch.
    system = "menu"
    # Keep layout geo for free layout
    keep_layout_geo = false
    # Enable split mode with client_resize_<direction>
    cfactor_enable_split = true
    # Symbol displayed for the selected layout in the list
    selected_layout_symbol = "*"
    # Width of layout button
    # layout_button_width = x
    # Tiling layouts.
    [layout] type = "tile_right" symbol = "RIGHT" [/layout]
    [layout] type = "tile_left" symbol = "LEFT" [/layout]
    [layout] type = "tile_top" symbol = "TOP" [/layout]
    [layout] type = "tile_bottom" symbol = "BOTTOM" [/layout]
    [layout] type = "tile_grid" symbol = "GRID_H" [/layout]
    [layout] type = "tile_grid_vertical" symbol = "GRID_V" [/layout]
    [layout] type = "mirror_vertical" symbol = "MIRROR_V" [/layout]
    [layout] type = "mirror_horizontal" symbol = "MIRROR_H" [/layout]
    # Other layouts.
    [layout] type = "max" symbol = "MAX" [/layout]
    [layout] type = "free" symbol = "FREE" [/layout]
    [/layouts]
    [tags]
    [default_tag]
    name = "new tag"
    mwfact = 0.5
    nmaster = 1
    layout = "tile"
    resizehint = false
    infobar_position = "top"
    split = false
    [/default_tag]
    # whether client_next on the last tag will send you on the first
    # and client_prev on the first tag will send you on the last one
    tag_round = false
    # Going twice on the same tag will bring you back on the previous one
    tag_auto_prev = true
    occupied_bg = "#003366"
    occupied_fg = "#D4D4D4"
    sel_fg = "#191919"
    sel_bg = "#7E89A2"
    urgent_bg = "#DD1111"
    urgent_fg = "#000000"
    # If true, number of the tag will be used for name
    name_count = false
    #default_name = "new tag" # deprecated, use [default_tag] instead
    #default_layout = "tile_right" # deprecated, use [default_tag] instead
    expose_name = "EXPOSE"
    expose_layout = "tile_left"
    # Border around the tag buttons.
    border = true
    # Hide empty tags in tag list
    autohide = false
    # Mouse buttons action on tag.
    mouse_button_tag_sel = "1"
    mouse_button_tag_transfert = "2"
    mouse_button_tag_add = "3"
    mouse_button_tag_next = "4"
    mouse_button_tag_prev = "5"
    [tag]
    name = "www"
    screen = 0
    mwfact = 0.65
    nmaster = 1
    layout = "tile_right"
    resizehint = false
    infobar_position = "top"
    above_fc = false
    split = false
    #[mouse] [/mouse] Possible multi mouse section
    [/tag]
    [tag] name = "code" [/tag]
    [tag] name = "graph" [/tag]
    [tag] name = "etc" [/tag]
    [/tags]
    [root]
    # Command you can execute to set the background.
    background_command = "sh ~/.config/wmfs/status.sh"
    [mouse] button = "4" func = "tag_next" [/mouse]
    [mouse] button = "5" func = "tag_prev" [/mouse]
    [mouse] button = "3" func = "menu" cmd = "rootmenu" [/mouse]
    [/root]
    [client]
    client_round = true
    client_auto_center = false
    border_height = 3
    border_shadow = true
    border_normal = "#191919"
    border_focus = "#003366"
    place_at_mouse = false
    resize_corner_normal = "#191919"
    resize_corner_focus = "#003366"
    set_new_win_master = true
    client_tile_raise = false
    new_client_get_mouse = false
    # send all client that have no tag rule in this default tag
    #default_open_tag = 4
    # same as above but for the screen
    #default_open_screen = 1
    # Space between tiled clients (px)
    padding = 0
    # Modifier for mouse use
    modifier = "Alt"
    light_shade = 0.10
    dark_shade = -0.10
    # *DEPRECATED* but works, see [rules] section
    # Set automatic free or max client
    # autofree = "xterm|MPlayer"
    # automax = "Navigator"
    [mouse] button = "1" func = "client_raise" [/mouse]
    [mouse] button = "1" func = "mouse_move" [/mouse]
    [mouse] button = "3" func = "client_raise" [/mouse]
    [mouse] button = "3" func = "mouse_resize" [/mouse]
    # Remove this section to delete the titlebar.
    [titlebar]
    stipple = false
    height = 12
    fg_normal = "#7E89A2"
    fg_focus = "#9F9AB3"
    [mouse] button = "1" func = "client_raise" [/mouse]
    [mouse] button = "1" func = "mouse_move" [/mouse]
    [mouse] button = "3" func = "client_raise" [/mouse]
    [mouse] button = "3" func = "mouse_resize" [/mouse]
    [button]
    # Available "free", "max", "tile" flags or button.
    flags = "free,max,tile"
    [mouse] button = "1" func = "client_kill" [/mouse]
    [mouse] button = "3" func = "menu" cmd = "clientmenu" [/mouse]
    [line] coord = {1, 1, 4, 1} [/line]
    [line] coord = {1, 1, 1, 4} [/line]
    [line] coord = {1, 4, 4, 4} [/line]
    [/button]
    [/titlebar]
    [/client]
    [rules]
    # Example of rule for MPlayer
    [rule]
    instance = "xv" # First part of WM_CLASS
    class = "MPlayer" # Seconf part of WM_CLASS, not needed if first part is correct
    # role = "" # WM_WINDOW_ROLE
    screen = 0 # Screen to use
    tag = 2 # Tag number of apps
    free = true # Set automatic free client
    max = false # Set automatic maximized client
    follow_client = false # follow the client
    ignore_tags = false # ignore tag (free mode)
    [/rule]
    [/rules]
    [menu]
    # Default menu, binded on the root window, button 3.
    [set_menu]
    name = "rootmenu"
    # place_at_mouse = false
    # x = 40 y = 50
    # Available "center", "left", "right" menu align. Default: "center".
    align = "left"
    fg_focus = "#191919" bg_focus = "#7E89A2"
    fg_normal = "#9F9AB3" bg_normal = "#191919"
    [item] name = "Applications" submenu = "appmenu" [/item]
    [item] name = "Shutdown" func = "spawn" cmd = "urxvt -e sudo shutdown -h now" [/item]
    [item] name = "Restart" func = "spawn" cmd = "urxvt -e sudo shutdown -r now" [/item]
    [/set_menu]
    [set_menu]
    name = "appmenu"
    align = "left"
    fg_focus = "#191919" bg_focus = "#7E89A2"
    fg_normal = "#9F9AB3" bg_normal = "#191919"
    [item] name = "Browser" func = "spawn" cmd = "chromium" [/item]
    [item] name = "Terminal" func = "spawn" cmd = "urxvt" [/item]
    [item] name = "File Manager" func = "spawn" cmd = "urxvt -e mc" [/item]
    [item] name = "Volume Control" func = "spawn" cmd = "urxvt -e alsamixer" [/item]
    [/set_menu]
    [set_menu]
    name = "clientmenu"
    fg_focus = "#D4D4D4" bg_focus = "#003366"
    fg_normal = "#D4D4D4" bg_normal = "#191919"
    # Check items: possible 'check_max' or 'check_free'.
    [item] name = "Close" func = "client_kill" [/item]
    [item] name = "Maximize" func = "toggle_max" check = "check_max" [/item]
    [item] name = "Free" func = "toggle_free" check = "check_free" [/item]
    [/set_menu]
    [/menu]
    [launcher]
    [set_launcher]
    # Limit size of the launcher window (px)
    width_limit = 300
    name = "launcher_exec"
    prompt = "Exec: "
    command = "exec"
    [/set_launcher]
    [/launcher]
    [keys]
    # Reload the configuration of wmfs.
    [key] mod = {"Alt", "Control"} key = "r" func = "reload" [/key]
    # Open a terminal.
    [key] mod = {"Control"} key = "Return" func = "spawn" cmd = "xterm" [/key]
    # Kill the selected client.
    [key] mod = {"Alt"} key = "q" func = "client_kill" [/key]
    # Quit wmfs.
    [key] mod = {"Control", "Alt", "Shift"} key = "q" func = "quit" [/key]
    # Swap current client with the next.
    [key] mod = {"Alt"} key = "t" func = "client_swap_next" [/key]
    # Swap current client with the previous.
    [key] mod = {"Alt", "Shift"} key = "t" func = "client_swap_prev" [/key]
    # Set the selected client as Master
    [key] mod = {"Control"} key = "m" func = "client_set_master" [/key]
    # Toggle maximum the selected client
    [key] mod = {"Alt"} key = "m" func = "toggle_max" [/key]
    # Toggle free the selected client.
    [key] mod = {"Alt"} key = "f" func = "toggle_free" [/key]
    # Toggle the position of the infobar.
    [key] mod = {"Alt"} key = "b" func = "toggle_infobar_position" [/key]
    [key] mod = {"Alt", "Shift"} key = "b" func = "toggle_infobar_display" [/key]
    # Toggle the resizehint of the current tag/screen
    [key] mod = {"Shift", "Control"} key = "r" func = "toggle_resizehint" [/key]
    # Toggle the tag_autohide mode
    [key] mod = {"Shift", "Control"} key = "t" func = "toggle_tagautohide" [/key]
    # Select the next client.
    [key] mod = {"Alt"} key = "Tab" func = "client_next" [/key]
    # Select the previous client.
    [key] mod = {"Alt","Shift"} key = "Tab" func = "client_prev" [/key]
    # Select the next tag.
    [key] mod = {"Control"} key = "Right" func = "tag_next" [/key]
    # Select the previous tag.
    [key] mod = {"Control"} key = "Left" func = "tag_prev" [/key]
    # Select the next visible tag.
    [key] mod = {"Control","Alt"} key = "Right" func = "tag_next_visible" [/key]
    # Select the previous visible tag.
    [key] mod = {"Control","Alt"} key = "Left" func = "tag_prev_visible" [/key]
    # Set the next layout.
    [key] mod = {"Alt"} key = "space" func = "layout_next" [/key]
    # Set the previous layout.
    [key] mod = {"Alt", "Shift"} key = "space" func = "layout_prev" [/key]
    # Increase nmaster.
    [key] mod = {"Alt"} key = "d" func = "set_nmaster" cmd = "+1" [/key]
    # Decease nmaster.
    [key] mod = {"Alt", "Shift"} key = "d" func = "set_nmaster" cmd = "-1" [/key]
    #Launcher.
    [key] mod = {"Alt"} key = "p" func = "launcher" cmd = "launcher_exec" [/key]
    # Set the tag x.
    [key] mod = {"Alt"} key = "F1" func = "tag" cmd = "1" [/key]
    [key] mod = {"Alt"} key = "F2" func = "tag" cmd = "2" [/key]
    [key] mod = {"Alt"} key = "F3" func = "tag" cmd = "3" [/key]
    [key] mod = {"Alt"} key = "F4" func = "tag" cmd = "4" [/key]
    [key] mod = {"Alt"} key = "F5" func = "tag" cmd = "5" [/key]
    [key] mod = {"Alt"} key = "F6" func = "tag" cmd = "6" [/key]
    [key] mod = {"Alt"} key = "F7" func = "tag" cmd = "7" [/key]
    [key] mod = {"Alt"} key = "F8" func = "tag" cmd = "8" [/key]
    [key] mod = {"Alt"} key = "F9" func = "tag" cmd = "9" [/key]
    # Transfert selected client to x.
    [key] mod = {"Alt", "Shift"} key = "F1" func = "tag_transfert" cmd ="1" [/key]
    [key] mod = {"Alt", "Shift"} key = "F2" func = "tag_transfert" cmd ="2" [/key]
    [key] mod = {"Alt", "Shift"} key = "F3" func = "tag_transfert" cmd ="3" [/key]
    [key] mod = {"Alt", "Shift"} key = "F4" func = "tag_transfert" cmd ="4" [/key]
    [key] mod = {"Alt", "Shift"} key = "F5" func = "tag_transfert" cmd ="5" [/key]
    [key] mod = {"Alt", "Shift"} key = "F6" func = "tag_transfert" cmd ="6" [/key]
    [key] mod = {"Alt", "Shift"} key = "F7" func = "tag_transfert" cmd ="7" [/key]
    [key] mod = {"Alt", "Shift"} key = "F8" func = "tag_transfert" cmd ="8" [/key]
    [key] mod = {"Alt", "Shift"} key = "F9" func = "tag_transfert" cmd ="9" [/key]
    # Toggle additional tags (x) on the current tag
    [key] mod = {"Alt", "Super"} key = "F1" func = "tag_toggle_additional" cmd ="1" [/key]
    [key] mod = {"Alt", "Super"} key = "F2" func = "tag_toggle_additional" cmd ="2" [/key]
    [key] mod = {"Alt", "Super"} key = "F3" func = "tag_toggle_additional" cmd ="3" [/key]
    [key] mod = {"Alt", "Super"} key = "F4" func = "tag_toggle_additional" cmd ="4" [/key]
    [key] mod = {"Alt", "Super"} key = "F5" func = "tag_toggle_additional" cmd ="5" [/key]
    [key] mod = {"Alt", "Super"} key = "F6" func = "tag_toggle_additional" cmd ="6" [/key]
    [key] mod = {"Alt", "Super"} key = "F7" func = "tag_toggle_additional" cmd ="7" [/key]
    [key] mod = {"Alt", "Super"} key = "F8" func = "tag_toggle_additional" cmd ="8" [/key]
    [key] mod = {"Alt", "Super"} key = "F9" func = "tag_toggle_additional" cmd ="9" [/key]
    # change screen
    [key] mod = {"Super"} key = "Tab" func = "screen_next" [/key]
    [key] mod = {"Super", "Shift"} key = "Tab" func = "screen_prev" [/key]
    # swap client in the next/prev screen
    [key] mod = {"Super", "Shift"} key = "a" func = "client_screen_next" [/key]
    [key] mod = {"Super", "Shift"} key = "z" func = "client_screen_prev" [/key]
    # Toggle tag explose
    [key] mod = {"Alt"} key = "e" func = "toggle_tag_expose" [/key]
    # Toggle split mode
    [key] mod = {"Alt"} key = "s" func = "split_toggle" [/key]
    # Focus next client with direction
    [key] mod = {"Alt"} key = "h" func = "client_focus_left" [/key]
    [key] mod = {"Alt"} key = "l" func = "client_focus_right" [/key]
    [key] mod = {"Alt"} key = "k" func = "client_focus_top" [/key]
    [key] mod = {"Alt"} key = "j" func = "client_focus_bottom" [/key]
    # Swap next client with direction
    [key] mod = {"Control"} key = "h" func = "client_swap_left" [/key]
    [key] mod = {"Control"} key = "l" func = "client_swap_right" [/key]
    [key] mod = {"Control"} key = "k" func = "client_swap_top" [/key]
    [key] mod = {"Control"} key = "j" func = "client_swap_bottom" [/key]
    # Move next splitted client with direction
    [key] mod = {"Control", "Shift"} key = "h" func = "split_move_left" [/key]
    [key] mod = {"Control", "Shift"} key = "l" func = "split_move_right" [/key]
    [key] mod = {"Control", "Shift"} key = "k" func = "split_move_top" [/key]
    [key] mod = {"Control", "Shift"} key = "j" func = "split_move_bottom" [/key]
    # Resize selected tiled client with direction
    [key] mod = {"Super"} key = "h" func = "client_resize_left" cmd = "20" [/key]
    [key] mod = {"Super"} key = "l" func = "client_resize_right" cmd = "20" [/key]
    [key] mod = {"Super"} key = "k" func = "client_resize_top" cmd = "20" [/key]
    [key] mod = {"Super"} key = "j" func = "client_resize_bottom" cmd = "20" [/key]
    [key] mod = { "Super", "Control"} key = "h" func = "client_resize_right" cmd = "-20" [/key]
    [key] mod = { "Super", "Control"} key = "l" func = "client_resize_left" cmd = "-20" [/key]
    [key] mod = { "Super", "Control"} key = "k" func = "client_resize_bottom" cmd = "-20" [/key]
    [key] mod = { "Super", "Control"} key = "j" func = "client_resize_top" cmd = "-20" [/key]
    # unlisted fonctions that can be used in [key] func = ""
    # client_ignore_tag # Toggle the client in ignore_tag (display the client on all tags)
    # tag_prev_sel # go back to the previous selected tag
    # tag_transfert_{next, prev}
    # tag_urgent # go to the urgent tag
    # tag_swap_{next, prev} # swap tag with the previous/next one
    # tag_last # go to the last tag
    # tag_stay_last # toggle the current tag as the last one
    # toggle_abovefc
    # screen_prev_sel # go to the previous screen selected
    # set_layout # set layout. need to be called with cmd = "<layout_name>"
    # ignore_next_client_rules # ignore the rule the next time a rule is called
    [/keys]
    Last edited by xavierp94 (2011-11-05 04:36:12)

    You can see how this product works by going to http://Muvipix.com and typing "DVD Architect" in the product search box. This will bring up a free 3-part Basic Training tutorial series where you can see the product demonstrated.
    You can also see more and learn about my book here.

  • Some app have problem with sound

    Some app in es. Filmon dont work properly with sound

    Thanks!! but i been fixing now for 10 minute ago by restart my macbook pro. My case is it show normal with Intenal-speakers and nothing mark with red light or mult so i tried to restart that it working again

Maybe you are looking for

  • Numbers are not formatted when run report from EBS

    I am opening a new thread to solve my problem of formatting the number in xml report I dont understand i format the field number in rtf template and the number is displayed correctly when i preview it in pdf. The situation is like this : 1. i have a

  • Employee payroll program problems

    I have done good so far but now im stuck and lost on how to take my program to the next step, kids got sick and i missed like a week of school so im behind. I am suppose to modify the Payroll Program so that it uses a class to store and retrieve the

  • How to use BULK COLLECT in ref cursor?

    hi, can we use bulk collect in ref cursor ? if yes then please give small example .. thanks

  • Hard Drive Access Delay

    I have a T410s i5 at 2.4 GHz running Win 7 64bit purchased last year.  The HD is a 250 GB Toshiba MK2529GSG running NTFS.  My computer has been suffering lately from sluggish response especially when typing input in email or Word, etc.  I see the HD

  • Delete a saved addressed on home page

    How do I delete a address that I bookmarked to my homepage?