How to change properties of layout.

Hi All,
In ICWC agent inbox , when we perform a search , the result gets displayed in the form of page view.i.e. 20 mails gets displayed per page and the users have to scroll down thru pages.But the requirement is that the result should be in a single page view with scrolling option.Can anybone tell me if this is possible and how to do that.
*Points assured for helpful answers
Regards,
Raghu.

Hi,
  Your question is related to which CRM release?
  If it is for CRM 5.1 or later, may be you can check with the personalisation button on the search result list table view. They may be a setting for the number of entries in 1 page.
Otherwise, you have to check up with an appropriate tag attribute for tag <thtmlb:tableView> like 'visiblerowcount', 'scrolling' etc.
I do not have access to a CRM system right now, but it should be possible in either of these ways.
Hope this helps!
Thanks,
Sudipta.

Similar Messages

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)?
    If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed.
    "You do not have permission to perform this operation. (WWC-44131)"
    The error page, have in the Upper right page, Home link and Help link.
    My question is, How to Hide HOME link and HELP link in the Page?
    I try to find the template of the page, but failed to do that.
    Can anybody help?..it urgent.
    Thanks.

    Modifying the error page is not supported in the current release of Portal (9.0.2). You will be able to do this in the upcoming 9.0.2.6 release, planned for the end of May.
    Regards,
    Jerry
    PortalPM

  • How to change the standard layout sets in ALV List

    Hi Gurus,
    How to change the standard layout sets in ALV list.
    Is there any standard program ? or specific way to acheive this?
    Kindly drop some clues?Every valuable clues rewarded more points........
    Thanks in Advance,
    Dharani

    Hello Dharani
    All required function modules can be found in function group SLVC (assuming that you are using OO-based ALV or, at least, fm REUSE_ALV_GRID_DISPLAY_LVC):
    LVC_VARIANT_DEFAULT_GET (Read default display variant (description only, w/o field catalog))
    LVC_VARIANT_EXISTENCE_CHECK
    LVC_VARIANT_F4 (Display variant selection dialog box)
    LVC_VARIANT_SELECT (Read a display variant)
    For a sample report using LVC_VARIANT_DEFAULT_GET have a look at BCALV_GRID_10.
    Regards,
      Uwe

  • How to change a folder layout set using KM api?

    Hello,
    I'm developing a program using KM api that creates different folders with properties, permissions, ... I want to use a different layout set depending on the folder that i am browsing, but these folders are created dinamically, so I cant set a different layouts set for each one manually (Details > Display > ...).
    Does anybody know how I could do it using KM api? I mean, that every time I create a folder using KM api I should assaing dinamically the default layout set for this folder. I searched in the api and examples and I didn't find anything.
    Thanks in advance and best regards,
    JC

    Hi all,
    Problem solved... I decompiled standard code and I did what SAP do when they want to change a folder layout set:
    IResourceContext context = ResourceFactory.getInstance().getServiceContext("cmadmin_service");
    com.sapportals.portal.security.usermanagement.IUser puser = context.getUser();
    ICollection collection = (ICollection)ResourceFactory.getInstance().getResource(RID.getRID("folder_path"),context);
    IRepositoryServiceFactory factory = ResourceFactory.getInstance().getServiceFactory();
    ILayoutService layoutService = (ILayoutService)factory.getRepositoryService(collection, "LayoutRepositoryService");
    ILayoutContext userContext = layoutService.getContextForUser(puser, "");
    ContextProperties commonProperties = new ContextProperties(layoutService, collection, userContext.getAnonymousContext(), layoutService.getProfiles(), new HashMap());
    commonProperties.initFromPersistence();
    commonProperties.setSelectedProfileID("LayoutSetProfile");
    commonProperties.setSelectedLayoutsetID("ID_of_my_layout_set");
    ArrayList errormsg = new ArrayList();
    commonProperties.save(null, errormsg, false);
    Thanks and regards,
    jc!

  • How to Change UI grid layout on n73

    I noticed in the new update for the n73 this is one of the new features:
    Active Standby + UI Grid layout + application locations changed in-line with Pre-Space UI layout
    Could someone please tell me what this is and how to change this setting on my phone.
    thanks

    Hit "Options" when you're viewing the menu & choose the "Change view" option there to change the layout (to which ever menu layouts are supported).

  • How to change the page layout to fit 2 portlets in a row?

    Hi,
    I am very new to Plumtree portal, please be gentle.
    We are in the trial and design phase for our company's portal and we are tring Plumtree now.
    We selected the page layout as one narrow panel and one wide panel. In the wide panel, I have a wide portlet to fit the whole row on the top, then we want to divide to 2 columns under the first portlet as the middle section of the page, so that we can place 1 chart on left side and 1 chart on right side of the wide panel.
    HOW TO DO IT?
    also, now I developed 2 testing portlets in vb.net. Top one is the wide one. The 2nd one is a chart, when I deployed it in the page, the chart overlaps the top portlet! HOW TO FIX IT?

    By default you can only lay out the portlets in the assigned columns and cannot span, but you could try cheating (I don't know what the impacts of this might be, though, so be careful)
    Change the layout to a 2-column that also has a content canvas (darker gray box). For your portlet you want to have span both columns, set it up as a content canvas (you may have to re-register it). I think that might work, but... honestly, I don't know enough about content canvas settings to konw what might happen down the road. I'm hoping "a portlet is a portlet is a portlet"
    Like this...
    [         content canvas         ] <-- put your portlet here
    [ narrow ] [         wide         ]
    It also sounds like you're using gridlayout on your .NET portlet - you'll want to change that to use flow. Grid will use absolute positioning (bad here). I'd suggest reading the .NET web consumer install / developer PDF for additional info on how to get ASP.NET portlets to work.

  • How to change properties of a TableCell over Code ?

    Hy all,
    i want to enable a cell of the selected row over code.
    How can i do this ?
    I dont know, how to get the UI-Element table of my view over code.
    I have read the API and have seen all the method to change the properties, but not found the method to get any of my UI-Elements of the actual view.
    Is there any method to get or browse all the UI-Elements of the view ?
    Have anyone a code-example to get a UI-Element of a view ?
    Thanks for help.
    by Jürgen

    Hy Valery,
    my scenario is to enable a Button or LinkToURL UI-Element in a table cell of the selected row. The data in the table are mapped from a node und the Button/LinkToURL Element was insertet by visual editor with property enable = false.
    I have a action onLeadSelection to get the parameters of the selected row to build the right URL.
    Do I have access in the action to the wdDoModifyView-Method to change the property ?
    How can i change the cell-enable-property of the selected row ?
    I can get the table, the array of tablecolumns and an iterator over the table. But i have not found a method
    to get the column like table.getColumn(XXX).
    I have read the IDWTable API with the following text:
      "Table columns are defined by aggregating TableColumn
       objects. Each table column has a table cell editor.
       Every property of the table cell editor may be bound
       either
          to an attribute of the context node X, or
          to a context root attribute.
    Now I am a little bit confused. Do I need a value attribute "URL" in my model node?
    But this should not solve my problem to enable a Cell of a table, or ?
    Thanks for help.
    Jürgen

  • How to change properties dinamically to all objects that are in a JPanel

    Hi experts!
    I have this code:
    JPanel pnlDataTxt;
    pnlDataTxt.add(new JTextField());
    But I want to change the properties of that JTextField after it has been added to the JPanel.
    How can I do that??

    Hi experts!
    I have this code:
    JPanel pnlDataTxt;
    pnlDataTxt.add(new JTextField());
    But I want to change the properties of that JTextField
    after it has been added to the JPanel.
    How can I do that??You have to create a handle to an instance of an object like:
    JTextField testField = new JTextField();
    JPanel pnlDataTxt;
    pnlDataTxt.add(testField);Now you can change the properties of "testField".

  • How to change the videochat layout in FP 10?

    Hello!
    I´m developing an app that display the video screens in random positions on the stage. I already made some changes on the FP9 source code to achieve that and worked pretty well. but to be able to use p2p and speex, I need to move on to FP10, where I only have the FP10 swc.
    Is there a way to change the layout for FP10?
    more than glad for any (positive ) answer
    Bruno

    Hi ,
    Sorry for the delay, as the thanksgiving holidays are on these days. I got a chance to look at your problem and there are two issues
    a) You need to specify some width and height to WebcamSubscriber . This was not required earlier, but due to some of our recent changes , it is needed but the subsequent example was not updated for the check on our part.
    b) The UserDescriptor warning doesnot do any harm and all you need to do is some type casting.
    I am attaching the updated WebCamera code here. The code is just for some reference. You might hit some exception in VideoComponent but in case you are using player 9 source I can give you the fix for that source file also. These changes will be updated in the next SDK version releasing very soon. Thanks for pointing out the fix needed for the example.
    Instead of using repeaters , you can design your own layout, this code just points how to use multiple subscribers.
    Hope this helps.
    Thanks
    Hironmay Basu
    WebCamera.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
                        xmlns:rtc="AfcsNameSpace">
         <mx:Script>
              <![CDATA[
                   import com.adobe.rtc.sharedManagers.descriptors.UserDescriptor;
                   import com.adobe.rtc.messaging.UserRoles;
                   import com.adobe.rtc.events.ConnectSessionEvent;
                   import mx.controls.Button;
                   import com.adobe.coreUI.controls.CameraUserBar;
                   import mx.core.UITextField;
                   import mx.controls.LinkButton;
                   import com.adobe.rtc.events.SharedPropertyEvent;
                   import com.adobe.rtc.sharedModel.SharedProperty;
                   import com.adobe.rtc.collaboration.WebcamSubscriber;
                   import mx.containers.VBox;
                   import com.adobe.rtc.events.UserEvent;
                   import com.adobe.rtc.sharedManagers.StreamManager ;
                   import com.adobe.rtc.sharedManagers.descriptors.StreamDescriptor ;
                        private var currentSubscriber:WebcamSubscriber ;
                        private var sharedProperty:SharedProperty ;
    This example shows how the camera component can be used with a publisher and a
    number of subscribers. The publisher has a big view while subscribers have a small view.
    A shared property is used to pass the stream to the publisher's user interface.
    Every user is provided with play and pause handlers.
                        private function onCreationComplete():void
                             cSession.roomManager.autoPromote = true ;
                             cSession.roomManager.guestsHaveToKnock = false ;
                             sharedProperty = new SharedProperty();
                             sharedProperty.isSessionDependent = true ;
                             sharedProperty.sharedID = "webcamShare2" ;
                             sharedProperty.connectSession = cSession ;
                             sharedProperty.subscribe();
                             sharedProperty.addEventListener(SharedPropertyEvent.CHANGE,onChan ge);
                             cSession.userManager.addEventListener(UserEvent.USER_REMOVE,onUse rRemove)
    @private
                        protected function onUserRemove(p_event:UserEvent):void
                             if ( sharedProperty.value && p_event.userDescriptor.userID == sharedProperty.value[0]) {
                                  sharedProperty.value = [] ;
    When the main big stream changes, all users can view it via the sharedProperty.
                        private function onChange(p_evt:SharedPropertyEvent):void
                             if ( currentSubscriber != null ) {
                                  clickedContainer.removeChild(currentSubscriber);
                                  currentSubscriber.close();
                                  currentSubscriber = null ;
                             if ( sharedProperty.value == null || sharedProperty.value.length == 0 ) {
                                  return ;
                             currentSubscriber = new WebcamSubscriber();
                             currentSubscriber.connectSession = cSession ;
                             currentSubscriber.subscribe();
                             currentSubscriber.webcamPublisher = webCamPub ;
                             currentSubscriber.publisherIDs = sharedProperty.value ;
                             currentSubscriber.addEventListener(UserEvent.USER_BOOTED,onCleare d);
                             currentSubscriber.addEventListener(UserEvent.STREAM_CHANGE,onCame raPause);
                             clickedContainer.addChild(currentSubscriber);
                             invalidateDisplayList();
    If the big image is stopped, clear it.
                        private function onCleared(p_evt:UserEvent):void
                             if ( cSession.userManager.myUserRole == UserRoles.OWNER ) {
                                  sharedProperty.value = [] ;
    Clicking on the small image below makes it large.
                        private function onClick(p_evt:MouseEvent):void
                             if ( (p_evt.currentTarget is WebcamSubscriber) &&  !(p_evt.target.parent is CameraUserBar)) {
                                  sharedProperty.value = (p_evt.currentTarget as WebcamSubscriber).publisherIDs;
                        override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
                             super.updateDisplayList(unscaledWidth,unscaledHeight);
                             if ( currentSubscriber ) {
                                  currentSubscriber.percentWidth = 100 ;
                                  currentSubscriber.percentHeight = 100 ;
    Handler for a user stopping the camera.
                        private function onBooted(p_evt:UserEvent):void
                             if ( (p_evt.currentTarget is  WebcamSubscriber) && (p_evt.userDescriptor.userID == cSession.userManager.myUserID || cSession.userManager.myUserRole == UserRoles.OWNER)) {
                                  webCamPub.stop();
                                  if ( (p_evt.currentTarget.parent as VBox).getChildAt(1) is Button ){
                                       ((p_evt.currentTarget.parent as VBox).getChildAt(1) as Button).label = "Start" ;
                                  if ( sharedProperty.value && (sharedProperty.value as Array)[0] == p_evt.userDescriptor.userID ) {
                                       sharedProperty.value = [] ;
    Handler for a user pausing the camera.
                        protected function onCameraPause(p_evt:UserEvent):void
                             var userStreams:Array = cSession.streamManager.getStreamsForPublisher(p_evt.userDescriptor.userID,StreamManager.C AMERA_STREAM);
                             if (userStreams.length == 0) {
                                  trace("onCameraPause: no userStreams");
                                  return;
                             for (var i:int = 0; i< userStreams.length ; i++ ) {
                                  if (userStreams[i].type == StreamManager.CAMERA_STREAM ) {
                                       break;
                             var streamDescriptor:StreamDescriptor = userStreams[i];
                             if ( streamDescriptor.streamPublisherID == cSession.userManager.myUserID ) {
                                  cSession.streamManager.pauseStream(StreamManager.CAMERA_STRE AM,!streamDescriptor.pause,streamDescriptor.streamPublisherID);
    Handler for the stop and start buttons.
                        private function onBtnClick(p_evt:MouseEvent):void
                             if ( p_evt.currentTarget.label == "Start" ) {
                                  webCamPub.publish();
                                  p_evt.currentTarget.label = "Stop" ;
                             }else if (p_evt.currentTarget.label == "Stop" ){
                                  webCamPub.stop();
                                  p_evt.currentTarget.label = "Start" ;
              ]]>
         </mx:Script>
         <!--
              You would likely use external authentication here for a deployed application;
              you would certainly not hard code Adobe IDs here.
         -->
         <rtc:AdobeHSAuthenticator
              id="auth"
              userName="AdobeIDusername"
              password="AdobeIDpassword"  />
         <rtc:ConnectSessionContainer id="cSession" authenticator="" width="100%"
               height="100%" roomURL="YourPersonalRoomUrl" >
               <mx:Panel title="Webcam Example" width="100%" height="100%"
                           paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10" creationComplete="onCreationComplete()">
                     <rtc:WebcamPublisher id="webCamPub" width="10" height="5"/>
                     <mx:VBox width="100%" height="100%" id="clickedContainer"/>
                 <mx:HBox horizontalGap="10" verticalGap="15" paddingLeft="10" paddingTop="10" paddingBottom="10" paddingRight="10" width="100%" height="25%">
                     <mx:Repeater id="rp" dataProvider="{cSession.userManager.userCollection}" width="100%" height="100%" >
                              <mx:VBox width="100%" height="15%" horizontalAlign="center" horizontalGap="5">
                                    <rtc:WebcamSubscriber webcamPublisher="" width="100%" height="100%" publisherIDs="{[(rp.currentItem as UserDescriptor).userID]}" click="onClick(event)" userBooted="onBooted(event)" streamChange="onCameraPause(event)"/>
                                    <mx:Button  label="Start"  click="onBtnClick(event)"  visible="{(rp.currentItem as UserDescriptor).userID==cSession.userManager.myUserID}" />
                              </mx:VBox>
                     </mx:Repeater>   
                 </mx:HBox>
        </mx:Panel>
         </rtc:ConnectSessionContainer>
    </mx:Application

  • How to Change ASP form Layout?

    Hi,
    I am trying to create an Asp.net form. but all the buttons are stuck with each other I cannot move them simple by draging them and put them any where on the form where I want, in the design pane. How will i change this layout?
    Azwar

    Posting in a sql server forum probably isn't much help.  Try the ASP forums
    ASP forums

  • How to change web-dynpro layout in preview ?

    hi there,
    i have a big problem:
    i want to hide fields from a web-dynpro-application. this is possible when i go to content admin, then open the iview with right click and PREVIEW. then with right mouse click + CTRL i get to the editor to hide field, change fields, etc...........
    so far so good, BUT: i have a dynpro, which is displayed after approving absences in ESS.
    i don't get to this dynpro as it is not possible for me to get to this dynpro, as i am (as admin) not a person who can approve such absences.
    how can i change this dynpro, when it does not work with preview ?
    reg, Martin

    Hi SAPTECHED / Evandro,
    You've TWO options to handle the default messages by WD framework:
    1# OnAction Without Validation:
    If you are using any onAction() event for your wdj form validation.. then open the Action method in Edit mode > Check the Without Validation check-box property > Save it. This would avoid calling the default validation messages that comes from Web Dynpro framework.
    2# Dictionary Messages Property file:
    Otherwise modify the messages_en.properties file part of SapDictionaryTypesRuntime.jar located in the server-side (this is usually part of com.sap.dictionary.runtime_2.0.0 plug-in at client-side [WDJ installed machine] system). And make sure you've a ORIGINAL copy of this property file.
    Hope this should resolve your query!
    Thanks,
    MS

  • How to change properties for some controls in runtime ?

    hi,
    I would like to change some of the properties for some controls in front panel in runtime. Number of control properties I want to change is depending of a log file user opens in final application.
    I attach an example where I'm trying to change the visibility of numeric controls. Problem I have I don't know which reference to connect to property node in case the control in for loop is not a numeric control. The example relies to label.text property but I could use the more generic classname property as well.  
    regards,
    petri
    Solved!
    Go to Solution.
    Attachments:
    dynamic reference.vi ‏11 KB

    pcardinale wrote:
    Initially, a control has no caption.  It's not just that the caption string is empty and the caption not visible, but the caption object does not exist.
    I think this should probably be changed in future versions, because even if each control had a caption, it would still be a negligible small part of the VI. The current behavior made sense many years ago where HD and memory space was very precious. Not any more!
    This issue comes up often enough that it warrants addressing the root of the problem.
    It is hard to convince the casual that the caption does not exist if he can simply do a "show caption" at edit time and it will show in all glory, even with the default set to the current label. It is confusing!
    There is even an idea about this that seems worth supporting (also read the link in the discussion).
    What do you think?
    LabVIEW Champion . Do more with less code and in less time .

  • How to change properties of UI element in SRM webdynpro

    I am having handfull of experience in ABAP WEBDYNPRO. Now i got an apportunity work in Webdynpro in SRM. As all we know changing the property of UI element in SRM is not that easy like we do like Webdynpro in ABAP.
    So i request anyone please provide me steps from scratch list what supposed to be done SRM. Aso please provide me regarding how enhancement carried with Webdynpro UI elements?

    Hi Sahil,
    There was a discussion before:
    [Compare different ways of customize Web Dynpro ABAP;
    Regards,
    Donald

  • How to change properties or add components in JPanel after initialization ?

    Hi,
    I am working on an applet where an image will be loaded in a JPanel from an URL. The JPanel is inside a JscrollPane.
    1.The image will be added on the JPanel later , not during initialization.
    2. JPanel size will be the size of the image.
    3 .the image size may change when the image is changed. Then the JPanel size also has to be updated.
    FYI I am using MediaTracker to load the image.
    I was trying updateUI() for scrollPane. But it is not working.
    How can I do it? Any suggestion?
    Thanks in advance.

    I have to use JPanel because I need flexible control on the imageYou said previously that the panel was the size of the image, so I don't understand what kind of flexible control you are talking about. Presumably you have code in the paintComponent(...) method of the JPanel something like:
    g.drawImage(0, 0, width, height)
    Well that is exactly what a JLabel would do.
    So if you need further custom painting then you would just override the paintComponent(...) method of JLabel to do your custom painting.

  • HT1492 Does anyone knows how to change the keyboard layout in single user mode, please ?

    Hello,
    The question is in the title.
    Thank you.

    The only way you might do it is use one of the Unix editors to edit the plist file it gets the settings from once it boots in the GUI mode.  'vi' is present in all Macs, and you might have pico, nano, emacs, or ed depending on what was installed. The keyboard layout while in single user mode itself I think is generic to where the Mac was bought and what keyboard was ordered with it, when it came from the store.  Since you posted in the 10.3 or earlier forum, chances are if this has changed, few people would know for certain.  If you have a newer Mac, say 2006 or later, you should really post in the correct forum:
    http://discussions.apple.com/docs/DOC-2463

Maybe you are looking for