Broken webservice behavior in CF 7.0.2?

I've managed to consume a webservice that uses a complex data
type as one of its input parameters on my
DEVELOPMENT machine
(WinXP, CF Dev 7,0,0,91690). I get the following error when I move
the code up to our
STAGING server (Win2003,
CF Standard 7,0,2,142559):
Error converting CFML arguments to Java classes for web service
invocation.
Unable to create web service argument class
[Ljava.lang.String;. Error: java.lang.InstantiationException:
[Ljava.lang.String;. Often this is because the web service defines
an abstract complexType as an input to an operation. You must
create an actual instance of this type in Java.
It looks like my development server is creating the propper
stub objects for the complex types (i.e. class files in the
C:\CfusionMX7\stubs\ directory) , but the staging server is not.
I'm hiting the same WSDL from both servers and the complex type is
clearly defined in the wsdl, so I don't know why one server would
interpret it correctly and the other can not. Is this a bug in CF
webservice implementation?
Can anyone tell me:
1) How I can get my staging server (Win2003, CF Standard
7,0,2,142559) to generate the propper stubs
or
2) A work around? I know I CAN use wsdl2java.exe to generate
the stubs manually, I'm just having a hard time with the HOW:
- I've executed wsdl2java.exe [url-of-wsdl] to create the
java files
- From what I've read on the forums, I think I should be able
to use the code below to compile the java objects into stubs, but
it doesn't seem to work:
I can generate the class file for the specific missing stub,
then move it to the correct directory in cfusionmx7/stubs, but I
still get the same error[/li]
If i try to generate stubs for all the java files, I get
errors.[/li]
The code I use to compile the java files is listed below:
javac -source 1.4 -deprecation -classpath
C:/CFusionMX7/lib/axis.jar;C:/CFusionMX7/lib/xml-apis.jar;C:/CFusionMX7/lib/saaj.jar;C:/C FusionMX7/lib/jaxrpc.jar;.
C:/CFusionMX7/runtime/bin/com/mycompany/mypackage/util/*.java
Anyone have any ideas? Of course, to make matters worse, the
reference I normally use to deal with complex data types in CF has
gone all 404:
http://hcc.musc.edu/research/shared_resources/xml_complex_types_to_cf_structure_notes.cfm.
If anyone knows of a good reference for this material, I'd love to
see it.
Thanks all,

Well, after about a day and a half of troubleshooting, I
finally figured out how to get it to work. It seemed as if my last
error had to do with the fact that I had class files for the
webservice objects scattered around my computer and CF has having
problems (name collisions, maybe?) creating the stub files it
needed for the web service invocation.
This, however, worked:
1) Update my machine to CF 7.0.2. so I don't have to keep
uploading to the staging server to test
2) After doing some more research in the following articles,
it seemed as if my initial approach (recreating complex object in
CF structure/array) should have worked:
http://phillhowson.com/blog/index.cfm/2006/9/1/ColdFusion-and-Web-Services
http://cfdj.sys-con.com/read/86131.htm
http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/web services6.htm
3) After playing around with syntax, I FINALLY found a
solution that worked. It wound up being as simple as:
stArgs.ihatethisfield= arrCodes;
(see my code above)
Now why the previous code worked in 7.0.0 and this syntax
works in 7.0.2, I have no idea.
But it works now, and that's all that matters.

Similar Messages

  • [svn:osmf:] 15950: Fix broken resize behavior in HelloWorld sample.

    Revision: 15950
    Revision: 15950
    Author:   [email protected]
    Date:     2010-05-07 09:54:21 -0700 (Fri, 07 May 2010)
    Log Message:
    Fix broken resize behavior in HelloWorld sample.
    Modified Paths:
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld7.as

  • Broken Archive Behavior with Yosemite Mac Mail and Gmail?

    Hi -
    It seems that with the Yosemite upgrade of Mail, the archive behavior with gmail (google apps) has broken. You can not change the Archive command to select the archive folder. The command just seems just to move the message from the Inbox to to the All Mail folder and no longer shows any messages in my folder called Archive. I have to go to gmail web to view these messages. This broke from Mavericks where I was able to archive to a mailbox called 'Archive'.
    Is there anyway to change the behavior of Mail to select the archive folder and view the contents of my IMAP folder named 'Archive'?
    Thanks

    Hello VMH!
    When either one of us deletes a message, it is automatically deleted from the other's Mail Inbox
    That's exactly what IMAP is for: to sync mailboxes on different machines.
    We would very much like to find a simple way to make sure whatever messages get downloaded into our Mail Inboxes stay there regardless of what the other person does.
    As far as I know, that's not possible with IMAP. Besides, as I indicated above, it contradicts the idea behind IMAP. For info on IMAP and Gmail see this [Help Page|http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=75725] (click the link) and for info on deleting IMAP messages in Gmail see [this page|http://mail.google.com/support/bin/answer.py?hl=en&answer=78755] (again, click the link).
    In your case I would recommend using POP instead of IMAP. But you have to make sure that the messages you download are kept on the server, so that your wife can access them, too. In the following I'll give some instructions on how to accomplish that.
    *1) Switch from IMAP to POP in Gmail*
    1.1 Log into your Gmail account via mail.google.com, click "Settings" in the upper right corner of the window and select "Forwarding and POP/IMAP". Make sure POP is enabled for "all mail".
    1.2 Set the option "When messages are accessed with POP" via the drop-down menu to "Keep Google Mail's copy in the Inbox".
    1.3 Disable IMAP access.
    *2) Create a new POP mail account in Apple Mail*
    *3) Adjust Apple Mail's settings*
    In Apple Mail's Preferences > Accounts, select your new POP account and click on the "Advanced" tab. There you have to uncheck the checkbox next to "Remove copy from server after retrieving a message".
    (You'll have to repeat steps 2) and 3) on your wife's computer as well.)
    Hope that helps to get you started.
    Good computing.
    floba
    (MN592)

  • Gnumake has broken PATH behavior in xcode 3.2; are others seeing this?

    It appears that the handling of the PATH variable is now broken in Xcode 3.2 with Snow Leopard.
    As long as SHELL is still set to the default of /bin/sh, simple commands seem to now be handled differently (perhaps via a built-in optimization?) and only the pre-existing environment PATH to gnumake is used, instead of the PATH variable. This results in inconsistent behavior, where printing $PATH from the shell shows the correct path, and "which" can locate an executable, but when you try to run it, it says it can't be found.
    The following Makefile demonstrates this, if you run "make test1" with the new make.
    It fails, but should succeed. Meanwhile "make test2" and "make test3" succeed.
    Note that if you change SHELL to something other than /bin/sh, it will work for test1,
    even if what it points to is just a copy of /bin/sh named something else.
    Is anyone else seeing this happen? It's odd, since the gnu version of make is the same for Xcode 3.1 and 3.2, so Apple must be making some other optimizations that affect it.
    Here's the Makefile to show this:
    (unfortunately, the tabs don't seem to be coming through, so you'll need to re-indent this
    properly as a Makefile)
    PATH := mybin:$(PATH)
    export MAKE
    test1: mybin/testprogram
    echo SHELL=$(SHELL)
    echo PATH=$(PATH)
    which testprogram
    testprogram
    test2: mybin/testprogram
    echo SHELL=$(SHELL)
    echo PATH=$(PATH)
    which testprogram
    echo; testprogram
    test3: mybin/testprogram
    echo SHELL=$(SHELL)
    echo PATH=$(PATH)
    which testprogram
    a=0 testprogram
    mybin/testprogram:
    mkdir -p mybin
    echo "#!/bin/sh" > $@
    echo 'echo "($$MAKE) has run $$0"' >> $@
    chmod +x $@

    I misquoted some details. At the time the incident occurred my Remote Desktop Administrator was the only ARD admin configured to use the task server where the data was lost from. The other 4 where not yet configured.
    (the old server we are retiring (with it's own separate license had the other Remote Desktop Administrators reporting to it)
    I have started switching other Administrators over to the server in question and have not seen any more systems disappear from the sqlite3 database.
    I also updated our old task server to 3.3.1 on Friday and over the weekend it maintained all the data. Even for a system that has not reported any new data since September of 2006.

  • Swipe doesn't work on my mobile.

    Hi everyone,
    My swipe on moblie doesn't work. I checked "enable swipe" and still doesn't work.
    I don't know what's the right link for the phone but here's my link and just type it on your phone: EFS2 Soccer Clinic: Media
    Maybe I missed something or whatever, Let me know!
    Thanks
    Debs

    The new release of Muse didn't seem to fix the problem for me, so I don't think they are addressing it. I was only able to fix the problem by having a developer modify the code to fix the swipe function.Only thing I've seen is this comment from Adobe on July 7th.
    "In the most recent major update of Chrome, Google fundamentally changed how Mobile Chrome supports swipe events. Those changes have broken swipe behaviors on Muse generated websites when viewed in Mobile Chrome. We're aware of the issue and working on changes to Muse code generation to address it as part of a future major update of Muse."
    https://forums.adobe.com/message/6529993#6529993

  • Webpart connection - possible to have no default choice on load? (i.e. show all)

    For a Blog sub-site it might be beneficial to show all posts on load (actually I think this is the out of the box behavior).  Modifying the Categories webpart to limit the total number of items shown seems to have broken this behavior for us so we're
    trying to use webpart connections as a filter; however, on load webpart connections seems to default to 1st row selected. 
    Is it possible to load without anything selected?  (i.e. show all blog posts)

    The partial answer is the following.
    Under Miscellaneous: 
    Uncheck > "Send first row to connected Web Parts when page loads"
    This solves the problem of the first row defaulting as the filter value; however, the default view is now that only items that have no category show (instead of the preferred behavior of showing all items).

  • Movie to BMP of QTVR doesn't save image in viewport

    When viewing a QTVR I move the image in the viewport to a particular view then "Export-->Movie to BMP" and I get the initial view, not the view in the viewport. I know this used to work but now it doesn't. Any workaround?
    Have they changed, or broken, the behavior? How does one file an official bug report?

    I just tried the email TIFF export and no luck. The red eye correction is lost. It's also lost on JPEG exports as well as any sharing to Flckr or Facebook.
    I've had Aperture for a while now but only recently had to use the on-board flash for dark location. I've never had to deal with red eye before.
    Here a photo where it exported the version with one corrected eye and one still red.
    http://cl.ly/800c18ee6d927872b453

  • Are WebServices in Flash Builder 4 broken?

    I have a JBoss server running that exposes a wsdl interface. One of the WebMethods are defined as follows:
    public List<Stuff> getStuff( long stuffParameter ) { ... }
    When I import the WSDL I get what I expect, a method getStuff and a parameter GetStuff that has an arg0 of type Number
    I then have the following code in my project
    private var proxy:StuffWS = new StuffWS(); // this is my webservice that serves Stuff
    I do
    var stuff:Stuff = new Stuff();
    stuff.arg0 = 55;
    var tok:AsyncToken = proxy.getStuff( stuff );
    tok.addResponder( new mx.rpc.Responder(stuffResponseHandler,genericFaultHandler) );
    I would expec this to call my web service with the parameter of 55, it does in Flex 3 (as far as I can remember). Instead my webservice is called with a parameter of 0.
    Looking at the soap package that goes out, that is not strange, it reads (removed headers)
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <SOAP-ENV:Body>
              <tns:getStuff xmlns:tns="http://package.package/appname/stuffws"/>
         </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    In other words, my 55 is nowhere to be seen.

    Attached is the Microsoft Dynamics CRM WSDL file, I have modified it slightly (commented out a few complex types) to make it pass the Apache wsdl2java tool. In Flex Builder 3 this generates what I would expect, a number of different types of value objects etc (for example an Account object). None of those are generated in Flash Builder 4. I would have expected to see Account.as, Contact.as and a whole host of other objects.
    Also, most of the objects that are created are "half" created, and are thus useless. Example - to retrieve a set of business entities using this WebService, you would create a QueryBase, set it's EntityName to something useful and then populate a ColumnSet object with an array of columns you would like to have returned. The ColumnSet doesn't include any way to add this array however, since it is basically an "empty" object with no real parameters to set or get.
    Either Flash 4 generates this in a really "smart" way, making me unable to understand it at all, or Flash 4 wsdl2actionscript is badly broken. Given the fact that no objects that are defined in the WSDL were created, I tend to favor the latter possibility.
    I have included the WSDL as it is when edited by me, and as it was originally. There is no difference in the result.
    I hope we are a little ways away from release, because this is going to require some work...    :-)

  • Changed (broken) behavior with application.idleTimerDisabled

    In version 2.1 of the iPhone SDK, application.idleTimerDisabled would disable auto lock for the application, even when phone calls, text messages and calendar events occurred. However, in 2.2.1, the behavior changed and text messages and calendar events now cause the phone to auto-lock. This has broken my application making it unusable since it relies on the application being run continuously without shutting down.

    BTW, this will break any application that uses idleTimerDisabled since receiving a txt msg or calendar even will sleep the app. This includes those apps like alarm clocks, clocks, security apps, etc. I would have expected more interest in this topic.

  • JDeveloper  11.1.2.0.0 Webservice projects using maven, broken dep

    Hi I am having a build dependency problem when writing webservices with JDeveloper
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Error building POM (may not be this project's POM).
    Project ID: com.sun.codemodel:codemodel:jar:null
    Reason: Cannot find parent: com.sun:codemodel for project: com.sun.codemodel:codemodel:jar:null for project com.sun.codemodel:codemodel:jar:null
    It's true, I cannot find this dependency anywhere, the dependency that causes this problem is:
    <dependency>
    <groupId>oracle.jdeveloper.library</groupId>
    <artifactId>JAX-WS-Web-Services</artifactId>
    <version>11.1.2.0.0</version>
    <type>pom</type>
    <scope>compile</scope>
    </dependency>
    which JDeveloper puts into my pom file.

    I guess you can't do this. Looks like the messages are not customizable.
    Timo

  • IPad splash screen/launch behavior broken in landscape mode for AIR 3.6?

    I just updated to Air 3.6 (under FB 4.6) and I'm now seeing an issue with my app launching in landscape mode when the home button is on the left.
    This is on my iPad 2 (running iOS 6.0). However, it doesn't happen on my iPad3 (running iOS5.1).
    Launching my app under Air 3.6 on my iPad2 with the home button on the left the following sequence happens :
    - The splash screen will appear properly.
    - As the splash screen is going away, the app will rotate upside down and remain upside down after finishing launching.
    - I must rotate the iPad 180 degrees and then back again to get it to recognize the correct orientation.
    I have some other apps that use the same project as a template and share the same launch code. An app that I have that was compiled under Air 3.4 does not exhibit this problem at all on the exact same iPad. The launch sequence works seemlessly.
    I have some other apps that were compiled under Air 3.2 on the same iPad that exhibit the following behavior, which isn't as severe :
    - The splash screen will appear properly.
    - The splash screen for a brief moment flips upside down.
    - The splash screen then rights itself and the app launches the right way up as it should.
    So it appears that something has changed in the way the AIR 3.6 is handling splash screens and the launching of an app.
    I'm not sure if this could be related to the issue that was posted here (although it was indicated for iPod/iPhone) :
    http://forums.adobe.com/message/5194883#5194883

    Thanks Zero7Eleven!
    Going into FB->Project Properties->ActionScript Compiler and adding -swf-version=19 to the "Additional compiler agruments" section seems to have fixed the issue for me.
    It looks like this compiler agrument was mentioned in the release notes here, which I didn't find ealier :
    http://helpx.adobe.com/flash-player/release-note/fp_116_air_36_release_notes.html

  • WebService generation and polymorphic behavior

    I have a simple problem.
    Class A has an attribute of type Class B
    Class B has 2 subclasses, Class C and Class D.
    (it holds only a reference to Class B, but at runtime will be assigned
    instances of Class C and Class D).
    Lets say Stateless EJB has a method called getMyClassA() : Class A
    The servicegen tool will not generate mappings or serializers/deserializers
    for Class C and Class D because they are not referenced directly
    (statically) from within serialized chain of classes. If I make a fake
    (unused) attribute in Class A of type Class C and Class D, everything is
    created and all works fine.
    I tried to use the <autotype> and <source2wsdd> but I need to run then it
    twice. Once with the EJB interface, and once with the supporting classes
    (class C & D). Unfortunately I then have to manually merge the 2 deployment
    descriptors because the <source2wsdd> task doesn't support the
    "mergeWithExistingWs" attribute as specified in the documentation.
    Has anybody encountered this problem?
    Thanks,
    Mark

    When I upgraded to 8.1 from the beta it seemed to magically work!
    Thanks,
    Mark
    "manoj cheenath" <[email protected]> wrote in message
    news:[email protected]...
    Thanks for trying out my suggestion.
    It looks like the problem is because you are
    using 8.1beta. WLS 8.1 GA is available for
    download. Please try it out.
    I wrote an example similar to your usecase
    and it seems to work fine in WLS 8.1.
    Checkout the example attached.
    Regards,
    -manoj
    http://manojc.com
    "Mark Fine" <[email protected]> wrote in message
    news:[email protected]...
    Yes, i'm using the WLS8.1beta.
    Originally, I was using the "copied.xml" file. That does not "merge".
    It
    works as stated in the autotype documentation, it excludes the types
    specified in the "typeMapping" file so the new types.xml file onlycontains
    types that are not in the "copied.xml" file.
    The source2wsdd task is needed to merge two deployment descriptors intoone,
    but unfortunately the documented parameter "mergeExistingWS" doesn't
    work
    in
    8.1 (documented bug).
    Is there any workaround for this other than manually merging thedeployment
    descriptors.
    M
    "manoj cheenath" <[email protected]> wrote in message
    news:[email protected]...
    You are using WLS 8.1?
    Also can you please try the secound autotype with
    the copied.xml file. I suspect that the old types.xml
    file is overwritten before loading it.
    <autotype
    javaComponents="${service.class}"
    targetNamespace="${webservice.machine.url}"
    destDir="${autotype.dir}"
    typeMappingFile="${autotype.dir}/copied.xml"
    >I have not tried this type of example. So this is a
    wild guess :-)
    Regards,
    -manoj
    http://manojc.com
    "Mark Fine" <[email protected]> wrote in message
    news:[email protected]...
    I tried running autotype for both class C & D, and for the EJB. It
    simply
    overwrites the first types.xml.
    To confirm the problem I copied the result of autotype C & D to aseparate
    file and saw that its contents were not merged.
    Here are my tasks:
    <autotype
    javatypes="C, D"
    targetNamespace="${webservice.machine.url}"
    destDir="${autotype.dir}">
    <classpath>
    <path refid="webservice-build-classpath" />
    <pathelement location="${autotype.dir}" />
    </classpath>
    </autotype>
    <copy tofile="${autotype.dir}/copied.xml"
    file="${autotype.dir}/types.xml"/>
    <autotype
    javaComponents="${service.class}"
    targetNamespace="${webservice.machine.url}"
    destDir="${autotype.dir}"
    typeMappingFile="${autotype.dir}/types.xml"
    >
    <classpath>
    <path refid="webservice-build-classpath" />
    <pathelement location="${autotype.dir}" />
    </classpath>
    </autotype>
    "manoj cheenath" <[email protected]> wrote in message
    news:[email protected]...
    In 8.1 you can run autotype on class C and D to generate
    the types.xml file. Then run autotype on the ejb interface
    by passing in the types.xml file generated before. The
    secound autotype should merge the type.xml files. I have
    not tried this out, but a similar example is here.
    http://www.manojc.com/?sample8
    Regards,
    -manoj
    http://manojc.com
    "Mark Fine" <[email protected]> wrote in message
    news:[email protected]...
    I have a simple problem.
    Class A has an attribute of type Class B
    Class B has 2 subclasses, Class C and Class D.
    (it holds only a reference to Class B, but at runtime will be
    assigned
    instances of Class C and Class D).
    Lets say Stateless EJB has a method called getMyClassA() : Class
    A
    >>>>>>
    The servicegen tool will not generate mappings orserializers/deserializers
    for Class C and Class D because they are not referenced directly
    (statically) from within serialized chain of classes. If I make
    a
    fake
    (unused) attribute in Class A of type Class C and Class D,
    everything
    is
    created and all works fine.
    I tried to use the <autotype> and <source2wsdd> but I need to
    run
    then
    it
    twice. Once with the EJB interface, and once with the
    supporting
    classes
    (class C & D). Unfortunately I then have to manually merge the
    2
    deployment
    descriptors because the <source2wsdd> task doesn't support the
    "mergeWithExistingWs" attribute as specified in the
    documentation.
    >>>>>>
    Has anybody encountered this problem?
    Thanks,
    Mark

  • Parameter behaviors broken.

    i'm having an issue with parameter behaviors and perhaps someone could let me know if they could reproduce the problem (or point out my user error).
    -new document, move the playhead to frame 1
    -add media to the timeline (anything. still image, or just create a rectangle)
    -add an oscillate parameter behavior to the position parameter.
    -set amplitude to 0, speed to 100
    -add a ramp parameter behavior to the amplitude parameter (of the oscillate behavior).
    -set the start value 100, end value to 0
    -play the movie
    it should behave correctly at this point, just a simple oscillation that winds down and the object should stop in it's original location.
    now, move the layer (and it's behaviors) to the right on the timeline. play again.
    the behavior i get is that the object appears on screen when it's supposed to, but remains static at first. the animation will begin mid-sequence at the frame number double of the layer's in point. ie. if i move the layer's in point to frame 10, the animation will begin at frame 20, but the object will jump to it's intended location 10 frames into the animation.
    if you slide the layer back to frame 1 the correct behavior should return.
    i haven't tried other combinations of behaviors, but i have tried changing in points rather than sliding which also introduces odd playback.
    anyone else experience this? any workarounds?
    for those interested, i'm using these behaviors to simulate mass in my animations without having to keyframe it. you know, slide a graphic onscreen, then have it overshoot slightly and return to it's final resting point. it's really nice to be able to use behaviors to nail the animation quickly and believably, but it's a show-stopper that i can't slide my elements around to adjust their timing.
    -bt

    I see you also have Motion 4 installed. Is your FCP Studio installed in a separate folder. All studio aps should be together in a separate folder not individually in the applications folder. That is Apples recommendation to avoid conflicts. Do you have any other problems with Motion 5 or FCPX ( If you have that as well). If that is not an issue then I would trash Motion 5 preferences. Preference manager from Digital Rebellion which is a free download does this very safely and easily though you can do it manually if you like. I can not repeat your problem. I can apply parameter behaviors to properties in the inspector or from the behavior button in the tool bar with no issues. If trashing preferences doesn't help then try a new user and see if the issue is there as well. Next step if none of this works would be to reinstall Motion. Good Luck!

  • Fireworks 8 Behaviors Panel Broken

    I am using Fireworks 8 on Mac G4 with OS 10.3.9
    My Behaviors panels is not displaying the Events or Behaviors
    columns and I am unable to edit an event that triggers the
    behavior.
    I noticed that on 5/27/07 someone posted the identical
    problem under "Behaviors Panel Missing columns FW-8".
    Unfortunately, there was no response then to this problem.
    He wrote:
    "I'm running fireworks 8 on an intel Macbook, OS 10.4. When I
    open the behaviors panel, I get a 'onMouseOver" listing but nothing
    else. Cannot seem to highlight an event and there are no actions or
    events headings in the panel. As say, a rollover, the behavior
    works in preview, (and in dreaweaver), but if I want to use a click
    event, instead of a rollover, I cannot do it. (This bieng for a
    swap image action). Any idea of what is going on?"

    Thank you Linda for your quick reply
    You discussed Fireworks on a Windows PC. I run Fireworks at
    home on an Apple desktop and an Apple laptop. Only the desktop
    (Apple G4) has had this issue for about two weeks now (it was fine
    for several years), the laptop's Fireworks is working well.
    At school, I teach Fireworks on Windows PCs and am not having
    this issue there on the PC's either.
    Your comment about some internal Fireworks interface resource
    causing it sounds logical. There is nothing named "SMALLE" or
    "SMALLE.FON" on any of my hard drives :-( I have not purposefully
    disabled any of my fonts lately.
    As a test, I fired up Fireworks MX 2004 on the problem
    desktop and the Behaviors panel was functioning normally in that
    version of the program.
    So, I am going to try reinstalling Fireworks 8 in the hopes
    that some missing/damaged resource is replaced with a new one that
    is working correctly.
    Thank you for your valuable time and assistance.
    Thomas
    http://www.masteradobe.com
    p.s. I have posted a screen shot of the problematic Behaviors
    Panel at:
    http://homepage.mac.com/macintutor/PhotoAlbum33.html

  • Is Drift In text behavior broken, or is it just me?

    The Drift In behavior (found in Behaviors/Text Sequence/Text Basic) is great for sliding text into place on the screen ... unless you want to slide from the right. Am I doing something wrong?
    I drop the default behavior on a text object and it looks like this:
    The default gives me exactly what I want: text sliding from left to right. Now I want the next text object to slide right to left. So I change the Direction parameter:
    But it still slides in from left to right!?! This control seems to have no effect. Am I missing something here?

    The reason it doesn't work like you were hoping is because that specific behavior has the text sliding in from a specific position on the left, set in the "Format" section at the top of the behavior. Changing the direction doesn't change the position of where the text animates in from, only which character, word, or block starts the animation. Try changing the Unit Size to Character, then changing the direction from Left to Right, then Right to Left to see what I'm talking about. You'll see the same Drift In animation, only it will start from the left-most character when Left to Right is selected, but will start from the right-most character when Right to Left is selected.
    To get what you're looking for, open up the parameters at the top of the behavior and change the Position X parameter to a positive value. It's set to -220, simply change it to 220, and your text will move in from the right.

Maybe you are looking for

  • Why is QuickTime suddenly "not available" in CS3?

    While trying to embed a video into a document, I recieve an error message saying QuickTime isn't available. I've uninstalled and reinstalled QuickTime, which now works -- it will run video independently of InDesign. But when I try to place a video or

  • Firefox prints some fonts incorrectly, though on-screen display is OK

    Sometimes text displayed correctly on the screen prints as gibberish: characters are substituted, the font is changed, and spacing is disrupted. In this case the affected text is in a box, but this is not always so. Also, some web pages (including th

  • How can I get rid of the "hoax" Firefox window telling me to upgrade?

    Every time I open Firefox 3.6.13, I get a window which tells me I'm running an old version and should update. Googling this, I found out it's some kind of hoax. It's really irritating and I'd like to find a way of preventing it from opening. Any idea

  • Enter a billion dollar price on line item for PO

    I cannot enter greater than 999,999,999.99 on a po line item.  Has anybody else run into this issue. What did you do to get around it. besides .... breaking it up over multiple lines J

  • Calling separate LSMW steps from ABAP program

    Hai all, anybody know if I can call sepearte LSWM step from a ABAP programm, I only need to: Specify Files Import Data Convert Data Create Batch Input Session Run Batch Input Session Need this steps so i can provide backoffice user a tool which impor