How to set Displayed Properties?

I want to set different Displayed Properties for folder and documents in my layout.How can I archieve that?
Best Regards!

Hello,
Depending on your requirement, you will have to change your Collection Renderer and Resource Renderer.
http://help.sap.com/saphelp_nw04/helpdata/en/79/a1d23e6b2c3d67e10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/87/41389793deac4f92696f38378e56fb/frameset.htm
It seems we have posted at the same time, for your requirement, Resource Renderer should do this.
But if you want to hide some properties which are exisiting on folders! then even Resource Renderer cannot solve this.
As you have one Resource Renderer per <b>flavor</b>, you will set same Visible Properties for both Folder and File. If the property does not exist on Folder/File, it just shows empty property. But you cannot hide exisiting properties depending on if the resource is File/Folder.
Here only a custom implemented Resource Renderer can solve your problem.
Hope this helps...
Greertings,
Praveen Gudapati
p.s. Points are always welcome for helpful answers
Message was edited by:
        Praveen Gudapati

Similar Messages

  • How to set display size of a Region or Dynamic Region?

    Hi,experts,
    In jdev 11.1.2.3,
    I drag and drop a task-flow into a jsf page to create a Region,
    and set display size for the region, source code as:
    ===================
    <f:facet name="second">
    <af:decorativeBox theme="medium" id="db1">
    <f:facet name="center">
    <af:panelGroupLayout layout="scroll" id="pgl1"
    inlineStyle="width:1200px;height:700px;">
    <af:region value="#{bindings.trainflow11.regionModel}" id="r1"
    inlineStyle="width:1200px;height:700px;"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    =================
    But, the Region is only showed a small fraction area on the parent jsf page whenever during design or run time.
    How to set display size of a Region or Dynamic Region?
    Thanks!

    Hi,
    the decorative box is supposed to stretch components in the center facet, so at runtime the region should stretch. Can you try with a static region to see if this is an issue with dynamic regions?
    Frank

  • How to set the properties

    If I want to use java ORB to visit Visibroker ORB , how to set the Properties for init ?? can you help me ?
    thanks !

    System.setProperty("org.omg.CORBA.ORBClass","com.inprise.vbroker.orb.ORB");
    System.setProperty("org.omg.CORBA.ORBSingletonClass","com.inprise.vbroker.orb.ORB");You can get some examples here:
    http://maris.site.lv/ejb.html
    best regards,
    Maris Orbidans

  • How to set CORS properties for BLOB Storage using node?

    Hi - I just got started with Azure using a Node-based web site and mobile services.
    I am following various documentation in order to provide an API for users to upload images via a time-restricted SAS for the BLOB Storage.
    In order to upload my image, I need to set the CORS configuration for the BLOB Storage. Unfortunately this cannot be done via the management portal.
    I'm unclear as to how to accomplish this. I'm considering using the startup.js file in my mobile service to make a post request to the BLOB Storage REST API:
    http://msdn.microsoft.com/en-us/library/windowsazure/hh452235.aspx
    Are there appropriate methods in the Node SDK to make this easier, especially the signing part?
    What is the recommended way for setting CORS properties for the BLOB Storage via Node?
    Thanks for your help
    Stefan

    Unfortunately Node SDK does not support CORS functionality yet. Your option would be to write code which consumes the REST API for setting CORS. Not sure if it helps but there's a free tool out there written by my company which you can use to set CORS
    on your storage account. More information about this tool can be found here:
    http://blog.cynapta.com/2013/12/cynapta-azure-cors-helper-free-tool-to-manage-cors-rules-for-windows-azure-blob-storage/
    Hope this helps.

  • Labels pointing to pie slices with lines (or how 2 set chart properties in code behind)

    I want to be able to create lines outside of my pie chart with labels and have those lines drawn to connect to the pie chart.  I saw that this can be done in code behind in the following thread:
    MSDN thread on lines to pie slices
    But my problem is I never declared an instance of my chart when I am using my code behind.  My code that makes the reports visible is basically (but not completely) the following:
    ReportDataSet.Tables.Add(ReportDataTable)
    ReportViewer.Visible = True
    Dim ReportDataSource As ReportDataSource = New ReportDataSource("ReportDataSource", ReportDataSet.Tables(0))
    ReportViewer.LocalReport.ReportPath = ReportToDisplay.RDLCFileName
    ReportViewer.LocalReport.DataSources.Clear()
    ReportViewer.LocalReport.DataSources.Add(ReportDataSource)
    ReportDataSource.Name = ReportToDisplay.DataSetName
    ReportViewer.DataBind()
    ReportViewer.LocalReport.Refresh()
    ReportViewer.ShowReportBody = True
    ReportViewer.Width = RVWidth
    ReportViewer.Height = RVHeight
    So how do I set chart properties for my report given the above code?  As long as I can set my chart properties with the above code, I should be able to get this to work given the above thread and the link to the Label-Outside-of-Pie and Line-Color properties
    (or whatever) info on Microsoft's info page

    Hello,
    Based on your description, you want to design a
    pie chart with outside lables and pie line inside a .rdlc report. If so, you can add the Chart report item into the report after open a client report definition (.rdlc) file in graphical design mode. And then Set the
    PieLabelStyle property and PieLineColor property. Please refer to the following screen shot:
    The link your post above it about the
    Chart Web server control. As pre my undersntand, you cannot reference a Web server control inside .rdlc file.
    If you have any question about using Chart Web server control, you can post a question on
    Chart Controls for .NET Framework forum.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • How to set displayed column width for a search help

    I have created an elementary search help for a custom field with a value table behind it.
    The search help functions correctly, but when displayed the column widths are all 10 characters. The user has to adjust the column to view the descriptive text.
    Can anyone tell me how to set default column widths for the help?

    Please  open you Elementary search  help  and see the Column  width   behind the Fields of your ...there  increase the width of the fields
    "Activate it  and refresh
    reward  points if it is usefull .....
    Girish

  • How to set ALV properties?

    Hi,
    I have some difficulties with an ALV grid report.
    The program is too difficult for using the alv refresh method then we use the submit method to the program.
    Using the submmit method users will lost their layout (filters,...). I found a FM REUSE_ALV_GRID_LAYOUT_INFO_GET which return all the properties of an ALV.
    All this informations are sent in memory using export to memory. The informations are well returned.
    I create the event END_OF_LIST in which I call the FM REUSE_ALV_GRID_LAYOUT_INFO_SET after importing the ALV properties. But no change on the ALV have been done... (no filter...)
    Must i use an other event or an other FM?
    Help!
    Thanks.
    END_OF_LIST:
       CLEAR    :  ws_layout,
                   wt_fieldcat,
                   wt_sort,
                   wt_filter,
                   ws_grid_scroll,
                   ws_variant,
                   wt_marked_columns,
                   wt_filtered_entries,
                   wt_fieldcat_backend,
                   ws_print.
       REFRESH  :  wt_fieldcat,
                   wt_sort,
                   wt_filter,
                   wt_marked_columns,
                   wt_filtered_entries,
                   wt_fieldcat_backend.
       IMPORT ws_layout = ws_layout FROM MEMORY ID 'ZLAYOUT'.
       CHECK sy-subrc EQ 0.
       IMPORT wt_fieldcat = wt_fieldcat FROM MEMORY ID 'ZFIELDCAT'.
         FROM MEMORY ID 'ZFILTERED_ENTRIES'.
       IMPORT wt_fieldcat_backend = wt_fieldcat_backend
         FROM MEMORY ID 'ZFIELDCAT_BACKEND'.
       CLEAR  gs_layout.
       gs_layout  =  ws_layout.
       CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET'
         EXPORTING
           is_layout      = gs_layout
           it_fieldcat    = wt_fieldcat
           it_sort        = wt_sort
           it_filter      = wt_filter
           is_grid_scroll = ws_grid_scroll
           is_print       = ws_print.

    Hi,
    the post you indicates to me is the good way to refresh an ALV but this not my case. We can not use the good way that is the problem.
    The way you put me in is not so wrong!
    I try to use an event with a sy-ucomm and refresh the ALV with the rs_selfield-refresh = 'X' and its worksssssssss.
    The the question now how to refresh an ALV by this way:
    EVENT sy-ucomm.
    form f_command_alv using fip_ucomm
                               fip_selfield type kkblo_selfield.
       case fip_ucomm.
         when 'ZREFRESH'.
           perform f_refresh.
         when 'TEST'.
           perform f_set_alv using rs_selfield.
       endcase.
    EVENT ENDOF_LIST:_
    form end_of_list.
        PERFORM f_set_alv.
    endform.                    "end_of_list
    The difficulty is how to set rs_selfield-refresh to X in the second case or another way to refresh!
    David31
    Edited by: David31 on Apr 3, 2009 11:33 AM

  • Help Please: how to set JDBC properties for data encryption in BC4J

    Hello,
    I am trying to implement JDBC Thin Driver Support for Data Encryption and Integrity.
    With java.sql.Connection and java.util.Properties, one would do something like the following code:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Properties props = new Properties();
    int level = AnoServices.REQUIRED;
    props.put("oracle.net.encryption_client", Service.getLevelString(level));
    props.put("oracle.net.encryption_types_client", "( RC4_40 )");
    props.put("oracle.net.crypto_checksum_client",Service.getLevelString(level));
    props.put("oracle.net.crypto_checksum_types_client", "( MD5 )");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:main", props);
    But, how can we do this with BC4J objects? Can we set this properties via EnvInfoProvider class? Please help. Thank you very much in advance.
    Zhirong

    Hi,
    Try adding the code in the PBO part of your custom program used for the custom screen which you have created and added inside the BADI.
    Regards,
    Harish

  • How to set image properties ?

    Dear All,
    I need your help to set image properties like (Title , Subject , Comments .... )
    thanks

    NVidia writes the DDS file format plugin, you need to talk to them about it.

  • How to set Custom Properties in PDF

    Hi,
    We are using BIP embedded in EBS R12.
    For post-processing of PDF files, we need to embed information in PDF files which can be read by a script.
    There is Customer Properties section in every PDF file (File > Properties > Custom (tab)) where information may be stored in Name-Value pair where in Name will be a predefined information while value should coming from XML data file.
    I could not find any help/guide which demonstrates how to insert custome properties in PDF file generated from RTF template in EBS. Is this capability available in BIP?
    Please share your thoughts on this.
    br.

    You may be able to make changes to the web.xml for Infoview to handle that.
    For infoview questions you will need to create a forum post in the [Enterprise Admin forum|BI Platform;
    Edited by: Jason Everly on Aug 16, 2010 10:01 AM

  • How to set slide properties 'display time' unlimited?

    Hi there,
    I'm working on a PPT based captivate project.
    I have a slide with Yes / No button.
    I want to program the slide in such a way that, if user clicks 'Yes' control will jump to X slide.
    if user clicks 'No' control will jump to Y slide.
    My question is i want the slide should be displayed till an either Yes or No is clicked.
    But by default Slide Properties is set to 5 sec. Moreover i have read in the HELP section that i can be set to max 3600 sec which i dont want.
    I want the slide to be displayed till eithere yes or no is chosen. Please help.
    Thanks
    Deewanand

    Hello,
    You had already very accurate suggestions. Want to add this: if your PPT-slides do have already animations, timings, be sure to set the pausing point of your buttons to be after all those animations have played! If they are only static slides, do not bother about my remark.
    Another addition: do you want those buttons on all your slides? If yes: you will have to copy and paste them to every slide, you cannot set a button to be displayed for the rest of the project. And to set your Jump to slides actions, it works a lot easier if you label the slides..
    Lilybiri

  • How to set screen properties for Customer fields in PO(Enhanced using BADI)

    Hi All,
    I have added one custom tab with seven fields in the PO item level using the BADI 'ME_GUI_PO_CUST  and ME_PROCESS_PO_CUST'.
    Now i want to change the screen property dynamically. According to some calculation i need to change the customer fields in display mode and change mode. when ever it is in change mode i need to set the fields as mandatory.
    How can i implement this logic using this BADI. Please help in solving this issue.
    Best regards,
    Kannan. B

    Hi,
    Try adding the code in the PBO part of your custom program used for the custom screen which you have created and added inside the BADI.
    Regards,
    Harish

  • How to set "display mode" from external keyboard

    I have an EliteBook 8570p in a docking station, with an external monitor and keyboard attached.
    I typically have my display mode as "duplicate", with the same thing  showing on both my laptop screen and external monitor.  I use the external monitor as the main screen. This might be uncommon, but I prefer it this way.  I've been working this way for quite a while.
    I very recently started using MS PowerPoint 2013.  Today I discovered an annoying bug with this combination.  I was in "slideshow mode" for a pptx I was working on, and I pressed ESC to get back to editing the doc.  What happened was that the external monitor just showed my background wallpaper, and the laptop screen showed the normal display, along with my background wallpaper.  I then had to slide over to my laptop keyboard and press Fn-F4 and set it to "Duplicate", and that restored my external monitor display.
    I'm definitely going to pursue this weird behavior with PowerPoint, but I'm going to assume out of the box that this will be difficult to change.  What I'd like to get from this forum is simply a quicker way to restore the "Duplicate" display mode.  Is there a keyboard shortcut I can use from my external keyboard to change the display mode?  There's no "Fn" key.

    Although I'd still like to get an answer to this, my original problem has been solved, as I was able to disable the feature in PowerPoint 2013 that mucked with my display mode (turn off "Use Presenter View").

  • How to set servlet properties in JDeveloper 3.1?

    Hello,
    I am using JDeveloper 3.1 and try to develop some servlets, however, when I cannot locate any servlet.properties file to configure my serlvet (basically some init param). For other web server, I know that there are either a servlet.properties file or a admin port for developer to do this? Do anyone know how to do this in JDeveloper?

    Hello Ting,
    I also failed to locate the servlet.properties file for JDeveloper when I try to configure our testing platform, we finally resort to use JWS to test our servlets instead. It seems that JDeveloper is just too immature and incapable of performing this run time servlet configration, or could the JDev Team shed some light on this issue?
    Cheers,
    Dav.
    null

  • Creating a PDF-file with CONVERT_OTF. How to set the properties?

    Gents, Ladies,
    I have an ABAP that uses CONVERT_OTF and creates a pdf-file. This works fine but now the security properties of the pdf-file need to be set to not-modifiable (See File, Document Security in Acrobat's Reader).
    Can any of you help me to set any of the properties of the pdf-file?
    Best regards,
    Tim van Steenbergen.

    Hi tim,
    sorry, it's not possible (see Steff's posting)
    http://www.abapforum.com/forum/viewtopic.php?t=318&highlight=pdf
    grx
    Andreas

Maybe you are looking for

  • How do I get iPhone to store deleted messages in MobileMe trash?

    Here's the scenario: I have a Mac Pro, MacBook and iPhone 4. I use IMAP MobileMe with Mail.app for email while at home, and while I'm away and don't have my MacBook with me, I use the MobileMe web interface. I want all of my deleted messages from the

  • 2960G and ISE 1.2

    One of my clients would like to roll out wired ISE so that if someone with a device that is part of the domain plugs into the network and the user enters proper AD credentials, they get full access.  Otherwise, the device does not get any access to t

  • Business Object builder

    Hi all, I have a business object whose key field and attirbutes are mapped to a database table. Now when I instantiate the object with the key field and the key field is a wrong entry then I want my object to throw ane error saying the "Key Field ent

  • SLD Connection IB: Can't find business systems: InternalEOAService

    Dear experts, I have connected my SLD properly to the IS. SLD_CHECK is successful. But I can not access the business systems from the integration builder. I get this message: ======================================================== Access to object l

  • How to repair Folder view after Move

    After several moves of pictures to a new disc (via File, Move within Photoshop Elements Organiser 9) the folder view no longer shows the correct photos. The photos are in the correct locations and the properties also show the correct location. If I s