[svn] 2644: First pass at unifying layout APIs between UIComponent and GraphicElement, more to come with additional check-ins.

Revision: 2644
Author: [email protected]
Date: 2008-07-28 16:58:09 -0700 (Mon, 28 Jul 2008)
Log Message:
First pass at unifying layout APIs between UIComponent and GraphicElement, more to come with additional check-ins.
reviewed by Ryan, Glenn, Gordon, Chet
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Ellipse.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/FilledElement.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/IGraphicElement.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Line.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Path.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Rect.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/StrokedElement.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextBox.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextGraphic.as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as
flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/TextGraphicEle ment.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

Similar Messages

  • [svn] 4840: Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled

    Revision: 4840
    Author: [email protected]
    Date: 2009-02-04 13:20:07 -0800 (Wed, 04 Feb 2009)
    Log Message:
    Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled
    Fix: remove layoutMatrix, layoutMatrix3D properties, add a parameter to the setLayoutMatrix, setLayoutMatrix3D methods to designate whether to trigger a layout pass after the transformation is applied.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18434
    Reviewer: Jason
    tests: checkintests, mustella flash component kit
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18904
    http://bugs.adobe.com/jira/browse/SDK-17508
    http://bugs.adobe.com/jira/browse/SDK-18434
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

  • [svn:osmf:] 13848: Pre-PARB'ing Layout API:

    Revision: 13848
    Revision: 13848
    Author:   [email protected]
    Date:     2010-01-28 03:31:07 -0800 (Thu, 28 Jan 2010)
    Log Message:
    Pre-PARB'ing Layout API:
    - Removal of ILayoutContext (merged with ILayoutTarget).
    - Layout targets no longer get their width and height set directly. Instead, an 'updateMediaDisplay()' method is invoked, passing the target the width and height that it can use for displaying its media.
    - 'intrinsicWidth' and height properties have been renamed 'mediaWidth' and height in order to map to the DisplayObjectTrait more closely.
    - A context can no longer be assigned a layout renderer. Coupling of a renderer and a context now takes place exclusively by setting the renderer's context property. The renderer will emit a LayoutRendererChange event that the target can use to collect the reference for its read-only layoutRenderer property.
    - Introducing ExternalProperty that isolates the boiler plate code for classes that hold getters to values that are externally controlled by means of a value change event.
    - RegistrationPoint now defines String constants.
    - DefaultLayoutRenderer now sets default width, height and scaling mode properties when targets get added to the renderer (unless some layout data has already been set).
    Updating unit tests accordingly.
    Modified Paths:
        osmf/trunk/framework/OSMF/.actionScriptProperties
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/composition/CompositeDisplayObjectTrait.as
        osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/display/MediaContainerGroup.as
        osmf/trunk/framework/OSMF/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RegistrationPoint.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestParallelElementWithDisplayObjectTr ait.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestSerialElementWithDisplayObjectTrai t.as
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
        osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaContainerGroup.as
        osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaPlayerSprite.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestDefaultLayoutRenderer.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutAttributesFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestMediaElementLayoutTarget.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TesterLayoutTargetSprite.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererChangeEvent.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/utils/ExternalProperty.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRenderer.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutContext.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutContextSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutContextSprite.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRendererBase.as

    Stop it
    Sent from my I phone

  • FB60 screen change layout different between DEV and PRD

    Hi,
    I'm having problem with transaction FB60. When i try to change the layout in PRD, in screen Edit System Setting, some of the field showing 0 length. For example in WBS element field, in DEV show length 24 but PRD show length 0. I try to compare the version but it is same (program & table structure - ACGL_ITEM). When I debug the program, found out that it will get the structure from sap internal c program call 'AB_GET_CX_DATA'. So, maybe this program version are different between DEV and PRD.
    Anybody knows what is the cause of this problem? Or maybe somebody can tell me how to check sap internal c program.
    Thank you very much.

    Yes. FB60 is Enter Vendor Invoice. In this screen you can see a table with column such as GL Acct, Debit/Credit, Amount in DC, Cost Center and others. You can add or remove some of the field using Table Setting and create Screen Variant. My problem is, the length of WBS Element and Profit Center field is 0. How to change the length.
    I already searched in forum but I only found how to create screen variant.
    Thanks.

  • Api POI read and replace my word document with java

    Hi
    Everyone
    I�d like to know if someone has a piece of code reading a word document with api POI to send me?
    I need read replace the word document wiht java j2ee.
    Thanks

    Hello,
    You have to use the Office Integration Library. Please, follow the documentation below:
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/32853febec3c17e10000000a114084/frameset.htm
    I hope this helps you.
    Regards,
    Blanca

  • Screen layout discrepancy between AS01 and AS91

    Hi Everyone,
    We are trying to create an asset via AS01 and we noticed that the field for serial number is grayed-out. However, in the screen layout settings for the asset master record, the serial number is defined as optional.
    On the other hand, if we create a legacy asset via AS91, the serial number is open for editing.
    What could be the problem causing this discrepancy?
    Thanks in advance.
    Joey

    Hi
    check at what level you maintain this field, Asset class,Main asset or/subasset level.
    Check what you are doing i.e. creation of main asset or sub asset.
    I think this checking helpful for you.
    Regards
    Srinivas

  • First Project - Poor resolution when working between FCE and LT

    I've put together a 1 minute sequence in FCE 4 (1920X1080) and it looks great when I export to QuickTime movie.
    I then use that movie as a background in LiveType, adding a bunch of titles and graphics.
    If I then render the movie in LiveType the rendered movie chokes and skips. If I import it back into FCE and export it back to a QT movie, it looks poor - compression artifacts and the text doesn't look crisp.
    Is there a better way to:
    1) Sequence and edit my clips (1 min movie)
    2) Add tiles/graphics throughout
    3) Output to HD format
    Thanks!

    I figured it out.....
    Rather than rendering the movie in LT and importing to FCE, I just imported the LT project itself. Working between the two apps simultaneously, I can position the text and graphics from LiveType, save, then instantly see the results in FCE.
    Everything is looking crisper....

  • [svn] 2277: 1) Update the messaging-config. xml under resource and add the cluster definition with shared-backend attribute .

    Revision: 2277
    Author: [email protected]
    Date: 2008-06-27 08:22:18 -0700 (Fri, 27 Jun 2008)
    Log Message:
    1) Update the messaging-config.xml under resource and add the cluster definition with shared-backend attribute. [#blz-197]
    2) Minor update to the session test.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/blz-197
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/src/remoting/session/FlexSessionAttribu teListenerTest.java
    blazeds/branches/3.0.x/resources/config/messaging-config.xml

    To use servlets u have indeed to update your web.xml...Well I'm not sure this is relevant to your case anyway.
    You have to add a <servlet> element to this file.
    Something like this:
    <servlet>
    <servlet-name>blabla</servlet-name>
    <servlet-class>blablapackage.Blablaclass</servlet-class>
    <init-param>...</init-param>
    </servlet>
    Now this may not solve your problem. Make sure you refer to your servlets using their full qualified names.btw, just to be sure, what is your definition of "servlet"? (i mean: any java class or only javax.servlet.Servlet)

  • Location for Unifier 9.9.1 installer and installation Guides

    Hi,
    I am not able to find unifier 9.9.1 installer and related documentation like installation guide for udesigner,unifier and administration guide,user guides either in Oracle Edelivery  or pathes & Updates in oracle support. Can you anyone please gude to the location from where I can download Unifier 9.9.1 installer and all related documents Please
    With Regards
    Goutom

    Hi Goutom,
    The unifier 9.1.1 install document... Installation and Configuration Documentation
    Reference ..Primavera Unifier 9.11 Online Documentation Library
    The software can be download from http://edelivery.oracle.com
    Regards
    Ming

  • [svn:osmf:] 13904: Pre-PARB'ing the Layout API continued:

    Revision: 13904
    Revision: 13904
    Author:   [email protected]
    Date:     2010-02-01 06:51:14 -0800 (Mon, 01 Feb 2010)
    Log Message:
    Pre-PARB'ing the Layout API continued:
    - Internalizing layout facet classes, and
    - Adding a public LayoutProperties class,
    - Removing LayoutUtils (for setting properties can now be done using LayoutProperties),
    - Introducing IMetadataProvider, and marking classes that have a metadata getter to be implementing it,
    - Remove LayoutRendererFacet (for it can be fetched/set directly from/to the metadata easily using ObjectFacet),
    - Adding LayoutRendererMode, in preparation for horizontal and vertical boxing support on the default renderer,
    - Updating client code and unit tests accordingly.
    Updating OMSF player to:
    - Use the framework layout system to position the control bar,
    - as well as for positioning the right-click overlay.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
        osmf/trunk/apps/samples/framework/MediaContainerSample/MediaContainerSample.as
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/NestedMediaContainersSample .as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/composition/CompositeDisplayObjectTrait.as
        osmf/trunk/framework/OSMF/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/DefaultLayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/ILayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRenderer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as
        osmf/trunk/framework/OSMF/org/osmf/layout/MediaElementLayoutTarget.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaElement.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaResourceBase.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/composition/TestParallelElementWithDisplayObjectTr ait.as
        osmf/trunk/framework/OSMFTest/org/osmf/containers/TestMediaContainer.as
        osmf/trunk/framework/OSMFTest/org/osmf/display/TestMediaContainerGroup.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestDefaultLayoutRenderer.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBarBase.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/hint/Hint.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/utils/FadingSprite.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutProperties.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererMode.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/IMetadataProvider.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutProperties.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/layout/AbsoluteLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/AnchorLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutAttributesFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutRendererFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutUtils.as
        osmf/trunk/framework/OSMF/org/osmf/layout/PaddingLayoutFacet.as
        osmf/trunk/framework/OSMF/org/osmf/layout/RelativeLayoutFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutRendererFacet.as
        osmf/trunk/framework/OSMFTest/org/osmf/layout/TestLayoutUtils.as

    Stop it
    Sent from my I phone

  • [svn:fx-trunk] 5152: First pass of bug fixes for the Spark skins for Halo components.

    Revision: 5152
    Author: [email protected]
    Date: 2009-03-03 13:18:45 -0800 (Tue, 03 Mar 2009)
    Log Message:
    First pass of bug fixes for the Spark skins for Halo components.
    Bugs:
    SDK-19963 - themeColor should not affect rollOverColor or selectionColor in flex 4
    SDK-19654 - Spark skin for the Halo ComboBox dropdown needs a drop shadow
    SDK-19637 - Halo HScrollBar/VScrollBar controls dont render correctly when specifying includeIn states
    SDK-19634 - Halo ProgressBar default size is very different when using Halo vs Gumbo theme
    SDK-19626 - Flicker when toggling enabled property on Halo TabBar control with Gumbo skin
    SDK-19556 - selected Halo CheckBox and RadioButton icons briefly flicker when you roll over them
    SDK-19658 - Halo ComboBox with Gumbo skin has an odd flicker
    Doc/QA Notes: The fix for SDK-19963 includes a compatibility-version check. When compatibility-version < 4, setting themeColor implicitly sets rollOverColor and selectionColor, if they have not been set. When compatibility-version >= 4, you must explicitly set rollOverColor and selectionColor, even when using the Halo theme.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19963
    http://bugs.adobe.com/jira/browse/SDK-19654
    http://bugs.adobe.com/jira/browse/SDK-19637
    http://bugs.adobe.com/jira/browse/SDK-19634
    http://bugs.adobe.com/jira/browse/SDK-19626
    http://bugs.adobe.com/jira/browse/SDK-19556
    http://bugs.adobe.com/jira/browse/SDK-19658
    http://bugs.adobe.com/jira/browse/SDK-19963
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxApplication.as
    flex/sdk/trunk/frameworks/projects/framework/defaults.css
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as
    flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/BorderSkin.mxml
    flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ProgressBarTrackSkin.mxm l

  • [svn:osmf:] 14023: Updating OSMFPlayer to the changed layout APIs, adding a comment, and fixing MediaContainer from ignoring its constructor argument.

    Revision: 14023
    Revision: 14023
    Author:   [email protected]
    Date:     2010-02-07 07:54:38 -0800 (Sun, 07 Feb 2010)
    Log Message:
    Updating OSMFPlayer to the changed layout APIs, adding a comment, and fixing MediaContainer from ignoring its constructor argument.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/OSMF/org/osmf/layout/LayoutTargetSprite.as

  • How to pass kerberos ticket at api level?

    Hi,
    Am relatively new in the domain of Java Security, JAAS and JGSS. After reading the tutorials and examples, I was able to do authentication and message transfer using Kerberos LoginModule. All the examples demonstrates message transfer and credential passing at socket level.
    But in normal scenario's a server application exposes its APIs and the clients invokes remote methods on the server instead of sending data at a socket level.
    My question is can I use kerberos and JGSS to pass security context at api level without adding an arguement for security context in each api call?
    In simple terms, Is it possible to implicitly pass user credential's to server at each api call instead of exchanging/encrypting data at socket level?
    Is there any other mechanism that meets this kind of requirement?
    Thanks,
    Kapil

    Seema, could you please elaborate on how GSS context is established?
    The examples show that context is established after series of message passing between client and server inside a while loop
    while (!peerContext.isEstablished()) {
                       byteToken = peerContext.initSecContext(byteToken, 0, byteToken.length);
                    if (byteToken != null) {
                        outStream.writeInt(byteToken.length);
                        outStream.write(byteToken );
                        outStream.flush();
                    }//if
                    if (!peerContext.isEstablished()) {
                        byteToken  = new byte[inStream.readInt()];
                        inStream.readFully(byteToken );
                    }//if
                }//while (!peerContext...)Is there any other way to establish GSS context ?
    Thanks & Regards,
    Kapil

  • Users having access can't promote planning units during First pass state

    Hi,
    There is something I do not understand using the workflow in Hyperion Planning 11.1.2 : on first pass state, users having access can not promote a planning unit.
    Only the owner can promote... to himself !
    I'm lost !
    Please help.
    Thanks.
    Virgile.
    Edited by: 808808 on 7 déc. 2010 06:19
    Edited by: 808808 on 7 déc. 2010 06:22

    Hi,
    I tried first with a Planner user, and then with a Interactive user, and there is no difference.
    When I try to change the status, I have an error message that tells me that I can't change status of the planning unit.

  • [svn:osmf:] 13042: Fix for FM-287, reinstating the main sample ( that uses serial and parallel composition), and making another pass at  getting all the changed trait methods mapped correctly back- and forth between JS and Flash .

    Revision: 13042
    Revision: 13042
    Author:   [email protected]
    Date:     2009-12-17 03:45:27 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Fix for FM-287, reinstating the main sample (that uses serial and parallel composition), and making another pass at  getting all the changed trait methods mapped correctly back- and forth between JS and Flash.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-287
    Modified Paths:
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/HTMLGatewaySample.as
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/html-template/index.template.html
        osmf/trunk/framework/MediaFramework/org/osmf/external/HTMLElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/gateways/HTMLGateway.as

    Perre wrote:I'm used to being able to pick one or a couple of songs and then adding it a specified playlist. Is this impossible in sonata?
    It's clearly not impossible, just different than you expect. Create your playlist as you want it to appear in the Current tab (meaning don't dump every single song from your library in there, just the ones you want) and then save the playlist.
    Perre wrote:And if I try to play the m3u file created (the one with every song listed) through freevo I get a message that the directory is empty. What am I doing wrong??
    Look at save_absolute_paths_in_playlists in your mpd.conf.

Maybe you are looking for

  • BPM Synchronous Call: Error HTTP call to IS unsupported in AEX case

    Hello, we had an PO System 7.4 SP 7 and tried to call  a synchronous Interface on PI via an "automated Activity". But we get the error "Could not invoke service reference name 0a5b605b-fc7a-410f-920a-0f6952dee18f...... Error while sending message. Re

  • Playing home videos on ipod

    I would like to know how to play videos that i made on my Cannon A80 on my ipod. I have been messing with it all day and can not figure it out. It is really starting to iritate me. Is it possible at all? I read some other posts but they were of no he

  • How to receive emails

    Hi All, My requirement is such that I have to read emails from a pop3 server. But question is how to configure WebAS 6.40 to recieve emails from pop3 server and I have not found any solutuion. I have done all settings described in <a href="https://we

  • Is anyone currently working hands on with the Macbook Pro 13"

    I would like to buy this model but I would first like to hear any reactions from people currently working on the new Pro 13". Any particular problems? Is the screen a worthy update from the Macbook 13"? Any thoughts on quality and performance? thanks

  • Problem with createImage =(

    I just started working with J2ME a few weeks ago, right now I'm trying to create a sprite but it keeps giving me the same error saying: 44: unreported exception java.io.IOException; must be caught or declared to be thrown Image img = Image.createImag