FOLDER: launch URL

Hi All,
When the end-users click on a folder icon (on the portal content navigation menu), I want that a certain url is loaded immediatly in the central body.
A portal folder has got a property "launch URL", which I expect refers to a url that will be loaded when the folder icon is clicked on. I can however, not change his value (when you check the attribute details, it is HIDDEN).
I want to make the field read/write, but I don't know how to do it. If I change the value to read/write, save  and refresh the node, nothing has happened. Rebooting the portal also doesn't work.
Can someone tell me how the make these attributes READ/WRITE.
Thanks in advance
Kind Regards

Hi Detlev,
That is not exactly the option that I want to use, but it could do.
I also don't see the properties the document is talking about.
The properties that I see and that are related to the subject (I think) are the following:
- Can be launched (YES/NO)
- launch URL (String)
- launch in (Inplace / External window)
I however can not change their value :-(. I can change the "can be launched" value, but it isn't saved ... .
I expect that the "launch url" field will only appear editable when the van be launched field is set to YES.
I can't find "Clicking Folder Name Launches First Node" and "Default Entry for Folder" properties.
I just created a role and in this role i created a folder with an iview element in it.
Do you or anyone else have some more advice?
Thanks

Similar Messages

  • Flash builder external launching URL

    Hi. Flash Builder launch configuration has the option to specify an external URL, but it hardcodes local file URIs, making launch configurations not portable across developers. This is easy to fix (please, forgive me for bending the rules of the terms of license -- it's in good faith).
    1. FlexLaunchConfiguration#getCustomLaunchURL needs to be modified to make use of Eclipse's built-in substitution variables.
                    url = VariablesPlugin.getDefault().getStringVariableManager().performStringSubstitution(
                            fConfiguration.getAttribute(attributeKey, ""));
    2. Add imports:
    import org.eclipse.core.variables.IStringVariableManager;
    import org.eclipse.core.variables.VariablesPlugin;
    3. Make "Adobe Flash Builder Launching" bundle depend on org.eclipse.core.variables.
    Voila. You can now have any launch URL you wish, including project-relative (but not hardcoded) resources, as in:
    ${resource_loc:/my-project/bin/my-resource.html}
    It would be great if this could be integrated with the codebase, of course.

    The delay is in launching the adobe community help (ACH) or the browser. That takes 15-20 seconds. Once the ACH or browser is launched it loads the content pretty fast. There's no network activity during the delay.
    It looks like it launches the help with the following command (shown in the status bar).
    command://com.adobe.flexide.communityhelp.launchHelp(productHelpConfig=Flex_4.0,pageID=mx. collections_ArrayList
    It works fine on OS X, but it's super slow on XP.

  • Unable to Launch URLs in 11.1.2/Configuration Manager service

    Hi All,
    I've installed and configured Hyperion 11.1.2. Whne i'm trying to Launch URLs for Shared services, Admin Console and work space they are not opening. What settings that i've to make after configuration. When i looked at services, the epmsystemconfiguration manager is not started. When i try to start this service, it is giving the message "could not start this service on Local computer". Pls. let me know what changes that i need to do. Once i setup configuration manager (if i give the correct username & pwd for oracle support) can i start this service and Launch the URLs ?

    Hi John,
    The shared services URL and Admin Console URL are working fine. When i try to launch Worksapce URL like http://servername:19000/workspace, it is not opening. When i try to use the URL as http://servername:28080/workspace, the workspace is opening, but giving the error as "Namespace Communication Error". When click Ok here it is giving other message as "Workspace Error". It should run on Port # 19000 right ? I'm not understanding why it is running on Port 28080. In the Configurator, first i did Foundation, Essbase, Planning, Reporting and Analysis, and then Foundation -> Configure web server finally. Is it wrong approach ?
    Also, I've given the user ID as epm_admin during the configuraion, but unable to login with this ID. When i use userID as admin, i'm able to Login to Essbase. Pls. help John

  • Launch URL on user's default browser

    Hello,
    Is it possible to launch a URL on the user's default browser, through an ActionListener? Something like:
    public void actionPerformed(ActionEvent e) {
            JMenuItem source = (JMenuItem)(e.getSource());
            if(source.getText().equals("Online Help"))
              //launch URL here
    }Thanx in advance! :)

    Hi Derelict, check this out:
    http://browserlauncher.sourceforge.net/Hope it's helpful!
    Chris.

  • Folder type URL

    Did somebody have problems with folder type URL (external web site, i.e yahoo)that is set up to be displayed on the content area page? I'm under Oracle network and I've already tried to set up the proxy settings on Global settings, but it doesn't work because using this configuration I can't see any folder on the content area.
    If I set up to display in a full window I get it, otherwise I can't see the page. The same problems happen for items which type is URL (external site).
    Thanks in advance.

    It is on NT, with oracle 8.1.7.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Karthic Lakshmanan ([email protected]):
    Caroline,
    Is this on NT or Solaris? There are known problems with 816 on NT. Upgrading to 8162 does seems to solve some of the problems.<HR></BLOCKQUOTE>
    null

  • Launch URL encoding

    is there any way to disable the encoding, PDF made in 7 pro users have 7 reader, PDF open in IE has button launching URL in new window
    app.launchURL("http://intranet.dhs/onenet/onenet.aspx?item=20705#a_toc1",true);
    # changes to %23 and just opens home page, I can change %23 back to # and hit go and page opens to specified point.
    http://intranet.dhs/onenet/page.aspx?item=20705%23a_toc1
    Is there any way to for it to keep the #

    You encode the parameter values only.
    "http://localhost:8080/myapp/test?1=" + URLEncoder.encode("95.5 %") + "&2=" + URLEncoder.encode("55.5 %");

  • I cannot launch urls embedded in messages and I also cannot update Apps

    I cannot launch urls embedded in emails and I also cannot update Apps

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • LinkButton click doesn't launch URL in the bin-release folder

    I have a project "xyz.mxml" in which I use a datagrid. The action script assigns a ItemRenderer of object LinkButtonRenderer
    gdColumn.itemRenderer = new ClassFactory(LinkButtonRenderer);
    This LinkButtonRenderer.mxml is another file in my project "xyz.mxml"
    When I run the application in the Flex builder, it runs fine and on the button click the url opens up. But when I copy all the files out from the "/bin-debug" folder to any  other folder, the button click does not work. If I do a "Export Release Build" all the files get created in the "bin-release" folder. But the link button does not work here.
    <?xml version="1.0"?>
    <!-- LinkButtonRenderer.mxml -->
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"> 
    <mx:Script>
           <![CDATA[
               import mx.events.ListEvent;
               import mx.controls.LinkButton;
               import mx.controls.Button;
            import mx.controls.Alert;
            import flash.net.navigateToURL;
            private function handleClick(eventObj:Event):void
                var u:URLRequest;
                u = new URLRequest(data.url.toString());
                navigateToURL(u, "_self");
                  ]]>
         </mx:Script>
            <mx:LinkButton id="url" label="{data.label}" click="handleClick(event);" color="blue"/>
    </mx:VBox>

    For testing the URL im ausing is  http://google.com
    This buton click operation works when I run it from the Flex Builder Application, by clicking on the  "Run" Button, the swf file gets created in the /bin-debug folder.
    Once I export it "Export Release build" all the necessary files get created in the /bin-release folder. Here if i open the html file and click on the button nothing happens

  • Dreamweaver website folder launched in iWeb

    I created a website in Dreamweaver and I'm trying to launch it through iWeb or iDisk. I've tried dragging the folder containing the website into my iDisk and into iWeb with no luck.
    How would I go about launching this website through .Mac (MobileMe)
    Thanks

    I also just tried making a custom folder in iDisk with the directory you suggested and nothing happened.
    Everytime I do go to my homepage I get my username (rosger) and a link to my iDisk public folder that I made long ago. The URL for this is :
    http://homepage.mac.com/rosger/FileSharing1.html
    The files for this URL were located in my /sites folder so I deleted them and replaced it with the website I created in Dreamweaver with no luck. In fact, when I go back to MobileMe and look under homepage the file I attempted to delete still come up as if MobileMe isnt communicating with my iDisk in real time or not at all!
    It should be simple right?
    1) Put the files you would like to make as your homepage into the /sites folder located in iDisk. (In my case these files would be the site I made in Dreamweaver)
    2) Head over to MobileMe and locate them under Homepage. Then go on using the URL given for this folder etc.
    This is how I understand it

  • Launching URL clicking on a button of a view of BSP Component

    Hi  Gurus,
    I have a requirement of opening a webdynpro URL by clicking on a button in a view of a standard BSP component. I have created one transaction launcher and assigned it to a logical link " ZOPP_CRT". In the event handler of the button I have written the following code.
    method EH_ONOPP_NEW.
    Added by wizard: Handler for event 'OPP_NEW'
    data: lv_nav Type ref to if_crm_ui_navigation_service.
    lv_nav = cl_crm_ui_navigation_service=>get_instance( me ).
    lv_nav->navigate( iv_link_id = 'ZOPP_CRT' ).
    endmethod.
    I have also checked the following links:
    Event triggers transaction launch
    Requirements using Transaction Launcher
    Still it is not working. Please suggest.
    Thanks

    Hi Raghunadh,
    You can find the details here:
    [http://wiki.sdn.sap.com/wiki/display/CRM/SAPCRMTransactionLaunchertoSAPERPBORObjects-Debugging|http://wiki.sdn.sap.com/wiki/display/CRM/SAPCRMTransactionLaunchertoSAPERPBORObjects-Debugging]
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4?QuickLink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4?QuickLink=index&overridelayout=true]
    Regards
    Leon

  • How to display the image which in KM folder using url iview

    Hi Friends
    How to display the image, which is under KM folder structur using the url iview.
    i trying using url iview url as  \document\testfolder\abc.jpg as url for the iview.
    but its now working .. so please help me how to slove this problem
    If is not the correct way then please suggest me best way to achive this.
    Thanks
    Mukesh

    Hi Mukesh,
    I think this may work,
    1, Create a HTML Layout.
        You can put your image wherever  u want with HTML Codes.
        Check this, [Article|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3915a890-0201-0010-4981-ad7b18146f81] & [Help|http://help.sap.com/saphelp_nw04/helpdata/en/cc/00c93e9b2c3d67e10000000a114084/frameset.htm]
        With this, u can use the standard KM commands also.
    2, U need to use KM Navigation iView for this rather than KM Doc iView.
    3, In the Nav iView, u can use &rndLayoutSet=nameOfUrHTMLLayout to force the view with this new layout.
    Regards
    BP

  • Custom Buttons launch URL in new window

    How can one get the Custom Buttons in a final chm help file
    to launch the URL in a new window. When a supplimentary web page is
    launched inside the chm using a custom button on the navigation
    pane, it doesn't fit properly. Is there any way to launch the URL
    in a new window?
    Can I include some kind of HTML coding in the URL itself? If
    so, what syntax?
    The only options Robohelp gives you is entering the label and
    URL

    Deet,
    It sounds like you're posting a RoboHelp HTML Help question
    in the RoboHelp for Word Forum by mistake.
    However, the answer is "No." The Custom Buttons can't open in
    a new window like the links in topics do.
    If you want a button to open in a new window, you have to use
    a third-party product to make your own custom button. For more
    information, see Pete Lees' response to a similar question in this
    RoboHelp for HTMLHelp Forum thread:
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=449&threadid=10838 64
    Regards,
    Cindy

  • Launch URL in new window?

    Is it possible to launch a URL to open a webpage from within captivate and have it open in a completely new window with a predefined window size. If I select the - Open URL or file with the New option- it will launch the webpage in a new tab which is the same size as the currently open browser.

    Hi there
    Captivate is like any other application that allows opening web pages. Sure, it can be done but Captivate offers nothing to help you define that window size. What you will have to do is use JavaScript to make it happen. Configure the button or click box or advanced action so it executes JavaScript, then insert the script you want to run.
    Cheers... Rick

  • Rxvt-unicode 9.16-1 and click to launch url (urlLauncher)

    After upgrading to rxvt-unicode 9.16-1 I found out I can't click to open a url in my browser.
    Turns out
    URxvt.urlLauncher: firefox
    doesn't do anything because http://cvs.schmorp.de/rxvt-unicode/Changes the new version introduced
    INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
    Sidenote: https://www.archlinux.org/packages/comm … t-unicode/ says that gtk2-perl is an optional dependency to use the urxvt-tabbed, but I've been using urxvt-tabbed w/o it (even after the update).

    I found this with urxvt-perls; I had to change url-select.launcher to get it working again...

  • Transaction launcher  - URL transaction and parameter

    Dear Experts,
        I need to pass the confirmed BP's address as a parameter to an URL transaction. How would I achieve this? My URL is http://maps.google.com
    Thanks & Regards,
    Kanthimathi

    Hi,
       We faced a similar situation. You can pass parameters to an external website in the query string. But you cannot do that with the classic transaction launcher config.
    You would need to write javascript code to achieve this on the 'confirm' button event handler code.
    Hope it helps!
    Thanks,
    Sudipta.

Maybe you are looking for

  • MBA (mid-2012) SSD failure after 8 weeks Hardware Test

    Brand new MBA mid-2012 (8GB RAM, 128GB SSD running ML 10.8.0). Failed to startup - Apple logo on grey screen appeared, then the spinning gear wheel, then a blank screen, then the spinning gear wheel, then a blank screen, repeating ad nauseum... I res

  • Problems in X7-00 after Belle update, Recommends a...

    Hello there, I've just updated my X7-00 to Nokia Belle, and I have to say I'm impressed.. It's amazing! I just love it! However I had a couple of problems: First in the Gallery app, when I press the Share button in the bottom bar it says "Feature not

  • Use of synchronized keyword with portal services

    Hi, Can you confirm me if it is true that a portal service is a Singleton? I mean, when using an instance variable of a portal service I am able to set the value of the instance variable using one client app and get it afterwards using another client

  • Horizontal strip that moves with the users mouse.

    Basically, I have a photo gallery, on a long horizontal strip. I want the user to navigate this strip by simply moving their mouse to the right to make it move right, and moving their mouse to the left to make it move left. I know that there is a way

  • Oracle Forms 4.5 API

    Does anybody know if there is an API available for Oracle Forms 4.5 that allows you to open FMB files and read the contents (e.g. the blocks, items defined and the properties)? If so, how do I get hold of it and any appropriate documentation? Please