Viewing result in a frame

Iam writing a GUI that takes users information, I want to be able to let the users view the information they entered. I use getText() to fetch the input from textfield,but when the user clicks enter, instead of the traditional
System.out.print("Result is" + Result),
Can someone tell me how to print this in my frame
Jo

Hi men!
I tried this and it didn't work
public boolean action (Event evt, Object arg) {
if (arg.equals("Check"))
String p;
Panel panel = new Panel() ;
Label message = new Label("");
panel.add(message);
p= t.getText();
message.setText(p);
t is a textField. Can I use drawString to display out put in a frame?

Similar Messages

  • Rh10 - HTML Help - linking to pdf shows when generate CHM and 'view results' but not when double-click on CHM in project folder or in product help

    I have several PDFs in Baggage Files that are linked to topics in the Table of Contents.  When I generate the CHM file and 'View Results' I am able to pull up/access the PDFs with no problem.  When I go into the project folder and just double-click on the CHM file, I cannot pull up/access any of the PDFs nor can I access them in the product help.  Any ideas?  Is a setting "off" somewhere in my project?
    I am using RoboHelp 10.
    Thanks!

    eeddings wrote:
    Thanks for the idea, but I can't switch the project to WebHelp.  This .chm project consists of a master project with 18 slave projects and a slew of remote jumps.  I'd have to recreate all of the remote jumps if I switch to WebHelp.
    Hopefully Adobe can fix this issue.
    Well, first off, even though it would be WebHelp, it would be inside a CHM container. So for all intents and purposes it would be a CHM file. But having said that, I'm not sure there is a way to merge these hybrid types of CHM files.
    If your statement about Adobe fixing the issue is meaning that they can either remove the Print icon from the CHM Viewer, I wouldn't hold my breath because as I said, that's in Microsoft's lap and they haven't updated the CHM viewer in a long while. Doubtful they ever will.
    The only hope would then be for Adobe to update the code used for the Mini TOC. The only way that will happen is if enough folks submit this as a bug via the following link:
    http://www.adobe.com/go/wish
    Until that would happen, your likely best bet is to simply avoid using the Mini-TOC feature or just insert a warning that if the topic is printed, it will cause issues. Or, you could use bookmarks and links to establish your own verision of a "Mini-TOC"
    Cheers... Rick

  • Export - QuickTime results in green frames, mis-aligned audio

    I have the latest Final Cut Studio with Final Cut 7. I used to use Final Cut Express 4 and recently upgraded. With FCE 4, if I went File-> Export-> QuickTime (not QuickTime conversion) it would rapidly export my project in full quality (albeit a huge file size). It didn't matter how many effects I had or layers of video, the quality was always the best. However, with FCP 7, when I do the same thing, even the simplest transition or effect will throw off the audio and result in green frames instead of my effect/transition. The project settings are the same ones I used in FCE 4, and the project is always fully rendered and prepared. _*+Can anyone tell me why this is happening and how I can fix it?+*_
    I need to be able to use this option because I do videography for the Drama Festival in Massachusetts and I need to be able to edit up to the last minute. This form of export is so speedy and lossless that the file size isn't important.
    I use a unibody MacBook Pro (Mid 2009) with 4GB RAM and 500GB HDD, and I always switch to the Nvidia 9600GT for editing.

    General
    Frame Size: 1280 x 720 HDTV 720p (16:9)
    Pixel Aspect Ratio: Square
    Field Dominance: None
    Editing Timebase: 29.97
    *QuickTime Video Settings*
    Compressor: H.264
    Quality 100%
    *Clip Properties*
    Vid Rate: 29.97 fps
    Frame Size: 1280 x 720
    Compressor: h.264
    Data Rate: 1.1 MB/sec
    Pixel Aspect: Square

  • 2.1 EA1: Query Builder does not update View Results query

    When using the Query Builder, if you click onto the View Results tab to see the current query results, then go back to the "Select Columns" or "Create Where Clause" tabs to change the query, the "View Results" tab still shows the results of the original query even if none of the tables or columns from the original query exist. Clicking the Run Report button or setting a refresh interval has no effect.
    On a further note, the query builder still is not reentrant, in that you can't select (highlight a portion of or position the cursor within) a query and open the query builder for that query to graphically make modifications.

    Sentinel,
    The issue is known and is listed in the known issues in the release notes for the early adopter. We hope to have this addressed for production.
    The re-entrant query builder is still on our list of things to do. We plan to rewrite the Query Builder and address a number of the requests related to this feature. I'm hoping to make it a priority for the next release.
    Sue

  • Charts not appear in Web Intelligence canvas view result

    Hi Experts,
    I have the next situation, when I use charts in my webi in view result this not appear but when I put the view structure or export my report the chart appear.
    I cant understand.  I have BOBJ XI 3.2 and I am using web intelligence rich client standalone for do some test.
    Thank you very much.
    Regards,
    Jeysi

    Can you let me know the Chart type and Objects you have for chart.
    In case of Measure objects, those are directly coming from back-end level or created at report level?? If at Report level give me the Formula of that.
    Thank You!!

  • View results in more ROW then Select.

    Hello,
    I am trying to create a view and for some reason when I just run the select statement of that view, i get 11 rows. But when i create the view, i get 106 rows.
    I am really stomped and need to know what's causing this.
    -----------------------------When i execute this view, i get 106 rows -----------------------
    CREATE OR REPLACE VIEW REGRPT_CONS_SPECIAL_FEE_VIEW
    (REG_CONFERENCE_ID, COMPANY, CONF_REFERENCE_CODE, CONF_DESCRIPTION, REG_SESSION_ID,
    SESS_REFERENCE_CODE, BEGIN_DATE, END_DATE, SESS_DESCRIPTION, CONSULTANT_ID,
    SPECIAL_FEE_AMOUNT, REASON, REGISTERED)
    AS
    SELECT DISTINCT RCC.REG_CONFERENCE_ID
         , RCC.COMPANY
         , RC.REFERENCE_CODE
         , RCT.DESCRIPTION
         , RS.ID
         , RS.REFERENCE_CODE
         , RS.BEGIN_DATE
         , RS.END_DATE
         , RST.non_html_DESCRIPTION
         , rsf.consultant_no
         , rsf.fee_amount
         , rsf.reason
         , 'Y'
    FROM reg_conference_company@webtst rcc
         , reg_conference@webtst rc
         , reg_conference_type@webtst rct
         , reg_session@webtst rs
         , reg_session_t@webtst rst
         , locale@webtst l
         , reg_special_fee@webtst rsf
         , reg_consultant@webtst rcons
    WHERE rcc.reg_conference_id = rc.ID
    AND rc.reg_conference_type_id = rct.ID
    AND RC.ID = RS.REG_CONFERENCE_ID
    AND rs.ID = rst.reg_session_id
    AND rst.locale_id = l.ID
    AND l.language_id = '1'
    AND L.COMPANY = RCC.COMPANY
    AND rc.ID = rsf.reg_conference_id
    AND rcc.company = rsf.company
    AND rs.ID = rcons.reg_session_id
    AND rsf.company = rcons.company
    AND rsf.consultant_no = rcons.consultant_no
    AND rcons.status <> 'C'
    UNION
    --- consultants not registered and in special fee
    SELECT DISTINCT RCC.REG_CONFERENCE_ID
         , RCC.COMPANY
         , RC.REFERENCE_CODE
         , RCT.DESCRIPTION
         , RS.ID
         , RS.REFERENCE_CODE
         , RS.BEGIN_DATE
         , RS.END_DATE
         , RST.non_html_DESCRIPTION
         , rsf.consultant_no
         , rsf.fee_amount
         , rsf.reason
         , 'N'
    FROM reg_conference_company@webtst rcc
    , reg_conference@webtst rc
    , reg_conference_type@webtst rct
    , reg_session@webtst rs
    , reg_session_t@webtst rst
    , locale@webtst l
    , reg_special_fee@webtst rsf
    WHERE rcc.reg_conference_id = rc.ID
    AND rc.reg_conference_type_id = rct.ID
    AND RC.ID = RS.REG_CONFERENCE_ID
    AND rs.ID = rst.reg_session_id
    AND rst.locale_id = l.ID
    AND l.language_id = '1'
    AND L.COMPANY = RCC.COMPANY
    AND rc.ID = rsf.reg_conference_id
    AND rcc.company = rsf.company
    AND (rsf.company || rsf.consultant_no) NOT IN
                                  (SELECT (company ||consultant_no)
                                  FROM reg_consultant@webtst
                                  WHERE status <> 'C'
                                  AND reg_session_id = rs.ID)
    --------------When i run this select i get 11 rows ----------------------------
    SELECT DISTINCT RCC.REG_CONFERENCE_ID
         , RCC.COMPANY
         , RC.REFERENCE_CODE
         , RCT.DESCRIPTION
         , RS.ID
         , RS.REFERENCE_CODE
         , RS.BEGIN_DATE
         , RS.END_DATE
         , RST.non_html_DESCRIPTION
         , rsf.consultant_no
         , rsf.fee_amount
         , rsf.reason
         , 'Y'
    FROM reg_conference_company@webtst rcc
         , reg_conference@webtst rc
         , reg_conference_type@webtst rct
         , reg_session@webtst rs
         , reg_session_t@webtst rst
         , locale@webtst l
         , reg_special_fee@webtst rsf
         , reg_consultant@webtst rcons
    WHERE rcc.reg_conference_id = rc.ID
    AND rc.reg_conference_type_id = rct.ID
    AND RC.ID = RS.REG_CONFERENCE_ID
    AND rs.ID = rst.reg_session_id
    AND rst.locale_id = l.ID
    AND l.language_id = '1'
    AND L.COMPANY = RCC.COMPANY
    AND rc.ID = rsf.reg_conference_id
    AND rcc.company = rsf.company
    AND rs.ID = rcons.reg_session_id
    AND rsf.company = rcons.company
    AND rsf.consultant_no = rcons.consultant_no
    AND rcons.status <> 'C'
    UNION
    --- consultants not registered and in special fee
    SELECT DISTINCT RCC.REG_CONFERENCE_ID
         , RCC.COMPANY
         , RC.REFERENCE_CODE
         , RCT.DESCRIPTION
         , RS.ID
         , RS.REFERENCE_CODE
         , RS.BEGIN_DATE
         , RS.END_DATE
         , RST.non_html_DESCRIPTION
         , rsf.consultant_no
         , rsf.fee_amount
         , rsf.reason
         , 'N'
    FROM reg_conference_company@webtst rcc
    , reg_conference@webtst rc
    , reg_conference_type@webtst rct
    , reg_session@webtst rs
    , reg_session_t@webtst rst
    , locale@webtst l
    , reg_special_fee@webtst rsf
    WHERE rcc.reg_conference_id = rc.ID
    AND rc.reg_conference_type_id = rct.ID
    AND RC.ID = RS.REG_CONFERENCE_ID
    AND rs.ID = rst.reg_session_id
    AND rst.locale_id = l.ID
    AND l.language_id = '1'
    AND L.COMPANY = RCC.COMPANY
    AND rc.ID = rsf.reg_conference_id
    AND rcc.company = rsf.company
    AND (rsf.company || rsf.consultant_no) NOT IN
                                  (SELECT (company ||consultant_no)
                                  FROM reg_consultant@webtst
                                  WHERE status <> 'C'
                                  AND reg_session_id = rs.ID)

    I don't know the reason, but here is what I would do to narrow the search for it.
    Remove all DISTINCT operators and replace UNION with UNION ALL. Compare the result (number of rows) for the select and for the View.
    If it is the same, then you have some problem with duplicate values. If not you have two different selects (compare execution plan too) or different data (does it run in the same schema?).
    Then add step by step a DISTINCT and check how the result changes. Start analyzing only this part of the query.

  • Viewing pdf in a frame

    I am wondering whether it is possible/practical to design a website page so that viewing a pdf can be achieved within that page, say in a frame, rather than to have the pdf open in a separate window/program/tab.
    I am looking to allowing clients to view a pdf from a login page but also to perform other actions on that page, eg, switch to a message area in the same frame.
    I would like everything to be done on one page, rather than have the clients, some of whom will be elderly, have to navigate from one page/program to another.
    I think I am looking for a pdf viewer that can be embedded into a client login webpage.

    Adobe Reader can happily be used inside a frame of an HTML page.

  • Clicking Google search results in a frame gives blank screen

    The back story to this is that i use Firefox and I use a simple frames home page where my fave links(ebay,craigslist links mainly) are on the left frame of the screen and google opens up on the right frame. When I do a search with google it does what it does and gives me its search results. Normally when i click on one of the Google results the frame on the left stays and the right side goes to the link i clicked on. Not today though. All I get is a blank screen and Done in the status bar. The left frame is still there. This occurs on 2 computers. IE does not have a problem. Is it Google? Firefox? Or a combo of both?
    Here's the code for my main frames page. I dont need to include the 2nd one.
    1.htm
    == This happened ==
    Not sure how often
    == May 25th, 2010

    On this forum you need to use the HTML entity '''&amp;lt;''' for "'''&lt;'''" and '''&amp;gt;''' for "'''&gt;'''".
    Use the CODE button after you have selected the text to put the text in a CODE block
    A good place to ask questions and advice about web development is at the MozillaZine Web Development/Standards Evangelism forum.
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the MozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • How to view results page wise in the console

    how does one view the result page wise. i m reading a huge file in the console but cant see it page wise.

    Pipe it through a pager like "more".
    cat myfile | moreor
    more myfileor
    java MyProgramThatCreatesALotOfOutput | moreUnless you're using a pretend operating system thrown together in Redmond WA, in which case the piping and more has some restrictions. Also I think that the text display command ("type", I think) takes an argument to page its output.

  • Advanced Search: Viewing Results Issue

    This problem seems to only be on my Microsoft Surface Pro tablets with windows 8.1.
    When doing an advanced search within a document the results box is usually very large and you can see all the hits that came back. However, on my Surface when doing a search the results box is so small that you can't even see what's showing up.
    I've tried to enlarge the search box which slightly helps but still can only see one or two results at a time and must continue to use the scroll bar to get through them.
    I was curious if there was any options within Adobe that could be changed in order to get this view changed so its more user friendly and easier to work with?
    I've been through many of the options myself but was unable to find anything that worked.
    Thanks for the help.

    As per my understanding you can crawl DL columns
    Can you get that document in search results page? Please check to see if the site which contains the library is included in content source.
    Could you please check site settings->Site Administration->Searchable columns, maybe the column is excluded?
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b97a43b1-c727-4daa-a0d9-a18e53e09dd9/list-and-document-library-title-column-crawled-properties?forum=sharepointadminprevious
    Go to your Search Service Application in Central Administration.
        Click on Metadata Properties in the left navigation.
        Click on the Crawled Properties link.
        Click on the Categories link then select the SharePoint category
        Navigate the pages (next page arrow link) until you see ows_Title. Click on ows_Title.
        In the "Mappings to Metadata Properties" area of this page, ensure that the "Include values for this property in the search index" checkbox is checked, then Click OK. This checkbox is not checked by default.
        Repeat the same procedure above for your ows_Description crawled property to confirm that it is included in the index - which it should be by default.
        Start a Full Crawl 
    This will now include these crawled properties in the index and should now be available in the Managed Property which exposes them for Search.
    If this helped you resolve your issue, please mark it Answered

  • Poor Result using Panasonic Frame Rate Converter.  Please Help!

    Hey All,
    Myself and a crew of other university filmmakers shot some footage at 720P and 60 FPS on the Panasonic HVX-100 with the hopes of converting it to 24fps for smooth slow motion. We are using FCP 5.1.2 and the panasonic DVCPROHD Frame Rate Converter Tool. I am almost certain I am using the correct workflow for this, but the result yields footage that seems to be at the right speed, but is very jumpy, as if its only playing every 4th frame or so. I tried exporting the footage off the timeline as well to check and make sure it wasnt a playback problem, and it wasnt. It appears as if the converter is working incorrectly. This slow motion is vital for our project and I'm at my wits end trying to figure it out. Any help?

    Ok. I tried converting making sure that i didnt remove any frames on the import from the raw P2, as well as for the export. i tried all the combos of this. I still get the jumpy slow motion because of repeatyed frames. I did notice a combo in these repeated frames, it will play 3 of one frame, then 2 of another. could this be a pulldown problem somewhere?
    could you guys outline the settings you use to import (capture and editing timebases) as well as to edit on, and to process slow motin. I just want to make sure im not missing anything.
    The help is SO awesome. thanks for trying to work through this with me.

  • Modifying the speed of video clip results in freeze frame

    Hi, I am having a trouble with modifying the speed of some clips in FCP 5.14. When I speed it up, the clip looks correct for the first 2/3, but the remaining 1/3 freezes on the last frame that was played.
    To clarify, the FCP itself is not frozen... it continues to play normally. It looks like you took a still image 2/3 of the way thru my clip and repeated it till the end, making the remaining video disappear.
    Any suggestions on how to fix this would be much appreciated!!

    It sounds like you're using the Time Remap feature incorrectly for the results you want. This article was written for FCP 4 on Time Remapping, but is still appropriate for current versions: http://www.kenstone.net/fcphomepage/fcp_4_timeremap.html
    -DH

  • Apple TV preset : Compressing DVCPRO HD footage : Results in skipped frames

    I've been super confused about the recent issue. I've got a 7 minute sequence in FCP which I'm sending to compressor. I'm compressing for my Apple TV. I use the preset, in the Apple Devices folder.
    The movie compresses fine, in about 10 minutes. Final size is about 250MB, 960x540.
    I have 4 spots where the movie will actually skip a frame. It's VERY detectable because these are Motion sequences with some very flowing camera movements. A skipped frame is like getting punched in the eye. This is seen on my MacPro and my Apple TV.
    I have recreated this issue about 10 times, always with the same spots on the movie. I can't get rid of them. I've checked the original files, the original sequence, and there's no skipped frames. I've exported to H.264, no problem there. I've exported to iPod, and the same thing happens.
    What's the commonality?... the m4v compressor.
    Now, I've imported the full DVC PRO HD film, as exported from FCP, and put it in iTunes. Then I choose "convert for Apple TV." Final size is 190MB, about 60 MB smaller than the compressor version. Reason?.... Who knows what the settings are for iTunes to AppleTV?
    This version plays smoothly, with no jumps or skipped frames, on my MacPro, and on my AppleTV.
    What's is up? I am trying to figure out if my DVCPRO HD sequence is trying to shove too much info into an m4v sequence using the preset, and the result is that compressor just throws a frame away here and there.
    This totally *****.
    Message was edited by: Adam - Trigger Studios
    Message was edited by: Adam - Trigger Studios
    Message was edited by: Adam - Trigger Studios

    To be perfectly blunt, you are best off going 960x540 since you're shooting 60i.
    If you were shooting a 24p format it would make sense try to 1280x720 (since all you'd have to do is resize) but since you're attempting to retime as well (and only gaining frame judder, the choppiness that you speak of) it's not worth the time and effort. Sure you can export your FCP timeline out to a reference QT movie and drop that into Compressor - creating a PhotoJPEG movie at 1280x720 and 23.98 (making sure Frame Controls are all cranked up to Better, and output set to Progressive) but it'll take forever.
    As for export to TV, I personally always use QuickTime Pro's Export to MPEG-4 feature, since I can make an h.264 encoded .mp4 file that uses Multi-Pass (being careful to adjust settings to within the TV's specs). All the AppleTV presets - even in Compressor 3 - are subpar and single-pass.
    Of course, if you'd rather have a .mov file, just use Compressor to do that.

  • Why Rectangle is out of view when resizing its frame container?

    Three Rectangles, located by setLocation(x,y)in a row, are drawn inside a JPanel , JPanel is inside a JFrame. When I shink the JFrame, the rightmost Rectangle is out of view. what can I do to make sure all the rectangles will shink and show up when the JFrame shinks.
    Qi

    Generally, choosing a frame from the video itself in the Media panel as your poster is frowned upon in DPS. Personally, I do it all the time without problem but perhaps you have found out why it's better to make your own screengrab and use that as a poster image instead.

  • How to Manupilate serach help view results

    Hi,
    I need to enable division specific restriction in the" product search help result" view. ( currently displaying all divisions products )
    End user should get only his division specific products in the search results, which he enters in the "organizational data" in the opportunity screen.
    How can i achieve this, Please guide.
    UI component : PRD01QR
    View : PRD01QR/SearchHelpResult
    Thanks,
    Bhanu

    Try to use the code in EH_ON_SORT or try to use SET_FILTER method in context class .
    check below code as well
      me->typed_context->ppritemprod->set_filter( EXPORTING iv_attr_name = 'TYPE' iv_value = '1' iv_filter_mode = if_bol_bo_col_iterator=>filter_mode_interactive )."#EC NOTEXT
    Edited by: Shobhit Srivastava on Dec 6, 2011 3:13 PM

Maybe you are looking for

  • Process Chain for Real Time Demon

    Please help I am stuck I followed the step by sdn but this is missing in step. how to create now process chain. I created the below DSO CONNECTED TO dATASOURCE via Trans, Real Time IP Real Time DTP assigned to Datasource and assigned the DS, IP, DTP

  • TS2771 how to reset my Ipad mini?

    How do I reset my Ipad mini?

  • SP Transaction on the Vendor Ref. No. of AP Invoice

    please give me a stored procedure code which will block an empty Vendor Ref. No field while posting an AP Invoice. Thanx. Antony

  • Problem While Upgrading from ECC 5.0 to ECC 6.0

    Hi Experts, I am doing project on upgrading. there is one program in ECC 5.0, and it is working fine in ECC 5.0 But while upgrading to ECC 6.0 it is giving syntax error. below I am sending the code. BEGIN OF lty_s_ekab_key,                           

  • EXIT_SAPLMCS6_002

    HI,    I could add some code into this Function module (EXIT_SAPLMCS6_002), but I want to activate it, please let me know the Enhancement where I can find this.    In SMOD I tried manyenhancements but I could not find it. Regards, Suresh Deshpande