Question of width for the Popup dialogue

JDeveloper 12.1.3.0.0

In one of my pages, I have a pop up with dialogue YesNo

the value to assign to the title of the text a bit long and pop-up dialog box is displayed as a popup of ugly width full screen

Is there a way to change the pop-up / dialog width and display the title online muli?

Thank you

Mohsen

< af:popup id = "w15' autoCancel ="disabled ".

Binding = "#{pageFlowScope.myController.clonePopUp}" >

< af:dialog id = title = "#{webBundle.BW_DO_CLONE_APP"wl1"}" type = "YesNo" "

dialogListener="#{pageFlowScope.myController.cloneDialogPopUp}"/ >

< / af:popup >

I have difficulty the isssue by adding contentWidth in the dialog box and use an outputFormatted for the long message

Binding = "#{pageFlowScope.myController.clonePopUp}" > "

contentHeight = "7".

dialogListener="#{pageFlowScope.myController.cloneDialogPopUp}"/ >

Tags: Java

Similar Questions

  • (Possible cause: incompatibility of width for the word architecture)

    Dear Experts,

    I am facing the error when trying to apply the opatch below.

    Patch number 14703419

    Please go through and advise.

    System Command: /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/bin/java -Doracle.installer.invPtrLoc=/etc/oraInst.loc -Dopatch.retry=10 -Dopatch.delay=30 -classpath "/u01/applmgr/ORACLE/apps/tech_st/10.1.2/oui/jlib/OraInstaller.jar:/u01/applmgr/ORACLE/apps/tech_st/10.1.2/oui/jlib/srvm.jar:/u01/applmgr/ORACLE/apps/tech_st/10.1.2/OPatch/jlib/opatch.jar:/u01/applmgr/ORACLE/apps/tech_st/10.1.2/oui/jlib/xmlparserv2.jar:/u01/applmgr/ORACLE/apps/tech_st/10.1.2/oui/jlib/share.jar" opatch/CheckConflict "/u01/applmgr/ORACLE/apps/tech_st/10.1.2/ Yes' ' / u01/applmgr/ORACLE/apps/tech_st/10.1.2 ' opatch.pl 1.0.0.0.62 14703419 '14703419' /u01/applmgr/ORACLE/apps/tech_st/10.1.2/OPatch/14703419/etc/config/actions /u01/applmgr/ORACLE/apps/tech_st/10.1.2/OPatch/14703419/etc/config/inventory

    Result:

    1. java.lang.UnsatisfiedLinkError: /u01/applmgr/ORACLE/apps/tech_st/10.1.2/oui/lib/linux/liboraInstaller.so: /u01/applmgr/ORACLE/apps/tech_st/10.1.2/oui/lib/linux/liboraInstaller.so: evil class ELF: ELFCLASS32 (Possible cause: incompatibility of width for the word architecture)

    in java.lang.ClassLoader$ NativeLibrary.load (Native Method)

    at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1957)

    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882)

    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1843)

    at java.lang.Runtime.load0(Runtime.java:795)

    at java.lang.System.load(System.java:1061)

    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:372)

    to oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps. < clinit > (OiipuUnixOps.java:119)

    at oracle.sysman.oii.oiio.oiiol.OiiolTextLogger.initializeInstallActionLog(OiiolTextLogger.java:1046)

    at oracle.sysman.oii.oiio.oiiol.OiiolTextLogger.initializeTextLog(OiiolTextLogger.java:923)

    at oracle.sysman.oii.oiio.oiiol.OiiolTextLogger.clearLog(OiiolTextLogger.java:821)

    Concerning

    Mohammed.

    Can you please eloberate and advise me on how to replace the java 64 bit by the 32-bit version of java

    Appreciate your quick response so far.

    Concerning

    Mohammed.

  • Question of width for HorizontalFieldManager nin BB OS 6.0 and 7.0

    Hi all

    I developed a new application for BB OS 5.0, 6.0 and 7.0, which in its homepage has a bar containing different categories of navigation. The navigation bar is designed as:

    public HeaderMenu (String [] categories, HeaderMenuListener listCallback) {}
    Super(NO_HORIZONTAL_SCROLL |) NO_HORIZONTAL_SCROLLBAR | FOCUSABLE);
            
    mCategories = categories;
    mNewsListCallback = listCallback;
    mButtons = new CustomButton [mCategories.length];
    noOfCategories = mCategories.length;
    ND = this;
            
    mCategoryNavigator = new HorizontalFieldManager(FOCUSABLE |) HORIZONTAL_SCROLL |       HORIZONTAL_SCROLLBAR) {}

    public int getPreferredWidth() {}
    If (noOfCategories > 1) {}
    navigatorWidth = Display.getWidth () - mLeftNavigator.getWidth () - mRightNavigator.getWidth ();
    return Display.getWidth () - mLeftNavigator.getWidth () - mRightNavigator.getWidth ();
    }
    else {}
    Return Display.getWidth ();
    }
    };
                
    protected void sublayout (int maxWidth, maxHeight int) {}
    Super.sublayout (maxWidth, maxHeight);
    setExtent (getPreferredWidth (), getPreferredHeight());
    };
                
    };
    loadCategoryView();

    mLeftNavigator = new BitmapField (AppResolutionVariables.mLeftNavigationBtn, NON_FOCUSABLE);
    mRightNavigator = new BitmapField (AppResolutionVariables.mRightNavigationBtn, NON_FOCUSABLE);

    If (noOfCategories > 1)
    {
    Add (mLeftNavigator);
    }
    Add (mCategoryNavigator);
    If (noOfCategories > 1)
    {
    Add (mRightNavigator);
    }
    this.setBackground (BackgroundFactory.createSolidBackground (COLOR_MAROON));
    }
        
    /**
    The method of loading of new categories in a scroll handler.
    */
    private void loadCategoryView() {}
            
    int size = mCategories.length;
            
    Added table of buttons representative of the new categories to the Manager of scrolling.
    for (int i = 0; i)<>
    String categoryName = mCategories [i];
    mButtons [i] = new CustomButton (categoryName, DATA_FONT_BOLD, DATA_FONT_PLAIN,
    COLOR_MAROON, COLOR_WHITE) {}
                    
    public int getPreferredHeight() {}
    Return AppResolutionVariables.mLeftNavigationBtn.getHeight ();
    };
                    
    protected boolean navigationClick (int status, int time) {}
    int index = Arrays.getIndex (mButtons, this);
    If (index > = 0) {}
    mNewsListCallback.notifyHeaderButtonClick (index);
    }
    Returns true;
    }
    };
    mCategoryNavigator.add (mButtons [i]);
    }
    }

    Method takes care of asking left and right navigation buttons and scrollable Manager in the correct position.
    protected void sublayout (int maxWidth, maxHeight int) {}
            
    Super.sublayout (maxWidth, maxHeight);
    setExtent (getPreferredWidth (), getPreferredHeight());
            
    If (noOfCategories > 1) {}
    layoutChild (mLeftNavigator, maxWidth, maxHeight);
    setPositionChild (mLeftNavigator, 0, 0);
    }
            
    layoutChild (mCategoryNavigator, maxWidth, maxHeight);
    If (noOfCategories > 1) {}
    setPositionChild (mCategoryNavigator, mLeftNavigator.getWidth (), 0);
    } else {}
    setPositionChild (mCategoryNavigator, 15, 0);
    }
            
    If (noOfCategories > 1) {}
    layoutChild (mRightNavigator, maxWidth, maxHeight);
    setPositionChild (mRightNavigator, getPreferredWidth() - mRightNavigator.getWidth (), 0);
    }
    }

    The question do face is, when I scroll horizontally to the last button at the side bar, the last button is not visible completely, it becomes hidden by the right navigation button on the far right of HFM. This issue is in OS 6.0 and 7.0, but not in OS 5.0.

    Earlier, I had the problem in OS 5.0 so to fix it, I prevail on HFM getPreferredWidth() scrolling above, to return the width (width width HFM - width of navigation left button - not with the right navigation button scrolling) and it works fine. Can someone please fix the problem. Thanks in advance.

    Sorry just looking quickly here.

    The question which I believe is in your sublayout.  You tell your mCategoryNavigator field is the maximum width.  This isn't.  There only the width rest once the buttons have been added.

    There are two ways you can solve the problem.

    The simple way is just to spend the maximum width in the super.sublayout for mCategoryNavigator and no maxWidth.

    But the best way is to remove this sublayout completely and in your sublayout for the Manager.  In this handler, the layout and position your two buttons, then give the drop-down field which remains as its maximum width.

    Two other comments:

    (a) I would like to forget calling super.layout in your HeaderMenu and make everything in your own sublayout.  It would be a good exercise.  Remember the last thing you do is a setExtent, once you have placed all and so that you know how much space you need.

    (b) If you never call super.layout and then do a setExtent to get the correct size, the alarm should sound.  It's a bit like someone who gives a piece of paper, asking them to draw a picture and then decide that in fact the piece of paper is a different size of paper, that they needed to make the drawing.  You are actually asking someone else to do something and then ignoring what they have done (or at least a part of it).  If you find that you need to do, then look for another way as setExtent substitution causes the sorts of problems you found.

  • Question of replacement for the hard drive MacBook Pro Late 2008

    Hello

    My MBP HD headed to the exit so I'll take the plunge and get a replacement SSD to install it.  Being not too tech savvie I'm trying to cover all the bases before starting the replacement so I think I'm OK to get to the old and a new one outside.

    I read that a clean install of Mac OS X is recommended.  The plan is to install the new SSD and connect the old HD the MBP for a speaker for the migration of files once the SSD has been formatted and installed operating system.  One of my questions is what OS can / should I install in the first place on the new SSD.  I have the Leopard installation disc that came with the MBP, I also have a Snow Leopard install disc I bought (this is the version 10.6.3).  Start with the Snow Leopard disc or do I have to install Leopard first?  I would get the new OS SSD up to version I'm currently on (10.7.5).

    My other question is around RAM.  As part of the upgrade, I plan to replace and max of RAM, I've seen is now 8 GB between the two slots.  I read what the maximum capacity to 8 as part of an update of the firmware.  So the question is: should I do all updates of OS before installing the RAM?  The MBP would difficult treat 8GB if the firmware update is not installed through the different software updates that will be needed once the OS is installed on the SSD?

    Advice/suggestions appreciated.

    See you soon

    J

    Replace the RAM can be done at any time. If you have already downloaded the firmware required, it has already updated your material and will not be lost when you replace the hard drive. However, according to Apple, your computer can manage only a 4 GB. I could be missing something...

    See here: MacBook Pro (15-inch, Late 2008) - technical data sheet

    As far as your OS issue, the best thing to do is get the updated software to match the information that you are migrating back (to make sure no problem with migration). The best way to do it, is to download recovery disk wizard and install it on an extra USB key. This allows you to install Lion without having to install Leopard or Snow Leopard first. This will also use disk utility to format the new SSD correctly.

    DOWNLOAD: OS X Recovery Disk Wizard v1.0

    How to: OS X: on Recovery Disk Wizard - Apple Support

  • column width for the report of inetractive works is not in IE 8

    Hi all


    I have an international registration for which I don't want the columns to the rap and the last column (DESCR) should have a fixed width, so that's what I added in the header of the region:
    <style type="text/css">
       table.apexir_WORKSHEET_DATA td {
          white-space:nowrap;
       }
    </style>
    
    <style type="text/css">
    td[headers="DESCR"] {width:300px !important;max-width:300px; !important}
    #apexir_DESCR {width:10px;max-width:300px !important;max-width:300px; !important}
    </style>
    This works fine on chrome and FF, but IE seems to completely ignore this, even by adding! important did not help

    I found on the internet for IE 8 to obey this width of the must have style table: table-layout: fixed;

    for example:
    <table style=´width: 100%; table-layout: fixed;`>
    However, I'm a little lost on how to do


    KR
    Martin

    Hello

    Did you try adding following to the inline style?

    table.apexir_WORKSHEET_DATA {
     width: 100% !important;
     table-layout: fixed !important;
    }
    

    BTW, you need to add this style inline in the HTML page header. Not to the regions.

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Width for the railways - some paths tool not included?

    I played the tool path amazing but is it seems to work on a path created with brush.  Did I miss something?  The help doc says nothing (that I found) on the types of paths when using the path tool.  Are there other types that do not work?

    GM

    Sorry, Mike, for not being explicit.  I mean width tool.

    Thanks for the clarification, Kurt.

    GM

  • Questions of parameters for the added control - project version

    Hello

    My fellow designer and FINALLY got version control/robosource 3.1 put in place on our Robohelp project. What a difference! Now, I have a few questions about the settings. We all have two connection to the Robohelp file shared on a server database. We would now have our a copy of the project on our local machines or not we keep a case on a shared server/player? I ask because our version control is originally Robohelp at startup and perform updates very, very slowly (20 minutes to start).

    I also, parameters marked to allow a user to check out a file at the same time (we are unwilling do a lot of fusion, as there's only two of us working on over 1,000 topics). When I try and import or create a new file, I get an error that the "* / root.fpj ' is in use and cannot have multiple extractions. What can I do about it?

    Thanks for your help!

    Hi, Mollyid

    Rick and Amebr have made some excellent points. It happens that I've worked on a few demos of Adobe Captivate, illustrating the basic techniques for the getting started with RoboSource Control.

    Each is approximately two to three minutes long.

    It shows how a new project is added to RoboSource Control for the first time:

    http://www.showmethedemo.com/tutorials/RSC-Add1stTime/

    This one shows how Open a project that is already at the source control in your working on your local hard drive folder.

    http://www.showmethedemo.com/tutorials/RSC-OpenProj1stTime/

    I will be tweaking these demos in the coming days, but I think that they lay down the basic ideas.

    Suggestions for improvement are welcome as I refine these demos.

    John

    John Daigle
    Adobe Certified RoboHelp and Captivate instructor
    Evergreen, Colorado
    http://www.showmethedemo.com

  • Wrong width for the imported graphics to frame 9

    Anyone else had problems with Framemaker detecting the wrong width when you import graphics?  For example, when I import a jpg of a button which must be 21 x 21 pixels, Framemaker displays the 24 PX width and height than 21px.  This translates into a broken graph.  If I adjust the dimensions of the chart in FrameMaker for the right size, then print the PDF, the right border of the image is disabled.

    I tried to capture the graph a variety of different ways, and I still feel the same results.  I can import the graphic into Captivate or Word and the sizing is correct.  Any ideas?  Thank you!

    I use FrameMaker version 9.0p237 as part of the Technical Communication Suite 2.

    I just tested this with a sample file dimensions 21 x 21, and you are perfectly right. FM9 live upwards the size (and default dpi resolution) for PNG and GIF files. I also tried BMP and TIF equivalents and they were ok. FM8 does not have this problem, it seems that Adobe has played with filters PNG and GIF a little (maybe to get rid of all the extra colors coming).

    For an import JPG or PNG to a 21 x 21 to 96 DPI, FM9 seems to think it is 24 x 21-110dpi. FM8 is good.

    For a GIF of the same import, FM9 think it's 22 x 21-75dpi. FM8 had right.

    Also, what is strange, is that if the dimensions are both even, for example 20 x 20 to 96 DPI, then FM9 gets it right of JPG, PNG and GIF. However, if the * first * dimension is odd, for example 21 x 20 it he gets hurt again as before, but if the second dimesion is odd, for example 20 x 21, it just gets it. VERY STRANGE!

    This is certainly a BUG.

    I suggest that you should use BMP or TIF for now OR try increasing your 1-pixel icons to make them the same size, for example 22 x 22.

    I also recommend that you do not use JPG for the latter, but the GIF or PNG, because you can produce unwanted artifacts in the JPG because of used lossy compression.

  • Question about replacement for the P100 broadcast Pro motherboard

    I bought a satellite Pro P100 August 1, 2007 in the United Kingdom.
    Thursday, August 21, went to the turning on and nothing.
    I'm in Malta and took the laptop for the dealer to be informed the next day motherboad was interrupted and must be replaced.
    The laptop is only 3 weeks old, how many others have found the motherboard to go so fast?
    Should I trust this laptop or can I request a replacement?
    If the motherboard is replaced, the operating system must be reinstalled and all of the following software?
    We are in the business of yacht charter and need Windows XP Professional installed to be compatible with our navigation and weather software.
    Any comments welcome.
    Sue Clarke

    If the machine is only 3 weeks and then bring/send it to the next service partner available because you still have a warranty on this machine. And why it s going down so fast - we will be able to answer that. The machine you have is very reliable, so maybe just a "Sunday" - machine if you know what I mean.
    In this case, you have a guarantee, and you should use it and require replacement.

    After the replacement of Don t you need to reinstall anything since only a part is exchanged and nothing significant on your system will be changed.

    Welcome and good luck

  • Question of drainage for the 9.2 battery fast IOS

    Since the upgrade to iOS 9.2, my battery has warm fonctionnee and quick drainage.

    It seems a percentage point of emptying every 30 seconds.  I went to the Apple Store and claimed that they have not heard of a problem of 9.2 battery again.  When I was in the store it was at 99% and is down to 62% in 10 minutes - no applications running in the background.  The Director did a diagnosis wireless on my phone and told me that a few applications I had was using battery but nothing substantial.  She mentioned the opersting system Bluetooth app was crashing constantly and it might be the culprit.  Director told me they could replace my phone, but if I did a restore on my current phone, the problem continues because she thought it was a software problem rather than a hardware problem.  I am still having the issue and still waiting for Apple to fix this.  It is clearly a problem with 9.2 as other people began to show the same types of problems.  The phone is also considerably warm to the touch.  I've never had a battery issue before the upgrade and have never had a problem using location services either.

    After reading several other positions for possible corrections.  I did the following and I DON'T encounter the fast draining of the battery more, so problem seems to be solved.  Of course, this isn't an ideal solution, it seems to have solved the problem:

    1. make a backup encrypted in iTunes the phone.  NOTE: If you make one save all your health data (IE: given Apple Watch, exercise, heart rate, etc.), and the passwords are kept.  If you do not check encrypted when you perform a backup, then all of this information is lost.  You'll have to passwords for the tenant in the world (IE: email, apple ID, safari, etc.)

    2 disable find them my iPhone on your phone: settings, iCloud, find my iPhone

    3 Errase all content and settings on your phone: settings, general, reset, erase all content and settings

    4. Once your phone restarts as a new iPhone, by following the steps on your phone by connecting to a wireless network, enter your apple ID and word password, then select restore backup of iTunes.

    5. connect your phone to your computer and start iTunes or it starts automatically when your phone is connected.

    6. in iTunes, select restore backup (your last one must be selected).  If you are prompted, enter the password entered when the encrypted backup.

    7. After some time, depending on the amount of content must be restored, you should have a duplicate of your original phone back.  You will need to enter your Apple ID, reset fingerprints Touch ID and Apple pay credit cards.  Will download all your applications in the background, which, for me, will take some time, as I have less than 1 MB/s out of the country.  All your applications and files would be kept in the restoration.

    As I said, this isn't an ideal solution, but it seems to work for me.  It will take some time to restore all my apps, but as my internet connection and mobile connection is SLOW...

    Hope these steps help anyone who is having this frustrating problem.

    Good luck!

  • Short and simple question - automatic update for the most part

    Hello

    I just inherited three installations of Essentials. Is anyway to get ESXi hosts updated automatically as if it was possible with the Update Manager and the other versions of vSphere?

    See you soon

    AWo

    Because of the limited edition of Essentials functions, I'm afraid you'll have to patch update / hosts interactively. Same Update Manager is perhaps not very useful, because Essentials does not support the vMotion/DRS, and should not be any power on VM on the host to remedy. You will also need to find a workaround for the ESXi host on which vCenter Server runs, except the server instances vCenter for each Kit are run on hosts of the other Kit.

    André

  • Two questions on ASM for the Installation of the grid

    Version of grid Infrastructure: 11.2.0.3

    Platform: Oracle Enterprise Linux 5.6

    Question1.

    Oracle: dba will own our grid software (not network user). What should be the permission set for the LUN (/ dev/sda1,..) before the installation of the grid?

    Question2.

    Currently shared LUNS appear in the form

    / dev/sdb.

    / dev/sdc.

    / dev/sdd

    is a single partition must be created before LUNS to ASM?

    For example, I should choose p (primary partition) below. Right?

    # fdisk/dev/sdb

    Device contains a table of the MS-DOS partitions, valid Sun, SGI, or OSF disklabel

    The construction of a new partitioning BACK with disc 0x8b157fd2 identifier.

    Changes will remain in memory only, until you decide to write them.

    After that, of course, the previous content is not recoverable.

    WARNING: invalid indicator 0 x 0000 partition table 4 will be corrected by w (rite)

    WARNING: The DOS compatible mode is discouraged. It is strongly recommended to

    off mode (command 'c') and change the display units to

    sectors (command 'u').

    Command (m for help): c

    Indicator of compatibility BACK is not defined

    Command (m for help): u

    Change of units of display/entry to the sectors

    Command (m for help): n

    Control action

    extended e

    p primary partition (1 - 4).

    Check step 5 here. You use oracleasm utility that changes the permission.

    Infrastructure of network for a stand-alone server installation

    Ta

    JAG

  • Question pool - draw for the non-random questions

    Hello

    is there a way to draw question 1 of the pool on a slide, draw question 2 on the next slide and so on?

    Thanks in advance,

    Sophie

    Just a wild guess, but could you open this pool in the project that you want to use in and then copy them to the Question Pool screen in the film?

  • Many doubts about your new questionable conditions 'change for the better '.

    I'm an early adopt Revel and a satisfied customer. I improve my account a few months each year, if I did it more than 50 photos I want to back up to Revel. When it remains without downgrading my photos on Revel. Fantastic!

    With the new conditions, I would have to pay for a permanent upgrade as my account triggers the free 2 GB that you offer.

    This is not a change for the better as you say. Not at all.

    As of the first I will keep the rights and conditions that I registered, when I subscribed to the billing department? I expect a clear answer because I think the deletion of my account.

    Change your sound like something... now that I spend a lot of time the upgrade of several GB change you the terms. Not wise at all. and the worst part is that we do not know what you plan for the future...

    The problem is that the decision to penalise early adopters. Not fair at all. Not fair at all. Not fair at all. Adobe is not a reliable company. Not for me. You defend what is indefensible.

  • Simple question about synonyms for the keyword

    I've never used synonyms of the keyword until tonight, and LR4 help isn't much help. It shows you how to add a synonym, but it doesn't tell you how to use a synonym.

    I have a keyword called "railway bridges". I have change the key word to include the synonym RRBridge and then save the new definition of the keyword.

    Then, I expected to be able to enter the synonym RRBridge in the keywords Panel and recognized him and assign the keyword "Railway bridges" in this photo.

    Did not work. Nuh - uh. Created a new RRBridge, distinct and different keyword from the keyword "railway bridges". That is not what I wanted, and is not what I expected.

    So, exactly how do you use synonyms for the keyword?

    They are not really for entering data, as you found, but are applied to the image when you export - see you in the view Will Export in the keywords Panel. They are also available via smart collections and searchable text of the Group Filter tab.

Maybe you are looking for

  • iPad - forgotten password

    I forgot my password on my iPad Air, and it has been disabled. I looked, and it says that I need to erase my iPad to reset the password. Is there another way to reset your password without erasing all data?

  • try to print from my laptop connected wireless

    When I test printing from Firefox on my laptop Firefox crashes if I goto Internet explorer, I am able to print what I am doing wrong

  • Retrieve the document lost pages

    Someone at - it's not a good way to retrieve a Pages document. I was working on a file and everything froze. After trying a lot of things that I finally had to force out Pages. When I opened it the application that the most recent save the file was y

  • HPDM: HPDM replace self signed SSL certificates for server HDPM and master repository

    I am trying to replace the automatically generated self-signed certificates (issued to DM) issued by DM server HDPM and master repository.  I'm NOT arbitration FTPS, HTTPS embedded HPDM or CERT Thin Client Agent server. I already have CERT for the in

  • Frequent and unpredictable BSOD Ideapad S510p Touch 8.1 Windows 64 bit

    Help! My Ideapad S510p has recorded more than 10 BSOD during the last 2 weeks. It's totally random, not because of the mode to 'sleep' and is apparently caused by a failure in the ntoskrnl.exe and usbehci.sys. I tried looking for defective devices an