How to minimize operators in a mapping programmatically

Hi,
While generating mappings with OMB it occurred to me that all generated operators show up on the mapping canvas in the OWB-default position (halfway in between minimzed and maximized). I would like all of my generated operators to appear on the canvas in a minimized position. I have not been able to do so.
The command: "OMBRETRIEVE MAPPING 'MY_MAPPING' OPERATOR 'MY_OPERATOR' GET PROPERTIES (IS_MINIMIZED, IS_MAXIMIZED)"
always shows the same output regardless of the position the operator has been forced into using the GUI. It seems that these properties have no actual use.
<operator minimized in the gui>
OMB+> OMBRETRIEVE MAPPING 'MAP_DV_EMPLOYEES_HS' OPERATOR 'DV_EMPLOYEES_HS_1' GET PROPERTIES (IS_MINIMIZED, IS_MAXIMIZED)
false false
<operator maximized in the gui>
OMB+> OMBRETRIEVE MAPPING 'MAP_DV_EMPLOYEES_HS' OPERATOR 'DV_EMPLOYEES_HS_1' GET PROPERTIES (IS_MINIMIZED, IS_MAXIMIZED)
false false
Anyone bothered to solve this one?
Regards,
Matthijs
Edited by: user9014741 on 30-jun-2011 11:36
Edited by: user9014741 on 30-jun-2011 11:38

I've a secondary question.
I was able to loop all the objects and get annotations. Now I get the color to a PDColoValue object without problem. My question is, in Adobe do they create annotations using only RGB color space? ie, do I only have to worry about that?

Similar Messages

  • How to minimize Final Cut pro with one click?

    I know you can minimize windows (canvas, timeline, etc) by pressing Command+M 4 times but how to minimize Final Cut pro with one click?

    Hold down the Option key and click the Minimize button on any window, all windows in the app will minimize.
    Don't know what or if the reverse of this is - so although it's a one click minimize all windows, I believe you have to re-enlarge them one at a time.
    MtD

  • How to use functions in Message Mapping

    Hi All,
           I am new to SAP XI. I don't know how to use functions in message mapping.     Can any body tell me how to use IF condition in message mapping.
         Please provide me a good link where I can get the details how to use those functions.
    Thanks,
    Srinivas.

    HI Srinivas
    Please take a look at these links,
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm
    /people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    This will help you
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/190eb190-0201-0010-0ab3-e69f70b6c257
    http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8a57d190-0201-0010-9e87-d8f327e1dba7
    This will give you a detailed Idea about Context
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95f835c111d1829f0000e829fbfe/frameset.htm
    This will give more explanation on Queue
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/51a39490-0201-0010-5b9f-ae21e8b78195
    For understanding node functions this blog will help you
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Not sure you can find a collection of all...
    Cheers..
    Vasu
    <i>** REward Points if found useful **</i>

  • How to use error table in mapping level?

    Hi all
    Any one please tell me how to use error table in mapping level or how to handle the errors in mapping.
    I am creating one error table in oracle but i dont know how to use it in mapping.
    Thanks in advance.
    Kumar

    Hi Kumar,
    You need to use Error Table along with the Data Rule .
    Error tables are used with Logical error handlers (Data Rules). Detailed description on using data rules is explained in the following document
    http://www.oracle.com/technology/products/warehouse/pdf/OWB10gR2_ETLandBusinessRules.pdf
    In a nut shell usage of error tables is as follows.
    1. Create a data rule associate it with a table (Target table or table in which you load data).
    2. Use the table in a mapping as target table.
    3. Deploy the table and mapping.
    Now in the target schema one more table will be created with the name <target table name>_ERR. When a mapping is executed the data which violates the data rule gets into this error table.
    The following has to be done to have error table name of customers choice.
    1. Right click on the table and click configure.
    2. Give the table name in "shadow table name" section.
    3. Deploy the table.
    4. Use this table in a mapping. Now in the mapping on this table properties in "Error Table Name" section the name of the table specified in "shadow table name" will be populated.
    Thanks,
    Sutirtha

  • How to do this with message mapping in PI  ?

    Hi All,
    Field 1 = 100 characters having values in  first fifty characters and last 50 characters blank . I need to remove all the first 50 characters with blank and pass 100 blank characters .How to do this with message mapping
    Thanks

    Adding to that, since usually a tab = 8 spaces. What you can do is to open notepad, press tab 4 times. Copy it and paste 3 times, afterwards press space 4 more times and you get 100 spaces.
    Regards,
    Mark

  • How do I create an interactive map?

    How do I create an interactive map using digital publishing suite in InDesign? Basically it's an amusement park map and when you click on a button I want a description page of a ride to show that has interactivity on it and then it can be closed and another button on the map can be clicked to show another description page of a different ride. Is that possible?

    Use a multi state object. Depending upon how many point of interest you want on that map it can get pretty involved.

  • How to select active Oracle ODBC Driver programmatically?

    Hi,
    My application creates ODBC DSN to connect with Oracle 10g database server. I need to find out Oracle Driver installed on the system programmatically. I am trying to read KEY_<PRODUCT NUMBER> registry key and eventually searching ORACLE_HOME value. This helps me in searching Oracle Driver in ODBCINST.INI registry key. (Oracle in OraDb10g_home1)
    If multiple Oracle clients are installed on the same system, multiple KEY_<PRODUCT NUMBER> registry keys and oracle drivers would be available. I am not sure which and how to select the current active oracle driver.
    Oracle in OraDb10g_home1
    Oracle in OraDb10g_home2
    Can anybody help me out? Can I use inventory file (inventory.xml) to determince current active home directory? Reading PATH environment variable to identity active home directory would be tedious.

    Please look at following thread for answer.
    How to select active Oracle ODBC Driver programmatically?

  • Whether there is a simple way to add new Mapping operators on a mapping?

    Whether there is a simple way to add new Mapping operators on existing mapping?
    For example I have a mapping, but now I need to add new Filter or Aggregator operator, so I must delete all connections between attributes, then add new operator, connect source attributes to the input attribute for the operator and so on.
    Is there way to turn down this operations, simply drop new operator on source object or on a connection between two objects, and necessary operations will be automatically executed.
    As I remember in OWB2 something similar existed in a way to add new Filter operator.

    Dmitry,
    Unfortunately there is not. What you should aim for, is to use the group-by-group mapping using match by name (with some additional options, such as ignore source/target prefix, suffix, etc.).
    I.e. if you want to insert another operator, then I recommend you first populate attributes based on an operator that is currently on the mapping delete the old operator (to delete all connections), map into the new operator and add another operator in order to re-create what you previously had. I know it is not ideal... but in my experience it is the most productive way to work.
    Thanks,
    Mark.

  • How to minimize Client-Server Round-trip in ADF Faces application ?

    Hi All,
    We have just finished POC on our prototype of ADF Faces + ADF BC application. The POC Emphasizes on Bandwidth requirement.
    After receing the result from the communication provider, including : TCP packets send, Bytes sent from/to server and number of Client-Server Round-Trip.
    There are several part of the application that Must be tuned for the application to run on acceptable performance.
    Here is some page/ function that should be tuned :
    - First page, ADF Read Only Table with two images and some buttons, cause 5 round-trip
    - ADF Dialog Returning Value (as LOV), cause 4 Round-trips
    - On ADF Form, press Commit button, cause 3 Round-trips.
    So the question is :
    1) How to reduce round-trips on ADF Faces application ?
    2) How to minimize the bytes send from / To server on a specific user action ?
    Please give me some recommendation..
    Thank you very much,
    xtanto

    Hi Frank and Steve,
    Thank you for your reply.
    Yes Frank, what I mean by Round-Trip is the traffic between Client and the Server. And Yes, we will use VSAT where the latency is 1 - 1.5 second, so that round-trip matters significantly.
    What I will do is :
    - use minimal skin and No image at all
    - don't use Dialog for LOV because it requires AutoSubmit there.
    - Use 'Apply-Changes' button to do server-side validation before Commit.
    Then do the POC / testing again.
    Thank you,
    xtanto

  • How do I know if my maps are out of date?

    I plug my phone in and open maploader and it says i have maps version 0.1.23.112 (I have western europe installed)
    how do I know when the maps need updating, is there a list of the latest maps anywhere?

    27-Oct-2008 11:08 AM
    liam182 wrote:
    Two things, one teleatlas also provide map data and secondly I would have thought it was nokia that could tell me when new maps were avaiable via maploader not navteq...?
    Companies like Teleatlas and Navteq buy in map data from the various national organisations in order to make their digital mapping. Companies producing sat-nav equipment (including Nokia) buy in that digital data for their products.
    Nokia is in the process of taking over Navteq, but the company is still run independently, so no - Nokia customer care staff cannot tell you when updated map data will be available because they get new information from Navteq when it becomes available and incorporate it into their products as soon as possible afterwards.

  • I updated my software for my Iphone and my maps disapperead. New maps provided by Apple or of significantly worse quality than my previous Googke maps. How can I get my Google maps back?

    I updated my software for my Iphone and my maps disapperead. New maps provided by Apple or of significantly worse quality than my previous Googke maps. How can I get my Google maps back?

    This app does it well, including StreetView
    http://itunes.apple.com/gb/app/ifindview-connect-to-facebook/id480510706?mt=8

  • How to create an occupancy grid map

    I am using a LIDAR sensor (URG-04LX) to map an environment for DaNI 1.0 in LabVIEW Robotics 2010 module.  I want to create an occupancy grid map of the environment to use for path planning purposes. Can anyone provide me with any assistance. I have looked at the examples for path planning using the A* technique on an occupancy grid but I don't understand how to create the occupancy map.

    ... everyone above as told you how to create and LABVIEW occupancy map.... using an occupancy map.
    The labview VI assumes you know exactly what the envrioment is like. Meaning you pretty much have some representation of the enviroment.
    What you want to know is how do I generate and occupancy map using a laserscanner. For this you would need something called SLAM. Simultaneous localisation and Mapping. In order generate an occupancy map you need to continously localise your system so you can map laser measurements with refference to a fixed refferece frame, you then have to localise with respect to your map and repeat. This is non-trivial !
    unfortuently there is no LabviewVi to do this for you, and there is not much working example code. So honestly if you want to do this, i would use a robotic development framework call ROS and using gmapping (which is a SLAM package). Alternatively if you inist on using labview you could create a dll of the gmapping (open source libary) and call it from labview, Our you could try to implement it from scratch yourself....
    I just wish it was easier to use opensource libaries like pcl,opencv and integrate with textbased langauges using a labview system... it would make labview so much better, but labview robotics i feels is not really a good robotic application framework comapared to alternatives like ROS which have much bigger communities and much more modules of code you can use... escpecially for SLAM 
    https://decibel.ni.com/content/docs/DOC-22790 this is the best i have managed to find ( they do implement SLAM for this) 
    http://www.ros.org/wiki/gmapping

  • How to use GPS with google maps in ios 6.01

    How to use GPS with google maps in ios 6.01

    Settings > Privacy > Location Services.
    Make sure Safari is On.

  • How did Apple screw up the maps app this badly?

    I am normally not a complainer, but rather appreciate great technology.
    However, I am shocked beyond description about how badly Apple screwed up the maps application in IOS 6.
    The maps application is the by far the most frequently used and most useful iphone application for me.
    I rely on it all the time.  It WAS so incredibly easy to use, and almost always dependable.
    Yes, turn-by-turn directions would be nice, but not at the cost of screwing up so many other critical features.
    I have now had 2 extremely frustrating experiences.
    The other night, I was driving home from work and using the maps application to route to a store.  I was using the voice instruction mode.  There was heavy traffic so I wanted to zoom out / around to look for alternate routes.  Well, this is almost impossible to do, and furthermore, there is much less accurate and detailed information about traffic conditions.  This would have been a piece of cake with the old maps application.
    Yesterday, I had to make a trip to Pacific Sales in San Jose.I tried "Pacific" with the mapped zoomed to the general area, and it could not find it.Then I tried "Pacific sales", again no luck.  Its an appliance store, so I tried "appliances", and again no luck.
    Finally, I had to log into the web, go to google maps, and find it there.
    It was slow, but it worked!
    1 month ago, I had the highest confidence in Apple due to their track record of deliverying great stuff that works and is easy to use.
    I would never have considered an android phone.
    However, this problem with the maps app has so shaken my confidence in Apple, that I will go today to look at a Samsung Galaxy III.
    Maybe its not going to be my thing, but I hope Apple realizes how big they screwed up.
    The Apple of Steve Jobs would never, ever, ever have let this happen.
    The old Apple would have stayed with Google Maps for another year, and made this new maps app better, more reliable, and more user friendly than Android BEFORE releasing it.  It would have been revolutionarily good and would have surprised us with how good it was.
    I really truly love Apple and its products.
    But this is a really bad mistake and I am so fearful that its an omen of whats to come in future from Apple.
    I would not be surprised if this very deeply damages Apple at a time when the competition is getting tougher & tougher.
    Of all the functions on the Apple Iphone, the maps are the heart and soul.  Apple is probably right to go its own way eventually, but not like this!
    It is just going to drive people into the arms of Android.
    I am just curious, did Apple actually test this thing thoroughly before releasing it?
    I mean, it took me only a few days to figure out this thing is total crap.
    How did Apple not know this (which is a very scary thought), or maybe even more scary, maybe they did know but feel they have enough market power to get away with it?  I can't think of any other explanations. So, which is it?  Either way, its very bad news for Apple fans.

    Ok, 3 more wonderful IOS 6 maps experiences to share!
    When out shopping for paints, decided to visit Kelly Moore.
    Used the maps app and used it to take me to the nearest store, except it was not where maps said it would be!
    I called the Kelly Moore store, and they told me the maps app has the wrong town, and they have had many customers with the same problem!
    Next up, I was looking for a Sherwin Williams store in San Jose, so maps took me to El Camino Real, except it took me to the wrong end of El Camino Real in Santa Clara, about 15 minutes from the right destination in Mountain View!  In fact, the app took me to Santa Clara University!
    Last up, I was looking for a Chevron station.  Apps routed me to the location, but no gas station. 
    So, I finally decide to use google maps through the browser, and it ends up it was again the right address but wrong city!!!! 
    Unbelievable!  My confidence in Apple has been further shaken, to where I am about to give up.
    I just can't trust their app, which is something I depend on every day to save me time, money and gas.
    So disappointed in Apple right now...  It makes antenna gate look like a minor incident, which it was in my opinion!

  • How to implement a client side map with ObjectImage control?

    We need to implement a client side map with an ADF Faces ObjectImage control. In the code below, the JSF Faces GraphicImage contol does support a client side image map using the usemap property. However, it appears that the ADF Faces ObjectImage control does not support a client side map. Is there someway of implementing this functionality in an ObjectImage control?
    <h:graphicImage url="/images/map-usa.gif"
    usemap="#m_mapusa"
    binding="#{backing_map.graphicImage2}"
    id="graphicImage2"
    style="border-style:none;"/>
    <af:objectImage source="/images/map-usa.gif"
    binding="#{backing_map.objectImage2}"
    id="objectImage2" />
    We could use the Graphic Image control except we have a problem by mixing a JSF GraphicImage control in the same table with a variety of ADF Faces controls in that when a user clicks on the GraphicImage, then the browser windows scrolls down to center the GraphicImage control. A user then needs to scroll back up to see the rest of the page. If an ObjectImage control is used with an onClick action, then the page does not scroll, which is what we want. So if we can figure out how to add a client side map to an ObjectImage control we would get the desired results.
    An alternative might be to use a server side map with the ObjectImage control. But our question here is how to implement the existing client side image map in a backing bean. As the following map code shows, not all image map areas are rectangles - some are polygons.
    <area id="_state_05" href="#"
    shape="rect"
    coords="681,38,702,50"
    target="_self" value="VT" alt="Vermont"
    onclick="javascript:getDtl(this);"/>
    <area id="_state_06" href="#"
    shape="poly"
    coords="221,442,209,436,209,418,191,403,155,382,116,367,101,370,98,364,
    122,355,158,367,203,388,212,394,242,427"
    target="_self" value="HI" alt="Hawaii"
    onclick="javascript:getDtl(this);"/>

    Hi,
    Any news about that issue, we are also interested in any solution.
    Thanks
    Math

Maybe you are looking for

  • Sound...where's the sound?

    So, I was listening to iTunes, then left to run errands, came back, doofed around, and when I opened iTunes to listen...no sound. So, I wander over to SysPref and I see that my built-in audio output has somehow become Digital Out. Don't know where it

  • Verity collection date ranges

    I have a collection of documents differentiated by topic and date. The search result looks something like this, "/Supply/Supply2004/23Jan06". I use a calendar function that will input a date into a textbox in the following format: MM-DD-YYYY. I am no

  • SRM Application Monitor filter errors badi/exit

    Hi Guys, We want to filter the items from the application monitor error list (PO Backend errors and SC Backend errors). We want to let the user see only the PO/SC errors that belong to his purchasing organization. I wasn't able to find any exit/badi

  • New install - Filesystem check failed

    I did a new installation of Arch today, and in a random fit of thrillseeking I used syslinux instead of grub for the bootloader. The installation said it was successful, but after restarting Arch failed to boot. The error was in the filesystem check.

  • Deleting all mail configurations

    I suddenly have problems with the mail app: When I get mail most of the time the reminder sound doesn't work. When I preevies the mail it takes a long time for it to get marked read. How can I revert to factory default, i.e. delete all configurations