Alerts viewer - component

Hi
I am looking for an alert viewer component.
Does anyone have a recomendation of a commercial one?
I need something that will look like "hp open view"
Also....
I would like to know of a swing components package - one with it's own "sorted" tables,trees, tree tables,charts ect....
I will be happy to hear some recomendations.
Regards,
Liat

Quest Software for re-usable table components.

Similar Messages

  • Dashboards - Alert View Widget Column Width

    Hello, I am trying to create some Dashboards using the Alert Widgets. I am having problems with the column width. The default widths are not useful and take up to much screen space for a dashboard (example" Maintenance mode is really wide just for
    a icon). After I create the Dashboard I can adjust the column width just fine, but as soon as I go to another view and come back SCOM forgets how I had it all configured and resizes it back to default. How do I fix this and get it to save my custom widths? 
    Thanks!

    It is because every time you go back to Alert View Widget, it will reload its original configuration. You can modify the orgininal configuration setting by export the MP, contains the Alert view Widget, and modify its XML file.
    The column width setting is under
    Presentation -> Component Overrides -> ComponentOverrideID -> Bindings -> Binding PropertyID="Columns" -> Complex Value Type(select the coumn which you want to set the column width) --> Binding Property ID="Width" -> SimpleValue Value="12"
    ( 12 is the new column width)
    Roger

  • How to make an alert view without buttons on iphone?

    Hi,
    I'm trying to create an alert view without buttons. On my iphone application I have to run a process, while the process is running I want to display an alert view with info about the process, and then when the process is done I want to dismiss that alert view.
    Any ideas about how to do this?
    Thx!

    this is what i use. I added in an ActivityIndicator just for looks
    UIActivityIndicatorView *loadingInd = [[UIActivityIndicatorView alloc] initWithFrame:CGRectMake(120.0, 90.0, 30.0, 30.0)];
    alertView = [[UIAlertView alloc] initWithTitle:@"Loading" message:@"Telling your Mom" delegate:self cancelButtonTitle:nil otherButtonTitles: nil];
    loadingInd.activityIndicatorViewStyle = UIActivityIndicatorViewStyleWhiteLarge;
    [loadingInd startAnimating];
    [alertView addSubview:loadingInd];
    [loadingInd release];
    [alertView show];
    [alertView release];

  • Problem with image in Hierarchy Viewer component

    Hi All,
    I am using Hierarchy Viewer component in my application developed in Jdeveloper 11.1.1.6.0
    Actually, my requirement is to pick the name of the "content id" stored as a value in a field in the table. Hence written code as follows, which is not showing the image.
    <af:image id="img3"
    inlineStyle="border-color:Black; border-width:1px; width:85px;height:120px;"
    source="#{documentsService.latestReleasedVersionURL['UUCM#dDocName:#{node.EmpImage}']}"
    rendered="true"/>
    Please help me out ....
    Thanks & Regards
    Sneha
    Edited by: 1002482 on Jun 6, 2013 12:46 AM
    Edited by: 1002482 on Jun 6, 2013 12:48 AM

    Timo,
    It is supposed to pick up the image from the content server and display on the page.
    I have tried the following, it worked.
    1) Checked in the image in the content server with content id : SAMPLE_IMG
    2) modified the code as
    <af:image id="img3"
    inlineStyle="border-color:Black; border-width:1px; width:85px;height:120px;"
    source="#{documentsService.latestReleasedVersionURL['UUCM#dDocName:SAMPLE_IMG']}"
    rendered="true"/>
    Now that, I want to store the value "SAMPLE_IMG" in a field in a table, and want my application to pick up that value.
    Sneha

  • List view component not being ordered

    I am using the list view component to represent my table data. for creating a new row, i use a popup which has a separate taskflow in which i create a new row. Now i need to refresh the list view component after this new row is created. I am doing that using contextual events. I just re execute the query of the vo based on which the list view component is made. But in order to get the in memory rows, i set the view objects query mode to scan view rows as well as entity based rows. This however makes the vo query's order by clause to not work. I am not sure why but the list view data is no longer ordered.
    Also if anyone has any idea how to refresh the entire list view component, that is load data again, it would be of great help.
    Thanks in advance,
    Jithesh

    Hey,
    I'm new at this so i'm going to try to help (although it problably won't work or do what you want).
    You said you want to refresh the entire list view component, well, normally i have my views/data controls connected to a binding variable in my bean class and if i want to update something (lets say a selection) i use this code:
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
            adfFacesContext.addPartialTarget(dimFactSales);
    dimFactSales = variable binded to one of my views.
    Hope that helps,
    Frederico.

  • PDF Viewer component that works in NetBeans VWP

    Hi All,
    I am looking for a PDF Viewer Component that will work with NetBeans VWP. Ideally, this would be something that I could load into the Pallette and drop on a web form for use, then dynamically call up a document for display within the control. (Actually, IDEALLY, this would be a multi-document viewer, i.e. PDF's Word files, text files, etc.). It does not have to be a free tool - though free would be nice. I have checked out the Acrobat Viewer Java Bean but from everything I can find on that, it appears to be something that can be used in Java Apps, but not web apps. If I am wrong about this, can someone please correct me and link to web app usage (as applied to VWP - JSP & JSF).
    Any help here would be greatly appreciated. I noticed a lot of references to IText on this forum and I'm in the process of checking it out now. But I have not seen anything on IText regarding an actual viewer component.
    Thanks,
    Dennis

    I don't believe iText has a viewer as I know of. If Adobe has a java bean then you can create an applet for the client side to display the viewer.

  • Hierarchy Viewer component

    Hi,
    When can we expect Hierarchy Viewer component that is used here: http://rea.oracle.com/faces/index . It will be accessible as update to current ADF RC version or we must wait for the next release of JDeveloper ?
    Kuba

    Hi,
    Thanks Shay - if I correct understand middle 2009 ?
    Kuba

  • Avoid rendering of (view,component Usage embedded on TAB) on Timed Trigger

    Hi,
       I have a WD application build based on header ( icons; normal label; input elements ) , a timed trigger and a tab strip which has 3 tabs. The 3 tabs have View container element for whcih i am attaching 3 views of the same component .  TAB A part which i am viewing holds a image. The Timed Trigger is needed to enable icon on the header. This is happening well after my delay time of 60 SECS. But this one is having impact of regenerating the image again ( due to the rendering ) which is not at all required.  I want to have the rendering only for the above header part only.   But as i heard from Thomas post that after the phase cycle is done. rendering loads all the views, component usages embedded for the VIEW.
    conditonally i am doing the action of CANCEL NAVIGATION in WDDOBEFORENAVIGATION  when Timed Trigger fires.Due to this one i could avoid the MODIFYVIEW calls of the respective views embedded; but i could not avoid the rendering of the IMAGE ( TAB A ).
    Is there any way to avoid the rendering on those tabs part ( 3 views embedded ). I could see that DELTA rendering is enabled for my sap version but it would be not much help.
    Thanks and Regards,
    Satish A.

    Hi Alex.
    I already tried this. But a bit different. One of my component should have different entry views. So I defined multiple interface inbound plugs in the window of the subcomponent. In the corresponding (inbound) handler methods of the window I fired corresponding outbound plugs which were connected to different views. The main component had different links which were connected to the corresponding interface inbound plugs of the embedded component.
    When I clicked the first link, the correct view of the subcomponent was shown. When I then clicked the next link which should show another view of the same subcomponent the corresponding inbound handler was called but no navigation was done.
    Now when I rest the component before navigating everything works fine.
    But thanks for the hint.
    Cheers,
    Sascha

  • SQL query for custom alert view

    I have created a custom alert view and scoped to show alerts related to group of servers.
    Alert view Criteria: Resolution State - New, Severity - Warning and Critical, Group - "Group 1"
    I am trying to query the Operations Manager database to show the alerts with same criteria using below query.
    select MonitoringObjectName, ResolutionState, Priority, Severity, TimeRaised, TimeAdded, TimeResolved, AlertStringName, AlertStringDescription from AlertView where ResolutionState = '0' AND (Severity = '2' or Severity = '1')
    AND
    MonitoringObjectId IN (select TargetObjectId from RelationshipGenericView
    where SourceObjectDisplayName = 'Group 1')
    in Console i see both warning and critical alerts where as in SQL query output i see only critical alerts.  Could you please correct if I am using wrong query. also please share your suggessions if i am completely wrong on this.
    Kind Regards,
    Bommi
    ~Bommi

    your query looks perfectly fine. Are you sure if the alerts you see in the console are of the 'Resolution State =0' (New). It might be the case where the alert have moved to a fidderent resolution state.
    Also, take a sample warming alert from console, query for the same in DB and check the Severity value. If it is '2'.
    Regards,
    Saravanan

  • Reporting Agent - Alert Views & Alert Details repeating twice

    Hi All,
    I have configured reporting agent settings for a BW Query. The exceptions will be communicated through email. The email has been configured to output Alert Views & Alert Details. However when we recieve the email, the alert views, details as well as the URL is repeating twice. Is there a way to correct this issue. Also URL sometimes is not full, it truncates for some reason. Please advise.
    Thanks a ton.

    Hi,
    Reporting agent is available and can be used in BI 7.0 with running reporting_agent transaction but SAP recommends to use information broadcasting instead reporting agent.
    Note that you can only use the Reporting Agent if you are working with queries and Web templates in the SAP BW 3.x format.As of SAP NetWeaver 7.0, the Reporting Agent functions are covered by Information Broadcasting.
    Regards.

  • Help! can i get a tree view component used in jsp ,urgent!!

    hello all
    can i get a tree view component can be used in jsp ,it gets children data from database only when user expand one node, and it must be able to add nodes or removes node by user,so i can do some post handler in my database.
    regards!

    Where did you get this tree view component?

  • Problems using "Edit Column Widths" feature in List View component

    Hello. I'm using a list view component (Xcelsius 4.5 Professional) to display a simple table of text from Excel. I want to adjust the width of the component colums so that all of them fit on the screen at the same time- regardless of how wide they are in the excel columns. The problem is the columns in excel are of variable length; I have no way to predict how wide they will be. The list view component always defaults to the widest column(s) so it ends up pushing some of the columns to the right and  I then have to use the scroll bar to see them. I thought the "edit column widths" would allow me to force the column widths in the component (potentially truncating some of the columns), but it does not work that way.
    How is the "edit column width" feature supposed to work? What does one enter in the value for each label? Are the units in pixels? When I start entering values I get all kinds of strange behavior...

    This was a great place for me to start
    Thank you
    I took profdant139's suggestions a bit further as my real goal was to have the "Document column" narrower. The goal to be able to see all the other document info that was usually hidden way out to the right
    To achieve my results I right clicked in the upper bar with the column names and chose from the drop down box "comments" column (as suggested). I then dragged it to the far right. This pushed all the other columns over.
    In the end of the day I ended up adding "Size" and "Date modified" columns as well to get my desired results.
    Remember one can move different columns around to be in the order you need by clicking on the column to get it active and then left click and drag it to where you want
    Another great thing is that by default (Using Mavericks) the date modified, opened,created columns have date and time. One can shrink them down to xx/xx/xx format by manually adjusting the column width like one does in Excel - click on column separator up top and drag
    Once all that is done, at least on my box, I closed it out and opened up a new finder window and everything was as I wanted.
    Thank you for the help  from the above helper to get me here

  • Exclude Advisor/Azure Alerts in SCOM Alert View

    I'm analyzing a lot of Servers which of course generates many alerts. Is there any way to exclude them in the SCOM Console Alert View? All my Advisor "Managed" Servers are in a group, but I didnt find any option to exclude the whole group (generating
    the alerts) from the SCOM View. Event not to Exclude from my Subscribtion (generating E-Mails) - what i miss is kind of *NOT* raised by any instance of a specific group.

    You should be able to filter based on the rule - since all Advisor Configuration Alerts are generated by the same 'sync' rule.
    Or you can disable syncing them altogether
    http://blogs.technet.com/b/momteam/archive/2014/07/24/how-to-stop-the-receiving-of-advisor-alerts-in-operations-manager.aspx

  • Exclude Server in Maintenance View from the Alert View?

    Hello,
    I don't know if my eyes are crossing but I would like to create a view excluding the server in maintenance mode. So far I do not see an easy way to do it... except maybe through a grouping process under Authoring!!!
    I would like an alert views with only the active servers. If a server has a previous alert and I pass it in Maintenance Mode it remains in the view I would like to exclude it.
    Any idea?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    I agree with Suresh and Gautam. One addition to this is that you have to ensure that you have procedures in place that requires to put an object into maintenance mode
    BEFORE you do any maintenance. That saves you from a lot of unwanted alerts. What you see quite often is that users will put it in maintenance mode after the first alerts arrive. Teach your users to do it before and also make sure that this
    is added to your RFC procedure and manuals. If you have this step added to runbooks you can reduce the amount of false alerts.
    Hello Ruud
    The training was done. The main issue we are facing is for upgrade/fix etc... the alert requesting the fix or the upgrade is often pending so the idea from Suresh is excellent
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

  • View Component Palette- Error

    Hi,
    I have two questions:
    1- JDeveloper 9.0.3.1 is very slow
    My Pc is PIII-1GHz 256MB Win XP Prof
    2-When I call Menu :"View-Component Palette"
    this error occurs:
    java.lang.NullPointerException
    void oracle.ideimpl.palette.PaletteImpl.populate()
         PaletteImpl.java:240
    void oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated()
    PaletteWindowImpl.java:323
    void oracle.ideimpl.palette.PaletteWindowImpl.show()
    PaletteWindowImpl.java:364
    boolean oracle.ideimpl.palette.PaletteManagerImpl.handleEvent(oracle.ide.IdeAction, oracle.ide.addin.Context)
    PaletteManagerImpl.java:174
    void oracle.ide.IdeAction$1.run()
    IdeAction.java:579
    void java.awt.event.InvocationEvent.dispatch()
    InvocationEvent.java:154
    void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
    EventQueue.java:337
    boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
    EventDispatchThread.java:131
    void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
    EventDispatchThread.java:98
    void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
    EventDispatchThread.java:93
    void java.awt.EventDispatchThread.run()
    EventDispatchThread.java:85
    Thanks

    This error doesn't help much unless you tell us what version of jdeveloper you are using, what is the frequency this error occurs, how do you exactly reproduce the error. More detail will help.
    Thanks,
    Stuart

Maybe you are looking for

  • How to call Subroutines,Standard Text  & using Internal Table in SmartForm

    Hi all, need help in the following areas.Its very urgent! 1.How to CAll Subroutines in Smart Forms 2.How to CAll Standard Text in Smart Forms Situation: We have an Internal Table T_SALES with all the data which am going to display in the smartform,Ho

  • CS5 built-in mobile browser detection?

    Hi all, Just got CS5 after having previously used GoLive for a long time. I'm wondering if DW has an built-in functionality for detecting mobile browsers. I don't need to detect exactly -which- mobile browsers are being used, as the page content is v

  • Industrial machinery inspection

    Hi friends                 I want inspect the Boiler in my plant not in the GR time,at the time of working,and also I want create only one Lot per month,daily inspection details updates  in the same lot.                 kindly share your knowledge

  • Solman 7.1 SR4 SLD config

    Dear Experts, My landscape is ECC6 with out Diagonostic agents installed in any sateites other than Solman 7.1 SR4. In all satelites SAPHOSTAGENT is installled and working properly.  Kernal Level is 700 in satelites and 720 in Solman. I ran solman_wo

  • Photos clarity in xperia z1

    I am facing problem with camera, its not taking clear pics. Specificly when zooming photos they become blurred and not crystal clear