How can i avoid displaying the frame

Hi,
I am creating a graphical chart called windrose in a frame. I am converting the figure generated into an image file from the frame and then this image file will be called by a servlet. I would like to know if there is anyway that I can avoid the window that displays the frame. If I set the setvisible as false, the image is not being created. Please let me know if anyone has dealt with it before.
Thanks,
Kiran Jangam
[email protected]

I believe you want to use Window rather than Frame.

Similar Messages

  • Hi. I purchased a new ipad mini and my brother already has iphone 4,so how can i avoid sharing the same contents that are on his phone? Will creating an other apple id help us in seperating our facetime and icloud accounts as we share our laptop to sync ?

    Hi. I purchased a new ipad mini and my brother already has iphone 4,so how can i avoid sharing the same contents that are on his phone? Will creating an other apple id help us in seperating our facetime and icloud accounts as we share our laptop to sync ?

    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

  • How can i air display the Screen from mac to the more than 3 iPads?

    how can i air display the Screen from mac to the more than 3 iPads?
    thanks

    Energy Saver, you can keep the computer awake while the screen saver shuts the monitor off but I'm not sure that would do it for you.

  • How can I avoid opening the several instances of the same form?

    Hi Friends,
    I have a MDI form with a menu. When open a form by clicking the menu twice, it is opening two instances of the same form. It is eating up all resources of my memory.
    How can I avoid opening the multiple instances of the same form? I want the activate the form which is already open instead of opening the new instance of the same.
    Anybody knows solution please help me.
    Thanks
    Gopinath Kona

    Hi,
    U must be using the built-in OPEN_FORM in your code. Instead of that, check it using the following code....
    IF ID_NULL(FIND_FORM('form_name')) THEN
    OPEN_FORM('form_name with the path');
    ELSE
    GO_FORM('form_name'); --shifts the control into the form which is already open.
    END IF;
    hope it helps...
    null

  • How can I just display the selected value of a listbox in a report without the reverse display and selection buttons?

    I am using a table which contains a text field with a lookup. I want to use the selected value of this field in a form which is acting as a selection form. No editing of the field's value is permitted. How do I just display the value of the field (which
    is considered a listbox on the form) without the reverse display and the up and down selection buttons. 
    I can provide an illustration of the condition I am trying to overcome, but this system doesn't accept it.
    Thank you for any suggestions or clarification you can provide.
    Marj Weir

    Thank you.  I'll try that approach. 
    I found, after much experimentation, on a similar problem involving a multiselect lookup field,  that if I make the field invisible, and add a  textbox that displays the fieldname plus .column(0), it displays all the selected entries. 
    E.g.: staff.Column(0)
    Staff is the field containing the last names of selected staff members. 
    staff.Value only shows the first name in the lookup list whether it is checked or not, so this is useless.
    staff.column(0), however, (inexplicably) shows all the selected names, e.g. Jones, Smith, Wiggins.
    Marj Weir
     

  • How can i avoid displaying runtime error in intractive report

    hi gurus
    my question is, in interactive report when i reach 20th secondary list after that am getting runtime error when i click again. So i wanted to know how can i avoid that run time error.
    regars
    imran

    Hi Imran,
    Basically we can have one basic list and 20 interactive lists.
    Once when we reached to 20th list then it goes to shortdump.
    So, inorder to avoid that we can modify the system field
    SY-LSIND.
    Just see this example and try this. I hope this will be useful for you.
    REPORT  ZSAMPLE1111.
    data: begin of itab occurs 0,
            matnr like mara-matnr,
            mtart like mara-mtart,
            mbrsh like mara-mbrsh,
            end of itab.
    data: begin of jtab occurs 0,
          maktx like makt-maktx,
          spras like makt-spras,
          end of jtab.
    select matnr mtart mbrsh into table itab from mara up to 10 rows.
    loop at itab.
    write:/ itab-matnr, itab-mtart, itab-mbrsh.
    hide itab-matnr.
    endloop.
    at line-selection.
    select maktx spras into table jtab from makt where spras = 'EN' .
    case sy-lsind.
    when '1'.
    loop at jtab.
    write:/ jtab-maktx, jtab-spras.
    endloop.
    when '20'.             * changes see here.
    sy-lsind = 1.
    when others .
    write:/ 'name',sy-lsind.
    endcase.
    I hope this will be helpful for you.
    <REMOVED BY MODERATOR>
    Cheers,
    Swamy kunche
    Edited by: Alvaro Tejada Galindo on Apr 15, 2008 4:01 PM

  • How can I re-display the header of table on next pages (report designer)

    In the report designer, I insert a data provider. The fist line is the field name.
    When I browse the report, the field name line can't display on the second page, only on the first page.
    How can I do to display it on next pages?
    Thanks
    Eva

    Look at the code of the MouseListener to see what method it invokes and then just invoke the method directly.
    Or you can create a MouseEvent and use the Component,dispatchEvent(...) method.

  • How can I desactivat​e the frame of an indicator? Thanks

    Hi everyone,
     1) I don’t know how I can desactivate the frame of the indicator in the VI I have attached. I have set the background to transparent, but it still appears. Infact I would like it to appear exactly as the label on its right. How can I do this? 2) How can I set the position of on object like the arrow in the VI? For instance I would like the arrow to move from left to right every second. But I can’t find propriety node for those kind of graphic objects that would enable me to change the position of the arrow on the FP. Would anybody know? 3)  In the same VI I have also attached an indicator jauge made of 2 arrows that symbolises the position of a valve in a duct. I am not pleased with the way it looks, any idea how I can make the arrows thiner?  The best result for me would be to have just a bar that can change position between a horizontal, a vertical and intermediate positions. Thanks a lot for your tips, Best regrads, Marc XP & Labviw 8.5
    Solved!
    Go to Solution.
    Attachments:
    Forum.vi ‏10 KB

    HI
    I have attached the Vi. Hope this may help you. I am not sure this is your requirement.
    Message Edited by AutoTEC on 10-13-2008 01:59 AM
    Attachments:
    RE-Forum[1].vi ‏14 KB

  • How can I avoid displaying specific extended field from a specific template

    Hi,
    I have created two extended field in Rfx page . I have 6   Rfx templates  . These two extended fields are appearing in all the 6 templates . I want to display the extended fields for some specific templates . How can I do it ?
    Best Regards
    Swastik

    Hi Swastik,
    Your requirement is very much possible by Page Customization.
    In Page Customization when you add the field for Hidden = yes
    there are more attributes : Dimension Field , Dimension Field Type, Dimension Value
    In this put
    Dimension Field = DISPLAY_NAME
    Dimension Field Type = Object Referance
    Dimension Value = click search help to select your template.
    Create this for each and every Template you reqiure to Hide the field.
    Hope this solves your case.
    Regards,
    Vaibhav

  • How can I avoid displaying Primary key fields in BC4J .......

    Hi,
    I am using auto-sequencing in the create method to assign values
    to primary keys - therefore I do not need to display these
    primary key columns to the user, etc. How can I do that.
    Thanks in advance.
    KI

    I will try to help you
    1. go to your bc4j
    2. Double click the entity object
    3. Select attributes setting tab
    4. Select your key attribute and unchecked 'mandatory'
    5. Select apply and close this windows
    6. Double click the view object and select the attributes
    setting tab
    7. Select your key attribute and on updatable option
    select 'Never'
    8. Good luck

  • How can a  variable display the first character that's on the page?

    I'm creating a telephone directory and want each page to display the alphabet of the first listing on the page on the top - only one character.
    Can you tell me how to do this?

    Hmmmmm, seems I was wrong about the GREP styles. I just tried it and they don't get picked up. I consider that a bug, but it's probably "as designed."
    That leaves you having to work with nested styles only, or Find/Change. I think what you'll need to do is redefine the Paragraph style so it has two nested styles that apply the correct style to whatever needs to be styled at the start of the paragraph, one for the first character and the second for the rest of the word(s) if you can figure out a trigger (can InData add an end nested style character or is thew some punctuation you can use?), then find/change to remove the applied character style. For that I'd serach for ^.+ with the find format set to the character style that InData applied and the chane format set to [None], which will only remove it from the beginning of your paragraphs. If this is done correctly there will be no change in appearance since the redefined paragraph style will do the formatting.
    If that won't work, you can use find/change to apply a new style to the first characters. Search for ^. and set the change format to the new character style that you'll use in the variable. It needs to have the same attributes as the style applied by InData or the appearance will change.
    The second method is probably easier since you don't need to redfine the paragraph style, but both methods require you to use find/change to alter the text, which means if more text is added you'll need to re-do the find/change. Not a big deal, but don't forget. I'd be tempted to wait until the last minute and just ignore the headers for the moment, if editing is ongoing. I'd also test this on a copy of the file for safety.

  • How can i automatically change the frame size

    hello everyone and have a nice week!
    I have diary with many text frames per page and i want to change the frame size automatically on some of them because i change the font size. I tried find/change but on the object section there is everything but the frames size.
    I hope someone has the answer to that otherwise its hours of work...

    Frame fitting only works onthe last frame in a threaded set. I'm not sure that the auto fit feature in CS6 would help, either.
    I'm not sure that I understand what it is you are doing, now that you've said the frames are threaded. Can you give us more of an explanation, perhaps some screen shots (blur the text if it's too personal, or add placeholder text for a sample).

  • How can I avoid using the new Pages

    For now I have chosen to forgo using the latest versions of Pages & Numbers and prefer thier predecessors. However the newer versions are  opened by default when downloading/clicking on DOC & XLS as well as .PAGES & .NUMBERS files. I know how to use the "Open With" command but I'd rather  avoid those extra steps. Can I either re-name or hide/move the new versions of these programs so they won't launch inadvertantly. I suppose I could delete them altogether and reacquire them later on. (Eventually I'll come around to using them but not now.)
    Best advice?
    Thank you.

    Bury the new apps 2 folders down.
    Peter

  • How can i test if the frame is created

    hi,
    i am using ADFBC Swing.
    i have created an MDI Frame and 2 internals frames.
    in the MDI frame i put a button and i want when i press it i do a test.
    if the internal frame1 is created i unload it and i create the 2.
    else if the second is created i do nothing
    thanks

    nothing.
    All sales are final

  • TS2972 How can i force displaying the latest imported iPhoto events?

    I want to see the latest pictures i have imported to my library. it takes about 30 minutes until they are available at the Apple TV (ATV3).
    For example I come from an trip where we did some nice photos, which we wand to see via the Apple TV on the big TV. I import the photos to iPhoto (latest Version 9.3). If I select Photos from the Homesharing of my MacBook I always miss the latest import. It takes about 30 minutes after it suddenly appears.
    I always try to reenter the homesharing of the fotos, but it seems it doesnt help.
    BR
    Stefan

    Another caveat of an alias based library with video files in it is that iPhoto will not let you operate if the drive with those files is not mounted. It will continually ask you to locate the files. It doesn't do that for image files that are aliased, just video/movie files. That can be a big pain.
    Do you Twango?
    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. iPhoto doesn't not have to be closed to run it, just idle.
    I've written 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. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Maybe you are looking for