Creating a Generic Window

If anyone is familiar with the Oracle Applications Suite you would have come across a feature in the help menu
called 'Record History'. This menu item opens a small window that shows information about the record you are
viewing. Question is how did they do it. I can't find a common window/canvas/item in all the appliction forms
that is used. So this appears to be some kind of generic built-in. The window behaves very much like a
combination of an alert and an editor. Specifically, the window can take a title 'About this Record', plus it is resizable
the text item resizes with the window. It also contains an OK button that dismisses the window. Apps will not allow
customization of the functionality nor give us any indication of how to implement this feature. So, has anyone seen
or developed something like this. Remember is can't be part of the form directly, but some bolt-on widget that gets
the job done?

Hi,
Bind your popup in managed bean like below.
<af:popup id="p6" contentDelivery="immediate"
            binding="#{EditDetails.infoAfterOverride}">
    <af:dialog id="d5" type="ok" closeIconVisible="false">
      <af:outputText value="outputText1" id="ot50"
                     inlineStyle="font-weight:bold;"
                     binding="#{EditDetails.reqOverrideMsg}"/>
    </af:dialog>
  </af:popup>
public String commandButtonTest(){
            reqOverrideMsg.setValue("The Document had been Posted");
            AdfFacesContext.getCurrentInstance().addPartialTarget(infoAfterOverride)
            RichPopup.PopupHints hints = new RichPopup.PopupHints();
            infoAfterOverride.show(hints);
Return null;
}~Abhijit
Edited by: Abhijit Dutta on Sep 8, 2011 5:59 PM

Similar Messages

  • Apple creates Drivers but WINDOWS won't recognize them and doesn't let me install W7

    Hi dear Mac users,
    Boot Camp Assistant creates my drivers for me and I can place them either in a CD or a USB Disk.
    I start W7 installation and it ask me for MAC drivers, even thought I browse drivers location W7 won't recognize them.
    So i checked, most of the drivers are .exe, but W7 asks for the drivers long before the installation.
    (I have W7 Home Premium)
    So either I'm really really dumb or there's something wrong,
    Thx for your help,
    Alessandro

    Is it asking for Mac Boot Camp drivers OR  is it a generic Windows error asking for CD/DVD drivers?
    If it's asking for CD/DVD drivers then it seems there is an issue with burning a W7 .iso, etc, images onto a disk on the Mac side. The W7 installer has the basic drivers already for everything so it can start up on any machine, for some reason that part of the iso gets buggered up when burning a disk. (or maybe gets corrupted when downloaded?). It seems to work best at x1 or x2 speeds and you may have to try other brands of disks. If you know anyone with a Windows machine you can try that.
    Do a search for burning Windows 7 iso or something like that as there are quite a few post's about it.

  • Problems loading generic Windows sound driver/Envy 14t-1000

    Info: HP Envy 14t-1000 CTO, Windows 7 (updated to latest SP).
    So, I recently tried updating my video drivers and unfortunately it messed with my audio settings (normally I'd do a system restore, but for whatever reason I forgot to create a restore point before updating...). At this point, I suspect that I accidentally re-installed the IDT High Definition Audio Codec, which leads me to my issue - I've been trying to uninstall Beats audio (and the IDT codec)  and use the generic audio driver that comes with Windows, and have followed the instructions listed here:
    http://h30434.www3.hp.com/t5/Notebook-PC-Sound-and-Audio/REMOVE-BEATS-AUDIO-LOAD-GENERIC-SOUND-DRIVE...
    However, no matter what directions I follow, after rebooting, the IDT codec reinstalls (that is, even after unchecking IDT Audio from the list of start-up programs and uninstalling the codec in device manager) instead of the generic Windows sound driver and IDT Audio is back in the list of start-up programs; the result is that I'm still getting the same rubbish sound. Is there a solution to this? I'm assuming that there is in fact a generic audio driver that I can revert to?
    Many thanks.

    Hi @frran ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP ENVY 14t-1000 CTO Notebook and having issues with the sound. Here is a link to the HP Support Assistant. Just download and run the application and it will help with uninstalling any software and drivers on your system that were originally installed.
    Here is a document that has troubleshooting for the sound. There could be an update for the BIOS. That might be needed.
    You could try this fix as it has helped with the Beats Audio.
    1. Right click the Speaker icon in the bottom right corner by your time.
    2. Click Playback Devices.
    3. Click Speakers.
    4. Click properties.
    5. Click the advanced tab on the Properties window.
    6. Change the Default Format drop-down to the highest quality.
    7. Apply the properties.
    8. Click OK to close the properties window.
    Hope this helps. 
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • XML Load failure, one device only: Generic Windows Mobile phone(landscape)

    import mx.utils.Delegate;
    var loadSuccXml:XML = new XML();
    function onXmlLoaded(success:Boolean) {
    trace(System.capabilities.localFileReadDisable);
    if (success) {
    trace("yes");
    } else {
    trace"no");
    function init() {
    loadSuccXml.ignoreWhite = true;
    loadSuccXml.onLoad = Delegate.create(this, onXmlLoaded);
    loadSuccXml.load("main.xml");
    init();
    *************Result**********************
    Generic Phone: True, Yes
    Nokia N70: True, Yes
    Nokia 3230: True, Yes
    Generic Windows Mobile Phone(portrait): True, Yes
    Generic Windows Mobile Phone(landscape): True, No
    Warning: "The URL Request (file://C:/Documents and
    Settings/Jay/Desktop/xml_page/main.xml) was ignored because it is
    not associated with a key/mouse event."
    ***tried the following
    Reloaded FL 2.1
    Reloaded all Device Profiles, including #5 (most recent)
    Published as FL2.0 and FL 2.1
    absolute path(ie.. file:///path/main.xml)
    I actually tried about 6 more Symbian devices, no problem
    1. Why would it fail on the landscape Generic Windows Mobile,
    but not the portrait?
    2. Where is the config for the Generic Windows Mobile device?

    FIXED:
    The XML file(s) I had for:
    Generic_21_WindowsMobile_Phone_landscape.xml
    Generic_21_WindowsMobile_Phone_portrait.xml
    --were dated 10/13/2006, replaced with newer version,
    11/15/2006 and problem is solved. I don't know the differences btwn
    the newer and older.
    These files reside in:
    C:\Program Files\Macromedia\Flash
    8\en\Configuration\Mobile\Devices
    NOT in:
    C:\Documents and Settings\user\Local Settings\Application
    Data\Macromedia\Flash 8\en\Configuration\Mobile\Devices

  • Error while creating a task for creating an generic task  /app/dac/CustomSQ

    Hi ,
    I have created a sql file in DAC server /app/dac/CustomSQLs/ ,just to fire an update sql in database
    In DAC task tab i have created a task with the following:
    Command for incremental load :/app/dac/CustomSQLs/DBNameBeforeLoad.sql
    Primary source :flatfileconnection
    target source:DBCONNECTION_OLAP
    Execution type:SQL FILE
    Task phase:GENERAL
    I created subject area and assembled ,then created a Execution plan.
    When i try to execute this EP ,it shows the following error in DAC log:
    ANOMALY INFO::: Error while creating a task for creating an generic task /app/dac/CustomSQLs/DBNameBeforeLoad.sql
    MESSAGE:::/app/dac/CustomSQLs/DBNameBeforeLoad.sql - invalide template name!
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLFileTask.doInit(SQLFileTask.java:69)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:194)
    Does my above configuration is correct ..?

    verify the following settings:
    1. mapping of ECC plant and storage location and logical system number with the appropriate availability group code since this links the stock types in EWM to ECC org elements (SPRO -> EWM -> Interfaces -> ERP Integration -> Goods movement)
    2. ensure the availability group configuration is correct (SPRO -> EWM -> GR Process -> Configure availability group for putaway) - check all applicable nodes in this configuration since the availability group code is assigned in the pertinent storage types

  • Need help in creating a 'Generic txt log' monitor

    Hi
    We require some help in creating a 'Generic txt log' monitor.
    In a txt-log a system is writing log-entries of a job.
    When the job is running successfully, the entries is like this:
    First line: CRM VISMA Import - Start of job execution
    Second line: CRM VISMA Import - Job execution finished
    When the job is NOT running successfully, the entries are like:
    First line: CRM VISMA Import - Start of job execution
    Second line <this could be anything>
    So, how to we create a monitor that trigger an alert if
    First line = "CRM VISMA Import - Start of job execution"
    and second line is NOT "CRM VISMA Import - Job execution finished"
    And closing the alert if the entries are once again gets:
    First line: CRM VISMA Import - Start of job execution
    Second line: CRM VISMA Import - Job execution finished
    Thanks in advance
    /Peter

    You may consider using script monitor, below is the coding of script section:
    Assumption: the file is stored in c:\temp\AppLog.txx. You should modify the file path for your own situation
    Dim oAPI, oBag
    dim strComputer, objWMIService, PerfProcess,Perf, PerfPro
    Dim PerfMems,PerfMem,Mem
    Set oAPI=CreateObect("MOM.ScriptAPI")
    Set oBag=oAPI.CreatePropertyBag()
    Set objFileToRead = CreateObject("Scripting.FileSystemObject").OpenTextFile("C:\temp\AppLog.txt",1)
    Dim strLine,PreLine
    Dim jobFail
    JobFail=false
    do while not objFileToRead.AtEndOfStream
     strLine = objFileToRead.ReadLine()
     if PreLine<>"" then
                if strLine<>"CRM VISMA Import - Job execution finished" then
                   JobFail=true
                else
                   JobFail=false
                end if
                PreLine=""
             end if
     if strLine="CRM VISMA Import - Start of job execution" then
        PreLine=strLine
     end if
    loop
    objFileToRead.Close
    Set objFileToRead = Nothing
    If JobFail then
     Call oBag.AddValue("JobFail", "Yes")
    else
     Call oBag.AddValue("JobFail", "NO")
    end if
    Call OAPI.Reten(oBag)
    Roger

  • My firefox won't create a new tab when I click on the tab. It will create a new window. It worked fine till this morning. I've rebooted several time to see if that would make a difference. It doesn't.

    I can only create tabs by clicking on a link in an email or a program or a link in the window I am viewing. It will NOT create a new tab when I click on the tab to create a new tab, nor will it create a new tab when I right click on the tab & click on create a new tab. I'm used to using tabbed browsing all the time & it's driving me nuts. HELP!
    I have not downloaded any new updates on any software or downloaded any new software in the hours before this started happening.
    Just to clarify about my original question. I meant to say that firefox will create a new window when I right click & click on create a new window but will not create a new tab when I click on create a new tab. I think what I wrote may have been somewhat confusing.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Open Link in New Window creates an invisible window (visible after restarting).

    When I use the right mouse button menu to Open Link in New Window from a web page it creates an invisible window. That is, I cannot see the window but it is listed in the Firefox Window menu. This newly opened window cannot be selected either by mouse or from the Window menu. However, if I quit and restart Firefox the new window appears as 0 pixels wide (i.e., a 1 pixel wide vertical line) and I can select it (by mouse or Window menu) and zoom it from the Window menu. After zooming I can operate on the window normally.

    Get Firebug and inspect the element. You'll see that it actually is this:
    onclick="javascript:saw.runThis
    URL('saw.dll?PortalProperties&_scid=To2OnvCVXpY&PortalPath=/shared/paint/_portal/PoC\x2520FINS&Done=ManagePortals\x2526Done\x253dAdmin');return false" href="javascript:void(null)" FF doesn't even give you the "Open..." options and all IE versions as of 7 show them but actually don't do anything when you invoke them.
    Edited by: Christian Berg on Sep 9, 2009 10:36 AM

  • When i create a new window, firefox Yanks me back to where i was and i dont want to be yanked back.

    i duplicate current pages by create new windows on a very frequent basis;
    to do this, i go to the top of the page that i want to duplicate and right-click and click on Open Link in New Window;
    I specifically want to duplicate the page i am on in another Window, not a new tab;
    Because
    Duplicating the current page to Open Link in New Tab, gives tabs on the top of my screen;
    Duplicating the current page to Open Link in New Window, gives 'tabs' on the bottom of my screen;
    I want 'tabs' to show on the bottom of my screen and to do that i have to Open Link in New Window;
    My question and What is happening, is that firefox is yanking me back to the page that i have just duplicated by right-clicking at the top of the page and clicking on Open Link in New Window;
    When i create the new Window, firefox yanks me back to the page that i just duplicated and i dont want to be yanked back to that page;
    I want to stay on the page that i just duplicated.
    I have tried changing the way tabs work in Options but nothing checked or unchecked results in the specific way i want to have new Windows open and STAY on that newly created Window and not be YANKED back to the window i duplicated.

    The original window did not have a Flash object, but does the window that hides itself contain a Flash object? That is the usual pattern for this bug in the plugin's protected mode feature.
    If you have not already tried disabling it, the following pages/posts provide different ways to do that:
    * Adobe support article under the heading "Last Resort": [http://forums.adobe.com/message/4468493#TemporaryWorkaround Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]
    * Manual steps: https://support.mozilla.org/questions/968190?page=5#answer-509209
    * Batch file to automate the manual steps: https://support.mozilla.org/questions/982093#answer-518078
    Flash needs to completely unload from memory (restarting Firefox might help) before this would take effect.
    More history: [https://support.mozilla.org/questions/955659 Opening New Windows and Shockwave Flash]

  • I upgraded to OS Yosemite on my MacBook Air...and I cannot upgrade the Adobe Flash download that Adobe keeps asking me to download. I get the screen and when I click on the icon it just creates a new window but not download. Thoughts?

    I upgraded to OS Yosemite on my MacBook Air...and I cannot upgrade the Adobe Flash download that Adobe keeps asking me to download. I get the screen and when I click on the icon it just creates a new window but not download. Thoughts?

    I just tried the link and it is just fine. If the GateKeeper pops up then open Security & Privacy preferences, click on the General tab, set the last radio button to Anywhere.

  • How to create pop-up window to search for items

    Hi,
    I want to create a pop-up window were the user will be able to search for an item and select it.
    How can I use a pop-up window in a portlet? Is there any api in the pdk for creating pop-up windows?
    Thanks

    Hi,
    Can you let me know why you are trying to use a popup window for searching?
    You can always add a search portlet - Basic,Advanced,Custom
    - which will give you the link to the respective searched items.
    I couldn't get a clear idea of your requirement.
    Thanks.

  • How do you create multiple execution windows for a custom opterator interface

    I am starting to create a custom operator interface for TestStand 3.5 using Labview 8.0.  This is my first exposure to custom operator interfaces (and ActiveX).  The example operator interfaces have only one execution window that changes based on the executions combo box.  My sequence is going to be run with the parallel sequence model (2 test sockets).  So I want my custom operator interface to have 2 execution windows, one for each test socket.  How can I do this?  I created a second execution window but it just mirrors the first execution window. 

    Hi, All:
     With the similar approach, I create a multiple window user interface with CVI. Although it can run, the Execution view doesn't display
    anything while execution. In my user interface, there is an applicaiton manager resident in Parent form, and every child forms has
    itsown Exection view and Manager.
     Referred to the C# sample, in the function rivate void DisplayExecution(Execution execution)
       if (executionForm == null) // execution is not in a form, make a new form
        executionForm = new ExecutionForm(this, this.axApplicationMgr, execution);
        this.mChildFormsKeyedByViewMgr.Add(executionForm.GetViewMgr().GetOcx(), executionForm);
        SetNewChildFormLocation(executionForm);
     I guess the execution form "hook" the exectuion view manager via Add(), so the exectuion view can be updated properly.
    And according to reference manual of teststand, it mentions that "The application sets the ExecutionViewMgr.UserData property to
    attach a handle, reference, or pointer that represents the window." But when I try to utilize this method, I got 2 problems:
    1. How to get a window handle of a CVI panel? As execution view are resident in child panels, so I may need the window handle of
     individual child panels.
    2. Even the window hanlde is gotten, how can I convert it to a VARIANT Type? According to the function panle of
    TSUI_ExecutionViewMgrSetUserData (, NULL, ), the last parameter is a "VARIANT".
    Any comments or instructions for my assumption?
    Thank you for your help.

  • Can i create a home window without using a NIB file

    I hate interface builder, it is a really counter-intuitive piece of junk. Please don't try to convince me otherwise I prefer to do it all in code. Right now i have my whole product running dynamically, creating all the interface objects programmatically as my positioning is all calculated on the fly.
    However I still have one NIB file (MainWindow.NIB) that creates the home window and somehow links to my AppDelegate class, which is the startup class for my app. I see that my main.c routine calls UIApplicationMain() which somehow loads the main nib (hidden magic here), and then eventually my AppDelegate() method which is of calss UIWindow() gets called with an initialize() call followed by applicationDidFinishLaunching() call and off we go.
    Can I create the window dynamically by not using NIBs? Now that we have ipad and iphone to contend with, I would want to create a window that is either 320 x 480 or 768 x 1024 depending on what machine I am on. I would like to get rid of the NIB because I don't understand the wiring stuff and I tried to make a NIB myself but now get a cryptic error message, and anyway the NIB has a fixed size and my app wants to be dynamic now that we have two screen sizes.
    The second part of the question is how do you know what kind of machine you are on? I don't see a Gestalt() routine like in the old mac days so you can tell what machine it is.

    There are always less-informed people who think that a STATIC development tool is somehow more powerful than a flexible dynamic interface computed as one goes. The idea of a static screen form that you control dates back the 80's; modern interfaces are DYNAMIC and interface builder cannot construct those; sure it can perhaps help you lay out things, but if the user turns on certain features then new controls are visible. We have built products with over 500 controls in them and as only perhaps 25 are needed at any one time the software rearranges the screen in the most optimal form at all times. The more advanced the product the more one chafes at a static design tool.

  • When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    Yes, you can do something like that. What you would do is create a button for each image and then hide them. When I do this type of thing I place all of the buttons on a template page and then hide the template.
    You can then use JavaScript to copy the icon from any of the hidden buttons to the main button that you've set up to display the image. For example, suppose you set up 10 buttons named b1, b2, b3, ...b10. The code to copy the icon from one of them to the button used to display the image (b0) would be something like this:
    // Get the icon from the b3 button
    var oIcon = getField("b3").buttonGetIcon();
    // Get  reference to the b0 button
    var f = getField("b0");
    // Set the icon of the b0 button to the icon retrieved from the hidden button
    f.buttonSetIcon(oIcon);
    // Show the b0 button
    f.display = display.visible;
    This code would go in the Mouse Up event of the smaller button.

  • Problem in creating a Generic Extractor on a custom 'Z' table

    This is regarding an earlier question I posted in sdn today. I am trying to create a generic extractor on a custom 'Z' table and iam getting the following message.
    Invalid extract structure template YBW_Z3PVR of DataSource YCNA_3PVAR_RPT
    Message no. R8359
    Diagnosis
    You tried to generate an extract structure with the template structure Z3PVR. This operation failed, because the template structure quantity fields or currency fields, for example, field MENGE refer to a different table.
    Procedure
    Use the template structure to create a view or DDIC structure that does not contain the inadmissable fields.
    Please advise. how do i solve this?

    Hi there,
    Is your Z* table working? It must be add check field for quantity field and currency field.
    Hope this helps.

Maybe you are looking for

  • Error in mru internal routine: ORA-20001: Error in MRU: row= 1

    Hi I have a Multi-Row Report, where you can change the status in on column Example: 7939 Jones (Manager/Clerk/President) .... 8000 SCOTT (Manager/Clerk/President) I used a select list for the 3rd column. If i Try to Update this report i get: Error in

  • Shifting elements in multidementional array

    Hello, I'm working on a boardgame project which uses an int[][] to represent the board. The elements in this array are numbers which represent vehicles. The equal numbers are one vehicle. A vehicle can perform a step left/right, or a step up/down (if

  • Help me please - itunes could not backup iphone because the backup could not be saved on this computer.. tried everything I believe!!

    ive tried everything ive read on here plus search www... still comes up with the error in step 6 of 6 while syncing.. or about a third of the way in if performing a manual backup driving me nuts!!!!!!!!!!!!!!! anyone got other ideas??

  • Choix de structure pour une IHM

    Bonjour, Je m'essaye actuellement au Xcontrol et tente une IHM un peu poussé que mes habituelles. Comme vous pouvez le voir dans mon programme j'utilise les splitters pour passer d'une "fenêtre" `l'autre lorsque l'on appuie sur les graphiques. Ma que

  • Attaching sound to button

    Hello, am entirely new to java .I pick up an interest sometimes last year and had been willing to produce my first set of work on a project but i dont seem to know what to do. I want to attach sound to button 0 - 9 in my project, can anyone help me w