Can't get rid of speaker image!

Hi,
My iPhone 3Gs is basically a little broken anyways because I drop it sometimes but it has yet to cause too much damage. But when you turn it from silent to not theres a speaker image that comes in the middle of the screen, but when i recently turned it to silent the image stayed. Last time it happened I turned the phone off and on and it was perfectly fine, however the lock button at the top only now works when it wants to and I can't actually turn the phone off.
What else can I do to get rid of it? I cant see what im doing sometimes and my texts say silly things becasue i cant see certain bits.
Thanks! x

Hi,
My iPhone 3Gs is basically a little broken anyways because I drop it sometimes but it has yet to cause too much damage. But when you turn it from silent to not theres a speaker image that comes in the middle of the screen, but when i recently turned it to silent the image stayed. Last time it happened I turned the phone off and on and it was perfectly fine, however the lock button at the top only now works when it wants to and I can't actually turn the phone off.
What else can I do to get rid of it? I cant see what im doing sometimes and my texts say silly things becasue i cant see certain bits.
Thanks! x

Similar Messages

  • Can't get rid of background image of toolbar buttons

    I am just a front-end developer and responsible for the front-end look of an ADF application that we are creating: We are using jDeveloper 11.1.1.4.0 (and we cannot upgrade due to being told no...so I cannot USE the skin editor which when I tried to use, migrates the files).
    I have created the necessary directories and files per tutorials I have been reading up on...
    skins directory - (new directory)
    skin.css (new file)
    Web-Inf -
    trinidad-skins.xml (new file and correctly configured)
    trinidad-config.xml (existing file but updated to use the new skin)
    Within the trinidad-skins.xml file I have the the new skin specified and is extending the "fusionFx-v1.desktop" default theme being used.
    Now the problem... I cannot get the background images to be overwritten or disabled for af|toolbar::item within the .css file
    I have looked up information about how to overwrite this and I tried to use the
    -tr-inhibit: background-image; within the .css declaration like this
    <code>
    af|toolbar::item {
    -tr-inhibit: background-image;
    </code>
    That was unsuccessful. I even just tried standard background {none;} and that was a no go as wel.
    What am I doing wrong here? This is driving me nuts... they made this skinning stuff way too complicated IMO. I don't see why I can't just add a class to the component within the property inspector of that component and then be able to reference it via normal css conventions... but nope BREAKS grrr... And I'm advanced level CSS coder! This stuff has me absolutely clueless and ready to just quit!
    Any suggestions or help is appreciated! And again... I cannot use the skin editor! Everytime I tried to, it prompted me to migrate the application and I cannot do this since there are about 5 other developers working on this application (we use clearcase for version control).
    Thanks,
    Michael

    I can't use the stand alone skin editor since it will want me to migrate the project files (developed in 11.1.1.4) and all files are source controlled via ClearCase.
    I have been experimenting...This is the code on the .jspx page
    <code>
    <af:panelGroupLayout id="header" styleClass="headerParent">
    <af:panelGroupLayout id="topLinkBar" layout="horizontal" styleClass="topLinkBar AFStretchWidth">
    <af:outputLabel value="#{customeradminportalviewcontrollerBundle.CUSTOMER_ACCOUNT}" styleClass="customerLabel"/>
    <af:outputText value="outputText2012" styleClass="customerOutput"/>
    <af:toolbox id="topLinkToolBox" styleClass="topLinkToolBox">
    <af:toolbar id="topLinkToolBar" styleClass="topLinkToolBar">
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.HELP}" id="ctb2"/>
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.POWER_INVOICE}" id="ctb1"/>
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.CONTRACT}" id="ctb3"/>
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.SIGNOUT}" id="ctb4"/>
    </af:toolbar>
    </af:toolbox>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </code>
    Here is the CSS code
    <code>
    #topLinkToolBar af|commandToolbarButton {
    background-image: none;
    background-color: transparent;
    border: 0;
    </code>
    That WILL NOT get rid of the background images on the buttons! However if I do the !important hack within the CSS like this:
    <code>
    #topLinkToolBar af|commandToolbarButton {
    background-image: none!important;
    background-color: transparent!important;
    border: 0!important;
    </code>
    Then BOOM it works... I do NOT want to use the !important hack since that will cause problems in CSS inheritance and cascading...
    What am I doing wrong?
    Also how do I (if possible) target a specific ID used? For example the af:toolbar has an ID of "topLinkToolBar" how can I target that within the CSS? I know I can target it via class attribute like this:
    <code>
    af:toolbar.topLinkToolBar
    </code>
    but how would I do the same if I wanted to only apply to a component with a particular ID?
    Thank you everyone for all your patience, suggestions and help with this... I'm totally new to this type of environment and it's been a slow and frustrating learning experience!
    Michael

  • How to get rid of Quicktime "image" on top right of converted file

    I just converted a WMV file to both MOV and MP4 formats.  There is a Quicktime graphic on the top right now that looks like a circular button with the play icon in it.  I have a fully licensed version of Quicktime Pro v.7.  How can I get rid of that image (which comes across kind of like a watermark)?

    If you're converting WMV, you're probably using Flip4Mac as part of the QuickTime conversion process. The graphic is likely a Flip4Mac watermark. See: https://discussions.apple.com/thread/6418932.

  • How can I get rid of the dark area on top one third of my iphone screen which spoils my background image?

    How can I get rid of the dark area on top one third of my iphone screen which spoils my background image?
    It seems this problem is caused by the software to increase the readibility of upper letters (clock battery etc.) It be nice to leave us the control of choosing background letter color too if we are using brighter images or darker images.
    I'm using iphone 4s and it appeared after I updated to new patch. 7.1.1.
    Thanks,
    Cem
    I do not know how to move topics from sections of forum so I apologise for duplicate post.
    https://discussions.apple.com/message/25594879#25594879

    Photo added.

  • Please help. How can I get rid of this red dotted border around my navigation bar images?

    If you go to my site here...
    http://metalwolf92.zymichost.com/
    And left-click and hold down your mouse, but don't release, on any of the navigation button images. Notice the red dotted border? How can I get rid of those?
    All images already have border set to 0.

    I just noticed your page has no css. so in Code View, replace this closing tag:
    </head>
    with this:
    <style type="text/css">
    a:active {
      outline: none;
    </style>
    </head>
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • I can't get rid of the "Install OS X" disk image...

    Several months ago (I think it was when upgrading from 10.6.2 to 10.6.3) I had trouble with two machines - my wife's MBA (Rev. A - 1.6 GHz, 2GB ram, 80 GB HDD), and my MBP, but our iMac did fine. Eventually I got both the MBA and MBP updated and they work fine. Since then I've updated the MBA so that it's running 10.6.4.
    Here's my problem: during the difficult software update somehow I was left with two (2!) "Install OS X" disk images on the MBA desktop. I cannot get rid of them no matter what I do. I've tried ejecting (and they eject - but then when you reboot the computer they come right back), I've tried using disk utility to erase them, I've tried numerous things but I can't get rid of the darn things.
    I'd given up because they weren't causing any harm. However, I've just realized I can't run TimeMachine because of the disk images - TimeMachine stops with an error message saying it can't back up two disks with the same name. I can't change the name or delete the disk images so I can't do backups.
    Any ideas on how to get rid of these silly things?

    OK, then open Disk Utility. Click on the main drive entry at the top of the sidebar list, then click on the Partition tab in the DU main window. You should see a window in which you have the three partitions displayed as rectangles one on top of the other. I'm assuming that in your case the largest rectangle is the uppermost one with the two mystery partitions at the bottom. Click in one of the smaller rectangles. You should see it become outlined in blue. Then click on the [-] Delete button. Repeat for the second small rectangle. You will now have a gray area below your OS X partition. Now click on the Apply button. It may take several minutes for the process to complete so be patient and wait until it's done. When it's finished you should see the topmost OS X partition and the remainder of the window is gray space. In the lower right corner of the OS X partition should be a sizing gadget that looks like a triangle. Use the mouse to drag the corner all the way to the bottom of the window. Click on the Apply button and wait for the process to be completed.
    This should restore your drive to it's original single volume state and get rid of the two mystery items.

  • HT1229 Ive move photos but they appear as duplicates in iPhoto.   When you try and open them it says Photo can't be found.  I have thousands.  How do I get rid of these images?

    Hi Ive moved photos but they appear as duplicates in iPhoto.   When you try and open them it says Photo can't be found.  I have thousands.  How do I get rid of these images?
    Also I have many duplicate photos (from backups)  It would be great to be able to remove all duplicates at one time, like in Itunes.
    Can this be done?

    You moved what photos from where and to where?
    Are you running a Managed or a Referenced Library?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management.

  • I have a Australian iTunes account and want to switch to using the u.s store as I now live there, I cannot do this because I have $1.41 still in the oz account an image to have a zero balance to change stores, how can I get rid of the $1.41?

    I want to switch to the u.s store as I now live in the us, I cannot switch stores because my balance is $1.41 in the oz store and needs to be zero, how can I get rid of the $1.41 when everything costs more or less than that? I do not have a credit card on the oz iTunes account an I cannot use my us one to top it up.
    HELP

    Click here and request assistance.
    (60992)

  • How can I get rid of directory path in front of my folder names in Folder listing in Library mode???

    Im using the most recent version of Lightroom 5.3 (updated through CC - even though this has shown up on previous version) on Windows 7 and all the folders in my library are showing up with the directory path in front of my folder names. How can I get rid of this? I do not see any options in preferences to turn this off. I have also turned off preferences in Windows > Folder Options Control Panel "Display full Path in Title bar" option.
    I have Lightroom on several computers and have set up preferences the same on each workstation, and this only shows up on one workstation.
    Any help would be appreciated.
    You can see from the image  below how this is showing up.
    Thanks
    Thanks!

    Click the little down arrow/+ symbol  next the + - in the folders bar.

  • Crazy gap I can't get rid of! help - please??

    Hi - my first time on here (well, needing to be on here..!).
    I'm having a heck of a time. I've just been hand-coding a fairly
    simple site - which I've now finally gotten around to updating.
    The site is:
    http://www.arcfoto.com
    I'm trying to set it up as a fixed (un-resizeable) console
    window with a flexible content pane. So - I've been using
    dreamweaver to set it all up. But the problem is that I've got this
    really persistent gap that I can't get rid of. It's spans the left
    and top sides. (about 10px of white) - in the version you see if
    you visit the URL - I've had to add gap to the bottom and right -
    just to not make it look TOO WEIRD. But I'd really really like to
    get rid of it.
    The basic architecture is the following: Javascript window
    containing tables to organize content. Nothing special - just
    rollovers. A friend suggested I could add CSS commands to get rid
    of it. I've been doing a fair bit of messing around with any and
    all CSS parameters I could.... but nothing seems to really make a
    difference. I'm thinking it's got something to do with the
    javascript window definition for the window on the entry page
    (previous page). But I really have no idea. I'm HOPING, PRAYING -
    that someone here might have a suggestion for a quick fix - or a
    fix of any kind...! I've been struggling with this for WEEKS
    now...!
    Thanks.

    Martin?
    Your PNG files are so huge because you have not properly
    exported them from
    FW. Just export as JPG images - they'll be fine if you don't
    OVER optimize
    them, and they'll be MUCH smaller than these are now.
    This is a bit hinky -
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #D1CED0;
    border-top: 0;
    border-left: 0;
    border: 0;
    body {
    background-color: #666666;
    border-left: 0;
    border: 0;
    border-top: 0;
    border-top-style: outset;
    margin-left: 0px;
    margin-top: 0px;
    try this -
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #D1CED0;
    border-width:0;
    body {
    background-color: #666666;
    border-width: 0;
    margin-left: 0;
    margin-top: 0;
    But the big question is: will it work for me?
    It could.
    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
    ==================
    "arcfoto2" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks Martin...! That was certainly very gentlemanly of
    you. I'm not sure
    > how
    > my response to the previous got in ahead of yours. No
    doubt you started
    > the
    > reply before I did mine or something.
    >
    > I felt I really wanted to try going with PNG because in
    last years I'd
    > been
    > having lots of problems with JPGs - artifacts, sure...
    but also color
    > drift and
    > averaging - causing noticeable differences between text
    block backgrounds
    > and
    > the bg itself, etc... but I figured my site was very
    minimal, very
    > sparse... so
    > PNGs were no HUGE sin, considering many people seem to
    have loads of SWFs
    > all
    > over theirs... but that's here nor there...
    >
    > Thanks.
    >
    > This is the CSS code I ended up with:
    >
    > .style1 {
    > font-family: Arial, Helvetica, sans-serif;
    > font-weight: bold;
    > color: #D1CED0;
    > border-top: 0;
    > border-left: 0;
    > border: 0;
    > }
    > body {
    > background-color: #666666;
    > border-left: 0;
    > border: 0;
    > border-top: 0;
    > border-top-style: outset;
    > margin-left: 0px;
    > margin-top: 0px;
    > }
    >
    > Suppose I did it twice, huh? I'm assuming the 'body' one
    can come out.
    >
    >
    > ALSO - I'm sure I should really post a separate topic
    for this - but maybe
    > it'll help cut down on the overall number of topics if I
    post it here... :
    >
    > Not sure if you noticed my redundant links. I have a set
    of nav links for
    > rollover (since I'm REALLY finicky about typography -
    has to be myriad)
    > and
    > another set of TEXT links which are being pushed out of
    the frame (not
    > supposed
    > to be visible).
    >
    > The reason I'm doing this is for bot-cataloging - since
    it's my
    > understanding
    > that google, et. al. does not penetrate image links.
    Only text - from what
    > I
    > understand. So - yes, well... it's an SEO trick. I'll
    ask you to suspend
    > moral
    > judgement. But the big question is: will it work for me?
    >
    > thanks again,
    > Jonathan
    >

  • Opps! Can't get rid of stuff on desktop!

    I accidently moved over 1500 photos from iphoto to the desktop. Upon realizing what I did I couldn't stop it so I forced a shut down. Restarting found the desktop GONE but it was only hidden and all the photos were there. The problem is that I can't get rid of them. They won't go into the trash because I get the message.."Some of the items you are moving are in use by another application. Moving the items can cause problems with the application using them. Are you sure you want to move these items?"
    I have tried to "continue" to no avail. I've tried trashing all the photo and trashing just one. I've tried to open one or two and can't. I tried to put them on a DVD but I can't.
    Also the icon for my HD is missing but the LaCie external shows up and when i open it I can access the main drive but the desktop icon is either hidden someplace or gone.
    Please someone tell me what to do to fix this mess and why can you just quit a accidental move like that and avoid such a problem in the 1st place?

    Here's something you can try. Hopefully all the image files have the same extension: .jpg.
    Open the Terminal application in your Utilities folder. At the terminal prompt enter or paste the following: (Press RETURN after each command.)
    cd Desktop
    rm -rf *.jpg
    Now, hopefully this will delete all the image files on the Desktop. If some remain it will likely be because they have a different extension than .jpg. You may need to repeat the "rm -rf *.ext" command replacing "ext" with the actual file extensions.

  • Can I get rid of the underlined hyperlink and just have roll-over links?

    In iWeb 2009, can I get rid of the underlined hyperlink and just have roll-over links?

    You have to put them on the server where you are publishing your site to. Where are you hosting your site? If it's a MobileMe account then you have two options:
    1 - put the photos in a folder, name it "Pics" and put that folder in your iDisk/Pictures folder. Then use the following URL: http://homepage.mac.com/YourMMe_Account_Name/.Pictures/Pic/FileName (don't forget the period before Pictures).
    2 - put the "Pics" folder with image files in your iDisk/Web/Sites folder and use the following URL: http://web.me.com/YourMMe_Account_Name/FileName.
    If you're hosting on a 3rd party server it would depend on if you're using a domain name or not. I'm not familiar with 3rd party servers so Wyodor, Ethmoid or someone that is will need to point the way.

  • How can I get rid of windows 8.1 in my new lenovo and get windows 7 put in?

    How can I get rid of Windows 8.1 on my new Lenovo laptop and install Windows 7?

    Hi,
    I'll assume your laptop was upgraded from Windows 7 to Windows 8.1
    1. Start by copying all your personal folders (Documents, Pictures, Music, Videos, Favourites, local databases,
    hosts files, etc) into an external disk, DVD, tape, whatever.
    2. If I were you, I wouldn't use Windows 8.1 backup tool, I'm not sure Windows 7 Restore applet will be able
    to read a Windows 8.1 backup.
    3. Check that you have all the necessary licenses, CDs and executables to reinstall your former Windows 7
    applications, components, browsers, plugins, Java, .NET Frameworks, etc. Be aware that some applications require
    to keep same hostname and/or same IP and/or or same local username (or all of them) as they were on the original
    Windows 7 machine.
    4. Check that you have your Windows 7 CD and license handy.
    5. Do you have a Windows 7 image backup of your laptop (prior to the Windows 8 upgrade)?
    5.a Yes? Then restore that image and restore your personal folders on top. You might need to
    install or reinstall some of the applications I mentioned on #3
    5.b No? You'll have to format your laptop, install Windows 7 from scratch, create your local
    user with administrative rights, install SP1, install necessary updates, reinstall all your
    applications and finally restore your personal folders.
    Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu

  • My iPad is disabled, but I know the passcode.. When i connect it to iTunes it says it can't access it because it has a passcode. How can i get rid of the passcode without resetting the iPad? And if there is no way to do so, how do I completely reset it?

    My iPad is disabled, but I know the passcode.. When i connect it to iTunes it says it can't access it because it has a passcode. How can i get rid of the passcode without resetting the iPad? And if there is no way to do so, how do I completely reset it?

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.htmlhttp://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tbhttp://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Devicehttp://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htmhttp://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Can't Get Rid of Green Screen in Vlog-it

    I am fairly new to vlog-it.
    I have been messing around with it and so far the video and voice wont sync up.
    Also, I can not get rid of the green screen. When I do a test run, my audio comes through but all I see of the finished product is a blank green screen....I do not have v screen on...I have looked and looked for a setting to turn it off, but I have not found it.
    HELP
    Sam

    Hi,
    Pic first
    Handle = Screen Name.
    Name = Your Details as per your My Card (Head and Shoulders iCon) in the Address Book - Or the User that is Logged in to the Mac.
    Each Buddy List will show the same Name but a different Handle based on the Screen Name for that Buddy List.
    If you only have one Buddy List (other than the Bonjour One) and you Delete it then the Buddy List Disappears - Problem Solved. (Presumably you are re-adding a New Screen Name ?)
    Pic of the Minus Button I am talking about.
    Multiple Buddy List are created by adding more then One Screen Name to the Accounts List (Previous Pic)
    I am a little confused where you were when you did this:-
    I tried clicking on the minus sign in the list of users to delete the account and tried signing up for a new iChat account using my AIM screen name/password;
    "List of Users" sounds like you were in System Preferences > Accounts.
    You can "Delete" an Account here. It is not actually removed from the Users Folder (Hard Drive/Users) but is locked in a way that no-one has access and they are Removed from the Login Screen when the Mac Starts Up.
    DO NOT DELETE ANY CLOSED ACCOUNT FOLDER In the Users Folder.
    But if you use the same Screen Name in another Mac User Account the same Handle will appear.
    You will see my GoogleTalk Account is headed "GoogleTalk" and my AIM Account as "Main AIM Account" These are set in the Description field in the iChat > Preferences > Accounts.
    The Default if you have one account that logs into AIM is for it to read "AIM Buddy List"
    Similar for one Jabber Account.
    With more accounts of any one type they take on the info in the Description Field - which itself by default is the Screen Name.
    Are you trying to create a New Mac User Account and use the same AIM Screen Name there ?
    Are you trying to just change AIM Screen Names ?
    8:05 PM Wednesday; December 29, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Maybe you are looking for

  • Creation of tables using JDBC or SQLJ in webdynpro application

    Hi, I am trying to create tables in javadictionary(MaxDB)using my WebDynpro application.I tried creating tables using SQLJ and JDBC.But I was not able to do it.I can select and insert data into already created tables. Whwn I tried creating a table us

  • Exporting Movies: Disappearing Export Box

    I'm having trouble exporting a movie using iMovie. I created a movie and successfully exported it. After watching, I went back and made changes to the movie and successfully exported it a second time. I had to go back a third time and make changes an

  • Adobe AIR application uninstall

    Hi guys    I am new to Adobe AIR Forum. I don't know where to put my question.Ok anyway, My question is there any option to    customize the uninsatll Adobe AIR application (or)    control the uninstall Adobe AIR Application.(that means i want to com

  • Built-In isight not showing picture

    **Please Help!** I have a built-in isight camera that is not working at the moment. I have tried everything that apple tells you about troubleshooting isight, created new account, repair permissions, empty caches, but nothing worked. Could not find i

  • Elements 11 fails to detect my DVD burner...

    This has never been an issue before, any ideas as to what is wrong?