Navigation control

Hi~
In the Visual Composer,there is a funtion called "navigation control".
in web dynpro, how to make "navigation control" effect, the same as Visual Composer does?
thanks
Message was edited by: Allen Chou

Hello Mukesh mani,
thanks for quick response.
however, what I really mean is that, how to make a "navigation controll" UI component, like the one Visual Composer does in Web Dynpro. For further illustration, please see below links, which shows those UI images I meant to implement:
<a href="http://sampang.myweb.hinet.net/T1.jpg">http://sampang.myweb.hinet.net/T1.jpg</a>
Thks in advance,
Message was edited by: Allen Chou

Similar Messages

  • How to add document navigator control into a plug-in window?

    I develop a filter plug-in for Photohsop CS2, but I wonder how to add navigator controll in the plug-in window. The navigator works int the same way like Photoshop navigator - moving cursor on the navigator makes the image scroll in the main previes. I want to have both, the navigator and a main preview window in the filter plug-in window. I saw it many times, however, I did not find example in Photoshop CS2 filter SDK.
    If somebody could point me to a resource, that could get me to the right track, i would be glad.
    Thanks
    Rene.

    Chris hello,
    It is good to know that plugins can not control the docunment view in Photoshop. However, my idea was to have preview in Photoshop plug-in window, and then to have small navigator that would scroll the preview. Exactly like on this Photoshop plug-in:
    http://data.unipixels.com/screenshot.jpg
    Please notice tha navigator on the right side of the window. Moving the red rectangle in it will scroll the middle preview window.
    With regards,
    Rene.

  • Navigation control only with my custom buttons

    I'm using Captivate 4 and I'd like to create an eLearning course that navigation control goes only through the cutom buttons I create. No auto continue to the next slide, etc. I've deleted the full screen invisible button with continue on it, and I disabled the skin with playback control. If it's just a page turner, it's fine. If you have inteactions using buttons, click box, the "If the user clikcs outside of the button," seems to affect the behavior of the slide. I tried different settings but it still goes to the next slide after clicking on something a few times.
    For example, I tried to set allow attempts to 100 and set No Action After the last attempt. If it works as it says, then you should be able to click on the screen 100 times without activating anything. Then, it should take No action as I asked it to do. But this does not work.
    So, how can I do to create a Captivate course that only navigates with my buttons, menus?
    Thanks,

    Hi,
    Can you share this screen with me where you are controlling the navigation with those 6 buttons ?
    I am in similar situation with over 120 slides to be built in with action to be controlled by user clicks.
    Thanks.

  • Now, how do I exlude navigation controls in the HTMl export in Keynote

    In older version of Keynote there was an option when exporting to HTML that was "Include navigation controls". If I unchecked they were gone. Now that option is gone and I can't figure out how to remove the Navigation controls from the bottom of the bottom of the webpage. I tried modifying the "hud" div in the KeynoteDHTMLPlayer.css file as other forum posts suggest, but it seems to do nothing. I really need that thing gone. HELP!

    There are no navigation controls in HTML exportfrom Keynote 6.2.
    If a video is in the presentation, QuickTime controls will show when the cursor is on top of the video.

  • Clear items's form when press Add or Find button of navigation controls

    Hi all. Sorry my english.
    I have a form bound to a user table.
    Each one of their items is set whith a field...
    I set the form as automanage. This is the way to work with the navigations control. (It work for me perfectly)
    The problem is when i press the button add or find of the navegation control. The form's items not change their values or set blank.
    How can i do to set blank every form's items without generate a event?. can the form do it automatly?
    Thank

    Hi Antonio,
    I assume you are not using a user defined object. If you're using a user-defined object this is done for you automatically. If not, you have to clear the field values manually yourself as if you're setting a blank value to the field via code.
    You can maybe implement a generic procedure where you loop through all the controls on the form and then set the caption/text/selected combo box property.
    Hope it helps,
    Adele

  • Working with data navigation controls

    Hi Experts,
    I am developing an add-on and chose to create and register it as user-defined object in Business One as document type.  I have managed to utilized its features.  However, I am unsuccessful in making the data navigation controls work (next, previous, first, and last record).
    Hope somebody could shed some light on how to properly do it.
    Thanks.

    Hello
    If you using UDO, and building your form based on UDO type the navigation buttons working automatically
    same code for building your form.
    Dim oForm As SAPbouiCOM.Form
                Dim creationPackage As SAPbouiCOM.FormCreationParams
                creationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
    creationPackage.UniqueID = "YOURUDONAME"
                creationPackage.FormType = "YOURUDONAME"
                creationPackage.ObjectType = "YOURUDONAME"
                creationPackage.BorderStyle = SAPbouiCOM.BoFormBorderStyle.fbs_Sizable
                oForm = SBO_Application.Forms.AddEx(creationPackage)
    The important parameter is:
    >creationPackage.ObjectType = "YOURUDONAME"
    and you should provide a fields which is drives the browser object.  This example for Mater Data Type UDO, ITEM UID  is CODE and the browseBy Property of this form is linked to this item UID.
    oItem = oForm.Items.Add("CODE", BoFormItemTypes.it_EDIT)
                oItem.Top = nTop
                oItem.Left = 220
                oItem.Width = 100
                oItem.SetAutoManagedAttribute(BoAutoManagedAttr.ama_Editable, BoAutoFormMode.afm_All, BoModeVisualBehavior.mvb_False)
                oEditText = oItem.Specific
                oEditText.DataBind.SetBound(True, "@UDOTABLENAME", "CODE")
                oForm.DataBrowser.BrowseBy = "CODE"
    Regards
    J

  • Adding tabs dynamically at runtime for a tab navigator control

    Hi,
    Is it possible in flex builder 2 to dynamically add the tabs
    at runtime to the tab navigator control, if we can add plz tell the
    procedure to do that
    thanks in advance

    Given that you had a tab navigator declared in mxml like
    this:
    <mx:TabNavigator id="myTabber" selectedIndex="0">
    </mx:TabNavigator>
    you should just be able to call the addChild method, passing
    the child tab containers. So for example, in some ActionScript
    event handler:
    var newTab:Canvas = new Canvas();
    myTabber.addChild(newTab);
    bear in mind I haven't done this by adding tabs, but have
    done tons with adding controls to an application at runtime using
    this method (DataGrids, Grid, GridItems, etc...)
    Jason

  • Adf table navigation control on bottom

    Hi,
    When I add custom skin to my application, bottom navigation controll on adf table is not visible anymore.
    In adf-faces-skins.xml I have this configuration
        <skin>
        <id>digit.desktop</id>
        <family>digit</family>
        <render-kit-id>oracle.adf.desktop</render-kit-id>
        <style-sheet-name>css/digit.css</style-sheet-name>
      </skin>and in adf-faces-config.xml use that skin
    <skin-family>digit</skin-family>In digit.css I have configured bottom navigation like this
    af|table::control-bar-bottom
      font-size: 22px;
      font-family:Tahoma;
      text-decoration: none;
      background-color: rgb(238,238,240);
    }However, bottom navigation isn't shown on page.
    I am using jdeveloper 10.1.3.4
    Thanks
    Edited by: Marjan Stojkovic on Jun 17, 2010 12:45 AM
    Edited by: Marjan Stojkovic on Jun 17, 2010 12:56 AM

    Hi,
    Thanks for quick reply.
    This works in css but is there any way to do this on a single page?
    I tried to add .af_table{ -ora-repeat-control-bar: true }
    but it doesnt work.
    Thanks.
    Edited by: Marjan Stojkovic on Jun 17, 2010 6:52 AM

  • Navigation Controls on Reports

    Hi
    Can anyone tell me how to move the navigation control on my report.
    I set the pagestrem=yes, the Page Navigation Control Type to Text and the Page Navigation Control Value with the default code, and the only thing i get is just 5 buttons on the lower side of my page, how can i move those buttons to the upper side, is there some template that's needed to be edited or what?
    For your time and help, thanks

    The hell with you guys, i was hopping to get, at least one reply.
    Thanks for your help and for your comprehension
    Message was edited by:
    user580244

  • Glossary Tab and Navigation Controls

    Hi
    Our company has been asked to test our application using a
    Japanese version of Windows. Neither the program nor the help will
    be translated. Our QA department found two help-related problems:
    1. The TOC, Index, and Search tabs appear in Japanese, but
    the Glossary tab does not.
    2. The Navigation Control I inserted for the Related Topics
    appears as a square with a dot in the middle as if it were a
    missing image, and nothing happens when you click it.
    I'd appreciate any help you can offer to either show the
    Glossary tab in Japanese, or the other three in English, and to get
    my Related Topics popup back.
    I use RoboHelp 7.02 HTML and generate CHM files.
    Thanks,
    Jennifer

    Hi there
    Likely you need the 64 bit version of the HHActiveX.dll. I believe this is only available in RoboHelp HTML version 9.
    If you have version 9 I received this from a Question I asked of Adobe:
    ...you can get the 64 bit version of HHActiveX.dll in  RoboHelp 9.0. It is kept at "<RoboHelp 9.0 install  folder>\Redist\x64\HHActiveX.dll"
    If RoboHelp 9.0 is  installed on your machine, this activeX control is already registered.  Otherwise you need to register this DLL.
    To register HHActiveX.dll,
    1> Run Command prompt(cmd.exe) as administrator
    2> Type "regsvr32 <HHActiveX.dll full path>" and press Enter.
    3> This should show that the registration is done successfully.
    Now working with 64 bit version of HH.exe should also show Glossary and Browse Sequences.
    You might download version 9 and test.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Who has a zoomable expandable collapsible radiant star patterned vector graphic navigation control?

    Boy that's a helluva name heh? But that's what I'm looking
    for. A navigation
    control that has a series of rectangles (each representing a
    star in the
    pattern) where each rectangle is connected to a central
    rectangle by a
    single vector, e.g. a straight line. When an onMouseDown
    event is raised on
    a rectangular object a click and drag operation will expand
    or collapse the
    starred diagram, e.g. zoom when dragged. When an onClick
    event is raised on
    a rectangular object's text property a database query, web
    service or page
    navigation will be invoked.
    Has anybody developed this type of navigation?
    <%= Clinton Gallagher
    NET csgallagher AT metromilwaukee.com
    URL
    http://clintongallagher.metromilwaukee.com/
    MAP 43°2'17"N 88°2'37"W : 43°2'17"N
    88°2'37"W

  • How to implement navigation control inside view controller project

    Hi,
    I am trying to implement an navigation control in a view controller project.
    I am unable to do that process.
    Can anyone please suggest me how to do this navigation flow which should be placed inside view controller.
    SRI.

    Hi,
    I am using Jdeveloper 11.1.1.4.0.
    To use the appModules methods, I am creating the service interface and then I am creating the webservice proxy into another view controller project and access the appModule methods.
    Now, I don't want to create the webservice proxy. I want to directly access the appModule methods.
    Thanks,
    Rohit.

  • Show Navigation Controls of Viewer Builder

    Hi all,
    I am creating the enterprise viewer app by Viewer Builder v 2.1.0.
    How to use "Show Navigation Controls" of Navigation bar?
    shimoawazu

    If you select this option, it shows navigation controls such as Back, Forward, and Refresh in the HTML page you specify.

  • Diference between view controler and navigation controler

    Hello,
    please what is the diference between view controler and navigation controler.
    Thank you for your answer

    a Navigation Controller is a Subclass of a View Controller. It has some additional Functionality. Please read the Apple Documentation for further information
    https://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UINavigat ionController_Class/Reference/Reference.html
    https://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIViewCon troller_Class/Reference/Reference.html

  • Creative Zen Vsion M navigation controls 'freezing

    Hey Peoples,?I am having a problem with my recently purchased creative vision m 30g. Every now and then when i use the navigation controls to fastforward to another track or to preview a video, they seem to 'freeze up', with nothing working until i reset the unit. Has anyone experienced a similar problem and what advice would you give?Thanks

    Have you tried the recovery tool?
    If that does not help, you might want to get in touch with support for further assistance.
    Go to the Support section of the website and select your product. On your right, click on Contact Us. You will be provided with a list of troubleshooting options. Click on the one closes to your issue. Go through the suggestions and if the does not work or you have already tried that, scroll to the bottom and click on No, escalate to email. This should bring you to the email form to contact support.

Maybe you are looking for

  • How can I delete photos from camera roll to give me more storage

    I Upgraded to an iPhone 4 from a 3GS (mainly because it was a 99¢ promotion).  I have only a little over 1GB-maybe less-left and it doesn't have music on it yet.  I figured my photos are the answer but can't figure out how to delete them from the cam

  • Size of thumbnails in spry image slideshow with filmstrip

    is there some way to make it so the thumbnails on the filmstrip show a mini pic of the actual linked photo. At the moment it only shows a section of the photo (often BG) which kind of defeats the purpose of having a thumbnail filmstrip at all. Thanks

  • How do I get the music on my i pod to my new computer with an empty librar

    I acedently erased all my music on my i pod while I was out traveling, so I filled the ipod with a lot of music from another computer (so I cant just burn the music on to a cd/dvd). Now I have just bougt a new computer and downloaded itunes and I wou

  • Account Determinitation Error

    When we are running the Foreign currency valuation when iam running FAGL_FC_VAL Incorrect account determination: company code 1000 Vendor reconciliation account  1002011 Message no. FR257 also when i do the posting GL 40 and 50 not assigning Plz help

  • LMS 3.2 real time graphs

    Hi Guys, Can somebody tell me how to set up the following in LMS 3.2 running the latest version of various modules like RME, CS etc. 1. Real time graphs. If I am monitoring 100 switches in LMS, to be able to display reachability status of 100 switche