CharacterStyle Contains Properties Whose Getters Fail at Runtime

For CS5, Actionscript:
I have created some CharacterStyles in a document, and whoch to itterate over them in my Actionscript code, and work with the properties' values.
The problem is that in may of the cases, the properties which interest me, when accessed, throw "Error: Failed to find any class definition for com.adobe.indesign::Enumerator", and the debugger shows for them "<exception thrown by getter>".
I tried accessing them by myCharacterStyle["propertyX"] and testing for null, but that fails, too.
I also tried myCharacterStyle.hasOwnProperty("propertyX"), but that fails because the proxy class doesn't support that method.
Any ideas, aside from the ugly workaround of catching the error?
TIA,
mlavie

In ActionScript, you can try using the hostObjectDelegate of the object. That usually behaved more consistantly with ExtendScript objects.
I'd probably just handle this situation in ExtendScript though...
Harbs

Similar Messages

  • Run-time error '1004' -- Method 'Container' of object '_Workbook' failed

    Dear All,
    One of our users is getting the following Microsoft Visual Basic error while running the report S_ALR_87013614.
    Run-time error '1004'
    Method 'Container' of object '_Workbook' failed.
    I have searched the forum posts for help. But I only found some details related to Run-time error 1004 related to some excel file security but not related to "Method 'Container' of object '_Workbook' failed".
    Could anyone please tell me how this error can be eliminated for the user?
    Regards,
    Lakshmi.

    Dear Arpan,
    We too observed a few PIDs along with the one that you have mentioned but they make no difference. Some users who has the PID G_RW_DOCUMENT_TYPE set with some value are getting the report.
    Upon further searching we are assuming that it could be an issue with the Microsoft applications or macro settings of the user. But not sure about it.
    Regards,
    Lakshmi Venigala.

  • Why is the message 'Plugin container for Firefox has failed' while using ArcadeOX appearing even after un/reinstalling it all?

    I am attempting to play online games using the 'ArcadeOX' plugin.
    The game will not load and a window pops up with the message 'Plugin container for Firefox has failed'.
    I have uninstalled and reinstalled both ArcadeOX and Firefox several times and still have the same problem.
    Windows 'attempts' to find a solution online but still nothing.

    I am attempting to play online games using the 'ArcadeOX' plugin.
    The game will not load and a window pops up with the message 'Plugin container for Firefox has failed'.
    I have uninstalled and reinstalled both ArcadeOX and Firefox several times and still have the same problem.
    Windows 'attempts' to find a solution online but still nothing.

  • [C4005]: Get properties from packet failed killing my sessions

    I have a broker in a state where 6 messages are delivered which "kill" the first 6 sessions listening on a particular queue (round-robin delivery sorta situation)
    These exceptions are logged only to stderr and no indication is given to my program about them other than the affected sessions never receive another message again, others do.
    When the broker or consumer service is restarted, it happens again.
    If I start the broker with a -reset messages then the problem goes away. I saved the entire broker var folder to try to find a work around to this.
    This is OpenMQ 4.5B29
    I'll include the stack traces below, anyone seen something like this or have suggestions on how to deal with this without resorting to reset of the broker?
    Could not parse properties java.io.UTFDataFormatException: malformed input around byte 11
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.lang.NullPointerException
    java.io.UTFDataFormatException: malformed input around byte 11
         at java.io.DataInputStream.readUTF(Unknown Source)
         at java.io.DataInputStream.readUTF(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:178)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ConsumerReader run
    WARNING: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
    com.sun.messaging.jms.JMSException: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:386)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:337)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:604)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at java.util.Hashtable.put(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:193)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         ... 5 more
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.io.UTFDataFormatException: malformed input around byte 11
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ConsumerReader run
    WARNING: [C4005]: Get properties from packet failed. - cause: java.io.UTFDataFormatException: malformed input around byte 11
    com.sun.messaging.jms.JMSException: [C4005]: Get properties from packet failed. - cause: java.io.UTFDataFormatException: malformed input around byte 11
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:386)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:337)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:604)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.UTFDataFormatException: malformed input around byte 11
         at java.io.DataInputStream.readUTF(Unknown Source)
         at java.io.DataInputStream.readUTF(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:178)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         ... 5 more
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.lang.NullPointerException
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ExceptionHandler logCaughtException
    WARNING: [I500]: Caught JVM Exception: java.io.StreamCorruptedException: invalid type code: 00
    Mar 22, 2011 3:42:55 PM com.sun.messaging.jmq.jmsclient.ConsumerReader run
    WARNING: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
    com.sun.messaging.jms.JMSException: [C4005]: Get properties from packet failed. - cause: java.lang.NullPointerException
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandler.java:386)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandler.java:337)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:604)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.getJMSMessage(ProtocolHandler.java:2061)
         at com.sun.messaging.jmq.jmsclient.SessionReader.getJMSMessage(SessionReader.java:189)
         at com.sun.messaging.jmq.jmsclient.SessionReader.deliver(SessionReader.java:107)
         at com.sun.messaging.jmq.jmsclient.ConsumerReader.run(ConsumerReader.java:192)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at java.util.Hashtable.put(Unknown Source)
         at com.sun.messaging.jmq.io.PacketProperties.parseProperties(PacketProperties.java:193)
         at com.sun.messaging.jmq.io.PacketPayload.getProperties(PacketPayload.java:155)
         at com.sun.messaging.jmq.io.Packet.getProperties(Packet.java:644)
         at com.sun.messaging.jmq.io.ReadOnlyPacket.getProperties(ReadOnlyPacket.java:348)
         at com.sun.messaging.jmq.jmsclient.MessageImpl.getPropertiesFromPacket(MessageImpl.java:601)
         ... 5 more

    From the stack trace, it looks like there is a problem with one of message's string properties. I can't obviously see what, but this might help you track down the cause of the problem.
    When you've found out what it is about your message that's causing this exception, please log this as a bug.
    Nigel

  • GetURL fails on Runtime Library button

    After years of estrangement, I'm embracing Flash once again.
    I have a little project I'm working on, but have faltered right out
    of the gate...
    I created a shared library with a single, relatively simple
    button with a clip in the over frame. For the button symbol, in
    Linkage I chose:
    Export for runtime sharing
    Export in first frame
    URL: shared_lib.swf
    I published the library, then closed the .fla. I created a
    new test.fla and chose "Open External Library" and surfed to the
    shared_lib.swf.
    The shared library opened as it should, with my simple button
    available. I dragged the button to the stage of the new test.fla,
    then checked its properties. Sure enough, "import for runtime
    sharing" was selected. I tested the movie, and the button (and its
    rollover clip) worked perfectly.
    Here's where it fails. I assigned an action to the button
    on (release) {
    getURL("
    http://google.com", "_blank");
    When I test the movie, the getURL action doesn't work.
    As a test, I created a new button, this time in the local
    test.fla, and applied the same getURL action That button works. So,
    why does the getURL action work on local library assets, but not
    assets that are shared at runtime?

    yes

  • Verify operation failed and Runtime Error While using Adobe Reader 10.1.2

    We have installed Adobe reader 10.1.2 on Windows Servers 2008 and user are accessing its using Citrix.When users open PDF files they are getting message "Verify Operation Failed" and also getting error "Runtime Error"
    even on one server we updated the version to 10.1.3 but still they are getting same error.
    Pdf files open up but after multiple attempt..
    Error are provided below

    Hi, I have been using Citrix on Server 2008 for quite soemtime. And have not seen any such issues with Reader 10.1.2 and 10.1.3
    Can you provide the event viewer log ? Also is the same issue seen while opening PDF in the Citrix Server ? Or it is mainly seen while Citrix Users accessing the published Reader app via Citrix Web URL ?

  • How to change properties for some controls in runtime ?

    hi,
    I would like to change some of the properties for some controls in front panel in runtime. Number of control properties I want to change is depending of a log file user opens in final application.
    I attach an example where I'm trying to change the visibility of numeric controls. Problem I have I don't know which reference to connect to property node in case the control in for loop is not a numeric control. The example relies to label.text property but I could use the more generic classname property as well.  
    regards,
    petri
    Solved!
    Go to Solution.
    Attachments:
    dynamic reference.vi ‏11 KB

    pcardinale wrote:
    Initially, a control has no caption.  It's not just that the caption string is empty and the caption not visible, but the caption object does not exist.
    I think this should probably be changed in future versions, because even if each control had a caption, it would still be a negligible small part of the VI. The current behavior made sense many years ago where HD and memory space was very precious. Not any more!
    This issue comes up often enough that it warrants addressing the root of the problem.
    It is hard to convince the casual that the caption does not exist if he can simply do a "show caption" at edit time and it will show in all glory, even with the default set to the current label. It is confusing!
    There is even an idea about this that seems worth supporting (also read the link in the discussion).
    What do you think?
    LabVIEW Champion . Do more with less code and in less time .

  • How can I make non-inspectable component properties persist from design to runtime?

    Hey,
    I have two components (lets call them A and B) which have normal inspectable properties (e.g. NAME and AGE) which allow you to enter values via the component inspector. When I type the value for NAME in component B (via the component inspector) I communicate via a singleton class and store this value in a NON INSPECTABLE property located in component A.
    When I run the movie, I want to access this non inspectable property within component A; however, it is always null - the value will not persist from design time to runtime. I check that the value is set at design time by tracing the A's non inspectable property once component B has set it - and it does indeed work, so I know component B has managed to set the correct value in A.
    Basically, what I need to know is, how do you persist properties of a component from design to runtime, without having to make properties inspectable and having to manually type property values via the component inspector?
    Many thanks

    Hi
    I would think <componentInstanceOfB>.NAME would give you the current value of NAME in the component B. This can be accessed by any component (say A),  when A knows the instance name of the component on the stage. So probably all you need to know is tell the instanceOfA the name of instace of B and then instanceOfA can access the value as <instanceOfB>.NAME.
    Hope this helps.
    Cheers
    Karthik

  • SMP 2.3 hybrid Container convertion to .ipa failed

    iam converting the  hybrid container into .ipa file using XCode 5.1.1 Base SDK 7.1 and target  IOS 6.1  the .ipa created successfully and now installed  on my iphone version IOS 6.1 they failed to install pls help us

    Specifically, please take a look at
    Using Default Connection Settings
    Thanks,
    Andrew.

  • Container Managed XA transaction failing to rollback

              We are running two distributed instances of WL 6.0 SP1, each with their own domain,
              each accessing their own Oracle 8.1.5 database instance.
              Server 1 has the following transaction configuration:
              JDBC Transaction Pool Driver - weblogic.jdbc.oci.xa.XADataSource
              Server 2 is using the oracle thin driver, a non-XA datasource, as it's JDBC datasource.
              The JDBCTxDataSource has the attribute 'EnableTwoPhaseCommit' set to 'true'.
              The deployment descriptor's <transaction-type> is set to 'container' and the <trans-attribute>
              is set to 'required' in both of the server's session beans.
              A test is performed where server 1 calls a method on server 2, via the remote
              interface, to insert a record in server 2's database. A call is then made to
              a session bean in Server 1 to insert a record in server 1's database. In the call
              to Server 1's bean a system level error, 'EJBException', is thrown to test if
              the XA transaction driver will rollback the record inserted during the initial
              call to server 2 - it does not. However, if the method sessionContext.setRollbackOnly()
              is explicity called in the catch () block of server 1's method, where the call
              to server 2 was made, the rollback is successful on server 2.
              Is there a problem using the oracle thin driver or can the problem be related
              to the version of Oracle we are using, 8.1.5 and the fact it does not support
              JDBC 2.0? An additional note - if all goes well both data sources are successfully
              updated.
              Thanks,
              Keith Denson
              

              We are running two distributed instances of WL 6.0 SP1, each with their own domain,
              each accessing their own Oracle 8.1.5 database instance.
              Server 1 has the following transaction configuration:
              JDBC Transaction Pool Driver - weblogic.jdbc.oci.xa.XADataSource
              Server 2 is using the oracle thin driver, a non-XA datasource, as it's JDBC datasource.
              The JDBCTxDataSource has the attribute 'EnableTwoPhaseCommit' set to 'true'.
              The deployment descriptor's <transaction-type> is set to 'container' and the <trans-attribute>
              is set to 'required' in both of the server's session beans.
              A test is performed where server 1 calls a method on server 2, via the remote
              interface, to insert a record in server 2's database. A call is then made to
              a session bean in Server 1 to insert a record in server 1's database. In the call
              to Server 1's bean a system level error, 'EJBException', is thrown to test if
              the XA transaction driver will rollback the record inserted during the initial
              call to server 2 - it does not. However, if the method sessionContext.setRollbackOnly()
              is explicity called in the catch () block of server 1's method, where the call
              to server 2 was made, the rollback is successful on server 2.
              Is there a problem using the oracle thin driver or can the problem be related
              to the version of Oracle we are using, 8.1.5 and the fact it does not support
              JDBC 2.0? An additional note - if all goes well both data sources are successfully
              updated.
              Thanks,
              Keith Denson
              

  • Change properties of UI Elements during runtime in Web Dynpro ABAP

    hey ,
    what is the convention for changing ui elements in runtime by method set_attribute_property ?
    for example :
    changing visibilty of text box :
    property= 1.
    *" call method set attribute property and pass value as 'X' to show
      call method lo_el_radio_node1_1->set_attribute_property
        exporting
          attribute_name = 'FIRST_NAME_1'
          property       = 1
          value          = 'X'.
    and in changing enable/disable  of text box :
    property = 4.
    *" call method set attribute property and pass value as 'X' to ENABLE
    call method lo_el_radio_node2_1->set_attribute_property
       exporting
         attribute_name = 'FIRST_NAME_2'
         property      = 4
         value         = 'X'.
    how the property value is defined ?
    link to full example :
    [link|http://wiki.sdn.sap.com/wiki/display/WDABAP/SimpleapplicationtochangepropertiesofUIElementsduringruntimeinWebDynpro+ABAP]
    Regards ,
    ASA

    Hi,
    I also need to change the read-only property of a field at runtime in webdynpro. The read only field should be enabled at runtime.
    I've used the  call method lo_nd_packslip->set_attribute_property
              exporting
               attribute_name = 'ZOPAK'
               property = '3'
               value = space .
    but I am not getting the desired output.
    Thanks,

  • Why do JCo destinations green in designtime, fail during runtime ?

    Manually verified JCo destination, both ping and test works.
    Ran the WebDynpro console sanity check tool. All tests green.
    When the application then tries to create a Jco connection during runtime I get these logs in defaultTrace on EP:
    Could not create JCOClientConnection for logical System: 'WD_BN_MODELDATA_DEST' - Model: 'class com.company.models.bn.BN'.
    supplyCheckInfos ...Class casted to IExternalStandardCheckInterface is class com.sap.tc.webdynpro.check.jcodest.wdp.InternalJCODestAvailabilityCheckInterface$External
    supplyCheckInfos ...Class cast issue CompUsage is class com.sap.tc.webdynpro.progmodel.components.ComponentUsage
    Any suggestions ?

    Hi,
    Make sure your metadata is updated in the model to that of the backend.
    Regards
    Ayyapparaj

  • Why Does Reading A Gif Or Png Containing Transparent/Alpha Pixels Fail?

    I'm trying to read in gif or png with transparent pixels into a BufferedImage so that I can create a font inside of Java. Right now, I'm defaulting to the assumption that the background of the font image is white. However, I want to make it so that the font background is whatever pixels happen to be transparent. The images I'm reading in have only two colors: black and white. I set all the white pixels to transparent when creating the images in hopes that I could do a check for all pixels with Alpha < 255. I have tried numerous possible solutions, such as saving the png files with different applications, ImageIO.read, and Toolkit.getDefaultToolkit().createImage, and JAI.The types of the resulting BufferedImages have varied between TYPE_BYTE_BINARY, TYPE_BYTE_INDEXED, and TYPE_CUSTOM. What I want is TYPE_INT_ARGB so I can get the dang alpha pixels.
    1. Is there a way to read in alpha pixels of png or gif (doesn't have to be both) from within the main Java libraries as a BufferedImage with type TYPE_INT_ARGB? If so, how?
    2. Failing that, is there a way to read in alpha pixels of png or gif (doesn't have to be both) by using a decent external library as a BufferedImage with type TYPE_INT_ARGB? If so, how and with which one?
    This has been frustrating the heck out of me, since I thought this was something very simple to do, but I've spent two days poring over the entire Internet for a possible solution.

    package aerobush.ocr.translator;
    import java.awt.Graphics2D;
    import java.awt.Image;
    import java.awt.Toolkit;
    import java.awt.datatransfer.Clipboard;
    import java.awt.datatransfer.DataFlavor;
    import java.awt.image.BufferedImage;
    import java.io.DataInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import javax.imageio.ImageIO;
    import javax.imageio.ImageReader;
    import javax.imageio.stream.ImageInputStream;
    import javax.media.jai.JAI;
    import javax.media.jai.PlanarImage;
    import com.sun.imageio.plugins.png.PNGMetadata;
    public class ImageUtils
         static public BufferedImage readPng1(
                   File pngFile ) {
              try {
                   BufferedImage image = ImageIO.read(pngFile);
                   return image;
              catch (Exception e) {}
              return null;
         static public BufferedImage readPng2(
                   File pngFile ) {
              try {
                   BufferedImage image = (BufferedImage) Toolkit.getDefaultToolkit().createImage(
                             pngFile.getAbsolutePath());
                   return image;
              catch (Exception e) {}
              return null;
         static public BufferedImage readPng3(
                   File pngFile ) {
              try {
                   final PlanarImage planar = JAI.create(
                             "FileLoad",
                             pngFile.getAbsolutePath());
                   BufferedImage img = planar.getAsBufferedImage();
                   return img;
              catch (Exception e) {
                   e.printStackTrace();
              return null;
         static public BufferedImage readPng4(
                   File pngFile ) {
              try {
                   ImageInputStream stream = ImageIO.createImageInputStream(new FileInputStream(
                             pngFile));
                   ImageReader r = ImageIO.getImageReadersByFormatName(
                             "png").next();
                   r.setInput(
                             stream,
                             true,
                             false);
                   PNGMetadata metadata = (PNGMetadata) r.getImageMetadata(0);
                   BufferedImage i = r.read(0);
                   if (!i.getColorModel().hasAlpha() && metadata.tRNS_present) {
                        int alphaPix = (metadata.tRNS_red << 16) | (metadata.tRNS_green << 8)
                                  | (metadata.tRNS_blue);
                        BufferedImage tmp = new BufferedImage(
                                  i.getWidth(),
                                  i.getHeight(),
                                  BufferedImage.TYPE_INT_ARGB);
                        for (int x = 0; x < i.getWidth(); x++) {
                             for (int y = 0; y < i.getHeight(); y++) {
                                  int rgb = i.getRGB(
                                            x,
                                            y);
                                  rgb = (rgb & 0xFFFFFF) == alphaPix ? alphaPix : rgb;
                                  tmp.setRGB(
                                            x,
                                            y,
                                            rgb);
                        i = tmp;
                   return i;
              catch (IOException e) {}
              return null;
    }Edited by: oldbushie on Sep 13, 2009 2:07 PM
    Edited by: oldbushie on Sep 13, 2009 2:08 PM

  • Changing Container properties.

    Hi All,
           I'm using the webbased planning.The planning layout is attached to a container.I find that the only way for the user to enter data in the layout is to tab in the layout to access the columns that cant fit.Is there a way to attach a horizontal scrollbar to my container control?I have app set up with page 1 , tab strip control in the container , and 2 layouts in the 2 tabs allowing the user to enter data for 12 months.
    Any input or opinion will be appreciated.I did look at the BSP extensions but didnt find a suitable scroll control that I could use.
    Regards,

    Marc,
         Thanks for your reply.Just so that you know I do not have the problem if i switch the layout to EXCEL web control.This only happens in the default mode.Will follow up with SAP however.
    I can save "cell comments" in the layout in the standard excel front end.However when i promote the layout using web and excel control , I loose the comments part.Anyway to get around this?((*not very imp) can live without it tho.
    Hope all's well at your end.
    Thanks,
    Sudz.

  • KN 4.0.2 QuickTime Export of slide containing multiple QT movies fails

    Anyone got a work round for this?
    Created a single 1920x1080 slide. Inserted on to that slide 7 separate QT files (in various originating formats form standard .mov to .m4v). Overlaid over a still image.
    Played back fine in Keynote. But refused to export to QuickTime, to iPod, or to Flash. Only issue seems to be the multipel QT formats?
    Solutions?
    Thanks in advance

    Anyone got a work round for this?
    Created a single 1920x1080 slide. Inserted on to that slide 7 separate QT files (in various originating formats form standard .mov to .m4v). Overlaid over a still image.
    Played back fine in Keynote. But refused to export to QuickTime, to iPod, or to Flash. Only issue seems to be the multipel QT formats?
    Solutions?
    Thanks in advance

Maybe you are looking for

  • TDS mininimum amount

    Hi I mentioned Rs 5000 as the amt below which TDS shd not be applicable . Now suppose i receive advance payment for Rs 6000 , tds is deducted on that . Now i book a vendor invoice for Rs 10000 . Again tds is deducted on full 10,000  while on 6000 it

  • How do I align {tag_productquantity} in the shopping cart layout table?

    I have inserted the tag {tag_productimage} into our shopping cart layout table. As per the instructions in the following article http://kb.worldsecuresystems.com/654/bc_654.html? bc-partner I adjusted the height for .productitemcell in the Style Shee

  • Can't see shared folders with AFP protocol

    Hi, I have an home network, with 2 iMac and a Netgear (DG834PN) router. When I try to share a folder with AFP protocol (Preferences > Sharing > Sharing documents), I can't see it from other computer.

  • Help with the SCR24

    Hi. My mun got the SCR24 cover for her phone and there's is no wording on the paper that comes with it to explain what to do. I also see a picture that has some sort of sound or something coming from or to a sign please can someone give me step by st

  • Systemd --user and network-online.target

    I am trying to set up a user timer unit to whose service should be triggered only after the network has become online. The problem is that the network.target and network-online.target are system targets and not available for the --user daemon. Is the