Ideas for display?

i have a bunch of old reports that i need to display somehow. we are trying to snazz them up a bit with flex. eventually the format will totally change
to XML or something like that. However, for now i have what i have and need to do something with it. Here's the general layout:
3 Lines of header (all kinds of information like page number, report type, date, time, etc.
5 lines of ID header (information about the specific person Identified for this report, including that person's ID number)
15-30 lines of report information.
this repeats for the whole of the report in the same format.
Page: 1      Customer Report       User: MGolenty
Date: July 5, 2009               Time: 9:06AM
Report: Customer                
ID: 789101112  John Connor  Date of Birth: 11/10/1975
Address:                              County: Los Angeles
456789 Main Street
Los Angeles, CA
United States
(a bunch of boring report lines)
We originally were thinking of altering the existing reports to ad CDATA formatting with html tags to add some functionality. Particularly, we need to make the ID: clickable so that a database query is fired and results are displayed in a window (preferable) or a new browser tab (acceptable). However, as we got into the TextField.htmlText property further and further it dawned on us that htmlText was not made for such 'fancy' functionality.I was hoping that maybe it's functionality had been expanded in Flex 4, but it looks like it has gone untouched (and with good reason)
My idea is to use a data grid and display different pieces in different components. We could just parse reports into the the datagrid every time they display. That way, we could just fire an event when the ID: is clicked and have a fancy component display the results of the query.
Anybody have any other thoughts on effective ways to display this type of a report? thanks!

The report can be a custom MXML component, that way you can create each section however you would like.
For example, the first header section could be a VBox with labels and a linkbutton if you need the ability to have a link.
You could also use states to enable collapsible report sections.
MXML component is the way to go.
If this post answers your question or helps, please mark it as such.

Similar Messages

  • Help!  Ideas for displaying ~100-300 still images with After Effects / Premiere Pro

    Hi, I am a cadet at a US Air Force detachment and am responsible for making this semester's end of the year video.
    I have the Adobe creative cloud and am familiar with the basics of Photoshop, and Premiere Pro, and I am trying to also learn After Effects.  I have a large amount of picture and video, and am at a loss for how to quickly make all these pictures into an interesting slideshow.  Software such as Cyberlink Powerdirector had a "photo grid" which would allow me to create an automatic slideshow of images on a 3x3 grid, where each image flashed into place one at a time.  I am looking for automated processes or tutorials to feed my images into and have a modern effect of displaying the images.
    If anyone has any idea for a template or where to start on handling a large amount of still images in After Effects or Premiere Pro, I could definitely use a point in the right direction!
    Exactly what I want can be found at 5:27 of this video: https://www.facebook.com/photo.php?v=10150247563700519&set=vb.120583801339638&type=2&theat er

    read below
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2

  • Ideas for displaying photos

    I'm building a site whereby users are allowed to upload
    photos as part
    of a profile and then have them displayed nicely in a gallery
    somehow on
    their profile page.
    I'm not sure of the best approach to this.
    We need to put some limitations on how much the users can
    upload, either
    by the number of photos or by the total file size of all
    their photos.
    Which do you think would be best/easiest to implement?
    Users need to be able to delete photos and Site
    Administrators will need
    to be able delete photos too, in case they are of unsuitable
    material etc.
    Should I upload and save the filenames in the db?
    I'm really at a loss to know what's best.
    Am using PHP and mySQL.

    Have you look at this?
    http://gallery.menalto.com/
    "Vix" <[email protected]> wrote in message
    news:g6n7hd$qtk$[email protected]..
    > I'm building a site whereby users are allowed to upload
    photos as part
    > of a profile and then have them displayed nicely in a
    gallery somehow on
    > their profile page.
    >
    > I'm not sure of the best approach to this.
    >
    > We need to put some limitations on how much the users
    can upload, either
    > by the number of photos or by the total file size of all
    their photos.
    >
    > Which do you think would be best/easiest to implement?
    >
    > Users need to be able to delete photos and Site
    Administrators will need
    > to be able delete photos too, in case they are of
    unsuitable material etc.
    >
    > Should I upload and save the filenames in the db?
    >
    > I'm really at a loss to know what's best.
    >
    > Am using PHP and mySQL.

  • Any idea for high display resolution in application sharing server ?

    Hi.
    I installed EP6 SP 13 with KMC and configure collaboration feature.
    I tested application sharing and It works.
    Then, I found problem.
    Problem is that application sharing server doesn't support 1400x1050 display resolution. (only works till 1280x1024)
    Is there any idea for solving this issue ?
    Regards, Arnold.

    Hi Arnold,
    I'm afraid this screen resolution is not yet supported. The official supported screen resolution is 1024x768 ! but as you stated it <b>can</b> work wit 1280x1024. You could open an OSS ticket and ask the KM Development for plans on supporting higher resolutions in application sharing and let us also know.
    Hope this helps,
    Robert

  • Ideas for a beginner to program

    I've started mentoring a young student - teaching him LabVIEW. He
    is enjoying it and we have covered the basics. Now I need to come up
    with a project for him to start writing a program(s) on his own. For
    the time being, I would like to keep it to calculations/analysis/display
    kinds of things (no Daq hardware). I was wondering if anyone had ideas
    (or previous experience) of such kinds of programs - something
    relatively easy at this point, but useful/fun enough to keep him interested.
    Thanks,
    Dave
    David Thomson Original Code Consulting
    www.originalcode.com
    National Instruments Alliance Program Member
    Certified LabVIEW Architect
    There are 10 kinds of people: those who understand binary, and those who don't.

    Here is an idea for a nice little project would be:
    (assuming no Daq or GPIB hardware).
    Open a binary file. Parse the file to identify the OP codes and operands. Translate it to "english". Display the translation and write it to another file.
    You can expand to opening a serial port, communicating to a serial device. Interpret the data (especially if there is some sort of waveform to analyze). Plot the data "real-time". Display warnings or conditions if low or high limits are reached, or if a number of samples has been achieved.
    Prompt for user intervention (what to do with the data, ie: save it to file, display it, print it, etc). Allow for user control of the vi (Run / Pause / Stop / Abort).
    The above should provide basic functionality where ther
    e is no instrument to control or a data-acquisition system to monitor.
    Are you looking for real projects? Maybe a bit more challenging?
    Regards,
    -JLV-

  • Creative ideas for Remote Backups and Working from Home??

    Here's my problem in a nutshell:
    My primary workstation is at my office where all my important files are stored. I backup once a month onto an external firewire drive which I (usually) keep off location in case of fire/theft etc.
    In the future I'm going to need to conduct about 75% of my work from my office and the remainder from home. I'd like to be able to work on a file at my office. Go home. Sleep. And be able to work on the same file from home the next morning.
    Any ideas for how I should do this? One solution I had was to run a nightly backup of my office computer (a tower) to a remote firewire drive at home (basically a clone). I could then plugin into the firewire drive with my laptop. This would also serve as a remote backup of my client's files.
    Does this make sense? And if so, does anyone have any suggestions or pointers in terms of easy-to-use backup software. And how complicated would it be to set this up to a remote drive? And will there be problems with remotely backing us, say, a 500 MB file?
    Cheers!

    What O/Ss are involved; are they both OS X? Home OS X, work Windows?
    Many people telecommute by running the applications remotely, with a display server connecting their application to the system they're using. For instance, my work system is Linux; all applications use X windows as their display interface. My home system is OS X, which includes an optional X windows display server. Most of the time, when I need to work from home, I run a VPN client and use 'ssh -X' from an xterm under X on OS X to log in to my office system; and then I can run any application on my office system and have it display on my OS X system.
    Similar solutions exist for most common OSs. Windows systems can run VNC or Citrix to export their display to clients that can run on OS X, Linux, or Windows; OS X can run Remote Desktop to export their display to clients that can run on Linux or OS X; etc.

  • Any ideas for a (fairly) simple program?

    Does anybody have any ideas for a fairly simple program that I could try to write (I am a fair programmer, but I'm not to creative)?

    You know, Java Game Programming for Dummies is actually a pretty good book (despite the "Dummies" part!) It is written in 1.0, but it has a "ponglet", card games, and several maze games. All the applets I've tried from them actually work (some typos in the book itself, but the CD is ok). Any of these could be "starter" code.
    Yahoo has a whole bunch of Java applet games. You could try to reproduce pieces of the games you see. (These are also interesting in the sense that you can immediately see what works in a game and what doesn't.)
    It is always fun to write little components. Cool buttons (write a nice little non-rectangular button that lights up or something), text boxes that look like digital displays, funny text labels (maybe with a weird font or with letters that jump all over the place when you mouse over them).. These don't take a whole lot of time to write, but write them well and they are very useful for your future games.
    Enjoy!
    :) jen

  • Select columns from table for display in alvgrid.

    Hi all,
    i have the following:
    i do select a tablename and pass it as a parameter. then this table is loaded into an internal table and displayed in an alv-grid.
    what i now want to do is a step  between the both:
    after the internal table with its structure is loaded, i want to display the field columns and i want them to be selectable so that in the next step the alv - grid is selected only with the selected columns ( just now it allways runs with all columns - even the not needed ).
    Any ideas for that would be appreciated. Is there some tutorial on that or some sample ?

    hi
    chk this sample code:
    *REPORT  zdemo_alvgrid                 .
    TABLES:     ekko.
    type-pools: slis.                                 "ALV Declarations
    *Data Declaration
    TYPES: BEGIN OF t_ekko,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      statu TYPE ekpo-statu,
      aedat TYPE ekpo-aedat,
      matnr TYPE ekpo-matnr,
      menge TYPE ekpo-menge,
      meins TYPE ekpo-meins,
      netpr TYPE ekpo-netpr,
      peinh TYPE ekpo-peinh,
    END OF t_ekko.
    DATA: it_ekko TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_ekko TYPE t_ekko.
    *ALV data declarations
    data: fieldcatalog type slis_t_fieldcat_alv with header line,
          gd_tab_group type slis_t_sp_group_alv,
          gd_layout    type slis_layout_alv,
          gd_repid     like sy-repid,
          gt_events     type slis_t_event,
          gd_prntparams type slis_print_alv.
    *Start-of-selection.
    START-OF-SELECTION.
    perform data_retrieval.
    perform build_fieldcatalog.
    perform build_layout.
    perform build_events.
    perform build_print_params.
    perform display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
          Build Fieldcatalog for ALV Report
    form build_fieldcatalog.
    There are a number of ways to create a fieldcat.
    For the purpose of this example i will build the fieldcatalog manualy
    by populating the internal table fields individually and then
    appending the rows. This method can be the most time consuming but can
    also allow you  more control of the final product.
    Beware though, you need to ensure that all fields required are
    populated. When using some of functionality available via ALV, such as
    total. You may need to provide more information than if you were
    simply displaying the result
                  I.e. Field type may be required in-order for
                       the 'TOTAL' function to work.
      fieldcatalog-fieldname   = 'EBELN'.
      fieldcatalog-seltext_m   = 'Purchase Order'.
      fieldcatalog-col_pos     = 0.
      fieldcatalog-outputlen   = 10.
      fieldcatalog-emphasize   = 'X'.
      fieldcatalog-key         = 'X'.
    fieldcatalog-do_sum      = 'X'.
    fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'EBELP'.
      fieldcatalog-seltext_m   = 'PO Item'.
      fieldcatalog-col_pos     = 1.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'STATU'.
      fieldcatalog-seltext_m   = 'Status'.
      fieldcatalog-col_pos     = 2.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'AEDAT'.
      fieldcatalog-seltext_m   = 'Item change date'.
      fieldcatalog-col_pos     = 3.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material Number'.
      fieldcatalog-col_pos     = 4.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MENGE'.
      fieldcatalog-seltext_m   = 'PO quantity'.
      fieldcatalog-col_pos     = 5.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MEINS'.
      fieldcatalog-seltext_m   = 'Order Unit'.
      fieldcatalog-col_pos     = 6.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-datatype     = 'CURR'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'PEINH'.
      fieldcatalog-seltext_m   = 'Price Unit'.
      fieldcatalog-col_pos     = 8.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    endform.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
          Build layout for ALV grid report
    form build_layout.
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    gd_layout-totals_only        = 'X'.
    gd_layout-f2code            = 'DISP'.  "Sets fcode for when double
                                            "click(press f2)
    gd_layout-zebra             = 'X'.
    gd_layout-group_change_edit = 'X'.
    gd_layout-header_text       = 'helllllo'.
    endform.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
          Display report using ALV grid
    form display_alv_report.
      gd_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
                i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
                i_callback_user_command = 'USER_COMMAND'
               i_grid_title           = outtext
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
               it_special_groups       = gd_tabgroup
                it_events               = gt_events
                is_print                = gd_prntparams
                i_save                  = 'X'
               is_variant              = z_template
           tables
                t_outtab                = it_ekko
           exceptions
                program_error           = 1
                others                  = 2.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
          Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    select ebeln ebelp statu aedat matnr menge meins netpr peinh
    up to 10 rows
      from ekpo
      into table it_ekko.
    endform.                    " DATA_RETRIEVAL
    Form  TOP-OF-PAGE                                                 *
    ALV Report Header                                                 *
    Form top-of-page.
    *ALV Header declarations
    data: t_header type slis_t_listheader,
          wa_header type slis_listheader,
          t_line like wa_header-info,
          ld_lines type i,
          ld_linesc(10) type c.
    Title
      wa_header-typ  = 'H'.
      wa_header-info = 'EKKO Table Report'.
      append wa_header to t_header.
      clear wa_header.
    Date
      wa_header-typ  = 'S'.
      wa_header-key = 'Date: '.
      CONCATENATE  sy-datum+6(2) '.'
                   sy-datum+4(2) '.'
                   sy-datum(4) INTO wa_header-info.   "todays date
      append wa_header to t_header.
      clear: wa_header.
    Total No. of Records Selected
      describe table it_ekko lines ld_lines.
      ld_linesc = ld_lines.
      concatenate 'Total No. of Records Selected: ' ld_linesc
                        into t_line separated by space.
      wa_header-typ  = 'A'.
      wa_header-info = t_line.
      append wa_header to t_header.
      clear: wa_header, t_line.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
           exporting
                it_list_commentary = t_header.
               i_logo             = 'Z_LOGO'.
    endform.
          FORM USER_COMMAND                                          *
          --> R_UCOMM                                                *
          --> RS_SELFIELD                                            *
    FORM user_command USING r_ucomm LIKE sy-ucomm
                      rs_selfield TYPE slis_selfield.
    Check function code
      CASE r_ucomm.
        WHEN '&IC1'.
      Check field clicked on within ALVgrid report
        IF rs_selfield-fieldname = 'EBELN'.
        Read data table, using index of row user clicked on
          READ TABLE it_ekko INTO wa_ekko INDEX rs_selfield-tabindex.
        Set parameter ID for transaction screen field
          SET PARAMETER ID 'BES' FIELD wa_ekko-ebeln.
        Sxecute transaction ME23N, and skip initial data entry screen
          CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
        ENDIF.
      ENDCASE.
    ENDFORM.
    *&      Form  BUILD_EVENTS
          Build events table
    form build_events.
      data: ls_event type slis_alv_event.
      call function 'REUSE_ALV_EVENTS_GET'
           exporting
                i_list_type = 0
           importing
                et_events   = gt_events[].
      read table gt_events with key name =  slis_ev_end_of_page
                               into ls_event.
      if sy-subrc = 0.
        move 'END_OF_PAGE' to ls_event-form.
        append ls_event to gt_events.
      endif.
        read table gt_events with key name =  slis_ev_end_of_list
                               into ls_event.
      if sy-subrc = 0.
        move 'END_OF_LIST' to ls_event-form.
        append ls_event to gt_events.
      endif.
    endform.                    " BUILD_EVENTS
    *&      Form  BUILD_PRINT_PARAMS
          Setup print parameters
    form build_print_params.
      gd_prntparams-reserve_lines = '3'.   "Lines reserved for footer
      gd_prntparams-no_coverpage = 'X'.
    endform.                    " BUILD_PRINT_PARAMS
    *&      Form  END_OF_PAGE
    form END_OF_PAGE.
      data: listwidth type i,
            ld_pagepos(10) type c,
            ld_page(10)    type c.
      write: sy-uline(50).
      skip.
      write:/40 'Page:', sy-pagno .
    endform.
    *&      Form  END_OF_LIST
    form END_OF_LIST.
      data: listwidth type i,
            ld_pagepos(10) type c,
            ld_page(10)    type c.
      skip.
      write:/40 'Page:', sy-pagno .
    endform.
    **reward if helpful
    regards,
    madhu

  • User-exit  for displaying message in LT15

    Hi,
    I am looking for a user-exit (or another way?) for displaying a warning message when the user tries to cancel a TO via LT15 (under certain conditions). But the only user-exit that I found that would do the thing here is ZXLTOU02, but it's performed only in Update task - no message display possible.
    Any ideas?
    Cheers!

    Thanks for your input Chidanand,
    But I've already tried by setting a breakpoint in all available exits concerning TO confirmation/cancellation - none of them is reached when LT15 is executed. The only one is the one I mentionned, and it is being performed in update task - so no message issuing possible.....
    Any other ideas?

  • Ideas for 3 tables joins

    Hi all,
    We will need to join 3 tables: Bidder_table, key_person_table, and contact_person_table.
    The requirements:
    1. All the data in the Bidder_table should display;
    2. For key_person_table, only display first name, last name, and title;
    3. For contact_person_table, only display first_name, last_name, and title;
    4. The join should be based on a common column called bidder_id.
    Please see the table structures below:
    1. Bidder_table
    SQL> desc BIDDER_TABLE;
    Name                         Null?    Type
    BDDR_ID                      NOT NULL NUMBER(38)
    BDDR_TYPE_TXT                         VARCHAR2(23)
    BDDR_NTWRK_NAME                       VARCHAR2(50)
    NSC_NUM                               NUMBER(10)
    APRVR_LAST_NAME                       VARCHAR2(30)
    PRVR_1ST_NAME                         VARCHAR2(20)
    SYS_LAST_UPDT_USER_ID                 NOT NULL CHAR(7)
    SYS_LAST_UPDT_TS                      NOT NULL TIMESTAMP(6)
    2. Key_person_table
    SQL> desc KEY_PERSON_TABLE;
    Name                         Null?    Type
    BDDR_ID                      NOT NULL NUMBER(38)
    KEY_LAST_NAME                NOT NULL VARCHAR2(30)
    KEY_1ST_NAME                 NOT NULL VARCHAR2(20)
    Key_TITLE_TXT                         VARCHAR2(20)
    SUPLR_DATA_STUS_TXT                   VARCHAR2(20)
    SYS_LAST_UPDT_USER_ID                 NOT NULL CHAR(7)
    SYS_LAST_UPDT_TS                      NOT NULL TIMESTAMP(6)
    3. Contact_person_Table
    SQL> desc CONTACT_PERSON_TABLE
    Name                          Null?    Type
    BDDR_ID                       NOT NULL NUMBER(38)
    CNTCT_1ST_NAME                NOT NULL VARCHAR2(20)
    CNTCT_LAST_NAME               NOT NULL VARCHAR2(30)
    CNTCT_TITLE_TXT                        VARCHAR2(20)
    CNTCT_TEL_NUM                          NUMBER(10)
    CNTCT_EMAIL_ADR                        VARCHAR2(50)
    SUPLR_DATA_STUS_TXT                    VARCHAR2(20)
    SYS_LAST_UPDT_USER_ID         NOT NULL CHAR(7)
    SYS_LAST_UPDT_TS              NOT NULL TIMESTAMP(6)All the data from the Bidder_table is required, and we need to selectively join some data from both the key_person_table and contact_person_table.
    Any ideas for accomplishing this?
    Your help is greatly appreciated!
    Thanks!

    Use OUTER JOIN

  • Reduce  Form size for  display on Mobile device

    Hi all ,
    I am currently working on messaging application in mobile device.My project is 90% completed. When I imported my application into 6680 series mobile device.It works fine.Actually i have loginscreen Form before opening the messaging window.In that loginscreen form i have used Username textbox,password textbox,login button,and some other components like remeber id ,autologin etc.But while displaying,only username textbox and password textbox itself displayed on the current display.remaining are all seen by scrolling down.Actually i want all my components to be displayed on the current display without scrolling.So can anyone tell me your idea for my issue as soon as possible.If it is posssible to reduce the form size means please tell the way to reduce it.
    Very urgent!!!!!
    Thanks / Sourab.

    There are two ways...
    Either go for a device with a screen size large enough to fit entire form in the visible screen...
    Or, ask the device vender to reduce the form size for u in their implementation.
    Any one with a better answer ??????
    Regds,
    SD
    Message was edited by:
    find_suvro@SDN

  • Could not execute auto check for display colors using command /usr/bin/X11/

    Hello,
    In a work trying to install ORACLE 11gR2 software in AIX 5.3,
    export DISPLAY=local_IPXXX:0.0
    xclock
    it works, can see the clock.
    then go to dowloaded oracle, run
    /xxx/11g203_AIX64_5L/database-> ./runInstaller
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' before
    you proceed with Oracle installation. rootpre.sh can be found at the top level
    of the CD or the stage area.
    Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
    installation.
    Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 190 MB. Actual 7470 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6144 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/X11/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] n
    User Selected: No
    any idea to fix?
    thanks a lot in advance

    thank you for response
    in log, it shows
    Using paramFile: /xxx/11g203_AIX64_5L/database/install/oraparam.ini
    Checking Temp space: must be greater than 190 MB. Actual 7194 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6144 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/bin/X11/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,Continue? (y/n) [n]
    User Selected: No
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2012-09-17_04-08-40PM/installActions2012-09-17_04-08-40PM.log
    ~
    --so nothing new as screen shows.
    --ok, anonther way, say yes, shows..
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-09-17_04-00-30PM. Please wait ...xxxx:/xxx/11g203_AIX64_5L/database-> Exception in thread "main" java.lang.NoClassDefFoundError: sun.awt.motif.MToolkit (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:130)
    at java.awt.Toolkit$2.run(Toolkit.java:864)
    at java.security.AccessController.doPrivileged(AccessController.java:192)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:847)
    at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
    at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:163)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1812)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:510)
    at oracle.install.commons.util.Application.startup(Application.java:780)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
    Edited by: 951932 on Sep 17, 2012 2:12 PM

  • Ideas for Symbian Platform

    If you have some ideas how make symbian better and you want to share with it please join to the symbian community
    http://ideas.symbian.org/homepagelight
    http://www.symbian.org/

    Symbian is simply ****UGLY**** Take a look at the s^3 interface in N8 reviews, its just as ugly as the N97 interface. and it still looks as if it's just S60v3 ported to a touch device, the "options" and the "back" button on the bottom of the display are still there like in S60v3. Duhhhh, I mean seriously, there are better ways of controlling a touch interface than putting a touch sensitive version of the S60 "soft key" concept. Instead of copying the "non user-replaceable battery" idea from apple, they could have attempted copying the UI. But there's a problem, apple won't sue nokia if they copy a drawback of the iphone, but would definitely take steps if they copy an USP of the apple product I won't post an idea in that link you provided, instead I'd post an idea for nokia here, Dear nokia decision makers, Symbian is nonsense. Please drop symbian rubbish. You made a bad investment in symbian and you are punishing your loyal customers for a mistake that you made. There's still time, you are still number one. Please drop symbian while there's time. Best of luck.
    Laugh, and the world laughs with you. Cry, and the world laughs louder :-)

  • Lengthy captures equals "preparing for display" delays?

    Philip Hodgetts on the fcp-l posted the following "Remember too, that the project will get more sluggish, more quickly if you do many long captures instead of many more short captures.This particularly affects "preparing for display" type problems (ie makes them worse) However that has to be balanced with the total number of clip-instances in the project. The more there are overall, the slower the project will perform."
    Can anyone here confirm this? Cookman and I have a running argument over the best workflow. He prefers logging and then just capturing selex. I prefer capturing everything and then logging (we both agree and the necessity of thorough logging). This may have some impact.
    I recently finished a dvcproHD project where each reel was captured as one file. Each file was around 25 gigs. I would often get lengthy "preparing for display" message, but this usually happened when I was switching between going between normal editing and the switching to the apple cinema display full screen preview. I rarely if ever see this message when working with DV material so I suspect that it's a function of file size rather than "length of capture."

    There is a happy medium position in the log and capture wars that is sure to please no one.
    Squarebox sells a media management program called CatDv that comes with a little capture app - live capture plus.
    LCP can be used as a stand alone capture app and will use the same info as 'start stop detect' in FCP to capture a complete tape and cut it into individual clips. If you just use LCP, your clips are named by reel number and time code. If you combine LCP with CatDV you get a great many more media capture, naming and storage options.
    The entire tape is captured to a temp file where it is parsed and written out as individual clips. The temp clip is then deleted. I suspect the time it takes to do this is processor dependent and it does hang up the system for an extra period of time if you are running this off a G4 powerbook. You also need at least 2x the file space to allow for the processing.
    It is an interesting idea in that allows the best of both worlds - full tape capture (low wear and tear on weak drive mechanisms) and small clips (fast display, simplified media organization).
    cheers,
    x

  • Tips for DPS publishing for display on ipad & widescreen TVs

    Im looking into the use of ipad as a presentation controller, for connection to an HD TV (using HDMI?, apple TV? ideas?) for display.
    At the moment Ive designed folios horizontal at 768x1024 for ipad screen but should I instead be designing them at 1080 tall since the TV display for my audience is the priority?
    If I do that what happens to the ipad screen during display? does it cut off the edges? or squeeze to fit? or does it display at all?
    Ideally I would like the TV screen to display my folio full screen (without any black bars) but still be able to control, swipe and control interactivity from the ipad.
    Anyone have experience and tips for setting this up?
    thanks

    This question is related to AirPlay, not dps.
    When you mirror your iPad to an apple tv the output is always the same in 4:3 aspect ratio. This is for anything: the home screen, the web, games, magazines. Only videos might play in full screen on the apple tv.
    —Johannes

Maybe you are looking for

  • Calling a method on all replicas of a bean in one shot

              Hi,           Is there any properties by which one can make a replica aware stub direct a method call to all           instances of the bean in a cluster? The requirement is to update data cached in all instances           of a bean in the

  • No mouse cursor on one monitor - Windows 7 Boot Camp

    Hello, I installed Windows 7, and ran the boot camp installer; however, since then, my mouse cursor does not appear on one of my two monitors. I can still click on things (if I can figure out where my invisible mouse is), but the arrow itself is just

  • How to set up new fax alert?

    Is there any way to get an alert when a fax is received? I have set up an Apple script, specifically, a faxes folder alert using the "new items alert script" from the sample scripts, but it doesn't seem to do anything when a fax arrives and the pdf f

  • Counting the number of IDocs in a package of IDocs in BPM

    Hello All,     I need a solution where I need to count the number of EDI_DC40  segments (The IDoc Count) in a package of IDoc's. The following is the scenario 1) We are receiving a package of IDoc's in receive step using the XI File Adapter. I was wo

  • Cannot see instrument in EXS folder

    Hi, I cannot see the Vienna strings I have recently bought in Logic 8 EXS. The install has gone fine, I have rebooted and repaired disc permissions. The VSL samples are in the following location Library/Application Support/Logic/Sampler Instruments/V