Use multiple ui pattern together

Hi
I want to use Object List and Property Editor ui patterns together in my CAF application. How can I use these two ui patterns in my one interface.

Hello,
please check out the following tutorial:<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/655b5fda-0c01-0010-32b4-af13ffe4f96e">Property UI pattern</a>
It explains the use of a property editor pattern with an object editor pattern. It doesn't show directly the combination of the object list with the property editor pattern - however it shows the principle and with the help of this principle it should be possible to combine the object list with the property editor UI.
Furthermore you find here another example for the combination of different UI patterns: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/dabdb3ea-0c01-0010-df8f-ffd2755c74c5">Using KM with UI patterns</a> (just ignore the KM part of this tutoral).
Regards,
  Jan

Similar Messages

  • Using multiple xdofx commands together. For eg: substr and instr

    Hi,
    I am working in developing an RTF where a situation is to use xdofx:sustr and xdofx:instr together.
    I tried but its not working properly.
    Is there any special commands to use in such a scenario.
    Thanks,
    Anand

    plz post what are you doing
    works for me
    as example
    <?xdofx:substr(substr(COLOR,5),instr(substr(COLOR,5),’;’)+1)?>for
    <ROWSET>
    <ROW>
    <COLOR>qwe qwe;rty</COLOR>
    </ROW>
    </ROWSET>gives
    rty

  • How do I use multiple classes to access the same object?

    This should be staightforward. I have and object and I have multiple GUIs which operate on the same object. Do all the classes creating the GUIs need to be inner classes of the data class? I hope this question makes sense.
    Thanks,
    Mike

    public final class SingletonClass {
    private static SingletonClass instance;
    private int lastIndex = 10;
    public final static SingletonClass getInstance()
    if (instance == null) instance = new SingletoClass();
    return instance;
    public int getLastIndex() {
    return lastIndex;
    }1) This won't work since one could create a new SingletonClass. You need to add a private constructor. Also, because the constructor is private the class doesn't have to be final.
    2) Your design isn't thread-safe. You need to synchronize the access to the shared variable instance.
    public class SingletonClass {
        private static SingletonClass instance;
        private static Object mutex = new Object( );
        private int lastIndex = 10;
        private SingletonClass() { }
        public static SingletonClass getInstance() {
            synchronized (mutex) {
                if (instance == null) {
                    instance = new SingletonClass();
            return instance;
        public int getLastIndex() {
            return lastIndex;
    }if you are going to create an instance of SingletonClass anyway then I suggest you do it when the class is loaded. This way you don't need synchronization.
    public class SingletonClass {
        private static SingletonClass instance=new SingletonClass();
        private int lastIndex = 10;
        private SingletonClass() { }
        public static SingletonClass getInstance() {
            return instance;
        public int getLastIndex() {
            return lastIndex;
    }If you don't really need an object, then you could just make getLastIndex() and lastIndex static and not use the singleton pattern at all.
    public class SingletonClass {
        private static int lastIndex = 10;
        private SingletonClass() { }
        public static int getLastIndex() {
            return lastIndex;
    }- Marcus

  • Using Multiple Apple TVs to stream iTunes Music

    Hey there All,
    I'm considering using multiple(at least 2) Apple TVs to stream iTunes content around my home. The layout is ranch style and I'd like to put 1 in my Media room where I have my main HT set-up and another in the dining area. Will I be able to have these act like Airport Express units and have same music playing on both, if both are on? I'm considering this as I often entertain and am looking for an inexpensive solution to a Crestron or Sonos system and I'd also like to be able to move 1 Apple TV unit to a different location like the Deck in the Summer & just connect my old boombox with RCA inputs.
    TIA for any assistance or suggestions.

    Hey there BCFind,
    Thanks for your response and good wishes. I've tried a couple of AE stations with limited success(dropping connection--still have them, any thoughts there? I'd appreciate them) and I would like to have the video option, have over 100 DVD rips stored on my iMac CD's external drive that play through iTunes(converted to H.264), a Netflix sub and we love the Jazz stations on iTunes radio. I use my 1st gen iPod Touch and Apple's Remote app with my iMac for music in my bedroom/office but, we'd like to occasionally also eat & watch a movie together as well have the music, get a 2 for 1-- music for entertaining and movies for the family. So, the original question... you're saying 2 ATVs will play the same music if both are on, in the same way that the Airport Express does?
    Your set-up seems sweet. Thanks again.

  • I need help using multiple content types in a wiki page library

    I currently trying to used multiple custom content types based off of the wiki page content type in one wiki page library. 
    EDIT: "Allow management of content types" has been enabled with the designer
    The way i would like this library to work is:
    Click the "Files" tab in the ribbon
    Click the "New Document" drop down menu
    Select one of the content types (Client, Contact, Project)
    SharePoint Will Ask for the Page Name and content type fields
    Click create
    Then it will take you to the new created page.
    This issue I'm currently having is when i click on one of the options (Client, Contact, Project) it will ask for a page name then you have to check it in to get to the edit form. The edit form it then loads is the default content type and not the selected
    content type.
    So my questions are.
    Is there any way i can combine the page name and edit steps together into one step?
    How can I get the edit form to pull from the selected content type?
    Thanks in advanced
    James T.F

    Wiki library isn't really designed for customizations... it's a "special" library that overrides a lot of default behavior... similar evidence can be found if you're trying to add metadata columns to wiki pages... they're just not really designed to handle
    it very well.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Using multiple delta 1010s in logic

    can't use multiple delta 1010s works fine using one when i select multiple on logic comes through very distorted and then slowly dies. any ideas?

    I would say something like:
    "In normal operation, Logic listens to all incoming MIDI ports, and sums the data together, forwards it to the arrange page, and then distributes it to the selected instrument track - hence all controllers which be channelised to control the current instrument (or multiple instruments).
    If you enable "Multiplayer Record" mode, then what happens is that Logic distributes incoming MIDI events to the selected tracks via the MIDI channel.
    So, you can set track 1 to listen to channel 2, track 2 with a different plugin to channel 14 etc - up to 16 channels.
    So in this way, you can play up to 16 independent instruments from up to 16 independent controllers.
    Logic currently has a bottleneck at the summing point, which means you lose the incoming MIDI port info, which is why your controllers need to be sending on different MIDI channels, but in short, set controller 1 to transmit on one channel, set controller two to transmit on a different MIDI channel, have multiplayer record enabled "Auto demix by channel if
    multitrack recording"), and you can then choose which track should respond to which controller by adjusting the track object's MIDI channel.
    The manual explains the procedure in "Recording on Multiple MIDI Tracks" on page 382."
    Now sue me...

  • In Acrobat Professional 8, what is the best way to insert/combine multiple pdf's together in a large

    In Acrobat Professional 8, what is the best way to insert/combine multiple pdf's together in a large volume?
    We have 300 pdf reports and need to insert a 2 page cover page infront of each report. Not sure if Batch processing is best???
    Thanks for any tips.

    Probably each cover page is different too. I would probably just bite the bullet and do each individually. I would create the 2 cover pages in WORD or other word processor and print to cover.pdf. Then open a PDF and Pages>Insert Pages or the cover.pdf to the front of the open PDF and save as to the current PDF. Then repeat 299 times. Each time you would make the appropriate change to the DOC file and print a new cover.pdf file (you might want to turn off open in Acrobat for this processing in the printer properties to save time). Probably a good idea to keep a list of the files to check off what has been done (you can generate a list in DOS by Start>cmd, change the directory to your location [cd path], and do "dir >>list.txt". That will give you a list to use.). There may be an easier way, but by the time you get it figured out you might be done this way.

  • Script to merge multiple CSV files together with no duplicate records.

    I like a Script to merge multiple CSV files together with no duplicate records.
    None of the files have any headers and column A got a unique ID. What would be the best way to accomplish that?

    OK here is my answer :
    2 files in a directory with no headers.
    first column is the unique ID, second colomun you put whatever u want
    The headers are added when using the import-csv cmdlet
    first file contains :
    1;a
    2;SAMEID-FIRSTFILE
    3;c
    4;d
    5;e
    second file contains :
    6;a
    2;SAMEID-SECONDFILE
    7;c
    8;d
    9;e
    the second file contains the line : 2;b wich is the same in the first file
    the code :
    $i = 0
    Foreach($file in (get-childitem d:\yourpath)){
    if($i -eq 0){
    $ref = import-csv $file.fullname -Header id,value -Delimiter ";"
    }else{
    $temp = import-csv $file.fullname -Header id,value -Delimiter ";"
    foreach($line in $temp){
    if(!($ref.id.contains($line.id))){
    $objet = new-object Psobject
    Add-Member -InputObject $objet -MemberType NoteProperty -Name id -value $line.id
    Add-Member -InputObject $objet -MemberType NoteProperty -Name value -value $line.value
    $ref += $objet
    $i++
    $ref
    $ref should return:
    id                                                         
    value
    1                                                          
    a
    2                                                          
    SAMEID-FIRSTFILE
    3                                                          
    c
    4                                                          
    d
    5                                                          
    e
    6                                                          
    a
    7                                                          
    c
    8                                                          
    d
    9                                                          
    e
    (get-childitem d:\yourpath) -> yourpath containing the 2 csv file

  • HMI using multiple VI´s

    Hi. I'm beggining to use Labview as HMI, but I don't know exactly how to do it. I'd like to build about 4 screens to navigate. I've read that I could use tab control, but when I tried, only the chosen tab was working properly - the others lost data. My application consists in control of a simple educational / research plant (about 3 inputs and 3 outputs), to work with PID / fuzzy control. How can I do this HMI (the easiest way)? Does anyone have a step-by-step tutorial on this subject?
    Mauro
    Labview 8.2
    Solved!
    Go to Solution.

    Hi Mauro,
    Bellow there are a link where you can find some information about how to develop a user interface using  Event-Driven, so you can use multiple loops to acquire and present data according the user interaction.
    Developing User Interfaces with Event-Driven Programming
    http://zone.ni.com/devzone/cda/tut/p/id/5785
    Using Local Variables, Queues, and Notifiers to Synchronize Data with Parallel Loops
    http://zone.ni.com/devzone/cda/epd/p/id/3717
    Bellow some information about Design Patterns that can be useful for your application.
    Application Design Patterns: Master/Slave
    http://zone.ni.com/devzone/cda/tut/p/id/3022
    Application Design Patterns: Producer/Consumer
    http://zone.ni.com/devzone/cda/tut/p/id/3023
    I hope that it may help you.
    Regards,
    Osvaldo Santos

  • Candidates for use of Singleton Pattern

    Hi
    Can any guide me , where to use Single Design pattern in Java Based Applications
    Should i use Singleton Pattern in the following situations
    1)RMI Server
    2)Controller Classes ( MVC) invoked by Servlet
    3)Database cashing /handling classes
    Please suggest other suitable places also
    Thanks in Advance

    Hii
    Typical uses of a singleton pattern are in those cases where you have to have a single instance of a class.For example if u have an RMI based application and the client needs to perform a RMI lookup(for the URL etc)in that case for a particular user you wud like to have just a single instance for the lookup.
    In case of controller classes invoked by the servlet you would typically not want a Singleton as multiple instances of the servlet might require to use a controller object.As the request parameters would be different for each servlet instance,you would need a controller object for each of them.

  • Error-1074396120 Not an image, problem with IMAQ Learn multiple geometric patterns

    Error-1074396120 Not an image, problem with IMAQ Learn multiple geometric patterns
    Hi!
    I've tried to modify the example of  "multiple geometric patterns matching" , and just use two patterns, but when I run the VI this error appear and I doon't know how to solve it! , the error appears in the "IMAQ Learn multiple geometric patterns" block.
    Running on:
    - labview 32 bits
    - windows 7 64 bits
    - usb camera 2.0
    Any sugestion would be helpful..... !  Regards
    Attachments:
    template_12.png ‏150 KB
    template_11.png ‏123 KB
    vision_multiple_pattern_matching.vi ‏127 KB

    thanks all for your replies, the problem was on my template images, I had to give them information about the pattern matching, and I did it with NI Vision Template Editor, within Vision utilities, and I chose template with Feature Based. 
    Thank you again and Regards!

  • Using Multiple Cores

    Hi,
    I'm new to Qmaster, and I'm trying to use it to utilize multiple cores when exporting video from Compressor. I following instructions to get the option of a cluster other than "This Computer" in Compressor:
    First, go to System Preferences.
    Choose Apple Qmaster
    Stop Sharing if it's on.
    Set to Quick Cluster with Services
    Select "Distributed processing for Compressor"
    Click on Options for Selected Service. You can choose from 1 to 8 instances, depending on the number of cores you have.
    Give your Quick Cluster a name like "op's Local Cluster."
    Once you have the options set, click Start Sharing, and close the prefere
    I did all this, and it didn't work. Then I found someone telling me to deselect "Managed" and select "Shared" in services, and my new cluster finally showed up in Compressor. However, when I submit batches to that cluster, nothing happens. Time elapses, but to the best of my knowledge, no video is being produced. Am I doing something wrong, or just reading what's going on incorrectly?

    Bryan G. wrote:
    Jon Chappell, why are you saying that Qmaster has to launch multiple instances of whatever app is doing the compressing? If you have multiple Macs networked together, you don't even need to have FCPro installed to use Qmaster services.
    http://manuals.info.apple.com/en/Qmaster3Compressor_3_Distributed_ProcessingSetup.pdf
    See p.77.
    To export a Final Cut Pro sequence directly to Compressor for distributed processing:
    1 *Make sure Final Cut Pro is installed on each computer in the cluster that you intend to use for distributed processing.*
    Each installation of Final Cut Pro requires a product serial number. For information about volume licenses, go to http://www.apple.com/finalcutstudio.
    But as I said, that's only if you export directly from FCP. If you export to a QuickTime movie first and then import that to Compressor, that will work fine without FCP being installed. You will, of course, need the necessary codecs installed on the cluster machines though.

  • Multiple like patterns

    what should be the SQL statement for multiple 'LIKE' patterns. I am giving the statement like this on a dummy 'EMP' table.
    SELECT * FROM EMP WHERE ENAME LIKE 'JOHN%' OR ENAME LIKE 'PETER%'
    Is the above statement correct for multipe patterns which is using 'OR' statement for pattern matching. Please help in solving my doubt as i need it resolved urgently.
    Regards

    Upper, lower case in Ename ????
    Try :
    SELECT * FROM EMP WHERE Upper( ENAME ) LIKE 'JOHN%' OR Upper( ENAME ) LIKE 'PETER%'

  • How do I use multiple addresses at one time?

    Shouldn't the Adobe server page that allows for the entry of a recipients address tell users how to add another address?  Do we separate them with semicolons? Commas?  Or is it even possible to use multiple addresses?

    Yes, Adobe Send.
    Unfortunately, it is NOT spelled out on the page where you enter email addresses of recipients, nor is it revealed if you click on the question mark box by email address.
    Frank
    =========================
    Frank Schmalleger, Ph.D.
    Distinguished Professor Emeritus
    The University of North Carolina
    Website: www.schmalleger.com
    Amazon Author Page: http://tinyurl.com/78nly4s
    Mailing Address:
    Ste 203-332
    4300 S. U.S. Hwy 1
    Jupiter, FL 33477
    Ph. 561.225.1760

  • How do I use multiple accounts on the same Mac with Apple TV2?

    I have home sharing turned on in two separate accounts on a single MacPro.  When I am logged into both accounts, I can see both accounts' iTunes Libraries available in the AppleTV2.  However, when I try to open each account iTunes Library in the AppleTV2, only one account will open (whichever one I logged into first).  (In other words, I log into Account1 then open iTunes with Home Sharing On, then log into Account2 (while Account1 is still logged on), open iTunes with Home Sharing On. AppleTV2 shows Account1 Library and Account2 Library under Computers, but will only load Account1 Library.  Account2 Library will just cause AppleTV2 to search for the Library then give an error.)  How come AppleTV2 can see both Libraries but will only open one Library?  How can I fix this?
    Thanks,
    zpockets

    Thank you for replying.  Both of the accounts are Admin accounts.  The Libraries are kept in the user/music/itunes/itunes media folder on each account.  However, I do use multiple iTunes Libraries on my Account1.  One of the Libraries I use in Account1 is on a separate internal HD.  However, the other Libraries I use in Account1 are stored in user/music/itunes/itunes media folder on the main HD (which hosts both Account1 and Account2).  It doesn't seem to matter whether I am using an iTunes Library on an external drive or the main drive in Account1, I still get the same problem: only account1 library will load.  AppleTV sees that the Account2 Library is there, but it won't load it.

Maybe you are looking for

  • HP Officejet Pro 8620 e-All-in-O​ne Printer Squeak

    Just purchased an HP Officejet Pro 8620 e-All-in-One Printer, Model A7F65A, 13 days ago. I have not used it too much, and it's already squeaking when I scan pages from the top loader. Not sure if there is an easy solution or if I have to return it? A

  • The best way to import video in Edge Animate project?

    What is the best way to add video and audio in Edge ANimate project? Thanks Ares

  • Trouble with SPDIF Passthrough and the Audig

    I have a Sound Blaster Audigy 2 from Dell and am trying to connect it to Logitech Z-680 speakers. I want to use digital surround sound. I found the instructions on how to do this on Logitech's site. However, I have a problem. Step 2 states to go to A

  • Database link in Apex

    Hi, I have a problem with Database link in my application. Is their any way to Drop the Database link in APEX. Thank You, Edited by: Jahnavi on Nov 2, 2009 1:09 PM

  • Auth obj with company code - Search

    Hi, We are looking for list of Authorization objects which contain company code field for Audit. The listing should have Role, Authorization obj and the <b>company code and values</b>. Is there any we can query this info. Thanks, Sam