Don't Subclass Certain Properties

I have a bunch of buttons that I am using on several forms, but they are on different canvases and at different X & Y positions. How can I get the buttons in my object library to not apply these properties to a subclassed item? I know that I can override the properties, but when I need to reinherit a property, I don't want to have to reposition the objects.
Thanks
MS
null

I also don't want buttons that I already have laid out to inherit the canvas and x & y properties.
How do I get my trigger code to update when I re-apply a smartclass? Code doesn't seem to be inherited. Do I have to create all the code in a pl/sql library, then call that code using the name of a procedure?

Similar Messages

  • Displaying only certain properties in the Properties Pane

    Hi
    The properties pane that is available as a component in the Web Application Designer is quite a useful component. However, there are certain properties that we don't want to make available to the user.
    At the moment I am using the property pane with the following config:
    Property Set Definition : PROP_SET_PREDEFINED
    Properties Source : Web Item Parameters
    Web Item : Analysis
    As mentioned, that works nicely, and shows me an area with 3 columns of properties, namely:
    - Layout
        - Alternate Table Row Styles
    - Cell Specific Settings
        - Exception Visualisation
        - Document icons for data
        - Document icons for metadata
        - Document icons for masterdata
    - Data Specific Settings
        - Display Repeated Texts
        - Scaling Factos Visible
    Now, we don't want to display the "document icons ..." properties, as that doesn't make sense for our users.
    How would I go about not displaying those properties?
    I have played around with the properties pane item, and I can see how to list a single property. For this I set:
    Properties Set Definition = Single Value
    Property Name = ALTERNATE_STYLES
    This works, and I then only see 1 property being displayed. I can get the technical name of the property by using my standard pane with the verbose mode set to ON.
    To display multiple propeties of my choosing, I thought I would be able to use the PROP_SET_MATRIX option. I can select this, then start defining the table. I need to assign the following properties:
    - GROUP_DESC : <Not sure what to put in here>
    - COLUMN : 1 (the number of columns I want)
    The I have a "properties list", where it looks like I can specify which properties are to be include. For this I need to provide:
    - Property Name : ALTERNATE_STYLES
    - Caption : Alternate Table Row Styles
    - Property Parent : < Don't know what to put in here>
    I have tried various values in the Property Parent and the group_desc fields, but still I see nothing and sometimes get rather meaningless errors appearing.
    Surely this shouldn't be a difficult task.?
    The SAP help file (http://help.sap.com/saphelp_nw04s/helpdata/en/43/69b8a62985619ae10000000a1553f6/content.htm) provides the following really useful description of PROPERTY_PARENT:
    You specify the property parent
    Please, is there anyone out there that has done this, and if so, please point me in the right direction.
    Cheers,
    Andrew

    Any Update on the below query

  • Powershell script to export empty AD group and include certain properties

    I need to find all of the empty AD groups in my domain and export a csv file that also includes certain properties. I currently have a working script to export the group names but cannot figure out how to include additional properties (Managed By, Member
    Of, Description, Notes and Location).
    Please help :)

    Hi,
    Use the -Properties parameter of Get-ADGroup:
    http://ss64.com/ps/get-adgroup.html
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Share only certain properties across pages

    Is it possible to share only certain properties of an object across other pages?
    For example, I have a text heading on each my pages. It's in the same place and same color on every page. The actual text differs though on every page (e.g. one page says Home, another says About, etc.). Is it possible to share it the color and location across other pages, but not the actual text value?

    You can "cheat" this by converting one of the text objects to a button symbol. Button symbols allow for different text labels for each instance. I do this all the time. Use this symbol on all your pages, and update the label in the Properties panel.
    One trick though, make sure you ad an identical Over state to the button symbol, otherwise if you preview or export an HTML prototype, the text will disappear if you mouse over it.
    Jim Babbage
    http://www.peachpit.com/store/product.aspx?isbn=0321562879

  • Is there any way that a normal SMS message (i.e. A green message) can be sent through to an iPad? I have linked my iPad to my phone but I don't want certain messages getting through. If I turn my imessenger off, does this mean these won't go to my ipad?

    Is there any way that a normal SMS message (i.e. A green message) can be sent through to an iPad? I have linked my iPad to my phone but I don't want certain messages getting through. If I turn my imessenger off, does this mean these won't go to my ipad?

    SMS is a voice cell service and since the iPad does not have voice cell circuitry, it does not natively support SMS or MMS. There are third-party apps in the iTunes Store that purport to send SMS, but I have no personal experience with any of them.
    If I turn my imessenger off, does this mean these won't go to my ipad?
    If you disable Messages in the Restrictions on the iPad, then it will not be able to send nor receive messages. Or you can change the email address used for Messages on either the iPad or the iPhone. The iPad will then only receive messages sent via that address.
    For more information, see:
    http://support.apple.com/kb/HT3529
    Regards.

  • Certain properties arent beiing set (JDK-Version difference 1.2.1 & 1.3.1)

    Hello alltogether
    I'm extending a software which was once written on the JDK 1.2.1. For my extenstions i choosed to used the JDK 1.3.1. Now that i m done with my part, i remarked that the existing part of the webapplication doesnt run correctly on a server with JDK 1.3.1, and my extensions doesnt run on a server with JDK 1.2.1.
    So what i m gonna do is, i have to make the existing system runnable on JDK 1.3.1, so that the whole system can be run on the server with JDK 1.3.1.
    The problem i have with the existing version, is that the properties arent beeing set.
    An example:
    The request string is:172.16.1.38:8080/SupportSystem/issuelist.jsp?ident=3&command=closed
    issuelist.jsp has uses the bean IssueBean and sets all its properties:
    <jsp:useBean id="issueBean" scope="request" class="ch.msw.support.beans.IssueBean" />
    <jsp:setProperty name="issueBean" property="*" />
    IssueBean's property-setter method for the look like the follows:
    public void setIdent(String newValue) {
      if(newValue != null) {
        try {
          id=Integer.parseInt(newValue);
        } catch (Exception e) {}
    }the command-property and the properties which are part of my enhancements are always beiing set. But the strange thing is that i cant find a difference between the functioning ones and the ones who fail
    My supposition is that the 2 JDK - versions (1.2.1 / 1.3.1) implement different JSP-specifications which are featuring a difference with the property-setter-calling.
    I cant figure how i could solve the problem...
    maybe you can :-)
    Thanks in advance!!!

    What you have should work so I don't have a quick fix, only suggestions on how to track down the problem.
    Presumably you must have recompiled IssueBean to add the new properties, so the java version is irrelevant. Ident is just as much a 1.3.1 property as is command.
    Is the getIdent() method defined correctly? It must be "public String getIdent()" If, say, you are returning an int then the getter/setter pair may not be recognized by jsp:setProperty.
    Try temporarily adding a System.out.println statement to setIdent so you know when it is called. Retest. If it is not called, add an explicit call to your JSP.
    Add code to your JSP to print out all parameters. This will show whether ident is being passed through.
    Good luck.

  • XMLForms - Sorting after certain properties...

    I'd like to offer a possibility to the user for sorting XML content which is shown within a certain layout set. What I use is XMLForms for building up Content and now I need several column names as links which sort all of the different content files after a certain property...
    What has to be done...?
    Thanks in advance,
    Claudio Schmidt
    Message was edited by: Claudio Schmidt

    Hi,
    but aren't "modified" and "created" the only values I am able to set for the field "Property for Sorting"?
    And how can I provide different links within the column headers of the collection renderer for giving the possibility of sorting to the reader?
    May I have any more information regarding this?!?
    Thanks,
    Claudio.
    Message was edited by: Claudio Schmidt

  • A script to open files in a directory that have certain properties

    I need a script to open all JPG files in a directory and it's subfolders that have a height greater than the width and then run a specific photoshop action for each (inlcuding a save for web within the same directory). Not sure if it's best to record that into the action as it will probably always try to save in the same directory. Probably need something similar to the batch options available in Photoshop that override this...
    Any help is much appreciated.

    I think I found what I'm looking for in ImageReady although I'm not sure how to set it to batch. I don't see the batch command in the File menu like Photoshop...

  • How to create a text Component With Certain Properties

    I need to create a text component with the following properties:
    Has Capability to be italic, right/left aligned, have different background / foreground colors, and most importantly, the ability to have a fixed width and a height that is set by the amount of text in it (ie line wrapping expands the field vertically).
    It should be a simple exercise, but I cannot seem to figure out how to do it.

    Here is the correct syntax :
    private static JEditorPane constructPane(String text, int normWidth, int normHeight, boolean rightAlign, boolean italic,boolean isWhite) {
              JEditorPane pane = new JEditorPane();
              pane.setEditable(false);
              pane.setContentType("text/html");
              pane.setText(
                   "<html><head></head><body>"
                   + (italic?"<i>":"")
                   + "<table><COLGROUP><COL width=\""+normWidth+"\"><THREAD><tr><td valign=\"top\" align="+(rightAlign?"\"right\"":"\"left\"")+">"
                   + text+"</td></tr></table>"
                   + (italic?"</i>":"")
                   + "</body></html>");
              pane.setSize(normWidth,normHeight);
              if(isWhite)
                   pane.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createMatteBorder(1,0,1,0,Color.WHITE),BorderFactory.createEmptyBorder(0,1,0,1)));
                   pane.setForeground(Color.WHITE);
              else {
                   pane.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createMatteBorder(1,0,1,0,Color.BLACK),BorderFactory.createEmptyBorder(0,1,0,1)));
                   pane.setForeground(Color.BLACK);
              return pane;
         }

  • Reader for Android SOM Doc Object missing certain properties and methods

    I have found, much to my chagrin, that although Adobe Reader for Android pretends to allow the filling of forms, the Scripting Object Model is missing essential pieces that have been present in the desktop version for many years.  Among these are the Doc object's numFields property and getNthFieldName() method.  I find this rather odd since the Doc object's getField() method is fully present and functional.
    Basically, I am now finding that time-tested, reasonably simple, forms that worked perfectly on the desktop are broken.
    If the Adobe Reader for Android can't provide forms functionality (including basic scripting) that is comparable to the desktop, it shouldn't pretend to allow this at all.
    Isn't one of the goals of Adobe Reader to provide a consistent user experience across platforms?
    Who would have expected that in the Android product you could get a field by name but not enumerate fields?  Guesswork should not come into play here.
    Question:
    Is there at least some sort of proper documentation for the limited subset of SOM supported by Reader for Android?

    Update: I've been able to make progress with the first route mentioned above: adding the mobilecomponents.swc and the mobile.swc theme to my web project
    Turns out that Flash Builder had led me wrong in this regard. Adding the mobile SWCs to your Library project with the "merged into code" setting results in the compiler warning:
    The swc '/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/frameworks/themes/Mobile/mobile.swc' has style defaults and is in the library-path, which means dependencies will be linked in without the styles.  This can cause applications, which use the output swc, to have missing skins.  The swc should be put in the external-library-path.
    Seeing this the first time, I changed my linkage type to "External" and the warning went away. Then in my web project, I also added the mobile SWCs and set the linkage type to "merged into code" there. Flash Builder seemed happy with that approach, but upon running my application I got bizarre runtime errors (as mentioned above).
    Turns out that my first attempt was the correct way. Set the linkage type on the library project to "merged into code" and then don't re-link from your web project. Flash Builder will warn you about it but ignore the warning. Things seem to work pretty well for the most part now! I have an issue or two to look into (ex. List component doens't scroll) but things look pretty promising overall!

  • My safari don't open certain pages

    Hello, I have a strange problem. I like to read newspaper in bangla language for example www.ittefaq.com.bd . My safari in the iPhone can easily open sites with bangla font but the safari in mac freezes with the rainbow circle every time i try to open any webpages with bangla font. I tried to install two bangla fonts still it's not working. Funny thing, even the google chrome doesn't open any bangla font in my mac.
    Please help me!

    BDBoy wrote:
    Safari suppose to show it properly
    No, OS X does NOT support Bangla out of the box.  You must install a font.  Did you try this one?
    http://www.ekushey.org/?page/osx
    Did you try FireFox?

  • IOS5 safari don't support certain websites

    I have a serious problem on safari after 'downgrading' to ios5 on my iPhone4 and iPad2. I can't log in my trading website that can stream live stock prices. This is a given in iOs4 and I am extremely disappointed and frustrated.
    In addition the personal hotspot seems very slow to activate. Worst there is no revert back and we can only wait for new updates. Now I regretted to readily flashing to ios5 for both devices before double checking its stability issues.

    Thanks for the reply. I still think it doesn't sound right that 3rd party developers have to keep up with every os update, especially it is a basic and reasonable expectation that all updated os is an "enhancement" of the previous os and  should be backwards compatible? I strongly feel this issue should be taken up by apple software developers, since u also coined it as a "problem" created with the new os update. :)

  • Agent MSI properties don't match what's in manual.

    On page 69 of the ZfD401 manual it states that you can add MSI properties
    to the App object that you make to instal the ZfD401 agent on workstations.
    Some of these properties are ADDLOCAL, EDITABLE_MT_ADDRESS, and so on. The
    problem is, when I go into C1 to add MSI properties to this object, I don't
    see the same options. How can I possibly set this thing up to roll-out
    without user intervention if I can't set these properties?
    I'm running ZfD401 IR7.

    Thank you. The book didn't seem to make that apparent.
    > They are SecureCustomProperties properties, so they
    > don't populate the Properties table by default.
    > You add them, by typing them yourself:
    > C1 -> MSI -> Properties -> Add...
    > -> Value Name: Type the custom Property here,
    > you can just mark whatever value that shows
    > and press Delete and then type the custom
    > Property. The value you deleted will not really be
    > deleted, you will find it under the drop-down list again.
    > You can not delete Properties in the MSI from C1, only add.
    >
    > Regards
    > Rolf Lidvall
    > Swedish Radio (Ltd)
    >
    >

  • Default Java properties

    Does anyone know how to set a default property, without specifying it on the command line. ie if you use the command line the command is:
    java -Dthis.property=somevalue MyProg.class
    I want to be able to do that without specifying it on the command line. ie this command:
    java MyProg.class
    automatically picks up some default properties.
    I know you can do this with swing properties by defining a file called swing.properties in the lib directory of the jre. Can this be done with normal system properties?

    Thanks for your reply.
    I am looking for a more general purpose use. As in I
    am using a program that I did not write. In Windows
    NT I can choose to set up a service to start this app
    or use a script file that includes a call to "java
    .... file.class" to start the application. In the
    command script I have it set up to set a certain
    property that the application needs. In order to run
    this script, someone has to log on and run it manually
    or have it in their start up folder. If I allow the
    app to start up as a service, no one has to log on,
    the machine just needs to be powered up for the app to
    run. The problem is, the property I need set is not
    there.
    So to sum it up ALL of the following are true.
    1. You need a command line property.
    2. You are using a script to run the jvm (and java application.)
    3. That script is set up to run as a service.
    4. Lastly it "just doesn't work."
    Given the above it means that this has nothing to do with java.
    You are probably running the service with the 'default' user. That generally isn't a good idea, mainly because it is rather hard to tell exactly what that user can access, and in particular because it means things that normally are set up are not set up.
    So the first step is to set up a user to run that service. Then change the service so it starts up with that user.
    The second step is to log on as that user (the user should not be a normal user.) And then run the application using the script. Modify the environment and the script until the application works as you want.
    Finally, log off, restart the box and see if the service starts. If it doesn't then the most likely reason is because you made an assumption about the environment of the user that just wasn't true. The most common problem is where the service starts up (the 'current working directory'.) That can be most easily fixed by hard coding all paths or determining where the real current working directory is for that service (probably 'windows/system') and modifying the environment again so it works there.

  • Real-time control of properties

    I'm poking around for a way to manually control a property of a layer in real-time, like you might do with pitch, playback speed, and volume on a MIDI controller.  Ideally, I'd like for AfterEffects to capture the changes as keyframes, or something like that.  I'd love to be able to drag a scrubber, or draw on a canvas with a stylus, and have AE translate those real-time movements into changes in clip properties.
    I don't have a lot of experience with expressions, but I know how to write code.  I think, with some research, I can get this to happen by using the Write-On effect, drawing on a canvas with the stylus, and then linking various properties to the X and Y coordinates of the brush.  This is a decent partial solution -- at least I could capture organic movement and apply it to these properties, so I wasn't so hung up working with curves and Eases and quirky intermediate keyframes.
    But it would be awesome if there was a plugin... or some precedent technique or expression... that would let me preview the clip in real time at a low resolution, and then use the stylus or mouse to capture movement as I watched.  It would be a great tool for syncing certain properties to a soundtrack, creating complex and organic animations, stuff like that.  I'd love to be able to do this with the TimeWarp property, and preview it as I went along.
    "Changing properties" and "Controlling behavior" plus "Real-time" didn't come up with anything relevant, either here or in Google.  Anyone have any leads as to how this type of thing might be achieved?

    As Mylenium says, Motion Sketch is one way. There are also some specific features that have this kind of thing built in, like sketching with the Puppet tools and recording paint strokes.

Maybe you are looking for

  • How do I select more than one photo for a contact sheet

    I am trying to print more than one photo per contact sheet (to save photo paper!) Iphoto help says to select the photos you want on the contact sheet and also to select how many photos you want on the "options" button on the contact sheet style selec

  • JBO 29114 ADF context is not set up to process messages

    Hi, I have created a Rest web service and hosted it on my own IP address.. I am trying to create a mobile application using the URL data control for the rest service created. I get the below error when I do so: *"JBO 29114 ADF context is not set to p

  • GPO Disable user change IP Address

    I have Windows 2008 SP2 Domain controller, all my users have joined domain, and put all them have admin local right, so they can change IP address. I want my user have admin local right, but cannot change IP address. How can i create GPO and apply on

  • OPEN ORDER documents need to be closed.

    Hi All, I need to calulate the Open PO documents. The Open PO document older than 6 months needs to be treated as open and if the PO is satisfy the below requirement then it will consider as close.        Deletion indicator set   or         GR Delive

  • Material Type for an import - export company

    Hi all, i have this business scenario: an import-export company in Italy that does only service of import and export of goods  without purchase and sales of materials. These materials enter in company's storage locations (but they're not of company's