How to change focus?

I'm working on a prototype that needs the HTML's anchor (#anchor) interaction. So when the user clicks a button, it will scroll them down to a different area of the swf. This will be a vertically long prototype (2300px high), so when the user clicks a button on the top, it will scroll them down to another section on the bottom. I usually see small websites made with FC, so i don't know if the functionality is built in to support this type of interaction.
Thanks for the help!!
-Sergie

Thanks for the reply Chris.
This isn't a traditional website, but an application that's on the web. Since it requires a lot more interaction than a basic website, Flash Catalyst seems perfect for the job (for prototyping it and user testing it). The only thing that i'm concerned about is how it will interact inside of the browser because it's a vertically long project. I know Axure does prototyping very well, but not for high-fidelity interactions like FC. 
Are you familiar with any online resources i can check out (maybe a forum) to create this sort of anchor interaction?  (I'm not very familiar with actionscript and javascript.)
-Sergie

Similar Messages

  • How to change focus in programmatic way?

    Hi,
    1. how to change focus in programmatic way?
    2. is there any way to define tab index?
    With Regards,
    Wai Phyo

    1). http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17491/tagdoc/af_scrollComponentIntoViewBehavior.html
    2). no

  • How to change focus within JTextPane

    Hi
    I have a JTextPane within a JScrollBar. I have a requirement to change the focus to particular line in the JTextPane on the click of a button. i.e. The JTextPane has to scroll down to that location on clicking the button. Do we have any built in APIs for this functionality ? Or how can we accomplish this ?

    play with modelToview and viewToModel methods to go where you want to go.
    Then you can set the caret position and request focus.

  • How to change focus sequence in transaction VA01?

    Hi all,
    after upgrading our systems from 4.6c to ECC6.0 the focus sequence in the table control of transaction VA01 has changed.
    After entering a Material and pressing enter the focus switched to column Order Quantity of the same row in our 4.6c system.
    In ECC6.0 pressing enter causes the focus to go to Material in the next row
    Is there any way to change the focus sequence without doing a modification?
    Using the TAB-key is no alternative for our users.
    Regards,
    Hubert

    I think that I've found some usable solution.
    There is the input check "module vbap_bearbeiten_ende on chain-request." for fields rv45a-mabnr and rv45a-kwmeng of dynpro 4900/SAPMV45A.
    The form vbap_bearbeiten_ende which is called by PAI-module vbap_bearbeiten_ende provides several enhancement-points.
    When I create a warning message in an implementation of an applicable enhancement-point, the desired performance should come back to our users.
    SAP Note 0001309393 will also solve my problem.
    Edited by: Hubert Heitzer on Jul 15, 2009 9:48 AM

  • How to change "Select a content category " text

    Hi folks,
    I really appreciate the support community, as I did deeper and deeper into the produce I've seen the same handful of names pop up across the board! Thanks for all your help!
    I was wondering how to change the "Select a content category>>" text that displays in a traditional skin next to your content categories upon generation. Specifically this:
    Is there a way to edit the text? Mine are focused on government levels and I'd like to make it easier for users.
    Thanks! Happy New Year!

    Hi there
    I believe you do it as follows:
    Click File > Project Settings.
    Ensure the General tab has focus.
    Click the Advanced... button.
    Click the LNG File tab.
    Scroll the list to the [WebHelp] section.
    Locate the item that reads: ContentCategoryList=Select a content category.
    Click on it to select it.
    Click the Edit button.
    Change the text following the equals sign it to what you want it to read.
    ContentCategoryList=Change this text
    Press Enter to accept the change.
    Click OK to dismiss the dialogs.
    Generate and test!
    Hope this helps... Rick

  • How to change number range for document type ?

    Dear All
    Experts
    How to change the number range for document types for entry view? I am trying to change the number range for all document type as per defined ranges in FBN1, but at the time of saving document type and number range the system is throwing error message as 
    Doc. type C1: Number range 07 is used for ledger L6 with doc. type AE
    Message no. FAGL_LEDGER_CUST093
    I have defined a leading ledger in system too with these settings
    1)     Define ledger for accounting.
    2)     Defining currencies for it.
    3)     Defining ledger group for the same.
    4)     Defining accounting principles
    5)     Assignment of principles to leading ledger.  
    Are there any extra settings required for leading ledger settings?
    I have some doubts those are :-
    How document types defined at ledger level?
    How to define them at leading ledger level?  (Like my case)
    Focus on this will be appreciable.
    Regards,
    Sharvari Joshi.

    hi ,
    The document numbers in the leading ledger and the non leading ledgers should be in sync, they should not have any differences, so incase you are trying to change the number range for C1, the  number range 07 is already been assigned to doc type AE. i guess you have cant use 07 for C1. may be you can try out with an other number range. check this and let me know if you are able to do this.
    coming to
    1.How document types defined at ledger level?
    2.How to define them at leading ledger level? (Like my case)
    Ans 1. please try defining document types for entry view in a ledger.
    path : SPRO- financial accounting new -financial accounting global settings new - document -document types -define document types for entry view in ledger.
    upon prompt enter the ledger and go ahead creating the number ranges for the document types.
    Hope this helps.
    Regards
    amrutha

  • "Preview," how to change font size for when you "fill in the blanks" in a pdf file?

    In the pdf reader, "PREVIEW,"
    I specifically want to find out how to change the font size for "fill in the blanks" information. They're usually huge and i just simply want to make them smaller. 
    As a complete aside, is there a keyboard shortcut for being on google chrome or safari, then immediately opening the window for "preview." I'm typing notes out on preview while listening to a video lecture on my web browser, usually chrome, and i'd like to switch back and forth.
    Thank you, I'd greatly appreciate any advice.

    HI Velders,
    Can't answer your first question but can offer some information regarding your 'aside.'
    Command-tab will move the focus to the most recent previous application. If repeated, it will step through the pen applications from most to least recent. In your described case, you could use command-tab to toggle between Preview and Safari.
    Command-~ runs you through the open windows in the same application. As with command-tab, the steps are from most to least recent.
    Regards,
    Barry

  • How to change the disabled value color of messageTextInput

    Hi,
    I have a requirement to change the value color of messageTextInput. And I had apply custom look and feel. For normal messageTextInput, I can change its color, but for disabled messageTextInput, the value is always gray out. I can't change its color.
    Could anyone tell me how to change it?
    Thanks,
    Eileen

    Eileen,
    This is the code u need to use in process request:
    OAMessageTextInputBean x = (OAMessageTextInputBean)webBean.findChildRecursive("<item id of message text input which have to disable>");
    //If item id of the next message text input is XXX, on which
    //u wanna set focus when user clicks on ur disables message text input
    x.setOnFocus("javascript:XXX.focus();");
    Now u can set CSS class.The above code will automatically set focus on field with item id XXX, when user clicks on it, thus not allowing user to enter anything in that message text input.
    I hope this helps.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to change the selection background color of the selected item in the popup menu of the choice box ?

    How to change the selection background color of the selected item in the popup menu of the choice box ?
    By defaut, the selection background color likes "blue", but if I want it to be "yellow" for example, how should I do ?
    Thanks

    The id is applied by (I think) the skin class of the ChoiceBox. You don't need to define it.
    You have to apply the css in an external style sheet. You can apply the external style sheet to any parent of your choice box, or to the scene (the most usual way to do it).
    Example:
    import java.util.ArrayList;
    import java.util.List;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class ChoiceBoxTest extends Application {
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
        final ChoiceBox<String> choiceBox = new ChoiceBox<>();
        List<String> tempResult = new ArrayList<String>();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        choiceBox.getItems().setAll(tempResult);
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();   
      public static void main(String[] args) {
        launch(args);
    choiceBox.css:
    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
    -fx-background-color: yellow ;
    #choice-box-menu-item .label {
    -fx-text-fill: black ;
    Message was edited by: James_D

  • Changing focus - window issues and .chm

    Two questions:
    1) When choosing any mailto: or website link from a .chm, a
    new window opens, as expected, but the TOC changes to "hidden."
    When click anywhere in the Help window, the TOC shows. Going back
    and forth from the message window/website and the help file, you
    will see the behavior. Our QA flagged this as a potential issue.
    Is this the expected behavior? Or, is there a setting to
    prevent it from hiding? (I would like the Contents, Search, and
    Index tabs to show when the .chm is first opened.) However, I don't
    see the purpose of the Show/Hide being activated when changing
    focus.
    2) After opening a message window or web page from a .chm,
    the Help window remains on top of the message window/web page. The
    message window is indeed active for composing (is in focus), but it
    is often necessary to reposition the help window (which is
    annoyingly still on top of the new window) to be able to
    compose--same with being able to see the full web page.
    Again, is this expected? Is there a setting for having true
    focus -- not always having the .chm stay on top but go behind when
    you change focus to compose a message or view a web page that you
    have initiated from the .chm?
    Thank you very much for any tips you can suggest.
    -- Anne Jackson
    Sr. Technical Writer, SunGard
    Ann Arbor, MI

    Anne,
    There is a setting for a window to be "top-most." I may not
    be able to tell you how to get there in RH as I use an old version.
    In the project settings, window definitions, find
    properties/advanced/extended styles and be sure Top-most window is
    deselected.
    If you can't find it in RH, you can add 2 (hex) to the
    NavPaneStyle parameter in the window definition in your .hhp file
    John

  • Key-changing focus in JLists

    Consider the following JList -
    String[] testData = {"one", "two", "three", "four", "five"};
    JList testList = new JList(testData);When testList has focus, pressing 't' will cause the selection to traverse between items beginning with 't'. This also happens when pressing 'f' or 'o', although the behaviour is somewhat inconsistent in all cases (e.g. it doesn't work all of the time).
    How to disable this behaviour? The API documentation makes no mention of it, so I assume that it is specific to PLAFs (I use Metal by default). The only solution I have found to work thus far is to invoke the following after JList initialisation -
    EventListener[] listeners = testList.getListeners(java.awt.event.KeyListener.class);
    for(int j=0; j<listeners.length; j++) {
      testList.removeKeyListener((java.awt.event.KeyListener) listeners[j]);
    }However, this seems like an absurdly heavy weight solution to such a silly problem. Is there a getter/setter I've not seen? I've already tried tinkering with InputMaps and ActionMaps, but they don't seem to have an effect.
    Cheers,
    Damien.

    I tried using the div tag and changing focus to an transparent screen so that it is seamless to the user.
    That does not work too. When you change focus by burring and then focus on the transparent screen the cursor acts wierd and remain in wait state all the time.
    Any idea what am I doing wrong here?
    V I

  • 4 to 5.5 conversion quirks - how to change

    Questions of how to change a few small things in ID5.5 so they will work the way they did in ID4. Hopefully just preferences.
    ID4 used to double click photo box and the open select tool would appear to adjust text wrap, not in ID5.5
    ID4 when selecting multiple text & photo boxes it didnt automatically group them. Used to be able to adjust one of the boxes within all that were selected. ID5.5 tries to scale them all and shows a group looking box around them.
    ID4 adjust the size of one box and immediately selct another. ID5.5 doesn't always let you select another box without first deselecting.
    How can I turn of the "bullseye" over the photo boxes
    ID4 Shift+Option+Command used to scale a photo box from one corner, now it adjusts from all four corners equally.

    On the first two, I'm afraid, you are probably out of luck. Selection behaviors were totally revamped in CS5. This may be the root of problem three as well -- if you've selected an object behind another it no longer loses focus.
    The Bullseye is called the Content Grabber and can be turned off inthe View menu.
    I don't recall ever needing the Option key in the mix to do the scaling, but enough people here have reported using it in older versions that I think it was just not recognized as a different shortcut. Stop pressing it and you'll get the behavior you want.

  • How to change default alerts in iCal?

    Hello.
    Every time you add a new event in iCal, the Info panel of the event contains a series of default alerts that you may want to add to it. However, all of them are useless to me (e.g.: "Send email to <my address> 4 days after), so I need to manually edit them event by event. Anybody knows how to change them? I have already inspected all the plist files related to ical, and looked inside the ical package content, but I found no indication of where to change these values. Using iCal version 5.0.2
    Thanks,
    l

    John: Thank you, this is exactly what I wanted. I was indeed inspecting the plist with bbedit, but what I did not realize is that the file has some parts which are binary, so I could not see the PersistentMenu-lastUsedAlarms part by using a text editor. I opened it with Xcode and I did find what you were saying, and erased all the junk that was in there. In fact, the issue I had was also described here:
    http://newsgroups.derkeiler.com/Archive/Uk/uk.comp.sys.mac/2010-06/msg02349.html
    For some reason, it looks like after some upgrade the program adds were some positive values in the plist and I was stuck with default alarms that were set *after* the events I wanted to set an alarm for.
    I did what you suggested, then added by hand new values to the PersistentMenu part of the plist, and I am now happy.
    For everybody's information, to know what I did, it is enough to know to add Dictionary items to the  PersistentMenu-lastUsedAlarms, with 3 fields:
    -- AlarmTypeKey (this determines if you want a sound, or else an email, or else the other default alarm type keys. For example, sending an email is a Number, value 4; having a message with sound is a Number, value 3)
    -- AlarmDurationKey: This is a Number, in seconds, that determines when you want your alarm to trigger. E.g: -172800 will be two days before. Must be negative for "before", of course)
    -- AlarmParameterKey: This is a String, where you store the value that you want the alarm to have. For example, if you want an email to be sent, the AlarmTypeKey will be 4, as explained above, and this field will contain your email address. Instead, if you want the alarm to be a sound, the AlarmTypeKey will be 3 and this field will have the name of the sound you want (e.g., Basso).
    That's it. Thanks a lot for the solution!
    l.

  • How to change pricing Conditions in Sales order in change sales order bapi

    Hi Experts,
    How to change pricing Conditions in Sales order in change sales order bapi.
    I have used the 2 function modules bapi-changesalesorder and sd salesdocument change, But it is creating the new record , instead of changing the existing one, Could please assist regarding the same
    Thanks in Advance .
    NLN

    HI NLN
      I have just tried on my system and managed to overwrite the existing price by passing the following parameters.
      <b>Import Paramters:</b>
         SALESDOCUMENT - Sales Document Number
         ORDER_HEADER_INX - UPDATEFLAG as <b>'U'</b>.
         LOGIC_SWITCH - Import Structure - Pass 'X' to LOGIC_SWITCH-COND_HANDL.
      <b>Tables:</b>
         CONDITIONS_IN - ITM_NUMBER,
                         COND_COUNT, -> Condition counter same as KONV-ZAEHK generally it is <b>'01'</b>
                         COND_TYPE,
                         COND_VALUE,
                         CURRENCY.
         CONDITIONS_INX - ITM_NUMBER,
                          COND_COUNT,
                          COND_TYPE,
                          UPDATEFLAG as <b>'U'</b>,
                          CURRENCY.
       Hope i have clarified your query.
    Kind Regards
    Eswar

  • Hi Support team, somehow my mozilla settings have been changed and it baceme transprenet, now how to change back to normal ?

    Hi Support team, somehow my mozilla settings have been changed and it became transparent, now how to change back to normal because everything is transparent, menus, pages etc.

    This could be the same problem other users are reporting as a white screen or black screen, caused by an incompatibility between Firefox 33 and some older graphics card/chipset drivers.
    Please disable hardware acceleration as a temporary workaround. Step-by-step directions in this thread: https://support.mozilla.org/questions/1025438
    Does that work?

Maybe you are looking for