Where are Edit and Smileys?

I am using my iPad (3)  and do not see the Edit or Smiley buttons on the bottom of the window.
Is this normal?

One would think so, but Jive Software (I think) developed this website for Apple so you think that Apple would have requested that their very own browser work well on the iPad on their own ASC discussion forums. however, that is not the case.
Mercury, iCab and Dolphin will all let you edit, from what I can remember. Actually, I think I had problems even posting with Opera. I have tried so many browsers, it makes my head spin. I finally found a winner with iCab Mobile.

Similar Messages

  • Where are Answers and Dashboards stored?

    If we deliver answers and dashboards to customers and they customize it further, how can they upgrade to next release's dashboard and answers?
    I want to know where are dashboards and answers stored so that we can provide an upgrade script.
    Edited by: user732932 on Nov 17, 2009 10:58 AM

    Hi User,
    If a user creates queries and dashboards they are stored in the Catalog, this is in the OracleBIData>Web>Catalog folder. If you drill down into thsi folder you eventually come to the individual xml files.
    The repository, (.rpd) is in the OraceBI>Server>Repository folder, the two can be maintained independantly. If your customer wants new data sources or tables adding to their RPD, you can merge these changes using the Admin tool, any changes here will not affect existing content in the dashboards, as long as the existing presentation layer is not altered. Assuming they do not maintain the rpd themselves, they could just send you an existing one for you to edit then replace theirs?
    What it sounds liek you are saying though, is that they will have added queries and dashboards to the web catalog, and that you will then add more queries and dashboard pages to a development catalog, in this case it's very easy to copy and paste new files from one catalog to the other using the catalog manager. Ther is no need to touch the actual xml. NEVER copy a new catalog over an existing catalog, if you are replacing the whole catalog, back it up then delete it from the Catalog folder and paste in the new one.
    If you are upgrading the version of OBIEE, none of these items should be affected, make sure you back-up first.
    I hope this clears it up.
    Regards
    Ed

  • Where are brightness and volume in percentage ?

    Hi, i'm configuring conky and i don't see where are brightness and volume. I found temperatures in /sys/class/thermal/thermal_zone0/temp, but i didn't find brightness or volume, i tryed find it via checking keyboardkeys, but i think i have controlling brightness only in bios. I have shortcuts (Fn+left or right arrow) which works but i need percentage lighting display, which i'll use for conky. The same problem i have for volume. Thanks for help

    [root@acer ~]# cat /proc/acpi/video/OVGA/CRT1/info
    device_id: 0x0100
    type: CRT
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DFP1/info
    device_id: 0x0300
    type: UNKNOWN
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DFP2/info
    device_id: 0x0600
    type: UNKNOWN
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DTV1/info
    device_id: 0x0200
    type: TVOUT
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/DTV2/info
    device_id: 0x0500
    type: UNKNOWN
    known by bios: no
    [root@acer ~]# cat /proc/acpi/video/OVGA/LCD/info
    device_id: 0x0400
    type: UNKNOWN
    known by bios: no
    I really don't know how Fn+key work but i checked all infos in previous post
    Last edited by STANKAR (2010-12-26 14:04:17)

  • Incomplete profile page: Where are firstname and lastName?

    Hi,
    How to retrieve the firstname lastname in Webcenter Portal (11.1.1.8) UserProfile object, we used all the expressions but firstname lastname always comes blank/empty.
    First Name: #{webCenterProfile[securityContext.userName].firstName} <br>
    Middle Name: #{webCenterProfile[securityContext.userName].middleName}<br>
    Last Name: #{webCenterProfile[securityContext.userName].lastName}<br>
    I use Open DS as the LDAP and the first attribute in LDAP is cn and the lastname attribute is sn, we want to get the values of these when we call #{webCenterProfile[securityContext.userName].firstName}.
    I found one archived thread where the same question is asked but without any solution documented.
    Incomplete profile page: Where are firstname and lastName?
    Thanks,
    Anshuman

    Hi,
    Add an "HTML Markup" Layout Component to a page.
    Edit the "HTML Markup" Layout Component.
    In the Display options Tab, click the Edit Icon (v) next to the Value Property and select "Expression Builder...".
    Select "Type a value or expression" and enter the following:
    User Profile Information:
    <br><br>
    Name: #{webCenterProfile[securityContext.userName].name}<br>
    Display Name: #{webCenterProfile[securityContext.userName].displayName}<br>
    First Name: #{webCenterProfile[securityContext.userName].firstName} <br>
    Middle Name: #{webCenterProfile[securityContext.userName].middleName}<br>
    Last Name: #{webCenterProfile[securityContext.userName].lastName}<br>
    Maiden Name: #{webCenterProfile[securityContext.userName].maidenName}<br>
    Name Suffix: #{webCenterProfile[securityContext.userName].nameSuffix}<br>
    Initials: #{webCenterProfile[securityContext.userName].initials}<br>
    <br><br>
    Description: #{webCenterProfile[securityContext.userName].description}<br>
    Date of Birth: #{webCenterProfile[securityContext.userName].dateofBirth}<br>
    Home Address: #{webCenterProfile[securityContext.userName].homeAddress}<br><br>
    Home Phone: #{webCenterProfile[securityContext.userName].homePhone}<br>
    Wireless Acct Number: #{webCenterProfile[securityContext.userName].wirelessAcctNumber}<br>
    <br><br>
    Time Zone: #{webCenterProfile[securityContext.userName].timeZone}<br>
    Default Group: #{webCenterProfile[securityContext.userName].defaultGroup}<br>
    Preferred Language: #{webCenterProfile[securityContext.userName].preferredLanguage}<br>
    Update Date: #{webCenterProfile[securityContext.userName].updateDate}<br>
    <br><br>
    Employee Number: #{webCenterProfile[securityContext.userName].employeeNumber}<br>
    Title: #{webCenterProfile[securityContext.userName].title}<br>
    Department: #{webCenterProfile[securityContext.userName].department}<br>
    Organization: #{webCenterProfile[securityContext.userName].organization}<br>
    <br><br>
    Date of Hire: #{webCenterProfile[securityContext.userName].dateofHire}<br>
    Employee Type: #{webCenterProfile[securityContext.userName].employeeType}<br>
    Expertise: #{webCenterProfile[securityContext.userName].expertise}<br>
    Organizational Unit: #{webCenterProfile[securityContext.userName].organizationalUnit}<br>
    Manager Display Name: #{webCenterProfile[securityContext.userName].managerDisplayName}<br>
    <br><br>
    Business Email: #{webCenterProfile[securityContext.userName].businessEmail}<br>
    Business Phone: #{webCenterProfile[securityContext.userName].businessPhone}<br>
    Business Mobile: #{webCenterProfile[securityContext.userName].businessMobile}<br>
    Business Pager: #{webCenterProfile[securityContext.userName].businessPager}<br>
    Business Fax: #{webCenterProfile[securityContext.userName].businessFax}<br>
    Business Street: #{webCenterProfile[securityContext.userName].businessStreet}<br>
    Business City: #{webCenterProfile[securityContext.userName].businessCity}<br>
    Business State: #{webCenterProfile[securityContext.userName].businessState}<br>
    Business Postal Code: #{webCenterProfile[securityContext.userName].businessPostalCode}<br>
    Business Country: #{webCenterProfile[securityContext.userName].businessCountry}<br>
    Business PO Box: #{webCenterProfile[securityContext.userName].businessPOBox}<br>
    <br><br>
    Click Test and confirm there are no errors.
    Click OK to Exit the Expression Builder.
    Click OK to exit Edit of the HTML Markup Layout Component.
    This should display the user profile information as displayed on the user profile in WebCenter Spaces.

  • I upgraded my iPhone 4 from iOS 3.3.5 to iOS 5.0 and lost all my photos on the camera roll. Where are they and can I  retrieve them?

    I upgraded my iOS 3.3.5 to 5.0 on my iPhone 4 and lost all photos on camera roll. Where are they and can they be recovered?

    Have you been using your phone as recommended?  If so, you've been importing photos in your camera roll onto your computer for safe keeping.  Just as you would with a standalone digital camera.  Your photos would then reside safely on your computer for archival. 
    While camera roll photos ARE part of the backup, not everything always goes smoothly as you've seen, which is why the recommendation to import photos as soon as possible to your computer.
    If you have a recent backup of your iPhone, you can restore and hopefully many of your photos will be on this backup.  Any photos or data added to your phone since this last backup are, of course, gone forever.
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • My iPhone5, 7.0.3, has 725MB of Messages shown in Usage, but no messages in Message App.  Where are they and how do I get rid of them??

    My iphone5, 7.0.3, has 725MB of Messages shown in Usage, but no messages in Message App.  Where are they and how do I get rid of them

    Ok, so I think I have found the cause of the problem.
    I went to Tools -> Add Ons -> Plug -Ins
    Under plug ins I found the zonealarm spy blocker plug in stub
    Attached are images of enabled, disabled.
    How do I get rid of that space all together, what I mean is, instead of having to choose between a "black space" and a "lego piece space", I want no space.

  • I authorized and dled ITUNES to the new pc.  Well i would like to know where is all my songs i purchased? I want to hear them on this pc, i bought them so where are they and how do i get them on here so i can buy new songs and make new playlists?

    I authorized and dled ITUNES to the new pc.  Well i would like to know where is all my songs i purchased? I want to hear them on this pc, i bought them so where are they and how do i get them on here so i can buy new songs and make new playlists?

    They will only be where you put them.  They do not magically appear in new places.
    Have you copied them from your old computer to your new one?

  • Where are sound and sharing settings stored in plist on mac mini?

    Hi,
    Does anyone know where are sound and sharing preferences stored in plist on mac mini on OS 10.8?
    I want to auto-configure these settings for a bunch of computers instead of manual configuration through the system preferences menu.
    Anyone has any advice?
    Thanks.

    App (pinned) tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the Firefox profile folder.
    * http://kb.mozillazine.org/Session_Restore
    * http://kb.mozillazine.org/sessionstore.js
    * http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox

  • I just bought a movie and a season of childrens cartoons they are now gone off my ipad. Where are they and how can I get them back?

    I just bought a movie and a season of childrens cartoons they are now gone off my ipad. Where are they and how can I get them back?

    Did you download them direct to your IPad or to your computer. If so unless you have synced your iPad with your computer since you downloaded they are still on your Ipad unless you deleted them or if they were rentals the time ran out.
    To check on your iPad launch the iPod APP on your Ipad  if a movie listing does not show  then click on the iPad button under your library list column and it should then show your movies etc
    Or launch the Video App and look for them there
    if you have downloaded them on your computer they will show up in iTunes the cartoons i suspect will show under TV and the Movie under Movies.
    A rented item expires 30 days after you rent it or 24 hours after you begin playing it, whichever comes first. Expired rentals are deleted automatically. After you transfer a rental to your iPad etc, it is removed from your iTunes library.
    Outright puchases are obviously yours to keep.
    Hope this helps

  • When I try to upload a movie from I movie with the new iOS 7 it says sign in to YouTube when I do the screen goes back to where are started and it says to sign in again.  Any suggestions?

    When I try to upload a movie from I movie with the new iOS 7 it says sign in to YouTube when I do the screen goes back to where are started and it says to sign in again.  Any suggestions?

    Google seems to change their login security occasionally, and apps that assume it will work a particular way get left out in the cold till they are updated, since the login process is hard-coded into the app.
    Here is the automated e-mail I received today from Google when tried to upload a movie using iMovie.
    We recently blocked a sign-in attempt to your Google Account [REDACTED].
    Sign in attempt details
    REDACTED
    If this wasn't you
    Please review your Account Activity page at https://security.google.com/settings/security/activity to see if anything looks suspicious. Whoever tried to sign in to your account knows your password; we recommend that you change it right away.
    If this was you
    You can switch to an app made by Google such as Gmail to access your account (recommended) or change your settings at https://www.google.com/settings/security/lesssecureapps so that your account is no longer protected by modern security standards.
    To learn more, see https://support.google.com/accounts/answer/6010255.

  • I lost all of my contact with yesterdays update.  Where are they and why did this happen?

    I lost all of my contact with yesterdays update.  Where are they and why did this happen?

    What update? There was nothing released yesterday relating to iCloud.
    Where have you lost your contacts from? Your computer, your phone, iCloud.com?
    If they are no longer in any of those places, you'll need to restore them from your most recent backup.

  • German Keyboard (Where are the ä, ö and ü keys???)

    It is great that the iPhone offers different keyboards and that the word corrections are adjusted accordingly, BUT where are the special characters such as ä, ö and ü??? I couldn't find them on the German keyboard. Any ideas?? Thanks.

    It actually works with c, e, i, l, n, s, y and z keys too. The objective appears to be to give easy access to all language-specific accented characters from any keyboard where those character-variants are not on their selected keyboard's display. It certainly works well and is an 'in-line' way of providing easy-access to the facility without cluttering the display still further with more options that are seldom used by most people in most cases.

  • WHERE ARE "DESKTOP" AND "DOCK" SETTINGS STORED?

    I want to backup my desktop and dock settings. Where are they stored so that I can do this?
    Thx.
    Mike

    If you are backing up your home folder, you are also backing up your user prefs all of which are stored in "Your User Name"/Library/Preferences. There are several other "Preferences" folders that contain "global" prefs, namely /Library/Preferences and /System/Library/Preferences.
    One potential "trap" though... corrupted prefs files are often the cause of anomalous system behavour so saved prefs should be copied back into new folders with caution.

  • Where are iDVD and iMovie themes?

    I've re-build my hard drive on my iMac (Intel), System 10.5.8.
    I've got iPhoto, iDVD and iPhoto working from my backup disc, but I can't find the 'themes'.
    They must be on the backup disc somewhere?
    Any ideas?

    Where are the audio clips stored that go with some of the themes?
    The .theme is also a package, you use the same CTRL-click, show package contents trick to get inside. Some of the themes have the audio as separate audio file, you can tell with the .aif extension, but some of them a muxed .mov file. You need QuickTime Pro or some other tools to get the audio out.

  • Where are PAR and MPEG folders going?

    Hello:
    When I used to use DVD SP 2, I'd get the PAR folder every time after I import a file and/or MPEG folder generated when I imported relevant video/stills...now with DVD SP 4, when I do the same thing I don't see any such folders being generated...where are they going; does SP 4 somehow place these automatically somewhere? I even did a FIND search at finder level but no such folders were found...
    Thanks
    KB
    powerbook G4 15" and 17" display   Mac OS X (10.4.6)   FCP 5.1, DVD SP 4

    have a look in your preferences under 'Destinations', and use the drop down box to show you MPEG Parsing... you should then get to see where it is being placed.

Maybe you are looking for

  • Out of the box my new Tablet Z2 wont take anny charge..

    Hi! Out of the box my new Tablet Z2 don't take any charge. I have charged it a few of hours now but the charging LED don't turn on. I have tested to charge my phone with the sony charger provided within the box and it works. I have also tested to cha

  • Unable to recover using recovery discs

    Persario CQ61-327sa My hdd failed so I installed another one and used the recovery discs I made when I first got the lappy. The recovery discs run fine, but when the 3rd disc finnishes I get this error code 0xe0ef0003 I have tried 3 times with no luc

  • HT201210 when i try to restore it shows error 21. Why?

    i had a problem with my phone it shows itunes and usb icon on the screen nothing else working. when i connect this to itunes on mac to restore. the pocess started, software been downloaded,been extracted,a message been shown preparing iphone for rest

  • Deleting rows with child records

    Hi, I want to delete some records from master table based on where condition. But I want all the corresponding child record should also delete from the respective child tables.. Can anyone tell me how to go about it with example( eg emp & dept table

  • Cant get my iMac to boot up from Installation disc

    I ran disc utitliy on my imac to speed up things, clean things up as its running a bit rough (slow). The utility said I had some major problems w HD and that I should restart from installation disc so it can perform the repair. Tried to boot from the