Visible/non-visible object with an anchor in a repeating frame

I have one reapeating frame with some fields (horizontal in one line).
The Repeating frame has the vertical elasticity = variable.
In the repeating frame, above of all fields I created one object/rectancle, which is visble and non-vislbe by a trigger. This trigger function correcty.
But the repeating frame doesn't to be variable, when this rectancle is non-visible.
What is the problem ?

Hallo Christian
I could solve the problem as follows
Repeating Frame
inside 1st Frame for the visible/invisble trick including a trigger
inside 2nd Frame for the fields
Anchor from 2nd Frame to 1st Frame and another one from 1st Frame to the Repeating Frame
=> all frames and anchors vertical = variable

Similar Messages

  • Weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non clusterable object with jndiName ]

    Hi,
    I am trying to deploy an EJB module have 4-5 EJB's on weblogic 8.1 through JBuilder.
    I am getting following error during deployment.
    Exception:weblogic.management.ApplicationException: prepare failed for Sample.jar
         Module: Sample.jar     Error: Exception preparing module: EJBModule(Sample.jar,status=NEW)
    Unable to deploy EJB: SampleBean from Sample.jar:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non
    clusterable object with jndiName ]
         at weblogic.utils.Debug.assertion(Debug.java:57)
         at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:272)
         at weblogic.ejb20.internal.BaseEJBHome.setup(BaseEJBHome.java:95)
         at weblogic.ejb20.internal.StatelessEJBHome.setup(StatelessEJBHome.java:67)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.prepare(ClientDrivenBeanInfoImpl.java:979)
         at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:983)
         at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1283)
         at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any clue?, what its talking about?
    Thanks
    Naresh

    Hi,
    I am trying to deploy an EJB module have 4-5 EJB's on weblogic 8.1 through JBuilder.
    I am getting following error during deployment.
    Exception:weblogic.management.ApplicationException: prepare failed for Sample.jar
         Module: Sample.jar     Error: Exception preparing module: EJBModule(Sample.jar,status=NEW)
    Unable to deploy EJB: SampleBean from Sample.jar:
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot export non
    clusterable object with jndiName ]
         at weblogic.utils.Debug.assertion(Debug.java:57)
         at weblogic.rmi.extensions.server.ServerHelper.exportObject(ServerHelper.java:272)
         at weblogic.ejb20.internal.BaseEJBHome.setup(BaseEJBHome.java:95)
         at weblogic.ejb20.internal.StatelessEJBHome.setup(StatelessEJBHome.java:67)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.prepare(ClientDrivenBeanInfoImpl.java:979)
         at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:983)
         at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1283)
         at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any clue?, what its talking about?
    Thanks
    Naresh

  • Defining non-Component objects with size and location using Swing

    I am attempting to write a program which will be able to manipulate (display, move, resize) objects in a Swing window which are not necessarily components. These "Window"s are defined by a Window interface which defines a Window as any object which has a size and a location (effectively a rectangular area). This would ideally allow me to perform operations such as drawing an arbitrary picture on a Jpanel, for example, wrap that drawing in a rectangular area, and then be able to resize it/move it about as a separate panel. In order to do this I believe I would have to override the paint() method, although I'm not completely sure. If anyone has any suggestions of a proper way to override the method or know a proper way to attack this problem, I would greatly appreciate it.
    Thanks,
    Adrian

    It's hard to say since it's not quite clear what you're doing but:
    1) if these objects are not necessarily components, that's fine, but you're not trying to add them to the basic GUI framework, are you? If you want to do something like this, then probably the best thing is to have a particular component that knows how to handle these objects, and then have a clean separation between components and non-components at that level. So this component would maintain and display a collection of those non-component objects, but no other component would be expected to know anything about them, and the non-component objects wouldn't know about any components at all.
    2) it might be helpful to give all the non-component objects a method that looks like this:
    void drawSelf(Graphics g);and that this method would tell the object to draw itself on that Graphics object. The object might also have an "offset" value, essentially an x,y position, and it would draw itself relative to that position.

  • Columns with same height in a repeating frame

    Hi!, In Report Builder I have a report with a repeating frame with three fields. Each field is a colum in frame. First field always have two lines and second and third only have one line. I want second and third fields have the same height as first, I want they expand but I don't Know How i Can do this. Any idea?

    Hallo Christian
    I could solve the problem as follows
    Repeating Frame
    inside 1st Frame for the visible/invisble trick including a trigger
    inside 2nd Frame for the fields
    Anchor from 2nd Frame to 1st Frame and another one from 1st Frame to the Repeating Frame
    => all frames and anchors vertical = variable

  • Column Dynamic Table ( non ALV) visible - non visible

    Hello
    Using the dynmic table creation and I want to set some columns to invisible per default per
              ls_column->set_visible( 01 ).
    But I want that the user can make this column visible, if necessary.
    In ALV a user can use the standard personalization function to set the invisible columns to visible.
    How can I do this with a normal table ?
         lo_table TYPE REF TO cl_wd_table,
    Thanks and regards,
    Carola

    Hi,
    You should bind your visibility property to your context, then you will be able to provide a personalization view to your user.
    Regards,
    Joseph BERTHE

  • Tutorial on using a non-database object with ADF?

    I'm just starting with ADF and could use some advice. I'm making my way through the first ADF 11g tutorial ("Developing Rich Web Applications with Oracle ADF") and just want to make sure I'm headed in the right direction.
    While the tutorial is an excellent step-by-step explanation of how to bind database information to forms, I'm trying to figure out how to create an ADF web page that gets its fields created from an object (e.g. Java POJO). Is there a tutorial on this (Java object vs database object form creation)?
    Thanks

    Hi,
    See if the below link helps:
    http://technology.amis.nl/blog/3802/adf-11g-model-driven-display-properties-in-pojo-based-data-controls
    Sireesha

  • A bug or feature - fail to control objects under repeating frame

    Oracle Reports Help said:
    "Objects below an object with Page Break Before set to Yes may not move to the next page. If an object is set to print on a page but is moved to the next page because of Page Break Before, other objects may be placed in the space where the object was originally set to print, if there is sufficient room."
    My objects of b_label and b_field, which are designed to be UNDER the repeating frame R_G_xxxxxxxx, are randomly displayed either UNDER or INSIDE the repeating frame.
    My repeating frame has properties:
    R_G_xxxxxxxx
    page break before      No
    page break after     No
    page protect      Yes
    I was advised that "It can be a trial-and-error to get this to work properly.
    What often works is to put the repeating frame and b_label and b_field inside one group frame.
    Or put a group frame (whole page width) around b_label and b_field."
    I have tried very hard only to fail to get the expected results.
    Anybody has any suggestion?
    Just curious - I am using Reports Builder 10.1.2.0.2 and we are going to 11G. Reports Builder 11G will fix this bug or so-called "feature"?
    Millions of thank for any help!!!
    mz

    You might try something like this:
    1. Put b_label and b_field inside a page width-sized frame as suggested. This will force both b_label and b_field to be "pushed down" (or "pulled up") by the same amount as the content above expands (or shrinks).
    2. Set the "Base Printing On" property of the new frame to "Anchoring Object". This assumes that the frame is implicitly (or explicitly) "anchored" to the repeating frame above.
    3. Set the "Print Object On" property of the new frame to "Last Page". Together with 2, this should make the new frame print after the repeating frame.
    Hope this helps.

  • Key focus is not visible for all objects when tabbing

    I'm using LabView 5.1.
    The key focus is not visible for all objects when tabbing through a "disabled and grayed-out" object.
    For example, let's say I create a panel with 3 buttons. If I create a "disabled" attribute for button 2 and assign the value "2" (disabled and grayed-out) to it. When I will run this VI, the key navigation will go through button 1 and button 3 (skipping button 2 as expected) but the key focus on button 3 will not be visible.
    Is this a bug with LabView or am I doing something wrong ?

    Hi Ben,
    Don't worry, time is not an issue... I'm posting an example of a VI with the problem I described. I noticed that the problem occurs only with "dialog buttons".
    When you have time, let me know if you see the same behavior. If you do, I will report the problem to National Instrument.
    Thanks for your time !
    BigBen
    Attachments:
    3buttons.vi ‏22 KB

  • Help!  Pdf losing all non-visible layers

    Pdf losing all non-visible layers when saving for first time in Illustrator 2014 (Creative Cloud). The next time I try to open the document it was flat and the only remaining information was (from the visible layers) was locked into a clipping mask. It is like the document was overwrited with a print(flat) pdf. The document also suddenly became 11 pages long (with 10 empty pages).
    Anyone knows how/if I can get the information back?

    But the editing capabilities box was checked so that probebly wasn't the thing.
    Yes I have definitly learned that by now...

  • How to make non-visibl​e Control on Front Panel Appear at Design Time?

    I have some Controls on the Front Panel whose visibility is changed (turned on or off) at Run Time. The problem is that if I stop the Run time, the Visibility of the Control remains in the runtime state in Design mode. So I may not be able to see or find the Control to make changes in Deisgn mode.
    How can I make all Controls on the Front Panel visible, or find and make visible a Control on the Front Panel whose Visibility has been made False?
    THANKS.
    Solved!
    Go to Solution.

    This is documented in the LabVIEW Help.
    Displaying Hidden Front Panel Objects
    Complete the following steps to display a hidden front panel control or indicator. You also can hide front panel controls and indicators.
    Find the block diagram terminal for the object. If you have several terminals with the same data type, right-click the terminals and select Visible Items»Label from the shortcut menu. Find the object with the label that matches the hidden front panel object.
    Right-click the terminal and select Show Control from the shortcut menu if the object is a control or Show Indicator if the object is an indicator.
    You also can use the Visible property to display controls and indicators programmatically.
    You also can display all hidden front panel controls and indicators.
    Path: Fundamentals -> Building the Front Panel -> How-To -> Configuring Front Panel Objects -> Displaying Hidden Front Panel Objects.

  • How can we do the validation for non visible records in table control.

    Hi Experts,
      I have a table control which displays list of material details. I have a button to upload the material details from excel file to table control directly. I have to validate all the customers which are exist in the table. But my item (Material) table control displays only 5 rows i.e only 5 entries are visible in module pool screen. The validation is done for 5 records only in PAI event, but i need to do validation for rest of the records too (Which are not visible on items table), if validation fails then needs to display error message.
      How can we do the validation for non visible records in table control.
    Regards,
    Bujji

    Hi,
    try validating material before displaying it in table control...'
    Rgds/Abhhi

  • Project Commitment Cost not visible for Purchase Orders with Item Categry Q

    Hello All
    I have a problem. My project commitment cost is not visible for PO's with Item Category Q. I assume that as the stock can be issued against any WBS elements I might not be able to see the cost against a single WBS element. But the cost should get recorded against the project right? If so where can I see it?
    Request your help with this problem
    Regards
    Renjith

    Hello
    Could you please explain how to maintain that?
    Best Regards
    Renjith

  • How to manage non-SAP objects types with SAP Netweaver ?

    I would like to know how it is possible to integrate into the SAP software configuration managment tools (NWDI CTS, CTS+...) non-SAP objects like shell scripts or SQL requests ?
    These shell scripts are, for example:
    - external host scheduler jobs
    - general scripts for start/stop application
    - parameters needed by application at the os level
    My goal should to store into a DEV SAP system these objects, in order to take benefit of SE80 version management. So, it should be possible to create transport order in SE10 and to transport these non-SAP objects in test and production system.
    Thank in advance for your answers.
    Daniel Ouin

    the standard functionality for this up until 4.72 is to call RFCs/BAPIs through a RFC binding library for the third party software, e.g. the language of your choice is PHP then you use the PHP RFC library found [here|http://saprfc.sourceforge.net/], if you have to connect from a .NET environment you might try to get the SAP .NET connector.
    anton
    PS: RTFM and/or using the search facilities here on SCN would help you a lot with your task.

  • Form is filled on iPad then emailed.  If form is opened with Adobe Reader all text is visible, but if opened with Acrobat XI no text is visible.

    Form filled on ipad.  When opened with Adobe Reader all text is visible, but if opened with Acrobat XI no text is visible- form is blank.   Have been using this system for months with  no problems.

    That suggestion makes sense and likely works, but only if the user is on a machine that will allow them to use Reader. I'm sending this out to a lot of teachers, who are using machines either at school, or are school-issued machines, and they don't have the admin privileges to install software-- even Reader.
    so my problem is, if they are stuck on a machine without Reader, and without the possibility of having Reader... it's just not going to work because Preview can't handle these functions.
    And, since that is not an acceptable answer with what I'm trying to do... I will find another way to create/submit forms. I think there are some online possibilities I will have to make work.
    very, very disappointing and frustrating.
    Kristi

  • Non-visible buttons print in interactive PDF

    How can I prevent non-visible form elements in an interactive PDF from printing? I have a button that is set to invisible in an interactive PDF based on a radio button being selected. However, when the PDF is printed, the invisible button on the screen prints on paper. How can I keep this invisible element from printing? I am in InD CS6.

    This seems to be the thread I'm looking for. I'm building an interactive PDF in InD CS6. The form has lots of "dependancies" or "rules" built into the form, fields which show up depending on how the user fills out previous fields. Is there a way to have ONLY the visible fields print? (All my fields are set to be printable, but I need them to only be printable if they're visible.) The fields are set up currently so that they overlap each other, but only one field within each set of overlapping fields would be visible in the PDF.
    If this isn't possible, it seems like the only way to make this PDF work is to move all fields so that nothing overlaps each other and have everything visible. Too bad that would defeat the whole purpose of my 10 page form which was to simplify/clarify a complex and varied process.
    I appreciate any help on this. Thanks in advance.

Maybe you are looking for

  • New tab button doesn't open up new tabs, help please?

    When trying to click the new tab button that lies beside your last open tab, the button highlights and acts like it's working, then when clicked nothing happens.

  • Printing Difficulties with 11.0.01

    Just downloaded & installed Reader Mac 11.0.01 and keep getting the error messages "The document could not be printed" followed by "There were no pages selected to print" when trying to print a document.  However, the software will not allow me to se

  • Dead SSD?

    Late 2013 rMBP froze < 2 months since delivery. Power down & restart gets flashing ?Folder? icon. Tried DU Verify via wireless Internet boot, Repair grayed-out. Tried Target Disk Mode via Thunderbolt-to-FW800 adapter (but not sure if my venerable Mac

  • Packages error while installing Oracle Management Agent.

    Hi, We have configured the oracle grid on our production server. Now we also want to include all other database on situated on different server. So we are installing oracle management agent software. while installiing this software we encounterd foll

  • PP knowledge and process

    Hello Guru, Can anyone help me explain the functions and how it does work for SAP PP, for more adept knowledge in this module: 1. demand management 2. MRP/MPS/LTP 3. difference of discrete and repetitive manufacturing 4. advantage of SAP PP in specif