Output box question

Hey all, just learning to program and i'm trying to print to a output box. I can print to it, but in my loop its supposed to stay open and have the user input another number and have the info print under the old info, but it keeps printing overtop of the old info, any suggestions on how to fix this problem?? Thanks.

Here is info on a java Component that can be used to display text
[url http://java.sun.com/j2se/1.4.2/docs/api/java/awt/TextArea.html]TextArea
Now there may be a customized class that you are using to display
text and it may contain something like this. If it's part of core java, then
you can look at the api
[url http://java.sun.com/j2se/1.4.2/docs/api/]API
this link will help you help yourself, but without seeing the definition
of the Class that you were given to use, i don't think i can help much.
Look at the methods in the class and see what is available for you to
use.

Similar Messages

  • Blue box question mark

    on some websites the images does not show, instead it just shows blue box question marks. I'm using a macbook air with Yosemite 10.10.1 and Safari 8.0.2. What can I do to make it show the pictures? 

    The server hosting the images may not be available.

  • Changing an output box in a case structure to an input box

    Hi, I have been struggling with the following problem in Labview:
    Hi, I was working on a wiring diagram in Labview and I was trying to
    wire an absolute value symbol to the right border of a case structure.
    The problem is that I get an output box (an white filled box with an
    orange border) instead of an input box (an orange filled box). How
    would I change the output box into an input box? I have tried Ray
    Kong's method, which is to add a constant and that would make the box
    solid. It worked only once but when I tried it on another output box
    it did not work. Any suggestions would be appreciated. Please
    include step by step instructions as I am still learning Labview.
    Thank you
    Muhammad Asfour

    The box type will be appropriate for what you have wired to the box.
    When you say you want an "input box", do you REALLY want an input box (ie, a
    connection bringing a value from outside of your case statement to the
    inside of your case statement) or do you mean that you want your output box
    (a connection bringing data from inside your case statement to the outside)
    to be solid orange? The output box will go solid orange when you have a
    connection from EACH case to the box. Remember that a single output box
    (usually on the right side of the case statement) must be connected to
    something in each case of your case statement. It will be filled white
    until all cases are wired.
    Write back if this isn't clear of if I have mis-understood your situation.
    Hope this hel
    ps.
    Jim
    "Muhammad Asfour" wrote in message
    news:[email protected]..
    > Hi, I have been struggling with the following problem in Labview:
    >
    >
    > Hi, I was working on a wiring diagram in Labview and I was trying to
    > wire an absolute value symbol to the right border of a case structure.
    > The problem is that I get an output box (an white filled box with an
    > orange border) instead of an input box (an orange filled box). How
    > would I change the output box into an input box? I have tried Ray
    > Kong's method, which is to add a constant and that would make the box
    > solid. It worked only once but when I tried it on another output box
    > it did not work. Any suggestions would be appreciated. Please
    > include step by step instructions as I am still learning Labview.
    >
    > Thank you
    >
    > Muhammad Asfour

  • What are these blue box question marks?

    What are these blue box question marks appearing on some websites?
    They seem to not appear on every website I visit, only some.
    I have tried several troubleshooting steps.
    -I reset cache.
    -I changed text encoding.
    -I checked bos to always display images.
    -I went to "develop" and opened in every other browser.
    -I updated my adobe flash player.
    What else can I do?
    It is so annoying!
    I am running Safari 8.0.
    Thank you!

    Here is a screenshot of the page:

  • No audio output for CS5 even with Audio Output box checked

    Ever since about a year or so, My CS5 has been unable to render any projects with audio outputs, regardless of the audio format. I had checked the Audio Output box in the Output Module setting every time.Still no audio. Now I have to export the project to Premiere to output it. In my current project, my audio is a MP3 music file. Same result. Should I convert the audio into certain formats first?

    Just speaking from experience on my own systems, irrespective of software used, I have found that despite being able to play both 44100 khz and 48000 khz my Blackmagic based systems have sometimes had issues with mute audio On one of the settings but fine on the other. If you start with an accepted preset and work from there it might be best.
    Are you sure the audio track(s) is turned on in the timeline? I know it is ridiculous but we can all develop silly habits and keep on making the same mistakes over and over when we try to make things work, then add some more mistakes for good measure having forgotten to return settings to their previous state.
    Also, I would not assume you are dealing with one error only, sorry. :-)

  • Printing images from CS6. Where is the Output box?

    I have been successfully printing images from CS3 on an Epson 3880. Now that I have had to upgrade to CS6, I have a big problem. In CS3 When I went Print-> Photoshop Manages Colors to choose an ICC color profile, there would be a companion Output box, where I could drag the Transfer slider down to brighten the image. I can't find Output in CS6! Since choosing Photoshop Manages Colors turns off the printer's color etc controls, I'm stuck with dark prints and no way to control brightness. Any help HUGELY appreciated.

    Print-> Photoshop Manages Colors to choose an ICC color profile, there would be a companion Output box, where I could drag the Transfer slider
    "Photoshop Manages Colors" disables the printer sliders under CS6 Photoshop
    a proper Source-to-Print conversion should 'match' your monitor
    just for grins try reviewing the updates/troubleshooting/workflow here: printing CS6
    also recommend using a known good file like the PDI WhackedRGB reference file available on my link...

  • Want to transfer the value from h:output box to h:inputbox in jsf

    i am having a relational record list to add the value into the database.
    In this a field called deptno is binded to the above relational record.
    The same page as a drop down list and an outputbox.
    whenever the value changed in the drop down list(contains depts name),the corresponding dept no will be displyaed in the output box.
    I need this value shud be populated into the above specified inputbox.
    and also i made that inputbox as disable.so user needed not to type the value in the text box.just he has to select the value in the drop down list..
    wat r the changes i have to do to populate the value of output box to inputbox?<h:inputText id="text8"
    styleClass="inputText"
    valueChangeListener="#{pc_Add.handleText8ValueChange}"
    value="#{pc_Add.add_record.DEPTNO}" disabled="true">
    </h:inputText><h:selectOneMenu styleClass="selectOneMenu"
    id="menu1"
                                                                valueChangeListener="#{pc_Add.handleMenu1ValueChange3}"
                                                                onchange="submit();">
                                                                <f:selectItems
                                                                     value="#{selectitems.pc_Add.addbean.deptlist.deptlist.toArray}" />
                                                           </h:selectOneMenu> <h:outputText styleClass="outputText"
                                                                id="text9" value="#{pc_Add.addbean.dno}"></h:outputText>

    Are you trying to execute either #{bindings.CreateInsert.execute} or #{bindings.CreateInsert1.execute} using the same button conditionally?
    There are multiple ways of doing this -
    Try #{condition?bindings.CreateInsert.execute:bindings.CreateInsert1.execute}
    Or in the button action listener, call a paremeterized bean method and then execute the appropriate binding based on the parameter..
    Hope I understood this right.

  • Deleting the Input/Output Box from the screen

    Hi
    I created a input/out put box on a screen.Now I am unable to delete the input/output box.As i dont find the delete option any where.Please suggest the needful.I m using ECC4.6.
    Regards
    Rudra

    Then in PBO just seach for the screen name for which you have make it invisible.
    and put screen-invisible  = '1'.
    but this should be written with in a loop.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 7, 2008 12:56 PM

  • Noob D.I. box question

    hi all,
    sorry for the noob question, but i need something clearing up if possible. i was just about to buy a D.I. box and then had a query about them and whether i actually would benefit from one in this scenario...
    fig 1. is how i currently record.
    fig 2. is how i would with d.i. box
    my question is... in this set up, would the d.i. box make any difference to the signal? or would it only make a difference if i was going direct from guitar to box, to soundcard?
    thanks all for your help.

    As I see it you have basically three alternatives for recording electric guitar:
    1. Get a great amp sound, record it with a mike or several, in a good sounding room.
    Challenges: you will likely need a proper studio, or at least no neighbours, as this might get LOUD. Also it takes time and experience to mike an amp well, and even (several) expensive mikes. Result depends on room acoustics more than you think.
    Another route here, is to get/build an isolation box around your amp,  which will be a sort of micro studio for it, allowing you to play loud  and with a good tone, but in a more controlled envirnment. Many pros do  this. Unfortunateley, the outlay may also be 'pro' - but I'm sure there  are DIY solutions.
    2. Record the amp 'dry' via either its Line out (FX send will also do) or use a 'power soak which will allow you to turn up the amp (some amps sounds much better then), but with a low volume in the room. You can connect the soak device directly, or give the speaker the 'tamed' signal and mike the amp without disturbing the neighbours that much now. Good power soaks don't come cheap(?). Recording dry, i.e. using no mike, will often sound like that: dry. This depends on your musical style, but an electric guitar should probably be concidered as an acoustic intrument. Instead of a wooden membrane, it has a speaker. The sound we often want to achieve is of a good sounding amp in a good room, i.e. an acoustic sound. You simply can't get that from a Line output or from a power soak's direct out (no speaker). It will need some treatment.
    3. Use software like GuitarRig, Amplitube etc. No mike or setup needed, independent of size of room and its acoustics (except that room acoustics still will affect listening!!!). The software simulates amp, effects and even mic setups; adding the 'air' that you wont get with a direct connection. Again, depending on your style. If I was Bill Frisell or Jim Hall, i.e. anyone with a very 'naked' guitar sound as the main content of their music, I probably wouldn't do it (but these guys have access to great engineers too...), but in a pop / rock idom with other instruments blended in, and certainly for making demos, this is actually what I would recommend. Escpecially for us space challenged who have neighbours and not infinite time either. No, it will not make you sound like "everybody else"; it's garbage in - garbage out like always (many are disappointed by this, but some are glad it is still so)
    All you need is a soundcard with an instrument input. If you have a *good* soundcard already which doesn't have instrument input, you can concider a DI box. Otherwise I'd say it is redundant.

  • Vbscript for sending output of question by emails

    Hi,
    I need a script that will have several questions , and i want to take the answers and send it by email(using outlook software) in the body and not with file attached .
    I got a script to the questions and answers , and i have the script of sending an email with outlook , i just dont know how to link the output to the body.
    here are the example i own (suggestions and adjustments will be welcomed):
    script for the mail :
       Set objOutlook = CreateObject("Outlook.Application")
       Set objMail = objOutlook.CreateItem(0)
       objMail.Display   'To display message
       objMail.Recipients.Add ("*****@****.**.**")
       objMail.Subject = "Mail Subject"
       objMail.Body = "This is Email Body"
       objMail.Send
       Set objMail = Nothing
       Set objOutlook = Nothing
    script 1 for q/a :
    Const ForReading = 1, ForWriting = 2, ForAppending = 8, CreateIfNeeded = true
    set fso = CreateObject("Scripting.FileSystemObject")
    set file = fso.OpenTextFile("output.txt", ForAppending, CreateIfNeeded)
    dim fname
    fname = inputbox("Hi! What's your name?")
    dim fname2
    fname2 = inputbox("And what is your job ?")
    file.write fname
    file.write fname2
    file.close
    script2 for q/a :
      ' Input Box with a Title
      a=InputBox("question1","Enter Value")
      msgbox a
      ' Input Box with a Title
      a=InputBox("question2","Enter Value")
      msgbox a
      ' Input Box with a Title
      a=InputBox("question3","Enter Value")
      msgbox a
      ' Input Box with a Title
      a=InputBox("question4","Enter Value")
      msgbox a
      ' Input Box with a Title
      a=InputBox("question?","Enter Value")
      msgbox a

    Here you go:
    'Input Box with a Title
    sText = InputBox("question1","Enter Value") & vbCrLf
    'Input Box with a Title
    sText = sText & InputBox("question2","Enter Value") & vbCrLf
    etc.
    Now put your E-Mail code here, including this line:
    objMail.Body = sText

  • VAT declaration box Question

    Hi all,
    On the VAT declaration box report it puts in a zero figure for EC Acquisitions which is incorrect so we have to do a purchase analysis report in order to obtain the correct figure u2013 can we set this up so that the figure is correct?
    Thank you,
    MB

    Answering my own question...
    VAT Declaration Boxes window in the Set-up menu

  • BI switching to new ECC 6.0 box from R/3 4.7 box, question on delta init?

    Hi all,
    Our BI has been already upgraded to 7.0. Currently connected to R/3 4.7.
    Now a new box is made with ECC 6.0 and Oracle 8 which is a mirror copy of the r/3 4.7.Once the new box is ready the BI 7.0 connection will be switched from R/3 4.7 to the new box ECC 6.0.
    My question is ...
    In the R/3 4.7 the datasources were already initialized for delta..so the pointer for delta was already setup.
    Now when we connect the new ECC box do I have to initialize delta again ? or would the new system recognize the pointer since it is a mirror copy from the old system?
    pls advice

    It´s a bit confusing what you write - I try to get your point:
    - your 4.7 is running on Oracle 8 (VERY old, unsupported)
    - you install a NEW system on ERP 6.0? Or do you upgrade your 4.7 copy?
    Markus

  • Text entry box question

    Hey all, I am currently working on a project and have run
    into a snag and cant seem to find the answer, or even if what i
    need can be done.
    Question 1: how do I advance a slide with the correct entry
    of a text field without a button or keypress?
    Question 2: if this is not possible, how can i have a text
    entry box check for correct input using a custom button?
    Any help would be appreciated, Thanks.
    M. Anderson

    Hi M. Anderson
    The first question may be accomplished if (and only if) the
    last letter the user is supposed to type is unique among all the
    letters. For example, BOFFO would not work. O occurs twice. But
    LIFE would work, because E is unique. You could then configure the
    letter E to be the shortcut for the Text Entry Box.
    For the button, it's pretty easy. Click the Options tab and
    look at your choices. Make sure the "Button" option contains a
    check mark. After you dismiss the dialog, you end up with a rather
    generic looking button. But once you enable the button, you may
    then double-click it to edit its properties. You could choose an
    image, or you could make it invisible and position the invisible
    button over another image you placed on the slide as a simple image
    object.
    Hopefully this helps some... Rick

  • Oracle Reports 10.1.2.3 output shows question marks, parameter form shows correct Arabic

    Hi
    Following is our environment
    Oracle Application Server     10.1.2.3.0
    Microsoft Windows 2003 Enterprise Edition Service Pack 2
    Oracle Database 11.2.0.2.0
    NLS_LANG     AMERICAN_AMERICA.AR8MSWIN1256
    When client runs the report on browser (IE), the parameter form appears fine with Arabic characters.
    Inserting the parameters in Arabic also look fine and characters display in Arabic but when report is generated, the output shows the inserted parameters as ????
    On server, regional settings are ALL Arabic. Also the registry has NLS_LANG setting of AMERICAN_AMERICA.AR8MSWIN1256.
    Report output is same for both html and pdf formats. For PDF subetting, uifont.ali file has been modified but the issue does not seem to be PDF related since the html format reports also shows ???
    It is a 3 tier setup hence there is no question of having NLS_LANG registry settings for client PCs that are running Windows OS with Arabic regional settings that match the server.
    Interestingly, the same report when run from a different application server having same architecture runs fine. The other application server has exact same version of OAS. Database supports Arabic and is configured as such.I tried comparing the different configuration files on both servers but apparently I cannot find the place where I should change something for the reports to show correct Arabic.
    SELECT * FROM NLS_PARAMETERS
    WHERE parameter IN ('NLS_CHARACTERSET','NLS_LANGUAGE');
    NLS_LANGUAGE
    AMERICAN
    NLS_CHARACTERSET
    AR8MSWIN1256
    I am writing this after doing quite some research but seems like I am unable to find a solution to this.
    Any help will be appreciated.

    Thank you Paul for your reply.
    I think you misunderstood me. I understand that it is all volunteer work and I never said I was looking for "quick" or "sure" response. I did not even use the words IMMEDIATE or URGENT in my post. I found it strange because I personally believe that there are many volunteers providing great support to others and yet my post somehow went unnoticed. In my personal opinion, however, if you do not wish to reply then you should just ignore rather than being rude. No one can force anyone to do the good work that people are doing here at oracle forums and they are all doing this out of choice. Let me also assure you that me and people like myself really appreciate their efforts.
    Having said that, I wish you had taken time to read about my issue. There is infact a registry setting that specifies the NLS_LANG and it is already set under both Infrastructure and Middle Tier in the registry. I mentioned it earlier. The value is AMERICAN_AMERICA.AR8MSWIN1256 and I believe this is correct for Arabic characters.
    What is confusing for me is the fact that if browser was not capable of showing Arabic characters then the static Arabic words in the reports layout (field name for instance) would also show as garbage or question marks. They appear to be fine. Since we are just passing some parameters in Arabic language and not saving anything in the database, the DB characterset does not come into play for now. Although the DB characterset is also set to store Arabic data. We are displaying the parameters that we are passing through the parameter form in the output of the report and this is where we see question marks (????).
    Finally, if it was a browser issue or a DB characterset issue, then in my limited knowledge, I believe that the report that we are running using the other Application Server that is pointing to the same database should also show the same behaviour. That is not the case as it displays the same report perfectly. Client machine is the same in both cases using Windows 7 and IE as browser.
    http://appserver1/reports/rwservlet?admin/myreport           (connecting to db1)    works fine
    http://appserver2/reports/rwservlet?admin/myreport          (connecting to db1)     show question marks
    Above URLs are examples. The point I am trying to make here is that the issue has to be with the new application server and it cannot be registry settings as I have double checked the entry and it exists in all Oracle Homes ie Infrastructure and Middle Tier. So maybe it is some configuration file setting that I am missing here.
    Any help will be appreciated.

  • Another check box question

    For some reason all my songs have become unchecked. I don't know why. Is there an easy way to recheck them all. Rather than having to click in every box? It seems that because the aren't checked Genius will not recognize them. They were all working until today.
    Thanks in advance

    Flushkie wrote:
    I copied 250 gig of music from my old pc hard drive to my desktop. I just imported them to iTunes by adding them to my library. Now that the music is all in iTunes, I can delete the large music file on my desktop?
    This is another topic that should have it's own thread.
    To answer your question. It depends on if you had <iTunes/Preferences/Advanced/Copy files to iTunes Media folder when adding to library> checked. If the files were copied then you have duplicates and the files on the desktop can be deleted. If the files were not copied then the files on the desktop ARE your music files.
    Tracy

Maybe you are looking for

  • Opening emails in my default web browser

    Is there anyway to select a number of emails in Apple Main and have them open or display in my default browser? Perhaps a plugin? This would be like Eudora's Open in Browser command. TIA, Bill

  • Passing Data to Webdynpro from normal module pool screen

    Hi, I am working on a requireent, where I have a normal screen with some fields and a button. When I click on the button I want to navigate to the webdynpro screen and also pass the data from the screen to web dynpro. Any suggestion is really apprici

  • Regarding my payment information made extra

    i buy a song from itunes store ,the song cost is 15 rs the thing is it deducted 60+15 total 75

  • Problem to install the Run-Time Engine 6.0.2 on a Windows XP

    Hi, A client tried to install our application on a new computer with Windows XP Pro. The application was developped on LabVIEW 6i, so he has to install the RTE 6.0.2, like it was on the old Windows 2000 computer. The installation of this RTE is OK, b

  • T61p cannot read DVD-RAM

    I made some back ups last year on destop using DVD RAM discs. Now back on my T61p, the discs are not read. I tried a new DVD-RAM disc and find no way to have the drive recognize them. Is this normal or is it possible that my drive is toast? T61p T750