Removing the bubble gif in the perspective view of an item...

Hi,
1) I am not able to remove the bubble gif which appears near an item in the perspective.This bubble basically shows the property of the item in the new window.
What is evident from the ststus bar is that a javascript function is being called for the same.
2) I also want that in the perspective view my Image link(in place of display name link) displayed for an item should be at the bottom of description. Presently in folder view I am able to get it at the bottom while not in perspective.
Thanks in Advance
Warm Regards
Amit

Hi ,
Half of ur problem can be solved by relacing the bubble gif (sbrprop.gif) with a pixel tranparent gif(pobtrans.gif).These gif's are present in virtual dir of ur server under the folder images.
Warm Regards,
Kapil

Similar Messages

  • How can you change the bubble color in the message app on the iphone 5

    How can you change the bubble color in the message app on the iphone 5?

    If you are having trouble reading your texts you can increase the font size until it becomes clear. Put in a feature request for the colour change though, it won't happen unless people ask for it.

  • Change the logo_home.gif on the GSS homepage

    Hi, we want to put a new 'logo_home.gif' on the main page of our GSS (this is the logo of the two heads). We want to put a 'banner' here instead.
    However, I cannot see this file in the GSS directory ? Does anyone know if this is accesable or not ?
    cheers,
    Mike

    Mike,
    the logo is in
    /webroot/Images/Logo/logo_home.gif
    but this directory is not accessible from cli.
    So, there is no way to replace it with one of your own.
    You can ask your Cisco Representative [SE or Account manager] to contact the product manager to see if this is a feasible feature.
    Gilles.

  • The bubble level in the compass app is not acurate

    Recently bought an iphone 5s but when I place the phone on a level surface it is off by -1 all the time. I heard that 7.0.3 was supposed to fix the issue. I'm having the latest updates but it still shows -1 degrees on all sides when placed on a level surface. Please help!

    We had wmode='transparent', and after we removed it (effectively setting the wmode back to its default--which I believe is 'window'?), this problem went away.
    So know wmode='transparent' for us, then.
    Why would setting wmode='transparent' cause the text to be invisible only to one user when she's connecting via remote desktop?
      -Josh

  • The difference between the bubble and the panel

    I just experienced another reason why I hate the bubble instead of the drawer/panel, besides the whole data entry thing.
    I had the calendar on my smaller 20" monitor on my right - I use my 30" monitor for the nuts and bolts of my work. The calendar was set to fill the screen vertically. I needed to enter something into a date near the bottom of the calendar, so I double-clicked it to edit, and the bubble ran off the bottom of my screen! I had two options - resize the calendar so I could see all of the bubble, or move the bloody thing to my 30" monitor so I could finish my task. With the old iCal, the panel would have just been to the right - no problem. I really miss the old iCal. A lot.

    Yah when I tried to add multiple components without sucess I got rather confused here is what I tried...
    I was making a non applet or a JFrame whatever you call them, so I made these two variables as class variables
    MyOtherComponent me = new MyOtherComponent();
    MyComponent mc=new MyComponent();
    (I definded the components later on in the class)
    I then wanted to display them, I did this in the class constructor which is called by main().
    MyComponent one;
    MyOtherComponent two;
    JButton button;
    me.setPreferredSize(new Dimension(40,40));
    mc.setPreferredSize(new Dimension(40,40));
    me.setPreferredSize(new Dimension(400,400));
    me.setVisible(true);
    mc.setVisible(true);          
    content.add(one = new MyComponent(), BorderLayout.CENTER);
    content.add(two = new MyOtherComponent(), BorderLayout.WEST);
    content.add(button = new JButton("yo"), BorderLayout.EAST);
    content.add(button = new JButton("S"), BorderLayout.SOUTH);
    content.add(button = new JButton("N"), BorderLayout.NORTH);
    I wanted to make a BorderLayout, and have two of my custom components in the layout but every time I try to run this mc is visible (the first component, and me is not visible...
    it says me is not visible but i set it to visible clearly in the code, what is the problem..
    dukes for this one

  • Naming the bubbles in Bubble chart of Jfreechart

    Hi,
    I am using Jfreechart to create a bubble chart. I am unable to name the bubbles but in the legend the bubble names are coming.
    Please help me to generate the bubble names with the names which are present in the legends.

    hi,
    can u plz tell me how to set the Domain Axis values and Range Axis values in bubble chart.....
    like i wanna display population for 2 countries(suppose India,China) for the year 2000 to 2005....so i need these years to be there on domain axis or on range axis.....how can i do this.......
    any type of help will be appreciated........
    thx.....

  • Issue with cscript/wscript breaking outside the AppV 5 bubble when run inside the bubble.

    I'm working on sequencing an application (EPIC) and they have a debugging script that runs that executes their application and their debugging application immediately afterwards with some parameters.  When I try running this script inside the AppV 5
    bubble from a command prompt it fails.  I've found the issue appears to be that cscript and wscript are looking for the registry values it requires
    outside the bubble.  I've shortened their script and the registry key required to minimize the noise of this problem.  The VBS script is:
    '========================================================
    Dim sEpicInstall, oCtx, oFSO, oReg, oLocator, oServices, oInstallDrive
    Const HKEY_LOCAL_MACHINE = &H80000002
    Set oCtx = CreateObject("WbemScripting.SWbemNamedValueSet")
    Call oCtx.Add("__ProviderArchitecture", 32)
    Call oCtx.Add("__RequiredArchitecture", TRUE)
    Set oLocator = CreateObject("Wbemscripting.SWbemLocator")
    Set oServices = oLocator.ConnectServer(".","root\default", , , , , , oCtx)
    Set oReg = oServices.Get("StdRegProv")
    Call oReg.GetStringValue(HKEY_LOCAL_MACHINE, "SOFTWARE\Epic Systems Corporation\Install", "79", sEpicInstall)
    Set oFSO = CreateObject("Scripting.FileSystemObject")
    Set oInstallDrive = oFSO.GetDrive(oFSO.GetDriveName(sEpicInstall))
    '===========================================================
    The registry key that exists inside the bubble looks like so:
    ===========================================================
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Epic Systems Corporation\Install]
    "79"="C:\\Program Files (x86)\\Epic\\v7.9"
    ===========================================================
    if run inside the bubble this is the result I get:
    If I add the registry key to the system itself and execute the command outside the bubble it works without issue:
    So...  I'm assuming this is a bug in AppV 5?  Is there a reason why cscript/wscript can break outside the environment or is there a reason why this script is able to do so?

    You should probably start a new thread for this as it's a new question, and a different problem than the original post.
    I have not tried the above, but have you made sure IE is closed before running it? If IE is already running outside of the bubble when you run the script, it could use the existing IE process rather than create a new one inside the bubble.
    As far as I know, .vbs files should run inside the bubble unlike cmd/bat files when targeted directly by the shortcut. But it is worth trying modifying the shortcut to point to wscript.exe with the script supplied as a parameter, just to rule it out.
    Another option to look into is to target your shortcut to iexplore.exe directly, and apply the changes to hide the toolbar and status bar either via additional command line parameters, or via registry configuration if this is possible.
    Dan Gough - UK App-V MVP
    Blog: packageology.com
    Twitter: @packageologist
    LinkedIn

  • Viewing animated GIFs in the Finder and Preview

    I was wondering why my animated gif images do not play while I view them in the preview in the Finder or Preview. I know it plays when I view gifs in Explorer and was wondering why doesn't the Finder/Preview.
    I would really like to be able to view the animated gifs without having to open either Safari or Fire Fox to view them.
    Thanks

    Welcome to Discussions.
    Apparently Preview lost that functionality a few versions ago. And Quicklook also doesn't seem to do it. Someone said that Pathfinder plays them, http://www.cocoatech.com.
    If you don't want to use a "big" program like Safari or Quicktime, then your best bet is to use a quick and easy image viewer like Xee http://wakaba.c3.cx/s/apps/xee.html.
    Set it as default application by selecting a gif file, press cmd-I. Choose Xee under Open with and click Change all.
    /p

  • Firefox won't open PDF files after I removed older version of PDF-xChange Viewer and installed the lastest version of PDF-xChange Viewer. MS Explorer which I am now force to use works OK. I have checked the Applications window in Tools/Options and it l

    Firefox no longer opens PDF files. Explorer works OK. I have checked the Applications window in the Tools/Options and it says I am using PDF-xChange viewer....It just does not do anything. I get the message in the Download Error window which says...."could not be saved, because you cannot change the contents of that folder. Is the same error which I get when I attempt to open a PDF file on a webpage using the Firefox browser....Explorer works OK so I am now forced to Explorer to read PDF files via a browser.
    == This happened ==
    Every time Firefox opened
    == After removing a old copy of PDF-xChange Viewer and updating to the last version

    The error message suggests that the file (pdf) that you're trying to download cannot be saved in the folder Firefox tries to save it in.
    This can be due to several things - it could be a non-existing folder (could be a problem with the updated application), the hard drive could be too full to store the file (less likely if you can generally surf the net without error messages) or it could contain an error.
    To complicate things a little further, it seems to me that you have (at least) 3 different PDF-handling plugins in Firefox from different programs:
    PDF-XChange Viewer Netscape Gecko Plugin
    Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    Zeon PDF Plugin For Mozilla
    This shouldn't matter too much, thou, as it will most likely simply use either the latest installed or the first one it finds when looking up associations for files of type 'pdf'.
    First, in Tools > Options... > tab General > section File download, select "Save files in" and Browse your way to a (non-writeprotected!) folder on a drive where you're certain there is enough free space - like the Desktop folder to make the files end up on your Windows desktop.
    Second, under Applications as you mention yourself, find all document types related to PDF files, and set these to one of the programs. Check the entire list to be sure there isn't one hiding under one of the other programs' document types (Adobe Acrobat document, PDF X-Change and Zeon).
    Restart Firefox, and try opening a PDF again.
    If it fails once more, try changing the documents again to one of the other programs, like "Use Adobe Acrobat (in Firefox)".
    If it STILL fails, change it to simply "Save file". Then you can simply browse your way to the download folder with Windows Explorer, and doubleclick the PDF file to see which program actually handles PDF files as default on the machine, and if it works properly.
    If Firefox flatly refuses to save the PDF files in a folder which you're certain both exist and has space for the file, some (probably security related) program is most likely interfering with Firefox, preventing it in storing PDF files on the system.

  • How do I remove the small cross that is in the centre of a shape (when viewing the outline)?

    How do I remove Shape cross hair from the middle of a shape please. I am using Illustrator CS3. I am making an image to cut out using a Cad Cutter so i am using the VIEW OUTLINES OPTION. I have used cirles in my compostion and when I view the outlines there is a tiny tiny cross in the centre of the shapes? I am unable to remove these and if i leave them on, then the printer will cut a cross in it's place which is what I don't want.
    Please can someone tell me how to remove the cross hairs, not from Normal view becuase they aren;t there but from the OUTLINE View.
    Thanks so much, I hope someone can help.

    This is the Feature request forum but select your item and then open the Attributes panel. On the left side are two boxes. Make sure the left box is highlighted.

  • Remove "(More Links...)" from List View Webpart if the list view shows all items

    Hi, I currently have 5 links lists out of which 4 links lists have around 30 odd list items and the rest 1 have just 3 list items. All of this links list are added as ListViewWebPart on a wiki page. All these listview web parts are configured for "Summary
    Toolbar"  and show all the items within the list. 
    My question is, even if the listview web parts are configured to show "All Items" why is it that the ListViewWebPart shows "More Links" on the bottom of the web parts? Is there any OOB way to remove it. I don't want to customize using SPD nor i want to export
    web parts. 
    Thanks, Mayur Joshi

    This, right here, is an example of one of the most annoying things about Microsoft. On the one hand, Microsoft keeps pushing code-free solutions; they want to make it easier and easier for "Content Managers" to manage their own SharePoint sites, Excel spreadsheets,
    etc. etc. without having to bother developers. I am with them on this, to a point. However, they also want to HARD-CODE their options so you HAVE TO USE an OOTB solution to hide it! What is wrong with letting us change the settings of the Web Part, or the
    View, to turn off "More Links"? Why do I have to go to JQuery, or SharePoint Designer? WHY??? Give us an OOTB solution for things like this!
    UPDATE: Here is a fix, but it does require CSS. Add a Content Editor Web Part with this code. The (More Links...) and (More Announcements...) tags both use the id "onetidMoreAnn". You can then export the CEWB as a Web Part and drop it on every page. 
    Again, I would like an OOTB solution, but this will have to do.
    <style>
    #onetidMoreAnn
    DISPLAY: none
    </style>

  • How can i remove the page title above the File,Edit,View,History,Bookmark tab?

    how can i remove the page title above the File,Edit,View,History,Bookmark tab in firefox

    In Firefox 29 and Firefox 30:
    "3-bar" menu button > Customize
    In the lower left, click the Title Bar button to switch the title on and off.
    In Firefox 28, I actually can't remember!
    I would be remiss if I didn't remind you:
    * Firefox 28 is not secure: Mozilla has disclosed its [https://www.mozilla.org/security/known-vulnerabilities/firefox.html known security flaws].
    * You can modify Firefox 30 to restore many of the UI features of earlier versions of Firefox using the techniques in the following article (and/or with assistance from forum volunteers): [[How to make the new Firefox look like the old Firefox]].

  • How to remove links to adobe from the image viewer

    On my site I need to display lots of pictures. I used the
    image viewer flash element from the `insert`-`media` tabs.
    Everything works great, but the first few pics in the
    slideshow are clickable, and link to the adobe home page. How could
    I remove the links and make the pics not clickable. I already went
    into the flash element properties window and made the `image links`
    and `image link targets` blank. I don`t know what else to try.
    Please help!
    thank you: Tibor

    It's only necessary to post once. No answer usually means
    that nobody knows
    the answer....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "serestibi" <[email protected]> wrote in
    message
    news:frm8qo$26v$[email protected]..
    > On my site I need to display lots of pictures. I used
    the image viewer
    > flash
    > element from the `insert`-`media` tabs.
    > Everything works great, but the first few pics in the
    slideshow are
    > clickable,
    > and link to the adobe home page. How could I remove the
    links and make the
    > pics
    > not clickable. I already went into the flash element
    properties window and
    > made
    > the `image links` and `image link targets` blank. I
    don`t know what else
    > to
    > try. Please help!
    > thank you: Tibor
    >
    >

  • How do i remove the ichat agent from my process viewer?

    i dont ever use it, why would i want the core program running and taking up memory (however slight)?
    is there any way to stop this?
    ive taken it out of autostart- when the computer turns on.
    can i actually turn off the ichatagent?
    thanks!

    Hi I have a similar pb:
    I don't know how but yesterday, adjusting my system prefs I suddenly had the bubble icon up in top-right bar.
    Whats that I think, I look and I realize i DONT want that thing (ichat stuff)
    So now is my pb: I tried putting iChat in the trash but still the bubble is there,
    then I check my processes and realize i have the ichatagent running,
    so i do a glorious kill-9 %pid_ichatagent in my terminal window and the process dies successfully (not anymore in my processes list) but the bubble stays and is still active and actually it resumes the process ichatagent everytime i click it
    My question is :
    #1-how do i get rid of the bubble/ichatagent ALTOGETHER, it starts up automatically on logging in and I have nothing in my auto start programs for my user.
    I want my top-right bar as it was before!!!
    #2-is there some config file to edit to remove? or some hidden utility tools to help me do that...
    #3-The ichatagent is a child of systemUIserver, so i was wonderingif killing that would help but i realized it was the top-right bar, so maybe it is not such a good idea???
    Can you help?
    Thanx Emmanuel

  • Removing the vertical divider after the actions view format menu.

    Hi,
    i have a table in a applications table component on my UI. i've a UX requirement to remove the Actions, View, format menu along with the vertical divider next to these menus that comes with the applications table component. i could get rid of the three menus but have not been able to get rid of the vertical divider. so the apps table looks a li'l odd now. Any suggestions on how to get rid of the divider?

    Hi ,
    We the world outside Oracle donot use the Applications Table which is a purely ApplCore component.
    Please post this question on the internal ADF Frontend forum @ myforums.oracle.com

Maybe you are looking for

  • Error while closing an application

    hi all... i m tryin to do video conferencing package which contains video,audio & text chatting ... i open main frame which shows above 3 options .. if i open text chatting i go into the text chatting module but when i close text chatting & open it a

  • Getting error while creating model error

    Hello Iam hitting folowing error while creating the model created new table with this command SQL> CREATE TABLE health_rdf_data (id NUMBER, triple SDO_RDF_TRIPLE_S); Table created. for create model SQL> EXECUTE SDO_RDF.CREATE_RDF_MODEL('health', 'hea

  • Disc drive no longer working on HP Pavilion dv9700 Notebook PC?

    I have a HP Pavilion dv9700 Notebook PC that's running Windows Vista Home Premium.  This morning I inserted a CDR to burn some files via iTunes and since then, my disc drive is not responding in anyway.  I tried pushing the button on the disc drive,

  • How to display standard SAP icons in WebDynpro?

    Hi everybody, in my web dynpro app I'm using several web icons for display. Works very well so far with this notation: `~Icon/Failure` e.g. Now I need an icon which I can't find in the web icons library: the standard sap icon ICON_PRESENCE. I have tr

  • Invoke Labview applicatio​n from Command line

    hi, I have a labview program which does some analysis on my Test data. My application is that,i have a Test sequencer program(Different application) which collects data and stores it in .dat file. After this i invoke exe of Labview Analysis program f