Pop-Up Menus gone wrong.

As you can see here; its all messed up
I would like to know what maybe the problem here please.
How can i create pop menus using thumbnails from the video in the BD.
(related to this thread; http://forums.adobe.com/thread/691588?tstart=0 )

If you want to create a pop-up menu with static video thumbnail then try the following steps:
1. File->New-> Pop-up Menu
2. Window->Menu Viewer, (double click the menu in the project panel to open it in the menu viewer)
3. Select any video button (or "Atomic Video Button" from Technology) in the Library panel and drag n drop it on the menu viewer.
4. Use "Edit->Duplicate" option to duplicate the video button.

Similar Messages

  • How to edit DW 8 pop-up menus in DW CS5?

    Hello,
    Yes, I understand about Spry menu bar in CS5 and will use it in the future for creating new pop-up menus.
    However, I have already created many pop-up menus using DW 8 for  multiple web sites and standalone web pages - about 100 web pages total - for my employer.
    Is it possible to edit these DW 8 pop-up menus from within DW CS5?
    I did try the only instructions I found, which I thought were to choose ~ Deprecated from the Behaviors menu, and then choose the Pop-up menu. However, even when I have open a web page in CS5 containing an existing pop-up menu I created in DW 8, I do not see anything about Deprecated on the Behaviors menu.
    I tried positioning my cursor on the URL and then also on a graphic item associated with the pop-up menu behavior I applied in DW 8 - still did not see "Deprecated" in the Behaviors menu or how to select it. (Please note that my pop-up menus do not involve Fireworks MX in any way; they were created directly in DW 8 by applying the pop-up menu JavaScript behavior.)
    What am I missing? How do I select "Deprecated" in the Behaviors menu?
    Is there some other way - or any way at all - I can edit my pop-up menus previously created in 100+ web pages ? I really do not have time to re-do all of these web pages using Spry.
    Please advise. Thanks!

    Hello,  Thanks for the response. All of my web sites and standalone web pages are internal, behind the corporate firewall so I cannot provide you with links.
    Recap: The pop-up menus I created in DW 8 work beautifully, seamlessly and were very easy to maintain in the earlier version of Dreamweaver. I have been using DW pop-up menus since 2004.
    Goal: To update and edit these pop-up menus created in DW 8 - in DW CS5. Why? Because we have multiple websites and standalone web pages, 100+ web pages total, some with multiple pop-up menus on each page and it is not possible due to time limitations to re-code and re-develop all of these existing pages using the new Spry menu. We will use the Spry menu when we create new menus for new web pages in the future.
    I have previously read here: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f693f21-7ae 9a.html  that you choose ~ Deprecate from the Behaviors menu to update existing DW 8 pop-up menus in DW CS 5, but I do not have this option available to me - I do not see a "Deprecate" selection available when I select an existing DW 8 pop-up menu to edit in CS5. Perhaps I am doing something wrong? When I place my cursor on the pop-up menu items, and go to the Behaviors panel, I do not have a Deprecate option, and the pop-up menu actions are not available to select.
    I am concerned that the only way it appears that I can edit the pop-up menus is to edit the HTML which is possible but messy, and defeats the reason for having DW in the first place. Otherwise, I guess we go back to using DW8 and don't use DW CS5 at all for our existing web pages. If that happens, management will certainly question "why did we pay $400 for a commercial license for a software product which does not allow us to edit our existing web pages?".
    Here are two coding samples from my web pages with the links changed so that confidential information is non-identifiable:
    Example 1
    1. Link coding associated with the pop-up menu behavior (identifiable link information changed for this example):
    <a href="examples1/index.html" name="link1" id="site-home" style="text-decoration:none" onmouseover="MM_showMenu(window.mm_menu_0112173011_0,152,-1,null,'link1')" onmouseout="MM_startTimeout();">Example link 1<img src="images/triangle-sm.gif" alt="pointer" width="5" height="6" style="margin-left:6px"/></a>
    2. Associated coding in the <head> tag for this particular example:
    <script language="JavaScript" type="text/javascript">
    <!--
    function mmLoadMenus() {
      if (window.mm_menu_0104100320_0) return;
      window.mm_menu_0112173011_0 = new Menu("root",165,24,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#99CCFF","#708EA8","left","middle",3,0,1000,-5,7,true ,true,true,3,false,false);
      mm_menu_0112173011_0.addMenuItem("Example link 1 home","location='examples1/index.html'");
      mm_menu_0112173011_0.addMenuItem("Page two","location='examples1/page2.html'");
      mm_menu_0112173011_0.addMenuItem("Page three","location='examples1/page3.html'");
       mm_menu_0112173011_0.hideOnMouseOut=true;
       mm_menu_0112173011_0.bgColor='#FFFFFF';
       mm_menu_0112173011_0.menuBorder=1;
       mm_menu_0112173011_0.menuLiteBgColor='#FFFFFF';
       mm_menu_0112173011_0.menuBorderBgColor='';
    mm_menu_0112174423_0.writeMenus();
    } // mmLoadMenus()
    //-->
    </script>
    <script language="JavaScript" src="mm_menu.js" type="text/javascript"></script>
    3. Of course, we load the menus in the first line after the open <body> tag:
    <script language="JavaScript1.2">mmLoadMenus();</script>
    The "mm_menu.js" file itself is located in the self-same directory/folder as the web page, so it loads properly and the pop-up menus function as expected.
    Example 2
    1. Link coding associated with the pop-up menu behavior (identifiable link information changed for this example):
    <a href="javascript:void(0)" name="link5" id="link1" onclick="MM_showMenu(window.mm_menu_0203084229_0,-115,-40,null,'link5')" onmouseout="MM_startTimeout();">Reports</a>
    2. Associated coding in the <head> tag for this particular example:
    <script language="JavaScript" type="text/javaScript">
    <!--
    function mmLoadMenus() {
      if (window.mm_menu_0203084113_0) return;
    window.mm_menu_0203091816_0 = new Menu("root",108,17,"Verdana, Arial, Helvetica, sans-serif",11,"#0000FF","#0000FF","#FFFFFF","#ECECEC","left","middle",3,0,1000,-5,7,true ,false,true,0,false,true);
      mm_menu_0203091816_0.addMenuItem("Industryreport1","location='link1.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport2","location='link2.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport3","location='link3.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport4","location='link4.html'");
      mm_menu_0203091816_0.addMenuItem("Industryreport5","location='link5.html'");
       mm_menu_0203091816_0.hideOnMouseOut=true;
       mm_menu_0203091816_0.bgColor='#FFFFFF';
       mm_menu_0203091816_0.menuBorder=1;
       mm_menu_0203091816_0.menuLiteBgColor='#FFFFFF';
       mm_menu_0203091816_0.menuBorderBgColor='#FFFFFF';
    mm_menu_0203091816_0.writeMenus();
    } // mmLoadMenus()
    //-->
    </script>
    <script language="JavaScript" src="mm_menu.js"></script>
    3. Of course, we load the menus in the first line after the open <body> tag:
    <script language="JavaScript1.2">mmLoadMenus();</script>
    The "mm_menu.js" file itself is located in the self-same directory/folder as the web page, so it loads properly and the pop-up menus function as expected.
    -------End Code and examples-------
    Please advise. Thanks.

  • Templates + Pop Up Menus

    I know, I know Murray, you said these don't work in the past,
    however, I made a template with a pop up / drop down (however you
    like to call it) menu and so far it seems to work just fine. Am I
    delusional ? Headed for a huge fall later on when I discover X
    dosn't work with this feature ? Or does it really work now ?
    I do know that pop up menus don't work with library items
    still but the templates seem to be ok. Any experience for this
    anyone ?
    Cheers
    Simon

    > Am I delusional ?
    Yes.
    > Headed for a huge fall later on when I discover X dosn't
    work with this
    > feature ?
    Yes. Rename or move a linked page. Add a new menu button to
    the page.
    > I do know that pop up menus don't work with library
    items
    Actually, that's wrong too. They work just fine with Library
    items -
    http://www.great-web-sights.com/g_library4d.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "roonaldo_efc" <[email protected]> wrote in
    message
    news:el49nf$s2l$[email protected]..
    >I know, I know Murray, you said these don't work in the
    past, however, I
    >made a
    > template with a pop up / drop down (however you like to
    call it) menu and
    > so
    > far it seems to work just fine. Am I delusional ? Headed
    for a huge fall
    > later
    > on when I discover X dosn't work with this feature ? Or
    does it really
    > work now
    > ?
    >
    > I do know that pop up menus don't work with library
    items still but the
    > templates seem to be ok. Any experience for this anyone
    >
    > Cheers
    >
    > Simon
    >

  • Logic gone wrong

    I am a beginner with Java and I have to make a TicTacToe game for a project. However the logic behind what I have done already seems to have gone wrong. The problem is I have created a File menu for my Frame, within that menu is an option to set the grid size for the Table 3x3 or 9x9 so when a user selects 9x9 I want the game to reset itself, the grid size is passed in through the constructor. But the problem is the Constructor is called in another Java file. So I cant get it to reset, what is the best way to tackle this. Sorry for such a long post.
    I have my main class
    import java.awt.*;
    import java.awt.event.*;
    class TicTacToe extends Frame implements ActionListener {
    //Define our constants
    private static final int FRAME_HEIGHT = 600;
    private static final int FRAME_WIDTH = 600;
    private static final int FRAME_X = 100;
    private static final int FRAME_Y = 100;
    //Create the menus and the items
    private Menu fileMenu;
    private Menu optionsMenu;
    public TicTacToe(int rows, int columns )
         //Set Frame properties
         setTitle ( "Tic Tac Toe" );
         setSize ( FRAME_WIDTH, FRAME_HEIGHT );
         setResizable ( false );
         setLocation ( FRAME_X, FRAME_Y );
         setLayout ( new GridLayout(rows,columns) );
         //Set the layout of our grid
         setGridLayout(rows, columns);
         //Set our menus and their items
         createFileMenu();
    createOptionsMenu();
         MenuBar menuBar = new MenuBar();
         setMenuBar (menuBar );
         menuBar.add (fileMenu);
         menuBar.add (optionsMenu);
         addWindowListener( new TicTacTerminator( ) );
    public void setGridLayout(int rows, int columns) {
         for(int i = 0; i < rows; i++)
    for(int j = 0; j < columns; j++)
    add(new Button("."));
    public void createFileMenu() {
         MenuItem item;
         //Menu Heading
         fileMenu = new Menu( "File ");
         // New Game option
         item = new MenuItem ( "New Game" );
         item.addActionListener( this );
         fileMenu.add ( item );
         //Quit Option
         item = new MenuItem ( "Quit" );
         item.addActionListener( this );
         fileMenu.add ( item );
         //Add line to divide menus
         fileMenu.addSeparator();
         public void createOptionsMenu() {
         MenuItem item;
         //Menu Heading
         optionsMenu = new Menu( "Options ");
         // New Game option
         item = new MenuItem ( "3 x 3" );
         item.addActionListener( this );
         optionsMenu.add ( item );
         //Quit Option
         item = new MenuItem ( "9 x 9" );
         item.addActionListener( this );
         optionsMenu.add ( item );
         public void actionPerformed (ActionEvent event)
              String menuevent;
              menuevent = event.getActionCommand( );
              if( menuevent.equals( "Quit" )){
              System.exit(0);     
    and I also have
    class TestTic {
         public static void main(String[] args) {
              TicTacToe frame = new TicTacToe(3,3);
              frame.setVisible( true );
    and
    import java.awt.event.*;
    class TicTacTerminator implements WindowListener
         public void windowClosing (WindowEvent event)
         System.exit(0);
         public void windowActivated ( WindowEvent event ) {  }
         public void windowClosed ( WindowEvent event ) {  }
         public void windowDeactivated ( WindowEvent event ) {  }
         public void windowDeiconified ( WindowEvent event ) {  }
         public void windowIconified ( WindowEvent event ) {  }
         public void windowOpened      ( WindowEvent event ) {  }
         }

    Take the parameters "new TicTacToe();" out of the main method constructor and try something like this. I think I counted 10 columns here, but thew logic structure is correct now and I'll leave you to have fun sorting that one out. Here you are;-import java.awt.*;
    import java.awt.event.*;
    class TicTacToe extends Frame implements ActionListener {
       private static final int FRAME_HEIGHT = 600;
       private static final int FRAME_WIDTH = 600;
       private static final int FRAME_X = 100;
       private static final int FRAME_Y = 100;
       private Menu fileMenu;
       private Menu optionsMenu;
       int rows = 3, columns = 3;
    public TicTacToe(){
       setTitle ( "Tic Tac Toe" );
       setSize ( FRAME_WIDTH, FRAME_HEIGHT );
       setResizable ( false );
       setLocation ( FRAME_X, FRAME_Y );
       setLayout ( new GridLayout(rows, columns) );
       setGridLayout(rows, columns);
       createFileMenu();
       createOptionsMenu();
       MenuBar menuBar = new MenuBar();
       setMenuBar (menuBar );
       menuBar.add (fileMenu);
       menuBar.add (optionsMenu);
       addWindowListener( new TicTacTerminator( ) );
    public void setGridLayout(int rows, int columns) {
       for(int i = 0; i < rows; i++){
          for(int j = 0; j < columns; j++)
             add(new Button("."));
    public void createFileMenu() {
       MenuItem item;
       fileMenu = new Menu( "File ");
       item = new MenuItem ( "New Game" );
       item.addActionListener( this );
       fileMenu.add ( item );
       item = new MenuItem ( "Quit" );
       item.addActionListener( this );
       fileMenu.add ( item );
       fileMenu.addSeparator();
    public void createOptionsMenu() {
       MenuItem item;
       optionsMenu = new Menu( "Options ");
       item = new MenuItem ( "3 x 3" );
       item.addActionListener( this );
       optionsMenu.add ( item );
       item = new MenuItem ( "9 x 9" );
       item.addActionListener( this );
       optionsMenu.add ( item );
    public void actionPerformed (ActionEvent event){
       String menuevent = event.getActionCommand( );
          if( menuevent.equals( "Quit" ))System.exit(0);
          if( menuevent.equals( "3 x 3" )){
             rows    = 3;
             columns = 3;
             setLayout ( new GridLayout(rows, columns) );
             setGridLayout(rows, columns);
             validate();
          if( menuevent.equals( "9 x 9" )) {
             rows    = 9;
             columns = 9;
             setLayout ( new GridLayout(rows, columns) );
             setGridLayout(rows, columns);
             validate();
    }

  • HT204088 Why is App Store saying a purchase has gone wrong

    Whenever I log in to the App Store it pops up saying "A purchase has gone wrong" but I havnt purchased anything. Now I can't download anything atall

    Apple ID security issues -
    Have your Mom call Apple Care and ask for the Account Security Team. They can assist her with the issue.

  • Sorry, something's gone wrong. Could not get credit and pack information.

    Every time I log in I see this message Sorry, something's gone wrong. Could not get credit and pack information. I have been to an EE store and they couldn't do anything there. So I called the costumers service and after 30 min on the telephone they told me the problem was fixed and I should just wait 24 hours before log in again. Today is been more than 48 hours and I still have this problem. I can't buy packages but I can pop up. How can I fix this problem?

    Hi   
    Sorry to hear you are all having a problem.
    Please Contact Us as the issue needs to be investigated.
    Thanks 

  • Secondary selection in pop-up menus

    Hi. About 6 months ago, back in the Tiger days, there was a nice feature in many pop-up menus where you could use spacebar to select a secondary option. For example, press Enter to select Ok and press spacebar to select Cancel. One day it disappeared on me and it hasn't come back with my install of Leopard. Did Apple get rid of that feature or is there something wrong on my computer?
    -Eric

    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/navbars/)
    Or to get it done fast, go here -
    > How do I make the link into a root relative link?
    Instead of arrows.gif, make it /arrows.gif (or wherever the
    file is in
    relation to the root of the site).
    > What would you recommend instead of using those menus?
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "maryss" <[email protected]> wrote in
    message
    news:ebdp8v$md6$[email protected]..
    > What would you recommend instead of using those menus?
    >
    > How do I make the link into a root relative link?
    >
    > Thanks for the help!

  • [Kinda solved] "Oh no! Something has gone wrong." with gnome-fallback

    After some upgrades today, I got with an unusable gnome. On every startx it failed with the window "Oh no!  Something has gone wrong. A problem has occured and the system can't recover.  Please log out and try again." (forcing you to close the session, just to reappear on restart)
    After ~6 hours on this, and downgrading several packages to no avail, I discovered that the file /usr/share/gnome-session/sessions/gnome-fallback.session had been removed.
    As I use gnome-fallback, the dconf key “org.gnome.desktop.session” contains “gnome-fallback”, and that apparently requires such file to exist
    If you need to change the key with command-line:
    gsettings set org.gnome.desktop.session session-name gnome-fallback
    I finally got a working system by copying /usr/share/gnome-session/sessions/gnome.session to /usr/share/gnome-session/sessions/gnome-fallback.session and changing -use a text editor- its line "RequiredComponents=gnome-shell;gnome-settings-daemon;" to "RequiredComponents=metacity;gnome-settings-daemon;gnome-panel"
    I hope this serves others to fix this issue.
    I still miss the upper applet bar (although perhaps due to uninstalling then reinstalling gnome-panel), and key shortcuts (such as Alt-tab) are not working, but most functionality is there.
    If you end up at a desktop with no menus, a way to work is to make in the desktop a symlink to /usr/bin/gnome-terminal.

    I apologize for my post above....it's misleading.  The bug in question is regarding a similar failure with gnome, but involving the standard session, not fallback.  The fallback issue may be one of deprecation, I've read that gnome was no longer supporting it as software rendering was considered 'good enough'. 
    So if you are having the issue described in the OP you may want to file a separate bug.  I posted my bug here as a result of a quick skim of the post and replies to it.  After re-reading it, I see they are separate issues.

  • My iPhone 4 won't take incoming calls. Everytime someone phones me it goes straight to voice mail. What's gone wrong?

    For some reason my iPhone 4 won't take incoming calls and everytime someone phones me it goes straight to voicemail what's gone wrong??

    Look at the AT&T VVM User Guide for help setting up your visual voice mail.
    If you still have problems, contact AT&T Customer Service at 1-800-331-0500 and ask them to check that your account is provisioned for an iPhone 4.

  • I am trying to use siri. It was working earlier. Now when I ask it to call name and number it say, Siri keeps saying( SORRY SOMETHINGS GONE WRONG CAN YOU TRY AGAIN) I HAVE TRIED SEVERAL NAMES AND NUMBERS IN MY CONTACTS.   What am I doing wrong or how can

    I am trying to use siri, Siri keeps saying( SORRY SOMETHINGS GONE WRONG CAN YOU TRY AGAIN)
    I HAVE TRIED SEVERAL NAMES AND NUMBERS IN MY CONTACTS.
    What am I doing wrong or how can I correct it.

    Siri Fix
    Turn OFF Siri
    Reset Network Settings
    Turn ON Siri
    Done
    Steps:
    Tap Settings App>General>Siri>Turn OFF
    General>Reset, near bottom>Reset Network Settings
    Tap Settings App>General>Siri>Turn ON
    Done

  • Firefox has suddenly gone wrong. I was successfully running both Firefox and Internet Explorer 8 on Windows 7. I auto-accept upgrades including the most recent Firefox upgrade and the suggested upgrade to Adobe Flash 10.1. But after this, Firefox stopped

    Firefox has suddenly gone wrong. I was successfully running both Firefox and Internet Explorer 8 on Windows 7. My laptop is new and has plenty of RAM and HDD. I auto-accept upgrades including the most recent Firefox upgrade and the suggested upgrade to Adobe Flash 10.1. But after this, Firefox stopped working and does not work when I re-load Firefox 3.6. Also IE8 now works very slowly and does not locate major websites like Microsoft without a 'can't find the website message' and having to pressing Return a second time. When I do get to the Mozilla website and click on the button to try to download Firefox 3.6.6, I get this message "Oops! Internet Explorer could not find mozilla3.snt.utwente.nl". Can you help with what has gone wrong? As it stands, I can't use Firefox at all. Note: because Firefox did not work after the upgrade, I've downloaded the IE8 version of the Adobe Flash 10.1. What I really want is to be able to use both Firefox and IE8. But is this possible if they use different versions of Adobe Flash?
    == This happened ==
    Every time Firefox opened
    == About 2-3 days ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C)

    I have been having the same problem as the original poster. After upgrading to Ffx 3.6.6, the program asks you to upgrade to Flash Player Plugin 10.1. I download and installed 10.1 only to find videos weren't loading.
    In my case, the problem is the previous installation of Flash Player (9.0.47) was somehow messing things up. To fix this, because I already had Flash plugin 10.1 installed I had to uninstall 10.1 using the uninstaller from adobe and then manually remove any files related the old flash player plugin 9.0.47
    Here is a run-down of my process:
    0. To check if you have a previous installation of the Flash Plugin lurking around, in Firefox go to Tools -> Add-ons -> Plugins (tab). At this point you may seen both Flash plugins.
    1. Proceed to uninstall Flash Plugin 10.1. Adobe provides an uninstaller here: http://kb2.adobe.com/cps/141/tn_14157.html
    ( you have to make sure you have nothing running when you execute the installer).
    2. On my Mac (sorry I don't know what it is in Windows) I searched the hard drive for any files/folders with "Shockwave". I found a folder called "Shockwave 10". It wasn't removed by Adobe's uninstaller. For safety I deleted it and then emptied the trash.
    3. I then went to My HD -> Library -> Internet Plugins.
    Remove the file and folder named "Flash player.old"
    4. Restarted; ran the Adobe Flash Player 10.1 installer. Restarted again.
    5. Opened up ffx and double checked the plugins list (see step 1). Version 10.1 is installed and available. Went to problem sites to test it out and Success!
    Hope this helps.

  • How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys?

    How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys an see at the same time the changes on the photo?
    It worked under Windows, now I use OS 10.8 and have to apply a preset with a click or Return button but after that the pop-up menu close so I have to open it once again to change a preset. Please help. Thank you!

    The filter panel is a shortcut for the content panel and it only effects the content of that window. So if you have a folder it will only see this as a folder and not with its content. (a Stack behaves about the same, being different in only counting the first file in the filter panel criteria but not what is in the stack itself)
    You have a view work arounds, first is use menu view / show items from subfolders (this can take some time especially if you have not used caching before on this content) and this builds visible thumbs for all content and that can be used for filtering.
    Or use the find command (Edit / find) and inhere specify the source and fill in the criteria include subfolders and this will give you the correct result.
    When you create a smart collection the find command also pops up given you the same opportunity to get the results in a collection, but since a collection is only a bunch of aliases referring to the originals you might be a bit careful with editing and deleting.

  • How do I have Blu-Ray pop up menus linked together if I'm using multiple timelines?

    I have a 6 timeline project that I put in pop up menus for.  Each timeline asks for it's own pop up menu to use.  The pop up menus seemed to need to be created with the multiple chapter option to work for me, I couldn't create stand alones and link them together because the timeline asks for ONE pop up menu associated with it.  I then created 6 separate pop up menus (each one ended up with about 3 pages) one for each timeline.  I tried to link POP UP MENU1  to POP UP MENU2 with a NEXT button at the end of the last page of POP UP MENU1.  When I drag the whip to link it to the proper pop up menu when I actually look at the button the link is the current pop up menu not the one I want it linked to, so I am unable to do this.  The pop up menus function properly on my Blu-Ray player- If I am viewing material from timeline 1, I can pull up POP UP MENU1 and arrow back and forth to the three pages on this, POP UP MENU2 functions the same way for timeline 2.  etc.
    Project Settings:
    Blue Ray
    720 X 480
    EncoreCS5
    Quad 4
    2.4 GHZ speed
    150 GB free space on drive
    NVIDIA GEFORCE 8500 card
    6 GB Ram

    First of all, the pop up menus can not be linked to each other.
    If you want, you can have more pages on a single pop up menu and link all your timelines or chapters to the buttons of the pages and then link that pop up menu with more number of pages to all of the timelines. In this way, you can have the option to navigate to any chapter of any timeline while any timeline is playling.
    Thanks,
    Ramesh.

  • Gnome won't start: Oh no! Something has gone wrong.

    Hello,
    after a week holyday i installed all new updates on my Notebook (Asus UX31). During shutdown it freezed and i had to switch off the Notebook. Now if i start i can login with Slim and than gnome starts with an error display: "Oh no! Something has gone wrong. A problem has occured and the system can't recover. All extensions have been disabled as precaution." I can klick on a Log Out Button but if i log in again, the same is happening. It's funny that there appear reminders from evolution and the dialog to unlock the keyring.
    Any suggestions?
    Here are some logs:
    /var/log/Xorg.0.log
    [ 16.074]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 16.074] X Protocol Version 11, Revision 0
    [ 16.074] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 16.074] Current Operating System: Linux oliver-zen 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 16.074] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=cd85b266-a33f-4abf-93d6-7ac918f8ff26 ro quiet add_efi_memmap i915.i915_enable_rc6=1 drm.vblankoffdelay=1 i915.semaphores=1
    [ 16.074] Build Date: 01 July 2013 10:48:42AM
    [ 16.074]
    [ 16.074] Current version of pixman: 0.30.0
    [ 16.074] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 16.074] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 16.074] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 3 19:37:30 2013
    [ 16.075] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 16.075] (==) No Layout section. Using the first Screen section.
    [ 16.075] (==) No screen section available. Using defaults.
    [ 16.075] (**) |-->Screen "Default Screen Section" (0)
    [ 16.075] (**) | |-->Monitor "<default monitor>"
    [ 16.076] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 16.076] (**) | |-->Device "Card0"
    [ 16.076] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 16.076] (==) Automatically adding devices
    [ 16.076] (==) Automatically enabling devices
    [ 16.076] (==) Automatically adding GPU devices
    [ 16.076] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 16.076] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.076] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 16.076] (II) Loader magic: 0x7fdc20
    [ 16.076] (II) Module ABI versions:
    [ 16.076] X.Org ANSI C Emulation: 0.4
    [ 16.076] X.Org Video Driver: 14.1
    [ 16.076] X.Org XInput driver : 19.1
    [ 16.076] X.Org Server Extension : 7.0
    [ 16.077] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 16.079] (--) PCI:*(0:0:2:0) 8086:0116:1043:1427 rev 9, Mem @ 0xddc00000/4194304, 0xc0000000/268435456, I/O @ 0x0000e000/64
    [ 16.079] Initializing built-in extension Generic Event Extension
    [ 16.079] Initializing built-in extension SHAPE
    [ 16.079] Initializing built-in extension MIT-SHM
    [ 16.079] Initializing built-in extension XInputExtension
    [ 16.079] Initializing built-in extension XTEST
    [ 16.079] Initializing built-in extension BIG-REQUESTS
    [ 16.079] Initializing built-in extension SYNC
    [ 16.079] Initializing built-in extension XKEYBOARD
    [ 16.079] Initializing built-in extension XC-MISC
    [ 16.079] Initializing built-in extension SECURITY
    [ 16.079] Initializing built-in extension XINERAMA
    [ 16.079] Initializing built-in extension XFIXES
    [ 16.079] Initializing built-in extension RENDER
    [ 16.079] Initializing built-in extension RANDR
    [ 16.079] Initializing built-in extension COMPOSITE
    [ 16.079] Initializing built-in extension DAMAGE
    [ 16.079] Initializing built-in extension MIT-SCREEN-SAVER
    [ 16.079] Initializing built-in extension DOUBLE-BUFFER
    [ 16.079] Initializing built-in extension RECORD
    [ 16.079] Initializing built-in extension DPMS
    [ 16.079] Initializing built-in extension X-Resource
    [ 16.079] Initializing built-in extension XVideo
    [ 16.079] Initializing built-in extension XVideo-MotionCompensation
    [ 16.079] Initializing built-in extension XFree86-VidModeExtension
    [ 16.079] Initializing built-in extension XFree86-DGA
    [ 16.080] Initializing built-in extension XFree86-DRI
    [ 16.080] Initializing built-in extension DRI2
    [ 16.080] (II) LoadModule: "glx"
    [ 16.080] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.080] (II) Module glx: vendor="X.Org Foundation"
    [ 16.081] compiled for 1.14.2, module version = 1.0.0
    [ 16.081] ABI class: X.Org Server Extension, version 7.0
    [ 16.081] (==) AIGLX enabled
    [ 16.081] Loading extension GLX
    [ 16.081] (II) LoadModule: "intel"
    [ 16.081] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.081] (II) Module intel: vendor="X.Org Foundation"
    [ 16.081] compiled for 1.14.2, module version = 2.21.13
    [ 16.081] Module class: X.Org Video Driver
    [ 16.081] ABI class: X.Org Video Driver, version 14.1
    [ 16.082] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 16.084] (++) using VT number 7
    [ 16.096] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 16.096] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.096] (==) intel(0): RGB weight 888
    [ 16.096] (==) intel(0): Default visual is TrueColor
    [ 16.096] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
    [ 16.096] (**) intel(0): Relaxed fencing enabled
    [ 16.096] (**) intel(0): Wait on SwapBuffers? enabled
    [ 16.096] (**) intel(0): Triple buffering? enabled
    [ 16.096] (**) intel(0): Framebuffer tiled
    [ 16.096] (**) intel(0): Pixmaps tiled
    [ 16.096] (**) intel(0): 3D buffers tiled
    [ 16.096] (**) intel(0): SwapBuffers wait enabled
    [ 16.096] (==) intel(0): video overlay key set to 0x101fe
    [ 16.096] (II) intel(0): Output eDP1 has no monitor section
    [ 16.097] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 16.098] (II) intel(0): Output VGA1 has no monitor section
    [ 16.098] (II) intel(0): Output HDMI1 has no monitor section
    [ 16.099] (II) intel(0): Output DP1 has no monitor section
    [ 16.099] (II) intel(0): EDID for output eDP1
    [ 16.099] (II) intel(0): Manufacturer: COR Model: 17db Serial#: 0
    [ 16.099] (II) intel(0): Year: 2011 Week: 20
    [ 16.099] (II) intel(0): EDID Version: 1.4
    [ 16.099] (II) intel(0): Digital Display Input
    [ 16.099] (II) intel(0): 6 bits per channel
    [ 16.099] (II) intel(0): Digital interface is DisplayPort
    [ 16.099] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 16.099] (II) intel(0): Gamma: 2.20
    [ 16.099] (II) intel(0): No DPMS capabilities specified
    [ 16.099] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 16.099] (II) intel(0): First detailed timing is preferred mode
    [ 16.099] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 16.099] (II) intel(0): redX: 0.574 redY: 0.341 greenX: 0.352 greenY: 0.564
    [ 16.099] (II) intel(0): blueX: 0.162 blueY: 0.118 whiteX: 0.313 whiteY: 0.329
    [ 16.099] (II) intel(0): Manufacturer's mask: 0
    [ 16.099] (II) intel(0): Supported detailed timing:
    [ 16.099] (II) intel(0): clock: 97.8 MHz Image Size: 293 x 164 mm
    [ 16.099] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.099] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.099] (II) intel(0): Supported detailed timing:
    [ 16.099] (II) intel(0): clock: 97.8 MHz Image Size: 293 x 164 mm
    [ 16.099] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.099] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.099] (II) intel(0): CPT
    [ 16.099] (II) intel(0): Unknown vendor-specific block 0
    [ 16.099] (II) intel(0): EDID (in hex):
    [ 16.099] (II) intel(0): 00ffffffffffff000df2db1700000000
    [ 16.099] (II) intel(0): 14150104951d10780a129593575a9029
    [ 16.099] (II) intel(0): 1e505400000001010101010101010101
    [ 16.099] (II) intel(0): 010101010101322640a060841a303020
    [ 16.099] (II) intel(0): 350025a410000018322640a060841a30
    [ 16.099] (II) intel(0): 3020350025a410000018000000fe0043
    [ 16.099] (II) intel(0): 50542020202020202020202000000000
    [ 16.099] (II) intel(0): 004e4c41413133335541303241200044
    [ 16.100] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Printing probed modes for output eDP1
    [ 16.100] (II) intel(0): Modeline "1600x900"x60.0 97.78 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.6 kHz eP)
    [ 16.100] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 16.100] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 16.100] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 16.100] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 16.101] (II) intel(0): EDID for output VGA1
    [ 16.102] (II) intel(0): EDID for output HDMI1
    [ 16.102] (II) intel(0): EDID for output DP1
    [ 16.102] (II) intel(0): Output eDP1 connected
    [ 16.102] (II) intel(0): Output VGA1 disconnected
    [ 16.102] (II) intel(0): Output HDMI1 disconnected
    [ 16.102] (II) intel(0): Output DP1 disconnected
    [ 16.102] (II) intel(0): Using exact sizes for initial modes
    [ 16.102] (II) intel(0): Output eDP1 using initial mode 1600x900
    [ 16.102] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 16.102] (II) intel(0): Kernel page flipping support detected, enabling
    [ 16.102] (==) intel(0): DPI set to (96, 96)
    [ 16.102] (II) Loading sub module "fb"
    [ 16.102] (II) LoadModule: "fb"
    [ 16.102] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.103] (II) Module fb: vendor="X.Org Foundation"
    [ 16.103] compiled for 1.14.2, module version = 1.0.0
    [ 16.103] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.103] (II) Loading sub module "dri2"
    [ 16.103] (II) LoadModule: "dri2"
    [ 16.103] (II) Module "dri2" already built-in
    [ 16.103] (==) Depth 24 pixmap format is 32 bpp
    [ 16.103] (II) intel(0): [DRI2] Setup complete
    [ 16.103] (II) intel(0): [DRI2] DRI driver: i965
    [ 16.103] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
    [ 16.105] (II) UXA(0): Driver registered support for the following operations:
    [ 16.105] (II) solid
    [ 16.105] (II) copy
    [ 16.105] (II) composite (RENDER acceleration)
    [ 16.105] (II) put_image
    [ 16.105] (II) get_image
    [ 16.105] (==) intel(0): Backing store disabled
    [ 16.105] (==) intel(0): Silken mouse enabled
    [ 16.105] (II) intel(0): Initializing HW Cursor
    [ 16.105] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.107] (==) intel(0): DPMS enabled
    [ 16.107] (==) intel(0): Intel XvMC decoder enabled
    [ 16.107] (II) intel(0): Set up textured video
    [ 16.108] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 16.108] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.108] (==) intel(0): hotplug detection: "enabled"
    [ 16.130] (--) RandR disabled
    [ 16.144] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/i965_dri.so failed (/usr/lib/xorg/modules/dri/i965_dri.so: invalid ELF header)
    [ 16.144] (EE) AIGLX: reverting to software rendering
    [ 16.144] (II) AIGLX: Screen 0 is not DRI capable
    [ 16.174] (II) AIGLX: Loaded and initialized swrast
    [ 16.174] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 16.175] (II) intel(0): Setting screen physical size to 423 x 238
    [ 16.402] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 16.402] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 16.402] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.402] (**) Video Bus: Applying InputClass "keyboard"
    [ 16.402] (II) LoadModule: "evdev"
    [ 16.403] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.403] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.403] compiled for 1.14.2, module version = 2.8.1
    [ 16.403] Module class: X.Org XInput Driver
    [ 16.403] ABI class: X.Org XInput driver, version 19.1
    [ 16.403] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.403] (**) Video Bus: always reports core events
    [ 16.403] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 16.403] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.403] (--) evdev: Video Bus: Found keys
    [ 16.403] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.403] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
    [ 16.403] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 16.403] (**) Option "xkb_rules" "evdev"
    [ 16.404] (**) Option "xkb_model" "pc104"
    [ 16.404] (**) Option "xkb_layout" "de"
    [ 16.464] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 16.464] (**) Power Button: Applying InputClass "system-keyboard"
    [ 16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.464] (**) Power Button: Applying InputClass "keyboard"
    [ 16.464] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.464] (**) Power Button: always reports core events
    [ 16.464] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 16.464] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.464] (--) evdev: Power Button: Found keys
    [ 16.464] (II) evdev: Power Button: Configuring as keyboard
    [ 16.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 16.464] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 16.464] (**) Option "xkb_rules" "evdev"
    [ 16.464] (**) Option "xkb_model" "pc104"
    [ 16.464] (**) Option "xkb_layout" "de"
    [ 16.466] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 16.466] (II) No input driver specified, ignoring this device.
    [ 16.466] (II) This device may have been added with another device file.
    [ 16.466] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 16.466] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 16.466] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.466] (**) Sleep Button: Applying InputClass "keyboard"
    [ 16.466] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.466] (**) Sleep Button: always reports core events
    [ 16.466] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 16.466] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.466] (--) evdev: Sleep Button: Found keys
    [ 16.466] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 16.467] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 16.467] (**) Option "xkb_rules" "evdev"
    [ 16.467] (**) Option "xkb_model" "pc104"
    [ 16.467] (**) Option "xkb_layout" "de"
    [ 16.467] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.468] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    [ 16.468] (II) No input driver specified, ignoring this device.
    [ 16.468] (II) This device may have been added with another device file.
    [ 16.469] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 16.469] (II) No input driver specified, ignoring this device.
    [ 16.469] (II) This device may have been added with another device file.
    [ 16.469] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 16.469] (II) No input driver specified, ignoring this device.
    [ 16.469] (II) This device may have been added with another device file.
    [ 16.470] (II) config/udev: Adding input device USB2.0 VGA Webcam (/dev/input/event9)
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "system-keyboard"
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "evdev keyboard catchall"
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "keyboard"
    [ 16.470] (II) Using input driver 'evdev' for 'USB2.0 VGA Webcam'
    [ 16.470] (**) USB2.0 VGA Webcam: always reports core events
    [ 16.470] (**) evdev: USB2.0 VGA Webcam: Device: "/dev/input/event9"
    [ 16.470] (--) evdev: USB2.0 VGA Webcam: Vendor 0x13d3 Product 0x5719
    [ 16.470] (--) evdev: USB2.0 VGA Webcam: Found keys
    [ 16.470] (II) evdev: USB2.0 VGA Webcam: Configuring as keyboard
    [ 16.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input9/event9"
    [ 16.470] (II) XINPUT: Adding extended input device "USB2.0 VGA Webcam" (type: KEYBOARD, id 9)
    [ 16.470] (**) Option "xkb_rules" "evdev"
    [ 16.470] (**) Option "xkb_model" "pc104"
    [ 16.470] (**) Option "xkb_layout" "de"
    [ 16.471] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "keyboard"
    [ 16.472] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 16.472] (**) Asus WMI hotkeys: always reports core events
    [ 16.472] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
    [ 16.472] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 16.472] (--) evdev: Asus WMI hotkeys: Found keys
    [ 16.472] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 16.472] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
    [ 16.472] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 10)
    [ 16.472] (**) Option "xkb_rules" "evdev"
    [ 16.472] (**) Option "xkb_model" "pc104"
    [ 16.472] (**) Option "xkb_layout" "de"
    [ 16.473] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
    [ 16.473] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 16.473] (**) AT Translated Set 2 keyboard: always reports core events
    [ 16.473] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 16.473] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 16.473] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 16.473] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 16.473] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 16.473] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 16.474] (**) Option "xkb_rules" "evdev"
    [ 16.474] (**) Option "xkb_model" "pc104"
    [ 16.474] (**) Option "xkb_layout" "de"
    [ 16.475] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 16.475] (II) LoadModule: "synaptics"
    [ 16.475] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 16.475] (II) Module synaptics: vendor="X.Org Foundation"
    [ 16.475] compiled for 1.14.1, module version = 1.7.1
    [ 16.475] Module class: X.Org XInput Driver
    [ 16.475] ABI class: X.Org XInput driver, version 19.1
    [ 16.475] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 16.475] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 16.475] (**) Option "Device" "/dev/input/event10"
    [ 16.596] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 16.597] (**) Option "TapButton1" "1"
    [ 16.597] (**) Option "TapButton2" "2"
    [ 16.597] (**) Option "TapButton3" "3"
    [ 16.597] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 16.597] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 16.631] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
    [ 16.631] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 16.632] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 16.633] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 16.633] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 16.633] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 16.633] (II) No input driver specified, ignoring this device.
    [ 16.633] (II) This device may have been added with another device file.
    [ 30.465] (II) UnloadModule: "synaptics"
    [ 30.465] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Asus WMI hotkeys: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: USB2.0 VGA Webcam: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Sleep Button: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Power Button: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Video Bus: Close
    [ 30.466] (II) UnloadModule: "evdev"
    [ 30.480] (EE) Server terminated successfully (0). Closing log file.
    ~/.xsession-errors
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-store.cfg'
    gnome-session[1818]: WARNING: Failed to start app: Unable to start application: Kindprozess »dropboxd« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-miner-fs.cfg'
    ** Message: applet now removed from the notification area
    ** Message: using fallback from indicator to GtkStatusIcon
    (tracker-miner-fs:1925): Tracker-WARNING **: Invalid desktop file: 'file:///usr/share/desktop-directories/X-Unity-All-Applications.directory'
    (tracker-miner-fs:1925): Tracker-WARNING **: Couldn't get name, missing key (Name)
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/oliver/.local/share/gnome-shell/extensions/[email protected]/extension.js' line 597 exception 0 number 157
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/oliver/.local/share/gnome-shell/extensions/[email protected]/extension.js' line 1012 exception 0 number 157
    (gnome-shell:1897): Clutter-CRITICAL **: clutter_actor_insert_child_at_index: assertion `child->priv->parent == NULL' failed
    ** Message: applet now embedded in the notification area
    Fensterverwalter-Warnung:CurrentTime used to choose focus window; focus window may not be correct.
    Fensterverwalter-Warnung:Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:1897): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    gnome-session[1818]: WARNING: Could not launch application 'gdu-notification-daemon.desktop': Unable to start application: Kindprozess »/usr/lib/gnome-disk-utility/gdu-notification-daemon« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Bilder/Bildschirmfoto%20von%20%C2%BB2013-06-18%2022:43:01%C2%AB.png" was not found, exec: gnome-settings-daemon, mime_type: image/png
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/yi.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Mabu.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Sommerlager.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/MabuChongquan.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball1.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball2.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    (gnome-settings-daemon:1878): GLib-CRITICAL **: g_variant_get_int32: assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
    ** (update-notifier:2110): WARNING **: log file empty (logrotate?) /var/log/dpkg.log
    ** (update-notifier:2110): WARNING **: log file empty (logrotate?) /var/log/apt/term.log
    WARNING:root:timeout reached, exiting
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Bilder/Bildschirmfoto%20von%20%C2%BB2013-06-18%2022:43:01%C2%AB.png" was not found, exec: gnome-settings-daemon, mime_type: image/png
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/yi.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Mabu.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Sommerlager.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/MabuChongquan.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball1.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball2.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    (gnome-settings-daemon:1878): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gnome-settings-daemon:1878): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (nm-applet:1933): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (update-notifier:2110): Gdk-WARNING **: update-notifier: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (evolution-alarm-notify:2061): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (gnome-screensaver:2031): Gdk-WARNING **: gnome-screensaver: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    Fensterverwalter-Warnung:Log level 16: gnome-shell: Fatal IO error 0 (Erfolg) on X server :0.
    (gnome-shell-calendar-server:1967): Gdk-WARNING **: gnome-shell-calendar-server: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    ** (zeitgeist-datahub:2032): WARNING **: zeitgeist-datahub.vala:227: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    (tracker-miner-fs:1925): Tracker-CRITICAL **: Could not execute sparql: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    after 1788 requests (1788 known processed) with 0 events remaining.

    Meanwhile i found out that tracker could be the source of this problem. If not, tracker has a problem. first i tried to reinstall tracker, output was a lot of lines with:
    tracker: /usr/share/ tracker-concerning-files exist in filesystem
    then i deinstalled it. now when i want to install it, a similar output like obove comes.
    Last edited by meson11 (2013-08-05 16:29:52)

  • Working with pop up menus in Dreamweaver CS4

    this is my first time working with pop up menus in CS4 (have built many in previous versions), Adobe says you cannot create the pop up menus due to the new Spry feature - but that you can alter existing menus using the Behaviours panel
    I have just launched a new website using pop up menus - and there is a glitch when viewing the rollover/pop up menus: I see a question mark to the left of each image in the menu (the images themselves are working beautifully), does anyone know why?
    view the website here:
    http://www.kiwihouse.org.nz
    I want to keep the pop up menu so am looking for a solution to eliminate the floating question mark
    does it have anything to do with the multiple javascripts on each page?.. I have one for the menus, and one for the multiple fadeshow
    any advice or suggestions would be greatly appreciated
    dQ

    Not sure if this is the problem, don't have time to go through all your code - but putting the page through the validator bought up a lot of errors...
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.kiwihouse.org.nz%2F
    Look at the 3rd error message - it's to do with the way the script link has been written.
    Lots of other errors that need fixing as well.
    On another note, these pop up menus are not the best way to create menus these days, that's why the pop up menu feature was removed from the latest DW version.
    Articles that may be of interest:
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    http://apptools.com/rants/jsmenu.php
    http://apptools.com/rants/menus.php

Maybe you are looking for

  • Java from VC++

    I am writing a VC++ program that has to fetch Java source code from a file, compile and execute it at runtime, and return the result objects back to C++. Can anyone suggest a starting point to this? Any ideas??

  • Custom processing for Projects workflow

    Hi,   For Projects, we want to use custom notification functionality for workflow events. We cannot use agents assignment nor data from HR as we don't have HR data in SAP. What we want to do the following for all events related to projects.   1. User

  • Quick question about mail

    sorry i'm not sure where to ask this question... when you use the search function in mail, it may bring you to messages in the middle of all your emails. is there a hot key that can zip you all the way up to the top without using the mouse? thank you

  • List of games that support X-R

    Sorry if this topic has been done before. Can somebody name all the games so far that support X-RAM?

  • AE too long project saving time

    Hello! Just having on same computer both version of AE CS6 and CC: the latter takes at least four-five times more to save same project. Anybody can help, pleaze? Thanx Frrr PS. hard disk is a brand new and fast Samsung EVO.