[iPhone] How to have a background showing under a transparent EAGLView?

I'm trying to have a fix background that is blended with the OpenGL contents.
I've tried to set an UIImageView at the back of a EAGLView but the image shows on top of the EAGLLayer. So I guess I am doing it wrong :]
Is it possible? I also read that it will also imply a severe performance hit but I am still wondering how to do that.
Any help will be greatly appreciated, and bonus points for sample code!

Hi, that's easy too.
[myView setBackgroundColor:[UIColor colorWithPatternImage:myImage]];

Similar Messages

  • Why does iphone 4 not have a softwear update under the general tab

    why does my iphone 4 bnot have a softwear updater under the general tab

    The option to update without the computer (Over the air) was made available with iOS 5. If your iDevice is using a version of iOS lower than 5, you will need to use iTunes on your syncing computer to perform the upgrade. Use the Apple link below as a guide for the upgrade.
    http://support.apple.com/kb/HT4972
    Also read the instructions from the section entitled "Update your device using iTunes" at the link below.
    http://support.apple.com/kb/HT4623
    Information regarding transferring purchases from your iDevice to iTunes on your syncing computer can be found at the link below.
    http://support.apple.com/kb/ht1848

  • How do I remove background and make it transparent?

    How do I remove background and make it transparent?

    The tutorial below shows you how to remove the background around a figure.
    For more simple images, you might try this tutorial, instead:
    I hope these help, and please let us know if you have any trouble with the steps!

  • How to have an effect show up in a certain part of the clip?

    I'm resonably new to AE and I'm editing a video where the guy pulls a scoped gun up to his face, and I was wondering if there was a way to have only the scope lense get brighter as he pulls it up to his face. Thank You For Your Help.

    BTW, here are a couple of videos in which I show how to have an effect only apply to one item in a scene:
    - using Roto Brush
    - using masks (manual rotoscoping) and motion tracking

  • How to have a field show twice in the alv?

    hi,
        there are two questions about alv (OO).
       1. i want to make a field show twice in the ALV,. For example, value of first column is 'A', and now 'A' should also show in the fifth column. which method should i use? or other solutions?
    2. i have known two fields, and they are field 'A' and field 'Bbbb', how to have them show in the same column such as 'A Bbbb'
    Thanks in advance!

    Hello Daniel,
    There's no direct way to do this. however, it is technically possible to meet your requirement.
    1. The internal table should also contain another field for the 5th column. There should also be a corresponding entry in the field-catalog. Before calling the ALV Grid, the values for this field should be populated with the same values as the values in the 1st field.
    2. Again, the internal table should contain the corresponding field and the field catalog should have it as well. Before calling the ALV Grid, concatenate the values into this field and display them.
    I hope this helps. If not, please get back and we should be glad to help you.
    Regards,
    Anand Mandalika.

  • Just purchased a new album on my iPhone.  Now in iTunes it shows under purchased but won't play due to exclamation points.  How do i get rid of them?

    Just purchased a new album on my iphone.  The album shows up in my itunes account but has exclamation points after it and I'm not able to play those songs.  How do I fix this?

    Assuming you are in a region where you are allowed to redownload your past purchases, delete the current copies from your iTunes library and then download again using the Purchased link in the right-hand column of the iTunes Store home page, or transfer them from the iPhone again.
    tt2

  • How to have all InfoProviders show in InfoPackage under target?

    Hi,
    I have one Info Source updates two master data objects. However, I see only  one master in Target. By 'show data flow', I can see they both are associated with that Info Source. They both are inserted as Info Provider. Is anything I have to take care? Please and thanks.
    yc

    hi,
    Check whether u selected 2 infoojects as data targets or not...
    in data flow it will show if it is used in that infosource...but there is chance to select only one in data targets tab...of infopackage
    Siddhu

  • Under about in setting iPhone says I have 985 pictures but under photos app it says 534!

    So under settings>about>photos the iPhone is telling me that I have 985 photos on the phone.  If I go to my photos app or the camera roll it is telling me there are only 534 photos on the phone.  Where is the remainder of the photos possibly being stored?  I am trying to free up space.

    iTunes shows I have 2000 photos on my phone when I only have 500

  • How to have multiple movies show in same window on same web page

    Hi folks,
    Here's what I mean: I have a web page with several pix on left side, and an embedded QT player window on the right. I want my users to click on one of the pix, and the associated quicktime movie shows up in the player window and starts playing (see player code below--pretty standard).
    So far, the only way I can think of to do this is to have multiple identical pages, the only difference being each one of them has a different movie in the "embed source" tag (so when you click on one of the pics it takes you to the new page, but to the user it will appear as if it's the same page).
    But for ease of modifying this page in the future (which I'll be doing a lot), I'm looking for a more elegant solution. Anyone know of a way to do this, using scripting or...??
    Thanks in advance for any suggestions.
    player code:
    object codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="movietitle" alt="quicktime movie player" width="320" height="256">
    <param name="controller" value="true" />
    <param name="autoplay" value="true" />
    <param name="pluginspage" value="http://www.apple.com/quicktime/download/" />
    <embed src="movies/light1qt6.mov" width="320" height="256" name="movietitle" controller="true" autoplay="true" pluginspage=" http://www.apple.com/quicktime/download/"></embed>
      Mac OS X (10.3.9)  

    This is beyond anything I have ever tried. But I think I know what you have in mind, and you should be able to do it using JavaScript. I did it with still images on this page:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2005/ohfair2.html
    You would need to give the movie container a name so that you can access it from JavaScript, and you have the added problem of needing to control the QuickTime object from JavaScript. Have a look at the QuickTime JavaScript API; it might be helpful:
    http://developer.apple.com/documentation/quicktime/Conceptual/QTScripting_JavaSc ript/index.html
    In spite of the code on that gallery page I linked above, I really don't speak JavaScript, and I barely understand how my own code works. But I think JavaScript will allow you to do what you want to do, and you can probably even write a custom controller for the movie right into your web page.
    --Dave Althoff, Jr.

  • [iPhone] How to have Edit, Back, and Add buttons in Nav bar at same time?

    Hello,
    Just getting into the iPhone. I've looked but I must be missing something fundamental.
    I have a table view which drills down to another table view. Simple enough. On the second level table view, I need the "back" button to get back to the parent but I also want an Edit button so I can delete child rows and I want an add "+" button so I can add child rows. If I specify the Edit button, on the left, I loose my "back" button and can't get back to the parent table. If I put Edit on the right, I have no place for the Add button. What am I missing?
    Thanks,
    Tom

    Thanks, yeah, I see that I could enable the add function with edit now. I'm not sure how to really do this however. It looks like I have to insert "phantom" rows in the table view that say "Add item" and the green + will go next to those?
    Seems like I'd be playing games with the cellForRowAtIndexPath delegate to do that or is there some magic that happens to make the phantom row?
    Where do I put the phantom row - top of the list, bottom of the list? Do I somehow auto-scroll to it?
    I guess these are probably basic questions that some tutorial will have that I just haven't read yet. I'm just not sure what to look for.
    Thanks for your help,
    Tom

  • RE: How to have multiple application running under one server

              I have one server
              I have many application
              Question: Is it possible for me to have a weblogic properties file under each
              of this application.
              

    If your question is whether you can run multiple instances of WebLogic
              (or multiple applications) on one server, the answer is yes. The only
              problem is, you must have a unique port for each of the servers to run
              on. I.e., they can not all run under port 80 which has obvious
              internet/network implications.
              This also means you have multiple weblogic.properties files etc. for
              each instance.
              We do this with WL5.1 on a Linux 2.4 kernel in developement to allow
              multiple developers run their own instance on one box.
              Dano
              Mettu Kumar <[email protected]> wrote in message news:<[email protected]>...
              > No if you are running single instance of wls.
              >
              > Kumar.
              >
              > Sonny wrote:
              >
              > > I have one server
              > > I have many application
              > > Question: Is it possible for me to have a weblogic properties file under each
              > > of this application.
              

  • How to have Windows computers show up in shared...

    I am having the worst trouble with this. My parents' Windows computer showed up under "Shared" on the sidebar at first on Leopard, but then all of a sudden it disappeared and I haven't been able to get it back there. What is the secret?

    Hi Matt,
    I'm having the same problems, really irritating! I've no answer I'm afraid, though a temporary solution is:
    In the finder menu, select Go -> Connect to Server (or hit apple+k)
    In the server address box, type smb://Target_Computer Name
    Obviously, replace TargetComputerName with the network name of the computer you want to connect to. So it could be smb://dev or smb://johnscomputer etc...
    Hope this helps a little.

  • Calendar events are showing up two days early on my iPhone, how do I make them show up on the right day?

    Notifications are showing in my notification centre that birthdays are 1 day before they actually occur. Is this a general fault or can it be fixed?
    Also, the birthdays have been entered as part of the contact information, if this has any bearing on the answer.

    Depends on your setting.  Go to Settings>Mail,Contacts,Calendars...scroll down to the Calendars section, tap Default Alert Times>Birthdays, set as desired.

  • How to change white background with text to transparent background

    Good afternoon,
    I have a jpg file (part of our logo) white background with black text and I would like to change it to transparent background and keep the black text (to be able to insert it on a cup image).
    I tried to change it in photoshop, however, when I slide the "opacity" and "fill", the text got ligther as well.
    Do I need to have the original psd.file to be able to do that, or can you please lead me through with jpg file? (I tried to save the jpg to psd and png, but it did not help.)
    I looked on one of your videos, but I could not find one of the features under "Select" tab.
    My plan is to recreate the text to have the transparent background if necessary (It would be great if I can avoid that). However, how do I find out which font was originaly used? Does photoshop has this feature, or do I need to go trough each of the font one-by-one?
    My last question is, how do I change space between letters (to have them more tight. I am not able to find it.
    Thank you for your help,
    Klara

    If you can get teh original PSD file get it, your task will be a lot easier.
    I suspect that won't be an option to you.
    If you know what fonts are being used, that also would be of benefit to you. In other word remake it using your image as a template.
    If it going over an image, then a multiply blend might work for you.
    All that fails then you are down to removing the white background. The problem this option is it will not look as good due to the thin lines on the fonts. But essentially, Load the image into photoshop, make sure the layer isnt locked, then try the magic eraser tool on the white background, bam it'll disappear, but leave the white inside the O white you will have to do seperately.
    Messing with levels will help you with more of the white. Myself i'd rebuild it using the fonts.

  • How to erase a background and make it transparent so only part of the photo is left

    Hi all
    I need to erase (mask, clip??) a background completely so the subject is just sitting on a transparent background. I keep ending up with white being substituted when i save the document. I need it just to have the person or object with blank canvas behind so I use it like that in inDesign.
    Is there an idiots guide to how to do this.
    Many thanks for any help
    James

    best bet is to follow something like this: Quick Mask Mode | Understanding Adobe Photoshop CS6 | Adobe TV
    When you have finished cutting/masking you image hide all other layers other than one with the image on and then save as a .psd. then when in InDesign import the .psd and it will come in with no background.

Maybe you are looking for

  • EBS Importing Opening / Closing Balances

    I am Importing EBS via transation FF.5 (APACS EBS), the file is importing all details except the Opening Balance and Closing Balance.  I have checked Algorithm and they are set up.   Using 4.7 Enterprise.  Has anyone got any suggestions.

  • Smart Forms - Attaching HTML file as an attachment in Mail

    Hai, I have following requirements. I have to send the Payment Advice document output as a HTML format to the vendors. I am able to get the smartforms output as html file. The output of smartforms i am capturing    call function '/1BCDWB/SF00000170'

  • Catalyst driver problem: Low resolution

    Hey I just installed the catalyst driver for my Mobility Radeon HD 3650, I'd been using the radeonhd driver before. With the radeonhd driver, i could use 1680x1050 which is the maximal resolution for my monitor but with catalyst, the highest I can us

  • Mini Disc player - compatible with Mac

    Hi, could someone suggest a good MD player that is compatible with Mac. I´ve heard that the Sony MZ-RH10 that can transfer data through USB doesn´t work so well. Has anybody experience with this model? Any oppinions of buying a cheeper MD player (wit

  • Build Applicatio​n with all files inside .exe

    Hello, I have a labview project consisting of a few classes and subvi's. Nothing really special. Now when i try to build an .exe file, i get the .exe, an application.ini, an Application.aliases and an data folder (has the classes and dll's within). W