Does Web Dynpro support adding Enhancement Points/Sections

Hi,
Can someone answer whether the ABAP Web Dynpro framework is supposed to support add enhancement points/sections to code within a component method?
Cheers
Michael Arter

hi,
check out this link :
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/c21ba177be3376e10000000a421937/frameset.htm
also check out the foll post:
Pre-Exits and Post-Exits for WDA
hope this will surely help you!!!
Thanks & regards,
Punit Raval.
Edited by: punit raval on Jul 9, 2009 10:53 AM

Similar Messages

  • Program related ENHANCEMENT-POINT/SECTION with the name LMEPOF8D_02 exists

    Hello
    In an upgrade, after finishing with the SPAU task we got the following error in the standard object LMEPOF8D:
    A program related ENHANCEMENT-POINT/SECTION with the name "LMEPOF8D_02" already exists.
    Anyone knows which cause could be generate this kind of error?
    Thanks in advance for your help
    Best Regards,
    Leonardo

    Hello Sandra,
    We have finished with SPAU. Regarding LMEPOF8D include, we kept with the ECC6 standard code. Therefore, from a point of view of code, it should be ok. However, we have this sintax error.
    As you said, the include contains the enhancement point LMEPOF8D_02 which generates the sintax error, but we couldn't find if this enhancement is used in another place.
    We also found note 1331844 and tried to fix the issue by using the 2nd solution propose in the note. But, it didn't work neither.
    Do you have any idea about what cause could generates this error?
    Thanks in advance for your support.
    Best Regards,
    Leonardo

  • Create Enhancement Point / Section ?

    Hi,
    I want to create a new enhancement point / section in a standard SAP code, how to create it. I need to create it in the code "SAPLMIGO".
    regards,
    Navneeth K.

    Hello Navneeth,
    Please be aware that this Enhancement Framework is available from netweaver2004s as i understood,or if the SAP Basis version is greater than 700
    Create a composite enhancement spot
    1.Select the package in which you want to create the enhancement spot.
    2.Open the context menu and choose Create ® Enhancement ® Composite
    Enhancement Spot.A dialog appears.
    3.Specify a name and a short description.
    Optionally, you can assign the new spot to an already existing composite enhancement spot.
    4.Choose Activate to activate the new spot.
    Create a subordinate composite enhancement spot
    1. Open the desired package.
    2. Select the composite enhancement spot to which your new subordinate composite spot will belong.
    3.Open the context menu and choose Create ® Subordinate Composite Enhancement Point.
    A dialog appears.
    4.Specify a name and a short description.
    5.Choose Activate to activate the new subordinate spot.
    Result:
    ● The selected composite enhancement spot and its newly created subordinate one are displayed in the object list in a list form (not as a tree) on the same level.
    ● Choose the composite enhancement spot and select the Spot Composites tab to check whether the new subordinate composite is properly attached.
    ● The header of the new subordinate spot has to contain the name of the composite enhancement spot to which this subordinate is attached.
    ● Use a forward navigation to Navigate from parent to child and back.
    Create a simple enhancement spot
    1. Select the package in which you want to create the simple enhancement spot.
    2.Open the context menu and choose Create ® Enhancement ® Enhancement Spot.
    A dialog appears.
    3.Specify a name and a short description.
    Optionally, you can assign the new spot to an already existing composite enhancement spot.
    4.Select the desired technology from the Technology list.
    Currently it is only possible to create enhancement spots of type “BAdI“.
    Source code plug-ins can only be created inside the editor, because they contain points and sections.
    5.Choose Activate to activate the new simple enhancement spot.
    Edit an enhancement spot
    1.Select the package and expand it.
    2.Expand the Enhancements node.
    3.Expand the Enhancement Spot node.
    4.Select the desired enhancement spot.
    5.Choose Change from the context menu.
    Choose Display if you only want to display the enhancement spot.
    Delete an enhancement spot      1.Select the package and expand it.
    2.Expand the Enhancements node.
    3.Expand the Enhancement Spot node.
    4.Select the desired enhancement spot.
    5.Choose Delete from the context menu.
    Additional informations:
    Blog link on enhancement framework
    /people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners Part1
    /people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement Part2
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series Part3
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework Part4
    /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework Part5
    Pls check out the document for another set of notes on enhancements
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc
    Hope it was of some help
    Reward if useful
    Regards
    Byju

  • Does WEB UI Supports multi-language?

    Hello Experts,
    Does WEB UI supports multi-language?
    If yes, what are the languages does it support?
    If yes, what are the settings involved to support multi-language?
    Thanks in advance & appreciate your replies.
    Rohan

    Rohan,
    German is "easy", lol..  SAP supports German out of the box lol... Seriously though the general procedure is to install the approriate language packs for the system and then login into the system under that particular language using the webUI.
    If your system is unicode(hopefully) so, then you will have no issues.  Keep in mind you'll need to translate any custom texts into the approriate language, but that is not too hard.  I haven't done it myself, but translation in SAP is relatively straightforward.
    Pretty straightforward especially for the languages you mentioned.
    Take care,
    Stephen

  • How Web Dynpro supports RSS (ATOM)?

    Let's image to generate our feed (RSS/ATOM) via java classes or xslt; now how is it possibile to expose it to the end-user?
    From the development point of view it is similar to expose other Web Dynpro UI and it would be nice to use the same "prospective" and project also for this kind of comunication method...

    Valery, thanks for the replay.
    I agree with you: "nothing of special about RSS/ATOM and
    No problem also building the XML object".
    Let me try again:
    - user contacts the url of the WD application
    - the system should response just with the RSS xml data and not with UI objects (tableView, textEdit, ...)
    But the WD does not allow you "to send out raw XML" even "send out raw HTML".
    It allows "only" to build nice UI via objects it knows.
    When you say "construct contex value nodes" do you mean that you are able to replay with the raw XML data?
    Are you really able to response to a browser as the following url https://forums.sdn.sap.com/rss/rssmessages.jsp?threadID=75910
    does? (It is the feed of this post)
    Sergio

  • Does web service support all the properties in the standalone BI console?

    Hi,
    Currently I am using BI web service API to get the report and its parameters and so on. But I find that the object definition in the web service can't be full defined to match the properties in the console UI. For exaple, ReportDefinition object there is no description property, so I can't get the desc by the ReportDefinition object (By now I don't know how to get it). Another sample is, there is no Parameter object defined in the web service, only ParamNameValue object, so I can't get the default value for the parameter defined in the console UI.
    Is there any solution for me?
    HELP!!!

    It is just not working for me. I am using static stub.
    After tracking the HTTP traffic, I found that the WL70 server is not issuing any
    cookie. I have configured all the parameters for tracking session in the web application,
    but I still don't see any cookie in the HTTP headers from the server. I also tried
    to invoke the service using a browser, still no cookie seen. Is this a bug or
    there is some other configuration for the server?
    - Hao
    "manoj cheenath" <[email protected]> wrote:
    By default client will maintain the session. You dont have to set this
    property.
    Are you using static or dyn client?
    Also, you should use the same instance of the stub for all your invokes
    (all invokes to be in the same session).
    regards,
    -manoj
    "Hao Chen" <[email protected]> wrote in message
    news:[email protected]..
    It is not working for me.
    When I set the "javax.xml.rpc.session.maintain" property, weblogicthrows
    "UnsupportedOperation"
    exception and be default I don't see any session information beingpassed.
    How do I configure the client side or even the server?
    Thanks.
    - Hao
    "manoj cheenath" <[email protected]> wrote:
    WL70 client does support http session. Is this not
    working for you?
    regards,
    -manoj
    "Hao Chen" <[email protected]> wrote in message
    news:3d6402ac$[email protected]..
    Does anybody know how to make WL70 Web Service support sessions?
    The "javax.xml.rpc.session.maintain" property on Stub does not seemto
    work.
    Without session support, it is almost no use for us because we haveto
    authenticate
    the user each time.
    Thanks in advance.
    - Hao

  • Web Dynpro - Modification and Enhancement

    Web Dynpro for ABAP - Modification and Enhancement!
    Hi,
    I’m new to WDA.
    I need to include new fields in WD application in e-recruitment (Internal and External Candidate profile).
    HRRCF_C_CANDPROFILE_UI is main component and has two applications for Internal and External candidate respectively. It has Road Map Pattern steps and each step calling components like HRRCF_C_PERSONL_DATA_UI and HRRCF_C_WORK_EXP_UI.
    I need to include new fields in each component and display into the screen with edit, insert and display functionality, additionally these should displayed in Date Over view part from Smartform/Adobe form.
    Can I achieve above all by Enhancement or modification from standard is must. I would like to keep my all development only in Enhancement hook. Is this possible?
    I appreciate if you would guide me to Design and Develop to achieve my requirement.
    ...Naddy

    Hi Naddy,
    Check the standard tables that are being used in the application for display/change/create of data. If these tables have a "Customer Include", your first step should be to define the Customer Include Structure and define your new custom components in it (the ones that you need to show on the statndard view.)
    Step 2: Create and enhancement of the standard component in which the view is present. In this enhancement, update the context so that the new fields that are present in the standard table (due to Customer Include) become available in the Context.
    Step 3: Create enhancement of the view on which the field has to be included. Firstlyupdate context of view from context of controller. Now ur fields will be available in context of view. Also create context attributes that will control visibility, read-only etc of UI elements. Now enhance the layout of the view, create your custom fields and bind value/visibilty/read-only etc to the respective context attributes that you have created.
    Also write a post exit method for domodify and check the mode of the standard application (create/change/display). Accordingly set values of the read-only, visibility etc.
    Regards,
    Reema.

  • Where does Web Dynpro Abap run?

    Hey,
    I have a question concerning Web Dynpro Abap: The Portal runs on the AS Java. Web Dynpro Abap is encapsulated in iviews and integrated to the portal. The Abap Backend is linked to the portal via a system specification. As a Developer I do not have to care about the communication between the backend and the portal. Where does the abap web dynpro run? Probably on the linked AS Abap? What happens if the backend is down? Are my other assumptions right?
    KR
    Felix
    Edited by: Felix F. on Jun 28, 2011 2:25 PM

    Hi,
    Though Iam not familiar with Webdynpro java .
    Netweaver WAS java is the runtime for Webdynpro Java.
    A WDJ can consume SAP functions using adaptive RFC ,so obviously if a WDJ accesses a ABAP function and if the system is down,then a WDJ cannot consume it.
    A WDA consumes the data directly from the ABAP system via native ABAP coding so mostly WDA is used for any ABAP based application.
    WDJ is used within SAP to produce robust and highly scalable J2EE applications, such as the Employee Self Service (ESS) and Manager Self Service (MSS) and different SAP Portal applications like User and Role management transaction and Universal Work List (UWL).
    For your question,consider , even during the initialization of WDJ ,if it tries to access a ABAP function module(but ABAP system is down),it will obviously result in error.
    If only a particular button is triggered , WDJ consume a function module(ABAP system is down), I guess WDJ will appear in portal till the button is clicked.
    Refer the below link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0e4940c-035c-2b10-0b9d-eb8f99674f4e?QuickLink=index&overridelayout=true
    Regards
    Karthiheyan M

  • Web Dynpro TabStrip - Adding a new tab

    Hi Gurus,
    Please let me know how to add new tab to existing SAP web dynpro component? Any kind of example would be great. Appreciate all your help.
    Thanks,
    GSM

    Hi all,
    Maybe now we have somebody who can answer this question.
    i have also this problem. I want to add in SRM in a View on a shopping cart on item level, 1 additional tab strip. How it is possible ? Are there any BADIs that can be used.
    But also it musst be done without changing from standard SAP objects.
    thanx for your help.
    greetings
    christian

  • 508 / Accessibility for Web Dynpro

    Hi,
    Does web dynpro support accessibility / 508 ?
    As I have read and heard on teh techEd the web dynpro stack9 will support this, so I can set the property sap-accessibility=x resp. accessibilityDescription="testtext".
    Also in the thread "Keyboard access to UI Element"
    Posted on: Jul 29, 2004 10:27 PM, by user: Armin Reichert
    Accessibility has been addressed and will be supported in the production release.
    So I have download the WAS 6.40 as a 90 days test licence. But in the NW Dev. Studio there is no such a attribute for the GUI elements. Do I have to upgrade? But how?
    Regards Ralph

    Hi Armin,
    thanks for the quick reply.
    What I mean is, that in the presentation PRTL205 of the TechEd2004, on page 30 there is a screenshot from the NW Dev. Studio where you can see a property 'accessibilityDescription' for a GUI Element. Is property is not in the current NW Dev.Studio which you can download from SDN.
    You know, if there is a 'newer' IDE than the one you can download?
    Regards
    Ralph

  • Enhancement spot BADI in Web Dynpro

    Hi,
    is that possible to define a UI enhancement spot in Web Dynpro Layout to enhance an existing WDA? It is possible with classic ABAP GUI. With this, customers could add their custom UI modification to my application.
    Thanks
    Davy

    You can enhance Web Dynpro Components.
    select the web dynpro component that you want to modify. Click on the component controller.
    Click on the menu "Controller" and select Enhance (Ctrl + F4)
    Specify a name and text for your enhacement
    Similarly to enhace a view, double click the view and select enhance from the view menu.
    Regards,
    Reema.

  • Web Dynpro Code Wizard doesn't have context tab

    When doing web dynpro development and when clicking the Web Dynpro Code Wizard, I can't see the context tab.  It looks like this: [http://twitpic.com/z2q92].  In other SAP systems I have seen the wizard look like this, where it has two tabs one of which is the context tab: [http://twitpic.com/z2qgh].  As the context tab is very useful, I would like to know how to get it to display. 
    I have searched in the SE80 settings and can't find any option related to this.  I also searched the forums here and could not find any related posts.  We're using the 700 release level 13 (as seen in this screenshot: [http://twitpic.com/z2qkf]).  Is there something I can do to make this tab appear?  If we need to implement a note or a newer support pack, which one would it be?

    As you stated the system without the context tab is NetWeaver 7.0.  The context tab and the extra wizards were new features in NetWeaver 7.0 Enhancement Package 1.  Your system would have to be updated to this NetWeaver Enhancement Package level in order to have this functionality.

  • Want docs for Web Dynpro ABAP

    Hi All ,
    Can anyone please send me the Docs or link for Web Dynpro ABAP .
    Thanks in advance
    Rahul

    Hi,
    Web Dynpro ABAP  
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/db22242d-0701-0010-28a2-aeaa1fefd706
    Also, I have the official Web Dynpro for ABAP documentation. Please let me know if I should send it to you.
    Hope that the following also helps you.
    Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web
    applications in the ABAP environment. It consists of a runtime environment and a graphical
    development environment with special Web Dynpro tools that are integrated in the ABAP
    Workbench (SE80).
    Web Dynpro offers the following advantages for application developers:
    ? The use of declarative and graphical tools significantly reduces the implementation
    effort
    ? Web Dynpro supports a structured design process
    ? Strict separation between layout and business data
    ? Reuse and better maintainability by using components
    ? The layout and navigation is easily changed using the Web Dynpro tools
    ? Stateful applications are supported – that is, if the page is changed and the required
    data remains intact so that you can access it at any time throughout the entire
    application context.
    Note that stateless applications are not possible.
    ? Automatic data transport using data binding
    ? Automatic input check
    ? Automatic operation of the Web Dynpro application using the keyboard
    ? User interface accessibility is supported
    ? Full integration in the reliable ABAP development environment
    Web Dynpro Architecture
    Definition
    Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
    The Web Dynpro model is based on the Model View Controller paradigm, and has the
    following features that build on the classic dynpro model:
    ? Clear separation of business logic and display logic
    ? Uniform metamodel for all types of user interfaces
    ? Execution on a number of client platforms.
    ? Extensive platform independence of interfaces
    Structure
    Metamodel Concept
    Web Dynpro provides support for developing Web representation of a business application.
    You use specific tools to describe the properties of a Web Dynpro application in the form of
    Web Dynpro metadata. The necessary source code is then generated automatically and
    executed at runtime. In addition to the events offered by the framework, you can also define
    your own events for a Web Dynpro application. However, the event handling must always be
    programmed in separate source code areas which are executed automatically when the event
    is triggered at runtime.
    In Web Dynpro, each user interface is always made up of the same basic elements. These
    elements of the metamodel can be statically declared using Web Dynpro tools.
    It is also possible to implement elements of the metamodel at runtime and to change them or
    reintegrate them at runtime. Using these implementations, you can make any changes or
    enhancements to a user interface that has been created by declarative methods by
    generating new interface structures at runtime.
    This means that you can combine declarative processes and the implementation of source
    code.
    Graphical Development Tools
    To support this declarative concept, both the SAP NetWeaver Developer Studio and the
    ABAP Workbench contain a range of Web Dynpro tools. You can therefore generate a large
    proportion of a Web Dynpro application using the tools provided, without having to create your
    own source code. This applies to the following parts of the application:
    ? Data flow between the front end and back end
    ? Layout of the user interface
    ? Properties of user interface elements
    The Web Dynpro tools enable you to create source text areas manually within generated
    source texts. These areas are not changed if the source code is regenerated.
    Separation of Business and Application Logic
    Using Web Dynpro enables a clear separation of business logic and display logic. A Web
    Dynpro application runs on the front end and has local or remote access to the back end
    system via a service. This means that the display logic is contained in the Web Dynpro
    application, while the business logic and the persistence of the business objects run in the
    back end system. The following options are currently available for connecting Web Dynpro
    applications and the back-end system:
    ? An interface generated using adaptive RFC, through which BAPIs of an SAP system
    can be called
    ? An interface for calling Web services
    ? A self-generated interface
    The source code required for connecting the Web Dynpro application can be generated
    from a UML definition of the Web Dynpro interface. A UML definition can be imported
    into the Web Dynpro tools as an XML file.
    Conversion of the Model-View-Controller
    Conversion of the Model-View-Controller Programming Model
    Every Web Dynpro application is structured according to the Model View Controller
    programming model:
    ? The model forms the interface to the back end system and thus enables the
    Web Dynpro application access to data.
    ? The view is responsible for the representation of the data in the browser.
    ? The controller lies between the view and the model. The controller formats
    the model data to be displayed in the view, processes the user entries made by the
    user, and returns them to the model.
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    Reward points if useful
    Regards
    Anji

  • Appraisal Templates - Custom Web Dynpro developement

    Hi All,
    I have a requirement to display the new Appraisal document templates  created using a Web Dynpro application.
    How do I go about doing this? How can the Appraisal templates be exposed to the Web Dynpro application?
    Regards,
    Ashwini.

    Hi Bhagat
    You have raised a very good point,
    As far as i know there is no such option available in NWDS ,there is a separate thread called
    POLL: Web Dynpro UI elements - enhancement proposals
    Please do post your same query there, hope SAP considers this, we all wait for the same feature in the forthcoming versions of NWDS
    Regards
    Chaitanya.A

  • BSP vs Web Dynpro ABAP

    Hello,
    we are looking for a listing that states the functional and technical differences between Web Dynpro ABAP an BSP.
    Is there anybody who has come along such a list ?
    Tx a lot in advance!
    Best regards,
    Ana

    Annette,
    check this
    The SAP Web Application Server (WAS) provides a page-based programming model with server-side scripting as well as server page technology for developing, designing and implementing Web applications:
    Business Server Pages (BSP). Server-side scripting enables direct access to all elements in the application server (such as function modules, database tables, ABAP Objects, and so on.).
    We can create HTML pages or Business Server Pages (BSPs) with server-side scripting in ABAP or JavaScript.
    The HTMLB and XHTMLB HTML Business libraries are available as BSP Extensions for a uniform layout and its associated usability advantages.
    And In the Web Application Server, the presentation layer is separate from the business logic. This makes it possible to implement front-end technology.
    Why BSP NOT WebDynpro
                              BSP
                  ABAP WEBDYNPRO
    Currently PMUSA/JMC customers are using Fire fox (Mozilla), Internet Explorer and Netscape navigator web browsers to access WEBUYPM application.
    BSP supports these web browsers.
    Restricted (Some of the features will not be supported by WebDynpro)
    Existing WEBUYPM application is written in HTML, Business HTML and JavaScript language.
    BSP supports these languages. And it allows even to mix ABAP, HTML and JavaScript thus has more flexibility to convert WEBUYPM application into BSP.
    Web Dynpro does not support HTML/JavaScript.
    Existing WEBUYPM displays the trade communications (Information tab) based on JavaScript and custom configuration file
    BSP supports JavaScript, we can display the trade communications in BSP too.
    Web Dynpro does not support Java Script.
    Existing WEBUYPM application has different colors schemes, Logos and graphical elements for PMUSA/JMC companies.
    BSP support s multiple color schemes/logo. These color schemes can be set dynamically based on company code selection at runtime.
    Separate Themes has to be developed for each User Interface elements.
    Development effort needs to be involved to even display a logo.
    BSP supports client side (user) validations. As most of these validations can be done at client side, the no. of hits on the server can be reduced and thus giving better response for the user inputs.
    In this way, performance can be increased.
    Web dynpro does not support any client side validations, every time the request must be sent to server to validate the useru2019s input. This increases the traffic and reduces the performance
    WEBUYPM application has logos, images.
    BSP supports Client side caching, and thus loads these element from client side very quickly.
    Web dynpro supports very little use of caching on the client side, and hence quite a significant delay in starting on some customeru2019s browsers.
    BSP has no restriction on user interface possibilities, Ex. Grid, drop down boxes, Font colors, size etc.
    Significantly more restrictive in user interface possibilities.
    Ex. Only those fonts, which are provided by SAP, can be used.
    Appearance can be changed dynamically using same web pages, to support different colors for different companies.
    We can have same (or better) look and feel if we convert the application into BSP.
    As there is no HTML coding involved in web dynpro the same look and feel as we have it today can't be achieved by using web dynpro.
    BSP is built for developing any type of web application (including mobile applications. It can be accessed from desktop, laptop, and any kind of smart devices like PDA.
    Web dynpro applications can not be accessed from PDA s (Not possible)
    Why WebDynpro NOT BSP
                 ABAP WEBDYNPRO
                               BSP
    Personalization can be given to the end user if they do not want see any of the user-interface elements.
    We can not hide any of the user-interface elements (Ex buttons ex) during the runtime.
    Note - Current WEBUYPM application does not support any of these options.
    Currently we are setting/retrieving the runtime context values in a session.
    Web dynpro supports State full applications.
    No additional development would be required. 
    BSP also supports to set runtime values and to retrieve the runtime context values, but minor development would be required to achieve this functionality. 
    Currently users can see view source for WEBUYPM HTML pages.
    Using Web dynpro this can be restricted thus providing more security to the application.
    HTML view source can be available to the users, Users can see the HTML client side code (not server side coding) as it does today.
    By using Adobe Flash Island, powerful web pages (RIA) can be created.
    But, Flash Island comes with Net weaver.
    BSP does not support Flash Island. But, BSP supports Java Script.
    JavaScript is essential for the new trend of rich internet applications (RIA), it is used by all the new applications, Ajax, Widgets, Flash, and even Microsoft is supporting JavaScript for the new generation of RIA
    Web dynpro has wizard tools to generate the code to create/configure the User Interface elements.
    Development effort would be required to create UI elements.
    We dynpro has uniformity as we use standard colors provided by SAP
    Uniformity can be achieved by using style sheets (minor development would be required).
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • Problems with image display

    Hi, I am new to J2ME, and this forum as well. I am writing a small MIDlet to display an image using WTK1.4. The problem is that the image (500X400) is not being displayed wholly on the emulator screen. In fact, only a very small portion of it is bein

  • Built my desktop and tablet site in Muse. Desktop works fine, tablet version does not redirect when viewed on iPad.

    Do I have to upload the tablet version separately or does Muse 'see' the new tablet version as changed content? Either way, I need help since my iPad version goes to the desktop version regardless.

  • Analog vs. optical audio out ... and what cable to I use?

    I've ordered an iPod Hi-Fi, which I intend to use in place of external speakers for my G5. I have two questions: First, do I want to connect using the analog or the optical audio out? Second, if the latter, what kind of cable to I need if the optical

  • Downgrade Windows 2012 Server to Windows 2008 Server

    Hello, I can see this topic covered but the pervious answers are not solving my problem. A client purchased Server 2012 standard OEM from us (distributor), he want to downgrade to Server 2008 STD. They called the MS Activation Center and received the

  • Cannot restore data after hard reset

    Hi, I had to recently do a hard reset on my Tungsten E. I tried to restore the data from Palm Desktop as indicated on the support website. Unfortunately, the synchronisation fails because Hotsync is not able to recognize the user name. Hotsync on my