Text and images in the same component?

Ok... a lil help please :
into what component can i put text and images at the same time
as in...
example, what component could contain data like this :
Hello this is me <imageofmyself> and this is my house <imageofmyhouse>... bye all !
thanks in advance,
Jonathan, a.k.a. Kyraz

You could use a Swing HTMLPANE or draw it all onto a
BufferedImage and display that (code posted under 2D graphics thread).
MArk

Similar Messages

  • How can I combine a lot of text and images on the same screen?

    How can I combine a lot of text and images on the same screen?  I can get a couple of words on the screen with a graphic but not 10 lines.  I need 10 lines on the page with the image. 

    Priscilla,
    I routinely combine 10 lines of 36 pt bible or lecture text to a suitable background using Boris Title 3D.
    Many times the text is too long to fit the screen using Boris, so I devide it into 2 or more parts with no transition between sections.
    In my case, the text is on the screen as the speaker quotes them.
    David

  • How do I combine text and photos on the same page in iPhoto using photobook

    How do I combine text and photos on the same page in iPhoto using photobook?

    You mean while creating a book in iPhoto?  Click on the layout button while viewing a page and select the layout that includes both text and photos.  Most themes will have those options.
    OT

  • Servlet: send back text and images to the requester

    Hi,
    I need some help about servlet responses.
    I want to send back some text (and maybe some images) back to the requester after a POST request.
    Can you give me some tips ?
    thanks

    aneuryzma wrote:
    I want to send back some text (and maybe some images) back to the requester after a POST request.
    Can you give me some tips ?Tip: Make up your mind. You can only send one thing as the response. If you want to send text, then send text. If you want to send an image, then send an image. In any case you should set the content type to indicate what you're sending.
    You can only send a mixed bag of text and images in the unlikely case that you've defined your own content type along with a client which understands it. Or if you zip them all into a zip archive, or something like that.

  • How can I erase the residual background text and images from the backside of a scanned page?

    How can I erase the residual background text and images from the backside of a scanned page?
    Also, I wanted to know what each subscriptions included as far as my question above is concerned?
    I am trying to edit a scanned page (pdf file) by changing some words and erasing the background from the page that is showing through it since the paper is so thin and want to know which subscription to buy in order to complete these tasks?

    This cannot be done in Reader. I think you will need software like Photoshop. You may be able to get buy with Photoshop Elements, but I haven't used recent versions of that software. Using either software this will not be an automated task.

  • Need text and image in the message

    Hi,
    I need to send an email with an image and text as part of the message, Ill do the following but it jsut takes the text and as an attachment, how can I include both content in the body of message??
    BodyPart texto = new MimeBodyPart();
    texto.setContent(fichero, "text/html");
    multipart.addBodyPart(texto);
    // Procesar la imagen
    MimeBodyPart imagen = new MimeBodyPart();
    imagen.attachFile("C:/Documents and Settings/Administrador/Mis documentos/Sandra/epinuevo/web/imagenes/logo150px.jpg");
    imagen.setHeader("Content-ID", "<figura1>");
    MimeBodyPart imagen1 = new MimeBodyPart();
    imagen1.setText("Sandra");//.attachFile("C:/Documents and Settings/Administrador/Mis documentos/Sandra/epinuevo/web/imagenes/logo150px.jpg");
    imagen1.setHeader("Content-ID", "<nombre>");
    multipart.addBodyPart(imagen1);
    message.setContent(multipart);
    Thanks!!

    Milene wrote:
    bshannon wrote:
    If you're still having trouble, you can find a message created by some other
    program that has the overall structure you want, and then copy its structure.I dont understand what do u mean exactly.You want your message to look and behave a certain way.
    Find another message (with different content), that looks and behaves similarly to what
    you want. Perhaps you can create such a message using another mailer. Or perhaps
    you've received a message from someone else that is similar to what you're trying to do.
    Then, look at that message using the "view source" function of your mailer. You'll see all
    the MIME headers, etc. You can then use a similar MIME structure in your message.
    You'll also see the content of the body parts and how the content references images and
    URLs. Use a similar technique in your message.
    But I was trying to include the image and the text as 2 different MimeBodyPart, now I found a simple solution I add html code as part of the message where there is a reference to the image, all the text in in the code.
    But now I have a problem cause I have in that html code an URL as an > but when i recieve the mail the url doesnt work, is there any other funciont to add urls in a special way???
    A URL reference like "xxxx.jsp" is implicitly relative to the html page containing the reference.
    When you include the html content in a mail message, the reference is relative to the mail
    message. That's not what you want. You want the reference to point to your web site. The
    simplest solution is to just use a reference like "http://myserver/myurl/xxxxx.jsp".
    Note that viewing html in a mail message is not exactly the same as viewing html on a web
    page. Different mailers will impose different restrictions on what you can do in the html in a
    mail message.

  • Is it possible to make a built of bullets and images at the same time?

    Hi,
    I build a slide with a bullet entry that appear one at a time. Quite easy. But each time I draw a bullet I would like to have an image appear with each one.
    Other than that, I only see the built of bullet as separate text object with image built in the middle. Right?
    Thanks

    That'll do it. Can have image build on same click or time point if automatic by using the +automatically with+ option in build drawer
    Message was edited by: wideEyedPupil

  • Can I generate html and images from the same script?

    I am trying to create a script that generates both html and gif images. Is there a way using the multipart mime content type to create a single stream that includes both html and images?

    No. Facing pages has been removed from Pages 5 along with 100 other features.
    If you want to view two parts of the same document you will need to rename a copy and place two windows side by side, which is hampered by Pages 5's bloated use of screen real estate.
    Peter

  • Text and Table in the same line (Smartform)

    Hello,
    we have a problem related with a smartform, it contains dynamic tables and we need to do a form like this:
    Text1     Wa_tab-f1[1]       Wa_tab-f2[1] 
    Text2     Wa_tab-f1[2]       Wa_tab-f2[2] 
    Text3     Wa_tab-f1[3]       Wa_tab-f2[3] 
    (As I cannot print the form well, I will try to explain it:)
    Text1, Text2, Text3 don´t need frames!!  the other fields YES. I have been testing trying a lot of solutions but I have allways the same result: When I start to print frames for Wa_tab-f1 I allways get a new line....
    Do you know a solution for this?
    Thanks.
    Fernando.
    Edited by: Fernando Luengo on Oct 29, 2010 6:49 PM

    Hello Fernando,
    why don't you simply define a table with 3 columns. In the line definition you paint a frame around the second and the third cell in the line (this might be a bit tricky. if you use the button for the frame around the cell for the 2nd and then for the 3rd cell it deletes the frame between the cells so better mark the cell sides one by one.).
    Best Regards
    Roman

  • How can I have a button that will show/hide a text box and images on the same page?

    I have a page like below:
    I want to make so that those 3 buttons show different text under them when they are each pressed. How can I achieve this?
    Thanks.

    Hello,
    Please try using Tooltip Composition Widget to achieve that..
    You need to customize  the trigger as the button  and you can use the target to insert desired text box or images.
    you can find this in Widgets library panel > composition
    Please let me know in case you need any other clarification on that.
    Regards
    Vivek

  • Goods issue and backflush for the same component

    Hello All,
    We want to do goods issue for some components and if the complete amount of Material is not issued, we want the remaining quantity to be backflushed. Is this possible in SAP, if it is possible can any one tell me how. Thanks in Advance.

    Dear Mohan,
    In my understanding it is not possible,say in case if you have set the backflush indicator either in the material master or else in
    the production order,you cannot perform manual good's issue against that reservation number through MB1A for 261
    movement.
    But you will be able to issue the materials against the order using MB1A.Based on the order quantity at the time of confirmation
    either using CO11N/CO15 ,the system performs backflush for the component's quantity.
    I would suggest either backflush the component or else do the good's issue manually.
    Check and revert back.
    Regards
    Mangalraj.S

  • Printing text and images together on a single page (printjob)

    Hello all,
    how am I able to print both text and images on the same page (defined by one printjob), using the javax.print API?
    It seems that one printjob (one page) can have only one flavor, that is text, or GIF, or JPEG, etc. Since the majority of print jobs out there usually require text and graphics on the same sheet this seems a bit strange.
    I have resorted on creating a PDF file through the iText library, and then printing by converting to GIF (quality is significantly reduced though, not an option), or by using the Acrobat Reader command line from java (looks dangerous for batch printing). My printer does not support printing directly using the PDF flavour.
    So, I solved the problem by converting to PDF, but printing is still cumbersome. Any other ideas?
    Thank you for your time,
    Ari.

    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How do I combine text and image on same screen?

    How do I comgine text and an image on the same screen in Final Cut Express 4.  I have had to use scrolling text and then import a graphic.  I want the text and graphic on the same page.  Thanks .

    Place your video clip (or still image clip) on track v1.  Then place your text clip immediately above it on track v2.  The text will overlay the image.  (Note: it doesn't necessarily have to be v1 & v2 - what's important is that the text clip be on a video track higher than the video clip/image clip.)
    Generally best to use white text, sans-serif font, larger than you might think you initially wanted.

  • Stretched text and image with FULL_SCREEN_INTERACTIVE after Air player update

    One of my Air applications uses StageDisplayState.FULL_SCREEN_INTERACTIVE to switch to full screen during the presentation of some sheets.
    Everything worked fine untill some users reported a streching of texts and images in the sheets.
    It turns out that the problem occurs after an update from the Adobe Air Player to 3.1 from  2.7.
    The first screen shots shows the text as it should be, the second screen shot shows the text after the update of the Air Player.
    The code used to go into the Full Screen mode is:
        public function setFullScreenInteractive(fullScreenWidth:int = Constants.INT_SCREEN_WIDTH_SMALL, fullScreenHeight:int = Constants.INT_SCREEN_HEIGHT_SMALL):void
                             s.fullScreenSourceRect = new Rectangle(          0, 0, fullScreenWidth, fullScreenHeight);
            s.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
    with  Constants.INT_SCREEN_WIDTH_SMALL = 800 and  Constants.INT_SCREEN_HEIGHT_SMALL = 600.
    I can reproduce the problem on a couple of computers with Windows Xp but it's not happening on all the computers I've tested.
    Any idea how to fix this (without telling my users to Uninstall the current Air Player and reinstall the Air Player 2.7)?
    Regards,
    Bart

    Hi Bart,
    Unfortunately the correct screenshot link appears to broken.  Could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.  It would also help if we had a sample project/application that we can reproduce this issue with.  If you'd like to keep this private, please feel free to send it to me directly at [email protected]
    Thanks,
    Chris

  • The latest Firefox version won't expand to make text and images more visible on my 32" screen, although I have tried to adjust the advanced Windows appearance settings in the same way that has worked in previous versions of Firefox.

    Normally I have had to go to Control Panel; Appearances and Themes; Display; Settings; Advanced; Custom; and then I adjust the Customize Setting to 155% (149 dpi). I have hit on this setting through trial and error; larger and icons like the cursor get big and fuzzy. Smaller than 155% and text and images are tiny on the 32" wide screen. This time that procedure doesn't seem to work. The text and images remain too small regardless of setting, although the cursor icon gets big. I can manually zoom the pages, but that is clumsy and has to be redone. Does anyone know of an easy setting fix? I am not too smart about this stuff--mostly trial and error, but I do want to be able to enjoy my wide screen. Thanks!

    Normally I have had to go to Control Panel; Appearances and Themes; Display; Settings; Advanced; Custom; and then I adjust the Customize Setting to 155% (149 dpi). I have hit on this setting through trial and error; larger and icons like the cursor get big and fuzzy. Smaller than 155% and text and images are tiny on the 32" wide screen. This time that procedure doesn't seem to work. The text and images remain too small regardless of setting, although the cursor icon gets big. I can manually zoom the pages, but that is clumsy and has to be redone. Does anyone know of an easy setting fix? I am not too smart about this stuff--mostly trial and error, but I do want to be able to enjoy my wide screen. Thanks!

Maybe you are looking for

  • On my ipod touch it always shows cannot connect to the internet how can I get it to connect?

    On my ipod touch It shows i am connected wifi and have put in the correct password yet it says i am not connected to the internet.When i try to go on my appd or itunes it is stuck on loading. And so I reset it in my settings now all my apps are blank

  • New TM user: initial back-up plan

    Hi. I'm going to be using TM for the first time to back up my son's Digital Performer music project files. He keeps all of these files, which are very large, on a 1Tbyte internal drive called "Projects," which is separate from his main Mac HD. My pla

  • Reader hides filled in text in form fields

    Hi, I made a form for a client in Indesign and saved in Acrobat > Reader Extended PDF > Enable Additional Features. When opening in the Reader it hides filled in text in form fields. Only a click in the field will show the text. I want the filled in

  • Replacement ipod, what am i doing wrong???

    my ipod had an error where it was saying usb malfunctioned everytime i put this into a laptop, took it to apple they said the usb was bust, got a new ipod (great) however got home and plugged it, just get a pic on my ipod showing a cable\disc. does t

  • Random FB build errors with FXGs

    I'm having issues with random build errors.  When one of these errors occurs, it always says it has trouble with an FXG class.  Error text is this: "In initializer for 'mxmlContent', type FXGClass is not assignable to target Array element type mx.cor