Unable to drop an image object onto an ALV.

Hi ,
I have created an Image with value 'OBJECT_IMAGE' for the tag in the Drag Source Info.
I have created an ALV and declared it as a drop target by calling the 'create_drop_row_target_info' using the ALV configuration model and passed in the value 'OBJECT_*' for the tag.
Im not able to drag the image onto the ALV and trigger my corresponding event.
I have also declared the event handler in the methods list.
Kindly help. I need to drag this image into the ALV and populate my ALV with data.
Warm regards,
Newton.

HI Chris ,
Im working on Netweaver 7.02.
I have used the following code to enable the drop feature in my ALV.
  DATA lo_cmp_usage TYPE REF TO if_wd_component_usage.
  lo_cmp_usage =   wd_this->wd_cpuse_alv_scarr2( ).
  IF lo_cmp_usage->has_active_component( ) IS INITIAL.
    lo_cmp_usage->create_component( ).
  ENDIF.
DATA lo_interfacecontroller TYPE REF TO iwci_salv_wd_table .
lo_interfacecontroller =   wd_this->wd_cpifc_alv_scarr2( ).
  DATA lv_value TYPE REF TO cl_salv_wd_config_table.
  lv_value = lo_interfacecontroller->get_model(
DATA : LIF_DROP_TARGET_INFO TYPE REF TO IF_SALV_WD_DROP_TARGET_INFO.
DATA : LV_STRING TYPE STRING VALUE 'ALV_SCARR2'.
CALL METHOD lv_value->if_salv_wd_drag_and_drop~create_drop_row_target_info
  EXPORTING
    id          = LV_STRING
    name    = 'IMAGE'
    tags      = 'OBJECT_*'
    enabled = 'X'
  receiving
    value   = LIF_DROP_TARGET_INFO.
Regards,
Newton.

Similar Messages

  • Drag and drop between two object oriented grid ALV

    Hello,
    I am using two alv to display two different reports in the same screen. I need to drag and drop a field from one ALV to another in order to do some processing.
    Thanks in advance for your help

    just define the cl_dragdrop objects as attributes for both grid controls, a container for the data to be dragged and the handlers for ongetflavor and ondrag event. set the flavor_select, drag, drop, drop_complete handlers.
    Regards,
    Clemens

  • When i drag and drop an image on my site. it gives the following error. "Unable to access local files due to browser security settings. To overcome this, follo"

    I am using the firefox version 17 and when i drag and drop an image on my website. It gives me the following error.
    Unable to access local files due to browser security settings. To overcome this, follow these steps: (1) Enter "about:config" in the URL field; (2) Right click and select New->Boolean; (3) Enter "signed.applets.codebase_principal_support" (without the quotes) as a new preference name; (4) Click OK and try loading the file again. Or go to the homepage for a link to the tutorial on how to do it.
    I have completed the above steps and it is still showing the same error message. Any help would be highly appreciated.
    Thanks.

    Thanks kumars ,
    I have a specific drag and drop area on our website. This works fine for all earlier releases of Firefox after these security settings
    "(1) Enter "about:config" in the URL field; (2) Right click and select New->Boolean; (3) Enter "signed.applets.codebase_principal_support" (without the quotes) as a new preference name; (4) Click OK and try loading the file again."
    Bust these settings not work for me in Firefox 17.
    Yes the drag and drop functionality is java script based and i am not using any script blocker addons.

  • Unable to drop nodes onto a line.

    Hello Everyone,
    I'm hoping someone can help me with this. I've got a situation where I'm unable to drop nodes onto a line. I'm having to manually connect them at each point. The Tutorial tells me that when I drag a node over a line the node in and out should highlight and at that point I can release it and it will automatically connect onto the tree. Although this did work with the trial version it is not working with my purchased version. Most likely I've dissabled the option without knowing it. Can't find the solution in any of the manuals. Thanks for any help.

    > Man, I STILL do that... then wonder where everything
    went!!
    Well, now I know you do it, I don't feel so stupid when I do it!
    . . . But isn't it great when you hit the space bar again . . . and everything comes back!
    Andy
    G5 Quad 8GB. 250, 500 GB HDs. G-Raid 1TB. FCP 5.1.1. Shake 4.1. Sony HVR Z1E   Mac OS X (10.4.7)  
    "I've taught you all I know, and still you know nothing".

  • Is there a way to drop an image into indesign and then have that file name captioned underneath?

    Hello! I'm looking to help a colleague into streamlining a process. We have to display images full page in an Indesign Document and every time we drop and image onto a page, we then need to edit the caption underneath with the file name. Just wondering if there is a way to automate this process? Any scripts available?

    When you place an image you can turn on the capture function. There are normal and live versions. The normal labeling creates a text as text is, the live version creates a variable which would change if the image or the text in the meta information changes, but it behaves like a single character which causes problems how the text will run in the text frame.
    What is drawn out of the Meta must be set up before in the caption set up option.
    When you drag and drop an image from the finder or from Bridge you can't activate this option.
    BTW I use it a different way which seems to me faster. I assign a shortcut to the labeling command and when I have imported the image, I click this shortcut and in a second step I apply an Object style which will format the text frame including Paragraph style which might be different on a dark or bright photo or upon a graphic.
    Normally I edit all meta information in Adobe Bridge, which is the fastest way to handle it.

  • Unable to view the image in Oracle Mapbuilder

    Hi,
    I am unable to view the image using oracle mapviewer.
    It stated that:
    No spatial data to render...
    INFO [oracle.sdovis.CacheMgr2] Spatial Data Cache opened. Region=SDOVIS_DATA.
    INFO [oracle.sdovis.CacheMgr2]      max_cache_size=32 MB.
    INFO [oracle.sdovis.CacheMgr2] sub region sdovis_subreg_ias_spatial_jdbc:oracle:thin:@dbdev:1521:orcl created in cache.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    INFO [oracle.sdovis.DBSRSCache] Loading SRS information from MDSYS.cs_srs (srid=8307).
    DEBUG [oracle.sdovis.DBSRSCache] Registering srs 8307, isGeodetic=true, unit=DECIMAL DEGREE
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-8
    FINEST [oracle.sdovis.theme.grtp] Theme definition SRID: 8307
    FINEST [oracle.sdovis.theme.grtp] Bands: Red - 1 Green - 1 Blue - 1
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from NYP_IMAGES grt where grt.IMAGE.rasterid = ? and grt.IMAGE.rasterdatatable = ?
    ERROR [oracle.sdovis.theme.grtp] java.lang.NullPointerException
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:589)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    ERROR [oracle.sdovis.ltd] Message:GeoRaster load Exception: null
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:855)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-10
    FINEST [oracle.sdovis.theme.grtp] Theme definition SRID: 8307
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from NYP_IMAGES grt where grt.IMAGE.rasterid = ? and grt.IMAGE.rasterdatatable = ?
    ERROR [oracle.sdovis.theme.grtp] java.lang.NullPointerException
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:589)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    ERROR [oracle.sdovis.ltd] Message:GeoRaster load Exception: null
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:855)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-12
    WARN [oracle.sdovis.theme.grtp] GeoRaster SRID can not be 0.
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-14
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: -Infinity,-Infinity,NaN,NaN
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: SELECT rowid, tb_prv.IMAGE.SPATIALEXTENT, 'dbdev_NYP_IMAGES_render', null, 'null', -1 FROM NYP_IMAGES tb_prv
    INFO [oracle.sdovis.CacheMgr2] Creating/replacing a geometry cache group: sdovis_subreg_ias_spatial_jdbc:oracle:thin:@dbdev:1521:orcl : NYP_IMAGES_IMAGE.SPATIALEXTENT_PDT_GEOM.
    DEBUG [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ] sql exec time: 16ms, total time loading 1 features: 78ms.
    FINEST [oracle.sdovis.MapMaker] mbr of all themes: java.awt.geom.Rectangle2D$Double[x=-330.05,y=-206.35000000000002,w=3308.6025,h=2565.5175]
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 78ms.
    FINEST [oracle.sdovis.RE] xfm: 0.15474460805665913 0.0 0.0 -0.15474460805665913 185.0792593502091 365.0684501275084
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme NYP_IMAGES with 1 styled features: 16ms
    DEBUG [oracle.sdovis.VectorRenderer] time to label theme NYP_IMAGES with 1 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 31ms
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-16
    WARN [oracle.sdovis.theme.grtp] GeoRaster SRID can not be 0.
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=true, unit=DECIMAL DEGREE
    FINEST [oracle.sdovis.SRS] before adjusting: minX = -1196.0304250629722, maxX=3844.532925062972 minY=-206.3499999999999, maxY=2359.1675 w=5040.563350125944, h=2565.5175
    FINEST [oracle.sdovis.SRS] After adjusting: minX = 0.0, maxX=360.0 minY=-90.0, maxY=90.0 w=5040.563350125944, h=2565.5175
    WARN [oracle.sdovis.SRS] Resizing query window to be within valid bounds.
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-18
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: 0.0,-90.0,360.0,90.0
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: SELECT rowid, tb_prv.IMAGE.SPATIALEXTENT, 'dbdev_NYP_IMAGES_render', null, 'null', -1 FROM NYP_IMAGES tb_prv WHERE MDSYS.SDO_FILTER(tb_prv.IMAGE.SPATIALEXTENT, MDSYS.SDO_GEOMETRY(2003, 8307, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    DEBUG [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ] sql exec time: 859ms, total time loading 1 features: 859ms.
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 859ms.
    FINEST [oracle.sdovis.RE] xfm: 2.1666666666666665 0.0 0.0 -2.1666666666666665 0.0 198.5
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme NYP_IMAGES with 1 styled features: 16ms
    DEBUG [oracle.sdovis.VectorRenderer] time to label theme NYP_IMAGES with 1 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=true, unit=DECIMAL DEGREE
    FINEST [oracle.sdovis.SRS] before adjusting: minX = 3.173803526448353, maxX=356.82619647355165 minY=-90.0, maxY=90.0 w=353.6523929471033, h=180.0
    FINEST [oracle.sdovis.SRS] After adjusting: minX = 3.173803526448353, maxX=356.82619647355165 minY=-90.0, maxY=90.0 w=353.6523929471033, h=180.0
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-20
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: 3.173803526448353,-90.0,356.82619647355165,90.0
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: SELECT rowid, tb_prv.IMAGE.SPATIALEXTENT, 'dbdev_NYP_IMAGES_render', null, 'null', -1 FROM NYP_IMAGES tb_prv WHERE MDSYS.SDO_FILTER(tb_prv.IMAGE.SPATIALEXTENT, MDSYS.SDO_GEOMETRY(2003, 8307, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    DEBUG [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ] sql exec time: 0ms, total time loading 1 features: 0ms.
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 16ms.
    FINEST [oracle.sdovis.RE] xfm: 2.2055555555555553 0.0 0.0 -2.2055555555555553 -6.99999999999992 198.50000000000003
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme NYP_IMAGES with 1 styled features: 15ms
    DEBUG [oracle.sdovis.VectorRenderer] time to label theme NYP_IMAGES with 1 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 31ms
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.DBMapMaker] adding predefined theme [name=GEORTHEME]
    FINEST [oracle.sdovis.ThemeTable] key_column using default: ROWID
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-22
    FINEST [oracle.sdovis.theme.grtp] Theme definition SRID: 8307
    FINEST [oracle.sdovis.theme.grtp] Bands: Red - 1 Green - 1 Blue - 1
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from NYP_IMAGES grt where grt.IMAGE.rasterid = ? and grt.IMAGE.rasterdatatable = ?
    ERROR [oracle.sdovis.theme.grtp] java.lang.NullPointerException
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:589)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    ERROR [oracle.sdovis.ltd] Message:GeoRaster load Exception: null
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:855)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-24
    WARN [oracle.sdovis.theme.grtp] GeoRaster SRID can not be 0.
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=true, unit=DECIMAL DEGREE
    FINEST [oracle.sdovis.SRS] before adjusting: minX = 3.173803526448353, maxX=356.82619647355165 minY=-90.0, maxY=90.0 w=353.6523929471033, h=180.0
    FINEST [oracle.sdovis.SRS] After adjusting: minX = 3.173803526448353, maxX=356.82619647355165 minY=-90.0, maxY=90.0 w=353.6523929471033, h=180.0
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-26
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: 3.173803526448353,-90.0,356.82619647355165,90.0
    FINEST [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ]: SELECT rowid, tb_prv.IMAGE.SPATIALEXTENT, 'dbdev_NYP_IMAGES_render', null, 'null', -1 FROM NYP_IMAGES tb_prv WHERE MDSYS.SDO_FILTER(tb_prv.IMAGE.SPATIALEXTENT, MDSYS.SDO_GEOMETRY(2003, 8307, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    DEBUG [oracle.sdovis.theme.pgtp] [ NYP_IMAGES ] sql exec time: 765ms, total time loading 1 features: 765ms.
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 765ms.
    FINEST [oracle.sdovis.RE] xfm: 2.2055555555555553 0.0 0.0 -2.2055555555555553 -6.99999999999992 198.50000000000003
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme NYP_IMAGES with 1 styled features: 31ms
    DEBUG [oracle.sdovis.VectorRenderer] time to label theme NYP_IMAGES with 1 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 125ms
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.DBMapMaker] adding predefined theme [name=GEORTHEME]
    DEBUG [oracle.sdovis.ThemeTable] Got SRID for base table NYP_IMAGES from data source cache
    FINEST [oracle.sdovis.ThemeTable] key_column using default: ROWID
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-28
    FINEST [oracle.sdovis.theme.grtp] Theme definition SRID: 8307
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from NYP_IMAGES grt where grt.IMAGE.rasterid = ? and grt.IMAGE.rasterdatatable = ?
    ERROR [oracle.sdovis.theme.grtp] java.lang.NullPointerException
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:589)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    ERROR [oracle.sdovis.ltd] Message:GeoRaster load Exception: null
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:855)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:90)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:66)
    WARN [oracle.sdovis.MapMaker] null MBR resulted from buildDataMBR.
    For the image i want to view, the data i got for the image that is being stored in the georaster object are:
    IMAGE(RASTERTYPE, SPATIALEXTENT(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELE
    SDO_GEORASTER(20001, SDO_GEOMETRY(2003, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 1003,
    1), SDO_ORDINATE_ARRAY(-180, -90, -180, 1073, -180, 2237, 1320, 2237, 2821, 223
    7, 2821, 1073, 2821, -90, 1320, -90, -180, -90)), 'NYP_IMAGES_RDT', 131, XMLTYPE
    (<georasterMetadata xmlns="http://xmlns.oracle.com/spatial/georaster">
    <objectI))
    May i know whether the image is georeferenced?
    If it is successfully georeference, why does it stated that no spatial data to render?
    Regards,
    Esther

    IMAGE_ID IMAGE_DESCRIPTION
    IMAGE(RASTERTYPE, SPATIALEXTENT(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELE
    161 TIFF
    SDO_GEORASTER(20001, SDO_GEOMETRY(2003, 8307, NULL, SDO_ELEM_INFO_ARRAY(1, 1003,
    1), SDO_ORDINATE_ARRAY(-180, -90, -180, 1073, -180, 2237, 1320, 2237, 2821, 223
    7, 2821, 1073, 2821, -90, 1320, -90, -180, -90)), 'NYP_IMAGES_RDT', 131, XMLTYPE
    (<georasterMetadata xmlns="http://xmlns.oracle.com/spatial/georaster">
    <objectInfo>
    <rasterType>20001</rasterType>
    <isBlank>false</isBlank>
    <defaultRed>1</defaultRed>
    <defaultGreen>1</defaultGreen>
    <defaultBlue>1</defaultBlue>
    </objectInfo>
    <rasterInfo>
    <cellRepresentation>UNDEFINED</cellRepresentation>
    <cellDepth>4BIT</cellDepth>
    <totalDimensions>2</totalDimensions>
    <dimensionSize type="ROW">
    <size>2327</size>
    </dimensionSize>
    <dimensionSize type="COLUMN">
    <size>3001</size>
    </dimensionSize>
    <ULTCoordinate>
    <row>0</row>
    <column>0</column>
    </ULTCoordinate>
    <blocking>
    <type>REGULAR</type>
    <totalRowBlocks>10</totalRowBlocks>
    <totalColumnBlocks>12</totalColumnBlocks>
    <rowBlockSize>256</rowBlockSize>
    <columnBlockSize>256</columnBlockSize>
    </blocking>
    <interleaving>BIP</interleaving>
    <pyramid>
    <type>DECREASE</type>
    <resampling>NN</resampling>
    <maxLevel>3</maxLevel>
    </pyramid>
    <compression>
    <type>NONE</type>
    </compression>
    </rasterInfo>
    <spatialReferenceInfo>
    <isReferenced>true</isReferenced>
    <isRectified>true</isRectified>
    <SRID>82394</SRID>
    <spatialResolution dimensionType="X">
    <resolution>28.5</resolution>
    </spatialResolution>
    <spatialResolution dimensionType="Y">
    <resolution>28.5</resolution>
    </spatialResolution>
    <modelCoordinateLocation>UPPERLEFT</modelCoordinateLocation>
    <modelType>FunctionalFitting</modelType>
    <polynomialModel rowOff="0" columnOff="0" xOff="0" yOff="0" zOff="0" rowScal
    e="1" columnScale="1" xScale="1" yScale="1" zScale="1">
    <pPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>-479.9329824561403 0 0.03508771929824561</polyno
    mialCoefficients>
    </pPolynomial>
    <qPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </qPolynomial>
    <rPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>43256.28210526316 -0.03508771929824561 0</polyno
    mialCoefficients>
    </rPolynomial>
    <sPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </sPolynomial>
    </polynomialModel>
    </spatialReferenceInfo>
    <layerInfo>
    <layerDimension>BAND</layerDimension>
    <subLayer>
    <layerNumber>1</layerNumber>
    <layerDimensionOrdinate>0</layerDimensionOrdinate>
    <layerID>subLayer1</layerID>
    <colorMap>
    <colors>
    <cell value="0" blue="0" red="0" green="0" alpha="255"/>
    <cell value="1" blue="20" red="20" green="20" alpha="255"/>
    <cell value="2" blue="36" red="36" green="36" alpha="255"/>
    <cell value="3" blue="48" red="48" green="48" alpha="255"/>
    <cell value="4" blue="52" red="52" green="52" alpha="255"/>
    <cell value="5" blue="72" red="72" green="72" alpha="255"/>
    <cell value="6" blue="121" red="121" green="121" alpha="255"/>
    <cell value="7" blue="133" red="133" green="133" alpha="255"/>
    <cell value="8" blue="153" red="153" green="153" alpha="255"/>
    <cell value="9" blue="178" red="178" green="178" alpha="255"/>
    <cell value="10" blue="178" red="178" green="186" alpha="255"/>
    <cell value="11" blue="186" red="186" green="186" alpha="255"/>
    <cell value="12" blue="198" red="198" green="214" alpha="255"/>
    <cell value="13" blue="230" red="230" green="234" alpha="255"/>
    IMAGE_ID IMAGE_DESCRIPTION
    IMAGE(RASTERTYPE, SPATIALEXTENT(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELE
    <cell value="14" blue="242" red="242" green="242" alpha="255"/>
    <cell value="15" blue="255" red="255" green="255" alpha="255"/>
    </colors>
    </colorMap>
    </subLayer>
    </layerInfo>
    </georasterMetadata>
    Is this being georeferenced?

  • Is there a way to read/write original .xmp settings of a CR2 loaded as smart object onto a .psd layer?

    Hello all. This has been asked in varying degrees before, but many of the discussions I found relative to my question are from the period 2010 to 2013. Thought I would throw this out there again medio 2014 to see if anything new has developed that I'm somehow missing.
    Here's the situation:
    1. In the filesystem, a CR2 file and a sidecar .xmp file with ACR settings applied via Bridge (CS6).
    2. CR2 file is opened in Photoshop (CS6) as a smart object (.xmp sidecar settings are applied in the process).
    3. CR2 file and .xmp now exist on a .psd layer as a smart object...in some unknown form.
    4. File is saved as .psd
    My question is this:
    Is there ANY way at all via Bridge and/or Photoshop scripting to read/write/access/touch/poke/prod the original ACR "development" settings, originally stored in the .xmp sidecar file, that apparently now exist in some form on the smart object layer in the .psd? Via scripting in Bridge, one can alter the metadata on this saved .psd file, no problem, but this is not the same .xmp data that is being referenced by the image loaded as a smart object onto the .psd layer in that file. Where is this second set of data? Can it be accessed?
    Any info, enlightenment would be much appreciated. Thanks.

    No, not too late.
    InDesign is for layout for press in this case.
    Photoshop is for design, which is using the .jpg's.
    I'm half way there, but stuck at:
    Getting a file location reference when the .jpg is first brought into PS as a layer.
    Getting a script to write the location of the file into the medata for the PSD in some field
    Reading back the metadata file location for the .jpg and bringing it back into the PSD again.
    Any help would really be appreciated.
    I can make the completed script(s) available when its complete, as this has possibilities for other uses, batch process, and more.

  • Placing an array of objects onto stage

    I am trying to place an array of objects onto a stage where they drop vertically. I have been able to do it by placing the array objects into an object called "bag" but have found that the bag object only contains the last array object id so I can not apply actions to various array objects.
    Also my objects do not loop and only appear once.
    Below is the code so far.
    var tempArray:Array = new Array(); // Stores randomised values
    var bagArray:Array = new Array("gslow_id","gshigh_id","glow_id","ghigh_id","gdiv_id",
      "gcall_id","gbust_id","gbull_id","gboom_id","gbear_id"); // List of bag names
    function createBags() {
    if (tempArray.length == 0) { // check if array is empty
         for (var i:Number = 0; i < targets; i++) { // for loop - creat variable bagName to the value of targets
         var bagName: String = bagArray[i];
         var depthLevel:Number = this.getNextHighestDepth();
         // attach movies to time line
         this.attachMovie(bagName, bagName, depthLevel, {_x:random(350) + 100, _y:random(0) + spacing});
         spacing += 45;
         tempArray.push(bagName);
         //trace(tempArray);
         bag = _root[bagName]; // create a bag object contain the bagName variable
         //trace (bag);
         bag.onEnterFrame = function() {
              if (this._x < 570 && this._y > 0) {
              this._y += speed * random(8);
              } else {
              this._x = random(500);
              } // end if (this._x < 570 && this._y > 0)
         } // end bag.onEnterFrame ()
    bag.onPress = function() {
    // if bag is pressed select action
    //trace (bag); 
    xPos = this._x
    yPos = this._y
    unloadMovie(this);
    score += 1000
    scoreText_txt.text = score;
    //trace(score);
    checkScore();
    } // end bag.onPress ()
    //trace(targets);
    //trace(bagName);
    } // end for (var i:Number = 0; i < targets; i++)
    } // end if (tempArray.length == 0)
    } // End createBags()

    try:
    var bagA:Array=[];
    var bagArray:Array = new Array("gslow_id","gshigh_id","glow_id","ghigh_id","gdiv_id",
      "gcall_id","gbust_id","gbull_id","gboom_id","gbear_id"); // List of bag names
    function createBags() {
    if (tempArray.length == 0) { // check if array is empty
         for (var i:Number = 0; i < targets; i++) { // for loop - creat variable bagName to the value of targets
         var bagName: String = bagArray[i];
         var depthLevel:Number = this.getNextHighestDepth();
         // attach movies to time line
         var bag:MovieClip = this.attachMovie(bagName, bagName, depthLevel, {_x:random(350) + 100, _y:random(0) + spacing});
      bagA.push(bag);
         spacing += 45;
         //trace (bag);
         bag.onEnterFrame = function() {
              if (this._x < 570 && this._y > 0) {
              this._y += speed * random(8);
              } else {
              this._x = random(500);
              } // end if (this._x < 570 && this._y > 0)
         } // end bag.onEnterFrame ()
    bag.onPress = function() {
    // if bag is pressed select action
    //trace (bag); 
    xPos = this._x
    yPos = this._y
    unloadMovie(this);
    score += 1000
    scoreText_txt.text = score;
    //trace(score);
    checkScore();
    } // end bag.onPress ()
    //trace(targets);
    //trace(bagName);
    } // end for (var i:Number = 0; i < targets; i++)
    } // end if (tempArray.length == 0)
    } // End createBags()

  • Drag and Drop and image

    Hallo,
    Is there an example how i can drag and drop an image into an
    other panel as image. Not into a list or grid but onto a panel. Ive
    tried it for a couple of days now and am getting stuck...
    thanks

    Did you see the second example of this quickstart?
    http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop/

  • Unable to drop materialized view with corrupted data blocks

    Hi,
    The alert log of our database is giving this message
    Wed Jan 31 05:23:13 2007
    ORACLE Instance mesh (pid = 9) - Error 1578 encountered while recovering transaction (6, 15) on object 13355.
    Wed Jan 31 05:23:13 2007
    Errors in file /u01/app/oracle/admin/mesh/bdump/mesh_smon_4369.trc:
    ORA-01578: ORACLE data block corrupted (file # 5, block # 388260)
    ORA-01110: data file 5: '/u03/oradata/mesh/mview.dbf'
    No one is using this mview still oracle is trying to recover this transaction (6, 15).
    when i tried to drop this mview it gives me this error
    ERROR at line 1:
    ORA-01578: ORACLE data block corrupted (file # 5, block # 388260)
    ORA-01110: data file 5: '/u03/oradata/mesh/mview.dbf'
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2255
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2461
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2430
    ORA-06512: at line 1
    I have tried to fix the corrupted data blocks by using dbms_repair package, but of no use.
    I have marked this block to be skipped by using dbms_repair.skip_block but still unable to drop it.
    Please suggest what should I do?
    Thanks in advance
    Anuj

    You are lucky if only your undesirable MV is affected by theese corrupted blocks. This is an advice to do a complete-super-full-hot-cold-middle backup of ypur database and search for any disk for a "possible replace".
    God save us!

  • Script to Assign an image to an image object

    Hi,
    I am using FormCalc and and created an image object in my form to which I would like to assign an image based on a user selection in another drop down field. In other words, a script is attached to the drop down field that selects (perhapse using file location) the image that is displayed in the image object based on the user selection. I would greatly appreciate help on the FormCalc syntax to achieve this. Thanks

    You might want to ask this in the LiveCycle Designer forum here, if you haven't already.

  • Unable to drop a function

    Hi,
    I have created a function. I have full access on that function. But unable to drop it. When I issue drop function function_name. My SQLPLUS hangs and after brief wait I am getting the following error ORA-04021: timeout occurred while waiting to lock object.
    How to drop the function now. I am unable to use it also.
    Regards,
    Subbu S.

    Hi,
    my function is
    FUNCTION PENDING_HRS
    (st_dt IN DATE, ed_dt IN DATE, out_type in varchar2, loc_type in varchar2,
    hrs_type in varchar2)
    RETURN NUMBER IS
    CURSOR holiday_cnt (st_dt_tr_in IN DATE, ed_dt_tr_in IN DATE,loc_type_in IN VARCHAR2 ) IS
    SELECT count(*) FROM bi_prod.boe_hmh_holiday where
    (LOCATION = loc_type_in or 'BOTH' = loc_type_in) and
    holiday_dt between st_dt_tr_in and ed_dt_tr_in and
    to_number(to_char(holiday_dt,'d')) not in (1,7);
    st_dt_mod DATE;
    ed_dt_mod DATE;
    st_dt_tr DATE;
    ed_dt_tr DATE;
    st_dt_wk DATE;
    ed_dt_wk DATE;
    no_of_wkeds NUMBER;
    st_dy_filler NUMBER;
    ed_dy_filler NUMBER;
    no_of_wkdys NUMBER;
    st_hr_filler NUMBER;
    ed_hr_filler NUMBER;
    nr_hrs NUMBER;
    num_hdys NUMBER;
    BEGIN
    no_of_wkeds :=0;
    st_dy_filler :=0;
    ed_dy_filler :=0;
    no_of_wkdys :=0;
    st_hr_filler :=0;
    ed_hr_filler :=0;
    nr_hrs :=0;
    num_hdys :=0;
    st_dt_mod := BUS_DAY(st_dt,'+',loc_type,hrs_type);
    ed_dt_mod := BUS_DAY(ed_dt,'-',loc_type,hrs_type);
    dbms_output.put_line(to_char(st_dt_mod,'dd-Mon-yyyy hh24:mi:ss'));
    dbms_output.put_line(to_char(ed_dt_mod,'dd-Mon-yyyy hh24:mi:ss'));
    if ed_dt_mod > st_dt_mod then
    st_dt_tr := trunc(st_dt_mod);
    ed_dt_tr := trunc(ed_dt_mod);
    st_dt_wk := st_dt_tr - (to_number(to_char(st_dt_tr,'d')) - 1);
    ed_dt_wk := ed_dt_tr + (7 - to_number(to_char(ed_dt_tr,'d')));
    dbms_output.put_line(to_char(st_dt_wk,'dd-Mon-yyyy hh24:mi:ss'));
    dbms_output.put_line(to_char(ed_dt_wk,'dd-Mon-yyyy hh24:mi:ss'));
    no_of_wkeds := ((ed_dt_wk - st_dt_wk + 1) / 7) * 2;
    dbms_output.put_line('Weekends - ' || no_of_wkeds);
    IF to_number(to_char(st_dt_tr,'d')) > 2 THEN
    st_dy_filler := to_number(to_char(st_dt_tr,'d')) - 2;
    ELSE
    st_dy_filler := 0;
    END IF;
    dbms_output.put_line ('St Filler - ' || st_dy_filler);
    IF to_number(to_char(ed_dt_tr,'d')) < 6 THEN
    ed_dy_filler := 6 - to_number(to_char(ed_dt_tr,'d'));
    ELSE
    ed_dy_filler := 0;
    END IF;
    dbms_output.put_line ('ed Filler - ' || ed_dy_filler);
    open holiday_cnt(st_dt_tr , ed_dt_tr, loc_type);
    fetch holiday_cnt into num_hdys;
    close holiday_cnt;
    dbms_output.put_line(num_hdys);
    no_of_wkdys := ed_dt_wk - st_dt_wk - no_of_wkeds - st_dy_filler - ed_dy_filler + 1 - num_hdys;
    dbms_output.put_line ('Work Days - '|| no_of_wkdys);
    IF to_number(to_char(st_dt_mod,'d')) > 1 AND to_number(to_char(st_dt_mod,'d')) < 7 then
    if hrs_type = '8' then
    IF to_number(to_char(st_dt_mod,'hh24')) >= 9 AND (to_number(to_char(st_dt_mod,'hh24')) < 17 or (to_number(to_char(st_dt_mod,'hh24')) = 17 and to_number(to_char(st_dt_mod,'mi')) = 0 )) then
    st_hr_filler := round((st_dt_mod - to_date(to_char(st_dt_tr,'dd-Mon-yyyy') || ' 09:00:00' ,'dd-Mon-yyyy hh:mi:ss')) * 24, 2) ;
    ELSE
    if to_number(to_char(st_dt_mod,'hh24')) < 9 then
    st_hr_filler := 0;
    elsif to_number(to_char(st_dt_mod,'hh24')) >= 17 then
    st_hr_filler := 8;
    end if;
    END IF;
    else
    st_hr_filler := round((st_dt_mod -st_dt_tr) * 24 ,2);
    end if;
    ELSE
    st_hr_filler := 0;
    END IF;
    dbms_output.put_line ('St_hr_filler - '|| st_hr_filler);
    IF to_number(to_char(ed_dt_mod,'d')) > 1 AND to_number(to_char(ed_dt_mod,'d')) < 7 then
    if hrs_type = '8' then
    IF to_number(to_char(ed_dt_mod,'hh24')) >= 9 AND (to_number(to_char(ed_dt_mod,'hh24')) < 17 or (to_number(to_char(ed_dt_mod,'hh24')) = 17 and to_number(to_char(ed_dt_mod,'mi')) = 0 )) then
    ed_hr_filler := round((to_date(to_char(ed_dt_tr,'dd-Mon-yyyy') || ' 17:00:00' ,'dd-Mon-yyyy hh24:mi:ss') - ed_dt_mod) * 24 , 2) ;
    ELSE
    if to_number(to_char(ed_dt_mod,'hh24')) < 9 then
    ed_hr_filler := 8;
    elsif to_number(to_char(ed_dt_mod,'hh24')) >= 17 then
    ed_hr_filler := 0;
    end if;
    END IF;
    else
    ed_hr_filler := 24 - round((ed_dt_mod - ed_dt_tr) * (24) , 2);
    end if;
    ELSE
    ed_hr_filler := 0;
    END IF;
    dbms_output.put_line ('ed_hr_filler - '|| ed_hr_filler);
    IF hrs_type ='24' then
    nr_hrs := (no_of_wkdys * 24) - st_hr_filler - ed_hr_filler;
    else
    nr_hrs := (no_of_wkdys * 8) - st_hr_filler - ed_hr_filler;
    end if;
    if nr_hrs < 0 then
    nr_hrs := 0;
    end if;
    if out_type ='H' then
    RETURN nr_hrs ;
    else
    IF hrs_type ='24' then
    RETURN nr_hrs / 24;
    else
    RETURN nr_hrs / 8;
    end if;
    end if;
    else
    RETURN 0;
    end if;
    END pending_hrs;
    From port string I came to know its on solaris (SVR4-be-64bit-8.1.0).
    My oracle instance version is 10.2.0.4.0. I have to catch hold of my DBA.
    Regards,
    Subbu S.

  • Dropdown list that changes an image object

    I am hoping someone is willing to assist me by means of providing an example of how to create a drop down list that will change an image object.  For example:  if the drop down list contains the values apple, bannana, grapes.   When apple is selected I'd like an image near the dropdown to change to one of an apple.  When grapes is selected, grapes image is shown instead of apple image.  I can do this on a web page, or in an asp form, with c++ or even with vbscript or just vb, but I have never done it in LiveCycle.  Please help.
    Thank you in advance!

    Hi,
    The rawValue of an Image object is a base64 encoded string, so if encode your image using something like http://www.motobit.com/util/base64-decoder-encoder.asp then you can just set the rawValue depending on the selection made, something like this in the change event of the drop down list;
    switch (xfa.event.newText)
    case "Apple":
      Image1.rawValue = "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 V/L3DpdBmWj1bj5NuzZHmZD7***6p08XR69cbZ7RsGS7az97Bhbj4nZGM6hSHLLdumRSuN0rONemYKYkiMx1OIGmLG 9nhKqBLTbc90O7B5rpHJhkwI9vGso79qu/KYysPjUrhTqnDr3rSVyfBKkXgeyj8vABufrkSZrls+VG1pVR/XSCp6eb LWpGakti6edtdvnLm4VPRNpzeP6s136A9yEpG8k0NKaK3RKtDULc4nVLS005r1iyOmmwE/0dHVTDTmrC308azLMZWn J8nCU6oM51THb0rZ1rogaPP8lYcX8MHE0ptLtWdvnee6N0/I9plY3CpB3x4bdVM7TfvaSdwV2zRApKu05DbTxlitst xgTK6MMjRVK64JuDal0IpPQRqtzI7O9YW80KsmV2eVlZNk4WmVxTMU/iJFGKW8bkxBMBny6AdJ3/xpvwUAAPa8tqeW b6ityYsuId+lozmgYnYjwdyQPAdCK0uhlUF00gtOiuQlSxErSQCVSASllddGTbTWU5OpbW3ZUEYuKiPnxcRzYvyqym Q92WYnZW1lCrzOSMaQrsXZfUsAfF0O/WBmhgOfoYueCnbBpGK3TnaPJLVC0EsSGaaoeiRyidgkkmaxNA4lFUKFkm3R so1OW+i4hU47KpOR6DBVmVReV622RG1mqclHnqfJ/215Ub8Zuu4HctNbdFlpyoKgS4LtpShdI3aQhEIlXSBYBJJIVE pFITkhNUrRiEoVWlp0akTH1kvjtcUrTVQaEZCrCW+vRb4lX4/veV1fd1ecLha81lp0TjdLkkxKYrRkfxN7xOCTUojS Kiqlo5MqMvPoUenL7UFqtnK+2Ip/Xf4fbaUnkBRFdMsAAAAASUVORK5CYII=";
      break;
    case "Grapes":
      Image1.rawValue = "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"
      break; 
    Regards
    Bruce

  • "Unable to capture window image"

    if I select a window to be screenshot, I get this error:
    Your screen shot can’t be saved.
    Unable to capture window image.
    (shortcut: cmd-shift-4 and then space)
    It seems to be new in Lion. Never had that problem before. And regular screenshots seem to work fine (cmd-shift-3).
    Thanks for any help! ~ Kai

    Thanks Davide ...
    I created com.apple.screencapture.plist with Terminal and restarted the Mac.
    The first couple of window screenshots worked on a Chrome browser window (command-shift-4, then space bar). But it did not work on other app's windows (Finder, Carousel).
    Then I switched back to Chrome and I didn't work there too anymore. Crazy thing is that now it works on Finder windows. Very very strange.
    All this is only true for capturing a whole window content (command-shift-4, then space bar)
    ~ Kai

  • Camera - Torch 9800 - Unable to capture the image

    Hey everyone!
    Had a torch 9800 for 18 months now and always been working fine... until today.
    I went to use the camera and it all seemed to open up fine but instead of seeing what the lens sees the screen was black. The centre focus [ ] was there and I could zoom back and forth just a black screen. 
    When I click for a photo I get a message " Unable to capture the image "
    I have searched the web and found nothing conclusive. Battery pulls, a full wipe and installation of the o/s have made no difference to it's lack of function.
    Does anyone out there have a suggestion? 

    I am having the exact same issue.  I also tried rebooting, taking out the battery and sim card and cleaning out the back, alas no difference.

Maybe you are looking for