Ctrl + secondary mouse button (Trying to make a button invisible)

Hi Portal Experts,
I am trying to make a button invisible basically personalization of Iview we are in SAP Portal version 6,40. I have kept mouse on the button and action was Ctrl + right click of mouse and i am not getting the properties screen rather a general windows options(Second screen shot). It would great if i can get suggestions to get the properties screen.
Thanks in Advance..!!
Regards
Venkat

Hi Venkat,
Can you check the value of property "AllowUserPersonalization" in Visual administration Services → Configuration Adapter → webdynpro → sap.com → tc~wd~dispwda - propertysheet
Also what is the exact version of this portal?
Mahesh
Message was edited by: Mahesh Krishnapillai

Similar Messages

  • Trying to make a button with a drop zone

    Since I can't find any of the template buttons that look the way I want, I want to make a simple button that includes a drop zone for an asset, a label, and a highlight. I am trying to make a chapter index menu. I can do it using the automated method and using a customized template - but I cannot find buttons that look the way I want. All I want is a simple rectangle, with the label underneath, and a highlight line under the label. There is one like that in which the asset is black and white (RectRoundEdgesBlue.pox), but I want one that is in color. Is there any way to do this?? I have studied some of the Photoshop tutorials, but I am missing how you put a drop zone in.

    Hi,
    Below is the AS3 code to navigate to adobe.com upon button(whose instance name is 'myButton') click
    myButton.addEventListener(MouseEvent.CLICK, gotoPageFunction);
    function gotoPageFunction(event: MouseEvent) {
    var request:URLRequest = new URLRequest("http://www.adobe.com");
    navigateToURL(request, '_blank');
    Thanks!
    ps: please mark this post as Answered if this is of help to you

  • Just Trying to make a button go to a URL

    This should be simple, and was with Actionscript 2.0.  But, after 4 hours of watching tutorials, reading through lessons and forums, I have yet to create my first button that will go to a URL in Actionscript 3.0.  I'm so beyond frustrated right now.  I appreciate any help I can get.  So here's what's up.
    My current code is:
    home.addEventListener(MouseEvent.MOUSE_UP, homeHandler);
    function homeHandler(Event:MouseEvent):void {
    var homeURL:URLRequest = new URLRequest("http://www.hopeskate.com");
    navigateToURL(homeURL,"_self");
    But when I publish it I get this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at header_fla::MainTimeline/frame1()
    Now per the advise I've already read for others with the same problem.
    I do have the button instance named "home".
    I do have the button in Frame 1
    So what's the problem?  Why can't I get it to work?  Please tell me you have the answer.  I admit code is not my forte, which makes my head ache even more!
    Thanks again,
    Crystal

    Other than I probably wouldn't call my event parameter 'Event' coz this is a keyword, your code looks fine and should work as is.
    Which means there's something going wrong with your flash file.
    I just created a button, gave it the instance name 'home', pasted your code in a frame, ran it out and it worked.
    try it again in a fresh flash file, if it still doesn't work maybe post your fla.

  • Trying to make a button to activate position fixed movie?

    I just recently figured out how to use the position fixed
    code to make a flash movie stay on the bottom of the page even when
    you scroll up and down the page. However, now I want to be able to
    only have that movie appear when I press a button.
    For example: Somebody is looking at products on my page, when
    they press an "add to cart" button, then a fixed positioned flash
    movie showing the current cart contents pops up and floats along
    the bottom until they are ready to checkout.
    Is this possible? and if so how? Please help I'm a
    newbie!!

    A much better use of Flash would be to use Flash (or Ajax) to
    show your
    product list in a scrolling device, and have the cart display
    positioned
    statically on the page. Then this 'fixed' thing you are using
    will not be
    required - nor will you experience IE's reluctance to support
    it.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "War Tool" <[email protected]> wrote in
    message
    news:e8dmgm$gg3$[email protected]..
    >I just recently figured out how to use the position fixed
    code to make a
    >flash
    > movie stay on the bottom of the page even when you
    scroll up and down the
    > page.
    > However, now I want to be able to only have that movie
    appear when I press
    > a
    > button.
    > For example: Somebody is looking at products on my page,
    when they press
    > an
    > "add to cart" button, then a fixed positioned flash
    movie showing the
    > current
    > cart contents pops up and floats along the bottom until
    they are ready to
    > checkout.
    > Is this possible? and if so how? Please help I'm a
    newbie!!
    >

  • How to use flex Component Kit to make a button

    Hi all.
    i have a little confuse about use Flex Component Kit to make a simple button.
    i try to use Flex button templte in FlashCs3 to make a button.
    the three frame i draw like this way:
    on:
    [url=http://xs.to][img]http://xs142.xs.to/xs142/09332/snap1958.jpg[/img][/url]
    over:
    [url=http://xs.to][img]http://xs142.xs.to/xs142/09332/snap3362.jpg[/img][/url]
    down:
    [url=http://xs.to][img]http://xs142.xs.to/xs142/09332/snap4122.jpg[/img][/url]
    but , when i mouse over the button , it seem turn to over frame one second.
    and then the colour turn to overFrame colour but the size is onFrame size.
    same happen when i click the button .
    somehow ,the colour turn to what i want, but the size still the same as onFrame , no matter over the button or click the button.
    can i make the button size different with normal button size?
    thankes.
    link:[url]http://up.izy8.cn//up1/1250033814.swf[/url]

    Hi,
    this is from the ADF Developers guide which is available on OTN:
    if (!password.equals(confirmPassword))
    FacesMessage fm = new FacesMessage();
    fm.setSummary("Confirm Password");
    fm.setDetail("You've entered an incorrect password. Please verify that you've
    entered a correct password!");
    FacesContext.getCurrentInstance().addMessage(null, fm);
    }Brenden

  • How to make a button to search something in sql

    I am trying to make a button that can search for something like for example if like say i type yes, it will show me things that is under yes.But I am not sure how to make the code work as I cannot change the php code as it is under the requirement that I make the button work and not using the php code to make it work which means that I cannot type the yes to show the information and the button must somehow have the "yes" in the function to show the information.Please help me and Thanks for your help.
    This is my flash code.
    package  {
      import flash.display.MovieClip;
      import flash.net.NetConnection;
      import flash.net.Responder;
      import flash.events.MouseEvent;
      public class main extends MovieClip {
      var gateway:NetConnection;
      var responder:Responder;
      public function main() {
      gateway = new NetConnection();
      gateway.connect("http://localhost:8088/amfphp/gateway.php");
      responder = new Responder(OnPass,OnError);
      showAlBtn.addEventListener(MouseEvent.CLICK,doAvailable);
      function doAvailable(evt:MouseEvent):void
      gateway.call("Books.getBooksAvailable",responder);
      function OnPass(res:Object):void
       var i:int;
      albumDG.removeAll();
      for (i=0;i<res.length;i++)
      albumDG.addItem(res[i]);
      function OnError(res:Object):void
      trace("Error");
    .This is the code for the php code that works because I already tested it out because it allows me to type yes and it shows me the required information that I need and it is not tested on flash cs6 but on local host things that allows me to test it out.
    function getBooksAvailable($avail)
      $this->connect();
      $sql = "SELECT title as 'Book Title', author as 'Author', price as 'Price', available as 'Available'
      FROM tblbookinventory
      WHERE available ='" . $avail . "'";
      $result = mysql_query($sql, $this->_connection);
      $rows = array();
      while($row = mysql_fetch_array($result, MYSQL_ASSOC))
      array_push($rows, $row);
      return $rows;

    use the urlloader class to call your php file. 
    the php function you showed is expecting a variable ($avail)  that might accept a value of 'yes'.

  • How to make one button change many links??

    Hallo,
    i am trying to make a button to change its url from an external folder.
    Is that possible ?
    Im trying :navigateToURL(new URLRequest("http://+"stoixeia/url_"+epilogi+".txt")+");
    can someone help plz ?

    this is my code without the button and the navigate code that works perfect
    import fl.transitions.Tween;
    import fl.transitions.TweenEvent;
    import fl.transitions.easing.*;
    var epilogi:int=1;
    var sinolo;
    var platos:int=98;
    var ipsos:int=98;
    var direct:int=0;
    var arxikox:int;
    var myTween:Tween;
    stop();
    var mTextLoader:URLLoader = new URLLoader();
    mTextLoader.dataFormat=URLLoaderDataFormat.VARIABLES;
    mTextLoader.addEventListener(Event.COMPLETE, oLoaded);
    mTextLoader.load(new URLRequest("stoixeia/no.txt"));
    function oLoaded(e:Event):void {
        sinolo=int(e.target.data.sinol);
        platos=int(e.target.data.plat);
        ipsos=int(e.target.data.ips);
        nextFrame();
    arxikox=afisa.x;
    maska_eikonas.width=afisa.kadro_0.width=afisa.kadro_1.width=afisa.kadro_2.width=platos;
    maska_eikonas.height=afisa.kadro_0.height=afisa.kadro_1.height=afisa.kadro_2.height=ipsos;
    afisa.kadro_0.x=-1*platos;
    afisa.kadro_1.x= 0*platos;
    afisa.kadro_2.x= 1*platos;
    var myUTextLoader:URLLoader = new URLLoader();
    myUTextLoader.dataFormat =URLLoaderDataFormat.VARIABLES;
    myUTextLoader.addEventListener(Event.COMPLETE,loadedU);
    myUTextLoader.load(new URLRequest("stoixeia/url_"+epilogi+".txt"));
    var a:Timer=new Timer(4000);
    a.start();
    a.addEventListener(TimerEvent.TIMER,pi);
    loadimage (0,2);
    loadimage (1,1);
    loadimage (2,sinolo);
    var myTextLoader:URLLoader = new URLLoader();
    myTextLoader.addEventListener (Event.COMPLETE, onLoaded);
    myTextLoader.load (new URLRequest("stoixeia/plirofories_"+epilogi+".txt"));
    var m1TextLoader:URLLoader = new URLLoader();
    m1TextLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    m1TextLoader.addEventListener (Event.COMPLETE, o1Loaded);
    m1TextLoader.load (new URLRequest("stoixeia/timi_"+epilogi+".txt"));
    function onLoaded (e:Event):void {
        this.keim.text = e.target.data;
    function o1Loaded (e:Event):void {
        var r:int;
        titl0.text = e.target.data.titl;
    function pi (e:Event):void {
        epilogi--;
        direct = -1;
        if (epilogi == 0) {
            epilogi = sinolo;
        kinisi ();
        myTextLoader.load (new URLRequest("stoixeia/plirofories_"+epilogi+".txt"));
        m1TextLoader.load (new URLRequest("stoixeia/timi_"+epilogi+".txt"));
    function loadimage (pou:int,poio:int) {
        var loder = new Loader();
        loder.load (new URLRequest("stoixeia/img_"+poio+".jpg"));
        if (afisa["kadro_" + pou].numChildren == 2) {
            afisa["kadro_" + pou].removeChildAt(1);
        afisa["kadro_" + pou].addChild (loder);
        afisa["kadro_" + pou].width=platos;
        afisa["kadro_" + pou].height=ipsos;
    function kinisi ():void {
        myTween= new Tween(afisa, "x", Elastic.easeOut, afisa.x, afisa.x+(direct*platos), 1, true);
        myTween.addEventListener (TweenEvent.MOTION_FINISH,paok);
    function paok (e:TweenEvent):void {
        alaksetheseis ();
    function alaksetheseis ():void {
        afisa.x = arxikox;
        var whatload = epilogi + direct;
        if (whatload == 0) {
            whatload = sinolo;
        if (whatload > sinolo) {
            whatload = 1;
        if (direct == 1) {
            if (afisa.kadro_0.x <= 0) {
                afisa.kadro_0.x += platos;
            else {
                afisa.kadro_0.x=-1*platos;
                loadimage (0,whatload );
            if (afisa.kadro_1.x<=0) {
                afisa.kadro_1.x+=platos;
            else {
                afisa.kadro_1.x=-1*platos;
                loadimage (1,whatload );
            if (afisa.kadro_2.x<=0) {
                afisa.kadro_2.x+=platos;
            else {
                afisa.kadro_2.x=-1*platos;
                loadimage (2,whatload );
        else {
            if (afisa.kadro_0.x>=0) {
                afisa.kadro_0.x+=-1*platos;
            else {
                afisa.kadro_0.x=platos;
                loadimage (0,whatload );
            if (afisa.kadro_1.x>=0) {
                afisa.kadro_1.x+=-1*platos;
            else {
                afisa.kadro_1.x=platos;
                loadimage (1,whatload );
            if (afisa.kadro_2.x>=0) {
                afisa.kadro_2.x+=-1*platos;
            else {
                afisa.kadro_2.x=platos;
                loadimage (2,whatload );
    can u help me add a button and make it change the url ?

  • I am trying to create a button in flash that will display 4 separate images at the same time when clicked.  I can't get the images to stay on when I take the mouse of the button.  I need the actions script code to make this happen.

    I am trying to create a button in flash that will allow the user to click on the button and 4 separate images show up at the same time.  I can get the images to appear when I click the button but they will not stay on the screen.  I need to know what code I use to make the images stay once the button is clicked, then I need to know exactly where I place that code.  It does not appear to be possible to add the action code to the buttons layer since each time I add a new layer I just get another "up" "over" "down" and "hit" line.
    Thank you in advance
    AP

    It is not clear how you are trying to realize this from your description.  If you are trying to create this within a button symbol it will not work.  Explain your approach and if there is code involved, show what you have so far.

  • Help with trying to make a rollover button

    I'm trying to make a roll over button using this tutorial 
    http://www.pegaweb.com/tutorials/rollover-buttons/rollover-buttons.htm
    and it doesn't seem to do what the tutorial says it will do 2-3 steps in.
    The part where it says...
    Quote:
    - In the Channels window, Ctrl+Click the "Alpha" layer, to select its outline.
    - Go back to the Layers window, and create a new layer.
    - Choose the Gradient Tool. (Remember that it might be hidden under the Paint Bucket Tool.) Apply a gradient from the bottom of the image to the top.
    Mine does not create a gradient that looks like the image they have presented. 
    I just have the entire wood look, and then the outline of my button is just a little darker. I don't get the white background with the gradient applied to it in the button space.
    Would someone mind following the steps at this link and letting me know if it is missing something? It only took me 2 minutes to get to this point before I couldn't figure out why it wasn't doing what it was supposed to.

    When you create the button look in the upper left hand corner of the screen and see what type of object you are creating. Placing the mouse of the the three buttons will give you a tool tip of what they are.
    The one you want is the one on the right as it will create a pixel based rectangle. Make sure you put this rectangle on its own layer, then you can move it or delete it if necessary. Lock the transparency7 button at the top of the layers panel. The will make sure when you create the gradient it will put it inside the button you made and not outside of it.
    If you are seeing just a border I am thinking the middle button in the top tool bar is selected which creates a path. It is possible to fill that path and then create the gradient but you have to make sure that the lock transparency is not checked. Open the paths panel and at the bottom of the panel is a fill button. This creates a pixel based object which you can then create a transparency using the steps above.

  • Secondary mouse button automatically releases after 3 sec

    *Secondary mouse button automatically releases after 3 sec even if still pressed* since upgrade to snow leopard. I have to use extra switches attached via USB being unable to move my arms.
    Apart from that Airport works after adding Location, I am still not able to access internet or mail, skype and time machine backups work. Switching to my neighbours unsecured WLAN I have no problems accessing mail and internet.
    A guest with a PC was also unable to use my WLAN, he was able to connect (gave him password) but could not use internet.
    Any ideas? The "secondary mouse button automatically releases after 3 sec" issue seems not to be posted yet.

    Hi @devitojj 
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers. For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that when you power off your notebook it automatically restarts in 4 seconds.
    You have tried several steps to try and resolve this but there is no change.
    As it repeated the behavior with the hard drive removed, you know it is not an issue with Windows.
    You have tried updating the bios and returning it to bios defaults but no change.
    Here is a link from answers.microsoft.com that helped other people with this issue.
    Windows 7 computer restarts automatically after shutdown
    This does suggest you edit your registry which does have the potential to cause issues, so be very careful.  I would also suggest backing up your registry before you attempt it, just in case.
    Back up the registry  from Windows.microsoft.com
    If that has not helped, I would try removing the Cmos or RTC battery for 30 seconds and then replacing it.
    Please let me know if this helped.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • UNIX Script to enable secondary mouse Button by Workgroup Manager OSX Server 10.6

    Dear Apple Pro's
    I've got a question. Iam Working in an Educatinial sector (schools) more than 300 mac's. We got 2 Xservers where one is a management server. I'm looking for a longtime for a Unix Script, that can able our secondary mouse button. In the preferences from the workgroupmanger, there is no option for this.
    I've have to add an application preference manually but i dont really know how to!. Apple script is not the way were usring ARD 3.3.
    Regards,
    Roderik

    Perhaps it is the Mouse settings in the System Preferences. I don't have a Magic Mouse, and I know it has different preferences, so maybe you can enable or disable the secondary mouse button in that prefpane.
    You would have to figure out what the preference is by looking into the com.apple.mouse.plist for a user that has enabled it in the system preferences.
    When I'm hunting down plists, I open the user/Library/Preferences folder and put it in List view. Then sort by Date Modified descending so that all changed files pop to the top. Then I open System Prefs and go to the prefpane that makes the changes. When you change the setting in the prefpane, you should see the file pop to the top of the Finder list. However, if it is in the global prefs, you won't see anything changes. There is a hidden global preferences file which you can read in the Terminal with:
    defaults read -g
    You'd have to just read through the list and see if you can find a setting for mouse secondary click or something like that.
    If you do see one change, open it and look for the setting.
    The standard way to set preferences is with the defaults write command. Use man defaults in the Terminal to see it's syntax, but basically it is:
    defaults write com.apple.mouse keyItem keyValue
    Note that you don't need the .plist on the end. You'll have to figure out if the magic mouse has a different plist and what the dictionary keys are.
    As an example, if the dictionary key is enableSecondaryClick and the plist is com.apple.mouse.plist, then the defaults command would be:
    defaults write com.apple.mouse enableSecondaryClick 1
    That's a one on the end indicating 'yes'. You sometimes can also use -bool yes or -bool no, depending on what it is expecting (but I've found 0, 1 and -bool no, -bool yes interchangeable).
    Update: googling for "magic mouse disable right-click" I found two possible plists (and there is a setting, but I don't know what it is):
    com.apple.driver.AppleHIDMouse.plist + com.apple.driver.AppleBluetoothMultitouch.mouse.plist

  • My ipad will not start.  It is 1 year old...I have tried holding the two buttons and nothing..I have it connected to my desktop and it will make a ding noise but nothing comes up on the screen.

    My ipad will not start.  It is 1 year old...I have tried holding the two buttons and nothing..I have it connected to my desktop and it will make a ding noise but nothing comes up on the screen.

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    Black or Blank Screen on iPad or iPhone
    http://appletoolbox.com/2012/10/black-or-blank-screen-on-ipad-or-iphone/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • I tried to make my image larger by typing ctrl + a fatal error was created in typer shark on yahoo games

    When I tried to make the game larger I pressed control plus. The image became different and all of the parts did not fit together like it was designed. I tried to make it like it was by pressing control minus (ctrl - ) nothing happened. When I start playing the game there is a gap between where the sharks enter the playing field and after playing three rounds the screen goes to a fatal error message and after a few seconds it goes to some other screen that I pasted below. I want to put the game size back to the original size.

    When I tried to make the game larger I pressed control plus. The image became different and all of the parts did not fit together like it was designed. I tried to make it like it was by pressing control minus (ctrl - ) nothing happened. When I start playing the game there is a gap between where the sharks enter the playing field and after playing three rounds the screen goes to a fatal error message and after a few seconds it goes to some other screen that I pasted below. I want to put the game size back to the original size.

  • While editing photos in Aperture, I'm trying to make an "auto" adjustment to the exposure but the button is grayed out and consequently doesn't perform any function, please help! Thank you, Mike

    While editing photos in Aperture, I trying to make an "auto" adjustment to the exposure,
    but the "auto" button is grayed out and will not allow any auto function to take place.
    Please help!
    Thank you,
    Mike

    Mike, are you working with raw images?
    For some raw images auto exposure is not available, have a look at this manual page:
    http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=18%26se ction=9%26tasks=true
    Note: Automatic exposure adjustment is available for Aperture-supported RAW images only. If you want to adjust the exposure of another file type, such as JPEG or TIFF, see Working with the Exposure Controls. For a list of supported RAW file types, go to the Apple website at http://www.apple.com/aperture/specs.

  • HT202667 I am trying to make one of my secondary emails my primary and remove my current primary.

    I am trying to make one of my secondary emails my primary and remove my current primary as I am going to be closing my current primary soon to tidy up all email correspondence. The system seems to remember my secondary after I delete it and try to assign it as the primary.

    If you don't have access to your rescue email account (you won't be able to change it until you can answer your questions) then you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : Contact Apple for help with Apple ID account security
    If your country isn't on that page then try this form to contact Support : https://www.apple.com/emea/support/itunes/contact.html
    When they've been reset you can then update your rescue email address to an account that you have access to for potential future use : Manage your Apple ID primary, rescue, alternate, and notification email addresses

Maybe you are looking for

  • Data Federator XI 3.0 using DB2 VARCHAR FOR BIT DATA Column?

    We have a column in a DB2 database that is defined as VARCHAR(16) FOR  BIT DATA. We are using the suggested IBM JDBC driver, db2jcc.jar, against a DB2  OS/390 8.1.5 version database. The Datasource column displays a data type of NULL, indicating the

  • Videos not playing in itunes HELP

    So I downgraded my iTunes 11 to 10.6 since I hate the new interface. But I've come with two roadblocks. 1) videos that I've purchased OR i want to preview before purchase will not play. they are just black screens and the timer does not move, there i

  • How do i go back to iOS 7?

    Ugh, i hate iOS 8, how do i go back to 7?

  • Removing bing from safari 5 toolbar

    What preference(s) file must I alter on my mac to remove Bing from the dropdown toolbar in Safari? It is taking up space, and considering I'll never use Bing, I can prune it and shorten my list a little whenever needed. Thanks.

  • Photo library rebuild in iOS4

    My photo library suddenly started a rebuild on my 3GS after i upgraded to iOS4. At first, it looked like all the photos had disappeared. When the rebuild finished, the last few weeks of photos were gone. Any ideas on how to recover? I hadn't synced t