What to use in this case?

I'm in CS3 I have an .swf of a skyline in the attached. The
design calls for text to tween up from behind the buildings on the
skyline. I was able to do this with a straight mask but you can see
the text coming out from the tip of the mask. I wanted to know the
best way cut the top of the jpg off and around the building tops so
you can start to see the text in between the buildings rather than
start to appear on a straight line. I know basic Flash but I'm a
bit rusty on getting the right formula for this to work.
Is Flash my best option to do this or should I do it in PS
first?
Heres the
url

If you don't mind, I am going to terminate discussion of Web Dynpro ABAP here. It is not that I want to, but we are in a difficult position with this development, and can not really discuss it too much.
But, let me first make a few (last) comments:
(*) BSP is available since WebAS 610 (which is now nearly at the end of its lifetime). WebAS 620 is the main platform out there, with NW04 (WebAS 640) now shipping, and the next product is inevitably coming. If you keep in mind that SAP supports each release at least 7 years, and we will be shipping BSP in an upcoming release, you can see that with BSP you are not going to left stranded for many years to come.
(*) Web Dynpro Java is out and shipping. A very nice development environment. You can build nice things with it.
(*) Web Dynpro ABAP: it will become a very nice product as well. We should know :). But, it will definitely not ship on NW04 platform. Which unfortunately means the next great NW shipment (both naming and date is not available).
From our experience, most people seem to make their decisions based on the available Java versus ABAP skills in the shop. However, the other factor to look at is also "pixel perfect" rendering. Only with BSP can you influence the rendering. Web Dynpro is more a development platform for business applications, and as such they must conform to the designated model/concepts, etc.
brian

Similar Messages

  • BSP / Web-Dynpro (Java / Abap)  what to use in this case ?

    Hi all,
    i have some questions about all this BSP/Web-Dynpro stuff. We have an application (for health care written in Visual Studio) out there at our customers. Some of these customers are using SAP as their backend system. So we've writte some backend functionality (a cash processing, additional reports, a special invoice system etc.etc.) in Abap and Abap-Objects. Actually we are planing a new release for this backend stuff which is using the normal SAP Gui.
    Maybe we plan for the next release to convert our app to a Web based app and we discuss what SAP technology we should use for that.
    Here are my questions :
    - When and why should we use Web-Dynpro (Java) ?
    - Can't we use BSP ?
    - Is there any future for BSP ?
    - When will Web-Dynpro for ABAP be released (actually we are not a Java Shop so Abap is prefered)?
    Hope someone can answer my question.
    Greetings
    Henning

    If you don't mind, I am going to terminate discussion of Web Dynpro ABAP here. It is not that I want to, but we are in a difficult position with this development, and can not really discuss it too much.
    But, let me first make a few (last) comments:
    (*) BSP is available since WebAS 610 (which is now nearly at the end of its lifetime). WebAS 620 is the main platform out there, with NW04 (WebAS 640) now shipping, and the next product is inevitably coming. If you keep in mind that SAP supports each release at least 7 years, and we will be shipping BSP in an upcoming release, you can see that with BSP you are not going to left stranded for many years to come.
    (*) Web Dynpro Java is out and shipping. A very nice development environment. You can build nice things with it.
    (*) Web Dynpro ABAP: it will become a very nice product as well. We should know :). But, it will definitely not ship on NW04 platform. Which unfortunately means the next great NW shipment (both naming and date is not available).
    From our experience, most people seem to make their decisions based on the available Java versus ABAP skills in the shop. However, the other factor to look at is also "pixel perfect" rendering. Only with BSP can you influence the rendering. Web Dynpro is more a development platform for business applications, and as such they must conform to the designated model/concepts, etc.
    brian

  • Which cache the Formula Engine will use in this case?

    Say that a MDX query contains:
    ❶a calculated measure defined in the targeted cube, ❷and another
    WITH MEMBER.
    Which cache the Formula Engine will use in this case:
    ❶Query,
    ❷Global, or
    ❸both (query & global)? and why? .... illustrate as possible please.

    Thanks Elvis ... but
    ❶ doesn't your reply, especially this part:
    ...But if we use WITH MEMBER keyword to define a calculated measure, it's the Storage Engine cache and not the Formula Engine cache....
    contradict with Microsoft's white
    paper: SQL
    Server 2008 R2 Analysis Services Performance Guide? ... check the figure below please:
    this is in page 36, where they are talking about the Formula Engine (or Query Processor, as they sometimes refer to it) types of cache. note the highlighted, they are saying that using the "WITH keyword within a query" forces the use of the "Query
    Context" which is one of the formula engine cache (as they said).
    Actually I've asked the main question because of this part of the same 36 page:
    I wanted to know
    ❷ what will happen to the calculated measures (those defined in the cube) if combined with another calculated members defined using the WITH keyword, in the same query? are they going to be recalculated even if they are already
    exist in the global cache?

  • Hey have you activate a new account and I have a game called Clash Of clans and I try to I add on my new purchase, including what to do in this case

    Hey have you activate a new account and I have a game called Clash Of clans and I try to I add on my new purchase, including what to do in this case
    plz help me

    Just what are you doing and what exactly happens?

  • HT4623 When I was updating my iphone to the new iOS at the final part (when the syncronization is beind done in iTunes), it never finshed. It's been more than 1 hour and it says "syncronizing step 2 of 4". What to do in this case?

    When I was updating my iphone to the new iOS at the final part (when the syncronization is beind done in iTunes), it never finshed. It's been more than 1 hour and it says "syncronizing step 2 of 4". What to do in this case?

    Hi lucaloo,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Cheers,
    - Judy

  • HOw to create a Batch file for java application and whats the use of this ?

    HI,
    How to create a Batch file for java application ?
    And whats the use of creating batch file ?
    Thanks in advance

    First of all, you're OT.
    Second, you can find this everywhere in the net.
    If you got a manifest declaring main class (an classpath if needed), just create a file named whatever.bat, within same directory of jar file, containing:
    javaw -jar ./WhateverTheNameOfYourJarIs.jar %*By the way, assuming a Windows OS, you can just double click the jar file (no batch is needed).
    Otherwise use:
    javaw -cp listOfJarsAndDirectoriesSeparedBySemiColon country/company/application/package/className %*Where 'country/company/application/package/' just stands for a package path using '/' as separator instead of '.'
    Don't specify the .class extension.
    Javaw only works on Windows (you asked for batch, I assumed .BAT, no .sh), in Linux please use java.exe (path may be needed, Windows doesn't need it 'cause java's executables are copied to system32 folder in order to be always available, see PATH environment variable if you don't know what I'm talking about) and use ':' as classpath (cp) separator.
    The '%***' tail is there in order to pass all parameters, it only works on Windows, refer to your shell docs for other OSs (something like $* may work).
    This way you have a command you can call to launch your code (instead of opening NetBeans just to see your app working). You could schedule tasks on it or just call it in any command prompt (hope you know what it is 'cause there have been people in this very same forum with no clue about it, if not just hold the 'Windows button' and press 'R', then type 'cmd' and run it).
    Finally add dukes and give 'hem away.
    Bye.

  • SAPGUI_PROGRESS_INDICATOR what is use of this fun module when sending data

    dear ,
    what is use of
    SAPGUI_PROGRESS_INDICATOR  fun module when sending data to FTP SERVER . POINTS MUST BE GIVEN

    Dear ,
    when i am trying to send data in internal table of type charterter declared below(i.e iresult) to FTP SERVER program giving the DATA ERROR = 3 when 'FTP_R3_TO_SERVER' fuction module is exected and file it not creating in ftp server . plz help me pointS must be given .
    the FTP_CONNECT ,FTP_COMMAND function modules are executing properly giving handle 1 and its sy-subrc = 0 .
    when 'FTP_R3_TO_SERVER' is executed it is giving SY-SUBRC = 3 ( DATA ERROR ) i.e it is failing to out internal table data in FTP SERVER . PLZ HIDE ME ITS URGENT .
    THIS IS CODE I USED .
    DATA : BEGIN OF iresult OCCURS 5,
    rec(450),
    END OF iresult,
    DATA :
    dest LIKE rfcdes-rfcdest VALUE 'SAPFTP',
    compress TYPE c VALUE 'N',
    host(64) TYPE c.
    DATA: hdl TYPE i.
    DATA: BEGIN OF result OCCURS 0,
    line(100) TYPE c,
    END OF result.
    DATA : key TYPE i VALUE 26101957,
    dstlen TYPE i,
    blob_length TYPE i.
    host = p_host .
    DESCRIBE FIELD p_password LENGTH dstlen IN CHARACTER MODE.
    CALL 'AB_RFC_X_SCRAMBLE_STRING'
    ID 'SOURCE' FIELD p_password ID 'KEY' FIELD key
    ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD p_password
    ID 'DSTLEN' FIELD dstlen.
    CALL FUNCTION 'FTP_CONNECT'
    EXPORTING
    user = p_user
    password = p_password
    host = host
    rfc_destination = dest
    IMPORTING
    handle = hdl
    EXCEPTIONS
    not_connected = 1
    OTHERS = 2.
    IF sy-subrc = 0.
    CONCATENATE 'cd' ftppath INTO ftppath SEPARATED BY space .
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = ftppath
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    IF sy-subrc = 0 .
    CLEAR result .
    REFRESH result .
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = 'ascii'
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    IF sy-subrc = 0 .
    DESCRIBE TABLE iresult LINES lines.
    blob_length = lines * width .
    clear : lines.
    Delete the existing file
    CONCATENATE 'del' ftpfile INTO delfile SEPARATED BY SPACE.
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = delfile
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    *End of deleting the existing file
    CALL FUNCTION 'FTP_R3_TO_SERVER'
    EXPORTING
    handle = hdl
    fname = ftpfile
    blob_length = blob_length
    TABLES
    blob = iresult
    EXCEPTIONS
    TCPIP_ERROR = 1
    COMMAND_ERROR = 2
    DATA_ERROR = 3
    OTHERS = 4.
    IF sy-subrc 0 .
    WRITE 'Error in writing file to ftp' .
    ELSE.
    WRITE 'File downloaded on the ftp server successfully'.
    ENDIF.
    ENDIF.
    ELSE.
    WRITE : 'Path on ftp not found : ' , ftppath .
    ENDIF.
    CALL FUNCTION 'FTP_DISCONNECT'
    EXPORTING
    handle = hdl.
    CALL FUNCTION 'RFC_CONNECTION_CLOSE'
    EXPORTING
    destination = 'SAPFTP'
    EXCEPTIONS
    OTHERS = 1.
    ELSE.
    WRITE 'Could not connect to ftp' .
    ENDIF.
    ENDFORM. " FTPFINANCEACCESS_DOWNLOAD
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF screen-name = 'PASSWORD'.
    screen-invisible = '1'.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.

  • What's using all this storage?

    When I look at the summary page in iTunes for my iPad Air, I see a bar near the bottom of the page broken up into various colored segments: audio, video, apps, etc. There is also one called "other". I can figure out what I have in the other areas but how do I find out what's using the most space in "other"? I'm getting close to running out of free space and I'd like to know who the worst offenders are so I can make an intelligent decision about whether they belong on the iPad or not.
    Thanks!

    Texas Mac Man post (2/10/2012) on "Other" data on iOS device - https://discussions.apple.com/message/19861751#19861751
    https://discussions.apple.com/message/20053939#20053939 - "If it is much more than a gb or so, then it indicates corrupt files.  A restore should resolve." "If restoring using your backup didn't work, you'll have to save as much of your data as you can (import your photos to your computer, sync your contacts and other data with iCloud, email things like Notes and Voice Memos to yourself, sync with iTunes to transfer all your purchases, etc.) and then restore it as new without using your backup." - https://discussions.apple.com/message/20054011#20054011

  • I wanted to purchase on iTunes but because it's my first time purchasing in this device it's asking me 2 personal question which I can't remember the answer. So what to do in this case?

    I wanted to purchase on iTunes but because it's my first time purchasing in this device it's asking me 2 personal question which I can't remember the answer. So what to do in this case

    Click here for information. If the option to have the answers emailed to you isn't available or doesn't work(the email may take a few hours to arrive), contact the iTunes Store staff via the link in the 'Additional Information' section of that article.
    Without a rescue email address, you can't reset them yourself. Nobody on these boards can reset them for you.
    (93458)

  • Question on what to use for this task

    Sorry new to this and I could really use some help.
    I have view that has and ID number, a Min and Max value and a TotalCount columns. I then have a table that has an ID number and an Email address.
    What I need to do is find all the records in the first table that the TotalCount value is either under the Min or over the Max. If so I then need to grab the Email address from the other table that has the corresponding ID number and then send an email to
    the email address I got from the second table stating that the ID number has gone over the Max or under the Min.
    This seems so simple yet I can't figure our how to do it in SSRS as an SSIS Package.
    Please help.
    Thank you

    your SSIS package will have following flow
    1. Create a Execute SQL Task which will have the below query
    SELECT EmailAddress
    FROM Table2 t
    WHERE EXISTS (
    SELECT 1
    FROM table1
    WHERE ID = t.ID
    AND (TotalCount < Min
    OR TotalCount > Max)
    Use Resultset option as Full resultset and map the resultset EmailAddress to a object variable (@[User::EmailAddressList]) created in SSIS
    2. Use a ForEach Loop with ADO enumerator which points to above variable
    Inside a loop add a variable [@User::EMailAddress]) to get iterated values
    3. Add a Sent Mail task inside loop and set an expression for ToLine property to point to the variable [@User::EMailAddress] so that it sents email to email address specified.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • In iOS8 and iOS8.1 there is no provision of sending multiple SMS to a group of people! What to do in this case?

    Iam using iPhone 5s with operating system iOS 8.1 which is just released by apple. I am having problem in sending SMS to a group of people or multiple friends. When i tried to do this it always shows group MMS. What should i do in this situation?

    You need to ask for support in the iMovie forum.

  • HT4236 How can you create a photo Album on your iPhone and import that Album onto your computer (in my case a PC)?  It appears you can only sync from the computer to the iPhone, which is the opposite direction of what's desired in this case.

    It appears that sync'ingis pretty much one way, from the desktop to the device. If you create a folder on the desktop that is synced through iTunes with the iPhone, that folder appears as an Album in Pictures on the device.  But on the device you cannot add photos to that synced Album, so there is no way to use the desktop-based Album as an evolving target for new pictures on the phone, unless you do all the additions on the desktop software. 
    This really isn't "syncing".
    Further, if you create a new Album on the iPhone, it doesn't appear in the sync'ed folders on the desktop.
    The configuration for this discussion is iTunes 11 on Windows PC, iPhone 4S, and Windows Photo Gallery for picture editing on the PC.
    I'd like to have Albums and PC-based Picture Folders truly sync'ed.  Am I missing something or is this truly an iTunes Photo Sync'ing deficiency?

    The camera roll is not part of the sync process at all.
    You should be importing these photos to your computer regularly as you would with any digital camera.  Youc an organize them on your computer and sync the to the iphone if you wish.
    The photos sync from the computer to the iphone is one way.
    The iphone mirrors the selected content of the computer to which it is synced.

  • What to use for this problem?

    Hi.
    I have a data set containing 500 parameters (for example). The data set should be clustered to 3 or more clusters and all of clusters should belong to 3 and only 3 groups (it means several clusters may belong to one group). My problem to solve is to find 3-7 paramets (from that 500) for which the found clusters will be the most precise as possible (theirs' boundaries will be best visible).
    What ODM method should I use?

    QuickTime is not an app you can download to the iPad
    However, many users have had success with an app called OPlayer HD to view their videos. And, there is a lite version so you can see if it'll work for you before plunking down the cash for the fancier version. VLC Media Player app is another possibility.
     Cheers, Tom

  • Which trigger to use in this case

    Hello All,
    I have a form in which I have an list item STATUS
    STATUS may have values a or b or c or d
    One event should happen when user selects 'c' whose earlier status is 'b'. Here I have two doubts
    1) Which trigger I have to use
    2) How to get the old value of the STATUSi.e 'b'
    because event should fire only when the status is changed from 'b' to 'c'.
    I am using forms4.5
    Cheers

    you can use the pre-insert or pre-update-trigger. the when-validate-record is as useless for your case, because navigating out of the record/block starts the trigger before your commit.
    but the two pre-trigger fire on each insert and update. Not only, when you have to validate your data. That means you have programatically to check, if your data changed the value between query- and commit-time.
    try it
    Gerd

  • Help with figuring out what to use with this program

    I have the code all written. I was given instruction.(number should contain the number of digits as there are eligible characters in word or 7, whichever is less. If number ends up containing more than 3 digits then a hyphen ( - ) should be placed between the third and fourth digits.)
    I cant figure out if i use a if and else statement or some other and also how to get the program to print out just the normal 7 digits in a number and forget about the rest if entered.
    // Phone.java
    // Author:
    import java.util.Scanner;
    public class Phone{
    private String word;
    private String number;
    public Phone(String wd) {
    word = wd;
    number = ("");
    setNumber();
    private void setNumber(){
    for (int i = 0; i <= word.length() - 1; i++ )
    switch(word.charAt(i))
    case 'A':
    case 'a':
    case 'B':
    case 'b':
    case 'C':
    case 'c': number += "2";
    break;
    case 'D':
    case 'd':
    case 'E':
    case 'e':
    case 'F':
    case 'f': number += "3";
    break;
    case 'G':
    case 'g':
    case 'H':
    case 'h':
    case 'I':
    case 'i': number += "4";
    break;
    case 'J':
    case 'j':
    case 'K':
    case 'k':
    case 'L':
    case 'l': number += "5";
    break;
    case 'M':
    case 'm':
    case 'N':
    case 'n':
    case 'O':
    case 'o': number += "6";
    break;
    case 'P':
    case 'p':
    case 'R':
    case 'r':
    case 'S':
    case 's': number += "7";
    break;
    case 'T':
    case 't':
    case 'U':
    case 'u':
    case 'V':
    case 'v': number += "8";
    break;
    case 'W':
    case 'w':
    case 'X':
    case 'x':
    case 'Y':
    case 'y': number += "9";
    break;
    public String toString(){
    return number;
    }

    adr2488 wrote:
    number should contain the number of digits as there are eligible characters in word or 7, whichever is less. If number ends up containing more than 3 digits then a hyphen ( - ) should be placed between the third and fourth digits.
    int len = (word.length()>7) ? 7 : word.length(); // A
    if (i==3 && len > 3) { number += "-"; } // B
    private void setNumber(){
    // Insert A here
    for (int i = 0; i <= len - 1; i++ )
    // Insert B here
    switch(word.charAt(i))
    {

Maybe you are looking for

  • WMP54GS and using encryption with 2 desktops, 1 XP laptop and 1 Macbook question.

    Hi all. Been using this router for a while now without encryption turned on (live in the woods) and want to enable it now. When I enable encryption through the router's page (192.168.1.1), will I be given a key and then just enter that key when asked

  • Cannot execute 70SP04 MUP on MSA. Keeps giving error cannot open folder

    Dear Mobile Heroes, I cannot execute an (70SP04) MUP on MSA. When the MUP runs, it keeps failing saying that it cannot write to location c:\program files\sap\mobile\app.net\Layout...... In the Client Upgrade log, "the error occurred in module ClientU

  • EP 6.0 and Detailed Navigation

    Does anyone know why if you launch an iview in a separate window (as opposed to in the portal content window) you cannot minimize (close) the detailed nav by the iview settings ? This is EP6.0 SP19 Haydn

  • How to deploy app level JMS resource using DeployerRuntime?

    I have an app level (described in the app, not global) JMS module. And inside this module I have several different resources.           Here is my question: when using weblogic.management.deploy.DeployerRuntime (or WLST) what syntax should I use in c

  • XSLT in New Data Connection

    Dear all, As we know, the form allows user to import the XSLT file to transform XML form data. However, I am confused about when the transformation will be implemented if the form is submitted in LiveCycle workspace. 1.      Before submit to server O