Button URL problem

Hi, I noticed a problem with the buttons URL when I navigate to a page via a button. They launch the browser in app. However, if I slip on the next page compared to navigate via a button, they throw very well. If I navigate to a page via a button and move the page (not to finish a shot) they will launch the browser. I use the action button (goto next page).

Thoughts?

Thank you!

The f

Ok thank you. I will forward to the dev team.

Neil

Tags: Experience Manager Mobile

Similar Questions

  • Button formatting problem

    I'm having the button formatting problems in the footer of a muse (A Virtual Colorado fly fishing Field Guide) site and wonder if anyone can give some insight into what goes wrong.

    There are two buttons.  The 'Business' button text is formatted as bold Helvetica 14 points.  The 'Links' button is the same formatting, but has also 10 points 'Space before' in order to center the text in the button.  When I go to the home page of the site, Business button shows the text at the top of the key and the links in the Center as planned.  If I navigate to any another page the text of the button Business has been moved to the Center and the text of links to the bottom of the button and the button links has stretched vertically.

    Why would the buttons have this behavior?

    Just rebuilt the button.  Rather than start with a text box, used the State of the widget library button.  That seems to fix the problem.

  • Button navigation/problem

    Help! I'm at my wits end.

    I take an introductory class in Flash and working on a project for this class. Everything was going well until I started working on my navigation. I used the flat tube green buttons common library on the homepage and all the rest of the site used a dark color button I duplicated and colored from the Green flat tube button.

    My problem:

    I have an actionscript layer that should work throughout the entire timeline but is not. Originally, I had a keyframe for the frame that contained the green buttons and the other which stretched the length of the entire timeline, containing all the code for the buttons. I put scrapped that and tried to combine code with what was to the keyframe of the work who controlled the green buttons on the homepage. I had used snippets of code first, but also tried to remove all that and just do it by hand, but that doesn't seem to make a difference.

    I don't know what the problem is: the ActionScript? The buttons? Some random glitch? I would tend to think that it's something weird, I do with the script, but I wrote it how it seems to work on pages that work properly. And I do not think that it is just dark buttons because I also tried to do a button 'next' a clipart image, who also works hard.

    Any ideas? Suggestions? The assignment should soon and I am at a loss what to try next. I will be happy to clarify anything if something is confusing the way I said.

    ((Oh, également: après avoir regardé un peu sur le forum, mon sonne un peu comme celui-ci: http://forums.adobe.com/message/3113656#3113656 ))

    Not exactly the same, but the buttons have a similar problem. When I first noticed this problem, I have hade three keyframes with actionscript, 1 which apply to the first image, the second applied to the second and the third image was script that applied to buttons for the rest of the document. With this in mind...

    OK my site on order on the timeline goes on and on: homepage, homepage (w / the green buttons), on (dark buttons) page, history page (dark buttons), etc. The buttons work on the on the page - I go to click on the green button on the home page, go to the about page and the home page (via the black button) no problem. If I say history page and try to get back to the homepage (via the black button) it will not work. If I'm going to the page of the homepage first, then go to the history, I could go back to the home page. It's really weird!

    I have now grouped the second and third frame of actionscript and not even a navigation of the on the page works, but I thought that the thing which I explained above looked like the problem of the other person so I wanted to mention.))

    Thank you!! I pasted the code of the button below. The last two buttons are those that do not work and the rest of the script applies to keys that are functioning normally.

    import flash.events.MouseEvent;

    Stop();

    about_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameThree);

    function fl_ClickToGoToAndStopAtFrameThree(event:MouseEvent):void

    {

    gotoAndStop (3);

    }

    / * Click to supervise and stop

    By clicking on the instance for the specified symbol moves the playback cursor to the frame specified in the timeline panel and stop the movie.

    Can be used in the main timeline, or on timelines of film clip.

    Directions for use:

    1. replace the number 5 in the code below with the image number you want the playback head to when the user clicks the symbol instance.

    */

    history_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameFour);

    function fl_ClickToGoToAndStopAtFrameFour(event:MouseEvent):void

    {

    gotoAndStop (4);

    }

    / * Click to supervise and stop

    By clicking on the instance for the specified symbol moves the playback cursor to the frame specified in the timeline panel and stop the movie.

    Can be used in the main timeline, or on timelines of film clip.

    Directions for use:

    1. replace the number 5 in the code below with the image number you want the playback head to when the user clicks the symbol instance.

    */

    basics_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameSix);

    function fl_ClickToGoToAndStopAtFrameSix(event:MouseEvent):void

    {

    gotoAndStop (5);

    }

    / * Click to supervise and stop

    By clicking on the instance for the specified symbol moves the playback cursor to the frame specified in the timeline panel and stop the movie.

    Can be used in the main timeline, or on timelines of film clip.

    Directions for use:

    1. replace the number 5 in the code below with the image number you want the playback head to when the user clicks the symbol instance.

    */

    shoes_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameSeven);

    function fl_ClickToGoToAndStopAtFrameSeven(event:MouseEvent):void

    {

    gotoAndStop (6);

    }

    / * Click to supervise and stop

    By clicking on the instance for the specified symbol moves the playback cursor to the frame specified in the timeline panel and stop the movie.

    Can be used in the main timeline, or on timelines of film clip.

    Directions for use:

    1. replace the number 5 in the code below with the image number you want the playback head to when the user clicks the symbol instance.

    */

    benefits_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameEight);

    function fl_ClickToGoToAndStopAtFrameEight(event:MouseEvent):void

    {

    gotoAndStop (7);

    }

    / * Click to supervise and stop

    By clicking on the instance for the specified symbol moves the playback cursor to the frame specified in the timeline panel and stop the movie.

    Can be used in the main timeline, or on timelines of film clip.

    Directions for use:

    1. replace the number 5 in the code below with the image number you want the playback head to when the user clicks the symbol instance.

    */

    pictures_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameNine);

    function fl_ClickToGoToAndStopAtFrameNine(event:MouseEvent):void

    {

    gotoAndStop (8);

    }

    / * Click to supervise and stop

    By clicking on the instance for the specified symbol moves the playback cursor to the frame specified in the timeline panel and stop the movie.

    Can be used in the main timeline, or on timelines of film clip.

    Directions for use:

    1. replace the number 5 in the code below with the image number you want the playback head to when the user clicks the symbol instance.

    */

    resources_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrameTen);

    function fl_ClickToGoToAndStopAtFrameTen(event:MouseEvent):void

    {

    gotoAndStop (9);

    }

    homeDark_btn.addEventListener (MouseEvent.CLICK, ClickAndPlay_One);

    function ClickAndPlay_One(event:MouseEvent):void

    {

    gotoAndStop (2);

    }

    celtic_btn.addEventListener (MouseEvent.CLICK, JumpAndPlay_One);

    function JumpAndPlay_One(event:MouseEvent):void

    {

    gotoAndStop (75)

    }

    You mentioned have code on different frameworks and how the framework and the back worked, but the story goes about page you could not go back.  Looks like your code was on the subject of chassis you skipped by going directly to the plot of the story.  If you ignored this framework you skipped assigning listeners to the buttons.

    An alternative approach to consider is to have all of your buttons from 1 chassis and control their visibility rather than assigning the code so that they work when you move around chronology

  • rounding of Firefox buttons display problem

    Hello

    It seems that Firefox has issues with the rounded buttons (AFAIK).

    I'll post some screenshots to demonstrate:

    http://screencast.com/t/EJ2wIJMrna

    a refresh of the page itself, produces different artifacts of the same nature:

    http://screencast.com/t/NBqrrqTQVp8

    Sometimes, if you refresh a page enough times, you might not get these artifacts.

    The Web page on the screenshots is: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius but I saw this question on a lot of pages, sometimes even on the Google search page.

    I am running the most recent version, official, stable Firefox, but I noticed this problem for at least the last 2-3 versions of the browser.

    You can try disabling OMTC and leave hardware acceleration in active Firefox.

    • topic: config page: layers.offmainthreadcomposition.enabled = false

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    You can try to disable hardware acceleration in Firefox.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    You will need to close and restart Firefox after enabling/disabling this setting.

  • Transfer/validation RSS URL problem

    HI, thanks a lot. There seems to be no place on the web for RSS concerns, and since I use Thunderbird and Firefox, I thought I'd try here. Maybe someone can shed some light on what is happening?

    I have subscribed to an RSS feed
    http://www.thecitizen.co.tz/-/1765046/1765046/-/view/asFeed/-/stj0vxz/-/index.XML

    This is fine in Thunderbird.
    When I click on a link, I can't access the page. I can't see what is happening, I don't know why or how to stop the problem.
    Here's a representative URL
    http://thecitizen.co.tz/news/Dar-port-improvement-Pact-inked/-/1840392/2452224/-/eaxrix/-/index.html
    He translated in firefox
    http://www.thecitizen.co.tznews/Dar-port-improvement-Pact-inked/-/1840392/2452224/-/eaxrix/-/index.html

    So if I take the first link and add "www." or take the second and retype the '.tznews' to '.tz/info' - I get this:
    http://www.thecitizen.co.tz/news/Dar-port-improvement-Pact-inked/-/1840392/2452224/-/eaxrix/-/index.html
    And it works. What happens here? Anyway I can automate adding "www." to the link so that I can run with him? Is the bad RSS? or, more difficult issue here, if I was actually in Tanzania, it works properly without adjustment (I am currently USA base)?

    No, this isn't a problem with the browser, but with this server.
    If you paste this link in another browser address bar, then you will see the same.
    The rules they use on this server have an error that causes the slash to are deleted.
    Looks that they replace http://thecitizen.co.tz/ with http://www.thecitizen.co.tz and not http://www.thecitizen.co.tz/
    You can contact the Web site and ask them to look into this.

  • Safari search/address bar of copy to URL problem

    This has been a problem for about a year, I think that, maybe more, even if I don't specifically remember.

    I often use search/address bar of Safari for searches on the internet, probably 90% of the time.  Sometimes, I want to share these search results with others.  The problem is, when I click in the address/search bar to select and copy the URL of the site, I visited, the URL is replaced with the search parameters that I had previously placed instead of the URL of the site that I actually visit.  It is not that this all the time, but very often.  Now that I'm trying to replicate, I can't, even though it took place just 20 minutes ago.  I was finally able to recreate by opening a new Safari window.  It is perhaps connected to tabs how do I open in the window?  Here is a screenshot.  Any ideas of what could be the cause?

    Try a reboot.

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode - subject

    Safe mode - Yosemite

  • Tecra S10 - 10F - Support Button Multimedia problem

    Hello

    I have Toshiba Tecra S10-10th with Win Vista SP2.
    I have problem with Toshiba button Support.
    After a clean install of Vista, everything works fine. Now two buttons next to the button toshiba walk / stop don't work. When I uninstalled 'toshiba value added package', buttons was answered but open "windows Mobility Center.

    When I installed Toshiba value added Pachage once again, the buttons are no longer...

    Could someone help me pls?

    THX

    Hello

    This strange s
    Usually the installation of VAP should help you get the buttons working again.
    Value added package contains tools and utilities that are necessary for the functionality of the multimedia buttons

    Please install the VAP, and then configure the keys still using the utility button Toshiba located in Toshiba Assist-> optimize

    There you have to click on the button, and then you set some for some exe file button.
    Single exe files are in C:\Programs\Toshiba\TBS

    Welcome them

  • Physical button power problems

    Hello

    I got my Lenovo U410 a year ago (it will be a year of the end of October), and I loved it, since I got it but a anoyone else noticed how filmsy power button is? Very thin and sometimes a small corner of it will get stuck under the frame. I thought it was pretty normal and dealed with my own way, but then this morning it stopped me to start.

    I tried both with the AC adapter / in and out, held for 30 seconds and all the other methods, but it does not turn on. It was as if something had got stuck behind the key and it kept me from fully pressing down. I don't think my handeling and care is in the present case, given that I managed to keep a HP Pavilion DV2700 healthy since 2008.

    Is it a manufacturing error, design, or is my phone just a fluke? I really don't want this to happen.

    I realized what it was. It was a problem of physics with the computer. The key on the receiver under the button was worn out and had to be replaced. I don't know why he had used if fast (I had the laptop for just a little over a year). You'd pay a little more than half a grand for a laptop would make to the less lasting for two or three years. Thanks Lenovo. Really.

  • HP 250 G3: Button brightness problems

    Hello!

    I'we had some problems with my button for brightness. When I press the brightness button down, it will be brighter. And even with the other button for brightness. Is a hardware or software problem?

    Please help, it's very annoying.

    Problem solved, just need new driver for HP help button.

    LINK: http://h20565.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5405424&idx=&swEnvOID=4059&action=driverDocument&itemLocale=&swLang=&swItemId=ob_135423_1&mode=

  • Trackball Explorer button Assign problem Vista

    How can I correct Intellipoint Trackball Explorer button assignments later than Windows update for Vista?

    Hello

    Check the link and see if it helps:

    The problems with the mouse button or scroll the parameters

    http://support.Microsoft.com/kb/303091/en

  • Vanity URL problem

    Hello

    I tried to get my head around vanity URL and I have problems...

    I have a web relative root implemented that matches the prefix in the file configuration web.xml (using for example avi)

    prefix: avi

    Web root: / cs/avi

    I then use to rewrite all URLS that Apache / * / CS/avi / *.

    It all works very well. However, the URL throughout the site in the page content are then generated to study the prefix: ...com/cs/avi/etc

    How is it supposed to work? I want to be able to use vanity URLS for access and paths throughout the site without the prefix.

    I tried to use the /Site/? Add = somevalue & lookuppage = somevalue which I had some success with it, but I can't seem to make this work with satellite servers?

    Am I missing something?

    Just thought I'd follow on this case to someone else has the same problems. It turns out 404 errors ask errors etc. of wall due to many bugs with the 11.1.1.8.0 of output. After having patched the right to up to 6 Patch installation, all problems disappeared and vanity URL works correctly with satellite servers using the format:

    SS/Satellite? lookuppage = home & add = / cs/avi

  • Update button icon problem

    Hi, thanks for your visit.

    Working with scriptUI Panel and try to update the icon of my button, but something is going wrong with my code, I guess...

    Can someone write what is the problem here?

    
    var mainPanel;
    function stabpanel(thisObj) {
        
        mainPanel =(thisObj instanceof Panel) ? thisObj : new Window("palette", "Change icon", undefined,{resizeable: true});
      
        var iconFolder = "~/path_1/";
        mainPanel.manSave =  mainPanel.add("iconbutton", [0,0,46,46], File (iconFolder+"AEP.png"), {style: "toolbutton"});
        mainPanel.changeButton = mainPanel.add("button", undefined, "Change icon");
        
        mainPanel.layout.layout(true);
    mainPanel.layout.resize();
    mainPanel.onResizing = mainPanel.onResize = function (){this.layout.resize ();}
    
    
    mainPanel.changeButton.onClick = function(){
        
    var iconFolder = "~/path_2/"; 
    
    
    // code below doesn`t work 
        mainPanel.layout.layout(true);
        return mainPanel;    
        }
    
       return mainPanel;
       mainPanel.center();
    
    }
    stabpanel(this);
    

    You do not need to use automatic formatting to change the icon, just put the "icon" property

    Something like this:

    function stabpanel(thisObj) {
    
        var mainPanel;
        mainPanel = (thisObj instanceof Panel) ? thisObj : new Window("palette", "Change icon", undefined,{resizeable: true});
    
        var iconFolders = ["~/path_1/", "~/path_2/"];
        var iconFolderState = 0;
        mainPanel.manSave =  mainPanel.add("iconbutton", [0,0,46,46], File(iconFolders[iconFolderState]+"AEP.png"), {style: "toolbutton"});
        mainPanel.changeButton = mainPanel.add("button", undefined, "Change icon");
    
        mainPanel.layout.layout(true);
        mainPanel.layout.resize();
        mainPanel.onResizing = mainPanel.onResize = function (){this.layout.resize ();};
    
        mainPanel.changeButton.onClick = function(){
            iconFolderState = (iconFolderState+1)%2;
            this.parent.manSave.icon = ScriptUI.newImage(File(iconFolders[iconFolderState]+"AEP.png"));
            return;
            };
        return mainPanel;
        mainPanel.center();
    
    };
    stabpanel(this);
    

    Xavier

  • InDesign, interactive form (PDF) & radio button appearance problem...

    I'm working on an interactive PDF using InDesignCC x 64 form, and I need to have "a selection only choice ', I use the radio button. But the customer want them look like checkboxes.

    No problem: I know how to customize but... But... BUT... Appeareances custom of the option button will not appear only in Acrobat (instead, I got the default appearance of the radio button circular).

    I checked build-in the option box of indesign library (from 010 to 024) and got the same result. The only way I've found is to re - edit my form with Acrobat, and then change the property in 'square' instead of circle (but still can't get my custom appeareance). But as my form contains several pages and a huge amount of people, not mentioning several upcoming release, I would prefer not having to change anything with Acrobat and stay inside Indesign.

    This isn't my first form and I'm not really a newbie, but on this one, I'm totally distraught...

    Hope that someone from the community will be able to help... (I got 7 of those to do 48 hours... Perfect timing )

    All updates using product Adobe (x 64 / win 8.1)

    Does someone have an idea from the status?

    After that several tests on different computers (Mac & PC) it seems that the problem happens only on Acrobat Pro. Not on Acrobat Reader... So it will do the trick, but the Adobe team should take a look at this...

  • Button link problems .swf

    Hello. I use Adobe Flash CS6. I have problems performing separate links 2-2 buttons. I succumbed. I made 2 different buttons and thought I did 2 separate links. But, when you click on the two buttons, they link to the same page. I want them to go to separate pages... Any suggestions? Here is a link to the file... Perhaps someone can pin point the problem?

    There is nothing terrible about the code, just a few things are missing.

    The problem with what you have now is you basically add two event listeners to the chronology of the main stage, so when you click on anything you trigger the two functions, but only one of them can win (probably the last executed) in the end.

    Click the button for the first set of code that show you and in the properties panel, assign it an instance name where it says ""... Let's say you name it 'page4Btn' then change your first line of code to be... ""

    page4Btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToWebPage_4);

    Then repeat for the other button, using a different instance for the button name.

  • Button url links does not

    Hi all

    would a person is not afraid to take a look at this code, I have 6 buttons, for some reason, only the first button (my_home) works, can anyone see something wrong?

    Thanks a lot for your help

    my_home.addEventListener (MouseEvent.CLICK, myBtnClicked1);

    function myBtnClicked1(e:MouseEvent):void {}
    var url: String = "http://www.weedwarriors.co.uk/";
    var request: URLRequest = new URLRequest (url);
    try {}
    navigateToURL (request, "_self");
    } catch (error) {}
    trace ("Error occurred!");
    }

    my_about.addEventListener (MouseEvent.CLICK, myBtnClicked2);
    function myBtnClicked2(e:MouseEvent):void {}
    var url: String = "http://www.weedwarriors.co.uk/about-us";
    var request: URLRequest = new URLRequest (url);
    try {}
    navigateToURL (request, "_self");
    } catch (error) {}
    trace ("Error occurred!");
    }

    my_services.addEventListener (MouseEvent.CLICK, myBtnClicked3);
    function myBtnClicked3(e:MouseEvent):void {}
    var url: String = "http://www.weedwarriors.co.uk/services";
    var request: URLRequest = new URLRequest (url);
    try {}
    navigateToURL (request, "_self");
    } catch (error) {}
    trace ("Error occurred!");

    my_commercial.addEventListener (MouseEvent.CLICK, myBtnClicked4);

    function myBtnClicked4(e:MouseEvent):void {}
    var url: String = "http://www.weedwarriors.co.uk/commercial";
    var request: URLRequest = new URLRequest (url);
    try {}
    navigateToURL (request, "_self");
    } catch (error) {}
    trace ("Error occurred!");
    }

    my_portfolio.addEventListener (MouseEvent.CLICK, myBtnClicked5);
    function myBtnClicked5(e:MouseEvent):void {}
    var url: String = "http://www.weedwarriors.co.uk/portfolio";
    var request: URLRequest = new URLRequest (url);
    try {}
    navigateToURL (request, "_self");
    } catch (error) {}
    trace ("Error occurred!");
    }

    my_contact.addEventListener (MouseEvent.CLICK, myBtnClicked6);
    function myBtnClicked6(e:MouseEvent):void {}
    var url: String = "http://www.weedwarriors.co.uk/contact-us";
    var request: URLRequest = new URLRequest (url);
    try {}
    navigateToURL (request, "_self");
    } catch (error) {}
    trace ("Error occurred!");
    }
    }
    }
    }
    }
    }
    }
    }

    1009 error indicates that one of the objects targeted by your code in the frame of 37 are out of reach.  This may mean that the object...
     
    n ' is not in the display list
    n ' is not have an instance name (or the name of the instance is misspelled)
    n ' is not in the frame where this code tries to talk to her
    -is animated in place, but is not assigned the name of the instances of each keyframe for her
    -is one of the two or more consecutive keyframes of the same objects without a name assigned in the image previous (s).
     
    If you go to your section to publish the Flash settings and select permit debugging option, your error message should have a suite of line number the number of the frame that will help you to isolate the object that is involved.

Maybe you are looking for