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).

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 Center Fluid Grid Layout Div Tag

    Hello I am remaking my webiste and am new to fluid grid layouts. I am trying to center the images you will see in my website into the middle.
    I can use pixels to center it but it will not be centered for all screen resolutions. What do I have to change in the css rule defintion to center it all out or simply move it to the side?
    WEBISTE: http://auto-republic.com
    CODE: http://pastebin.com/LujvaGek
    Thanks in advance!

    In HTML Code View, line 53 - 56, replace what you have now with this:
    <div class="gridContainer clearfix">
         <div id="LayoutDiv1">
         <p>LAYOUTDIV1 CONTENT GOES HERE<p>
         <!--END LAYOUTDIV1--></div>
         <div id="LayoutDiv2">
         <p>LAYOUTDIV2 CONTENT GOES HERE</p>
         <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('wrecker','','images/wreckerservice/wreckerservice2.gif',1)"><img id="wrecker" src="images/wreckerservice/wreckerservice2.gif"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('facebook','','images/facebook/facebook2.gif',1)"><img id="facebook" src="http://auto-republic.com/images/facebook/facebook1.gif"></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('askaquestion','','images/askusaquestion/askaquestion2.gif',1)"><img id="askaquestion" src="http://auto-republic.com/images/askusaquestion/askaquestion1.gif"></a>
         <!--END LAYOUTDIV2</div>
    <!--END GRIDCONTAINER--></div>
    Nancy O.

  • How to edit fluid grid layout in Dreamweaver CS6

    Hi all
    I am a designer at the company I work for and we've been building repsonsive designs for the past 12months. I've decided that it would be good for me to try out the new fluid grid layout tool in Dreamweaver CS6 to see if we can improve the design process by using dreamweaver to allow us to quickly prototype my designs for mobile, tablet and desktop.
    However I have 2 problems so far.
    1) I've created my first fluid grid layout and saved all the files into a new folder. I set grid widths and gutter but now want to edit the values as I am not happy with the gutter. Can this be done? I can't seem to find the file that does this so can anyone point me in the right direction?
    2) We have traditionally used pixels to define our grids. I normally produce a grid with a fixed pixel gutter, overall width and column size. It seems that Dreamweaver only has the option to use percentages. Can anyone tell me if this can be changed and again where I can do this?
    Thanks for your  help
    Trevor

    In Code View, open your FluidGrid.css file (or whatever you named it) when you created the layout.
    FluidGrid Layouts are not perfect and the interface could use a lot of improvement.  That said, I think they can be used as a starting point for simple layout projects providing you understand their limitations and are willing to manually tweak the FluidGrid.css code.   
    If you've been doing Responsive Layouts for 12 months, you're probably building desktop to mobile whereas FluidGrids build from mobile to desktop.   It takes a little adjustment in thinking.
    Keep FluidGrid.css for layout only.  Use a seperate stylesheet for your content styles. 
    Nancy O.

  • 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 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 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

  • 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

  • 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 right-hand layout to left-hand ?

    Recently I got an project to do a English version of a Japanese Magazine. I already got a hard copy as well as all the soft copy files. Thing is, Japanese layout is starting from right-hand and even the page numbers start from right hand. I checked in forums and every possible resource but couldn't find a way to change it to left hand (normal English layout) layout.
    And another thing i noticed it if I open the Japanese indesign file first and then open a new document, new document is also right – hand layout document. for example, I got a Japanese document from page number 4- 14 (5 on left and 4 on right, 7 on left and 6 on right so on) and if I open a new document it's also numbered as the Japanese one. But if I close the Japanese document and open a new document in first place, it's looked like normal (4 on left 5 on right, 6 on left 7 on right so on) so I guess it's have to do something about preferences.
    Any suggestions ??
    BTW, I'm using Indesign CS6 on a Mac OS X 10.7.4

    Yes. It allows switch binding direction (as does the non-pro version).
    However, if all you need to do is switch the page binding, you can do it with a simple script.
    This simple one-line script will switch the page binding in your current document:
    app.documents[0].documentPreferences.pageBinding = app.documents[0].documentPreferences.pageBinding == PageBindingOptions.LEFT_TO_RIGHT ? PageBindingOptions.RIGHT_TO_LEFT : PageBindingOptions.LEFT_TO_RIGHT;
    Harbs
    in-tools.com

  • How to change the Grid ALV output resolution according to screen

    Hi All,
    I have a requirement in which I have to adjust the Grid ALV Output Screen resolution according to user screen. I mean if the user has any type of  screen (17'' , 15'', 12.1'' ),  the output should be completely fit to his screen.
    Helpful solution will definitely be rewared.
    Amit Varlani

    Hi!
    I doesn't depends on the screen size only the desktop resolution.
    If the desktop resolution is set to 1024*768 on every computer, then it will be the same all the time.
    You can set the desktop resolution in your windows (right click on desktop - properties - settings).
    Regards
    Tamá

  • 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.

  • Fluid Grid Layout Div's not snapping correctly?

    Hello, how come my fluid grid layout div's are not snapping correctly?
    Here is a picture:
    As you can see, the div tag "iphone1" is halfway in the other column. Shouldn't it be snapping to the nearest column? My mobile layout snaps perfectly fine but my tablet and desktop do not. Is it because my div tag "iphone1" is in another fluid grid layout tag "main-body"> Can you not place div's inside of div's with id's?
    I would appreciate any help as I am sure I am doing something wrong that can easily be fixed.
    Also, it is possible to change the number of columns you want for each design view after creating the page? For example, I have 20 columns in desktop view, it is possible to change to 16 if I wanted to?
    Thanks in advance!

    Hi dhint4,
    Hope things are working out for you while using new Fluid Grids.
    To answer your question around nesting of elements :
    12.2 upgrade of DW fully supports the Nesting of different fluid elements within other fluid element.
    Infact it also supports insertion of non-fluid(normal) element within fluid elements.
    This was not available in 12.0 release.
    Only caveat while nesting is not to apply same class on both Child and Parent unless the the width of both is 100%.
    Also, it is possible to change the number of columns you want for each design view after creating the page? For example, I have 20 columns in desktop view, it is possible to change to 16 if I wanted to?
    Currently its not possible to change the number of columns on the fly. We already have couple of feature request to support the same.
    Please feel free to add your vote by creating a feature request @ :https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Kindly revert if you have any issues or concerns.
    Cheers,
    Puneet

Maybe you are looking for