Design problems in elements 10

Hello, I am designing graduation invitations in elements 10 and am using some pictures. But the pictures aren't clear and are pixelated. I shot these pictures in RAW, edited in lightroom and exported them as JPEG so the files should be plenty big enough. I always have to make the image quite a bit smaller because of the size of the file to use them in this project. I've never had this problem before and am quite baffled! What am I doing wrong? And what can I do different?

You may get better results by using PSD on the round trip from Lightroom
1. Select your raw in Lightroom Library
2. Press Ctrl+E to send to Elements (choose PSD+Lightroom Develop Settings)
3. Edit in Elements then press Ctrl +S to save and overwrite the Lightroom export copy.
4. Press Ctrl +W to close in Elements and update Lightroom Library thumbnail.
You can then go back to the Library and select the edited PSD and hit the export button. Select jpeg and your dimensions, plus sharpening and choose resolution 72 ppi for emailing or 300 ppi for printing.

Similar Messages

  • Design problem with Swing

    Hi all. I've run into some design problems when trying to create a Swing app.
    I've got a non-graphical class that emulates a power supply unit. Let's call it PSUnit. I have to create a GUI for PSUnit.
    Every class designed to build a full GUI app uses PSUnit in some way (changes its voltage, displays voltage, turns it on, turns it off, etc.)
    Here's the catch. Suppose I've got a class:
    public class BuildingBlock extends JPanel {
         // code includes a JTextBox displaying
         // the current PSUnit voltage.
    }another class is created for setting the voltage:
    public class AnotherBlock extends JPanel {
         // this class contains a JSpinner and
         // a button that retrieves the JSpinner value
         // and sets it as the current voltage of
         // PSUnit
    }When the button in AnotherBlock is clicked, I must notify the BuildingBlock class that a PSUnit has changed its state so it can update it's values and display the correct data.
    I've tried to do this a few times but failed miserably, so I'm hoping you guys could help me out.
    Please note that both of the above classes have some additional code and it's not very pleasant to make one class an inner class of another. I should be able to create a "standalone" classes which, combined together, form a GUI for PSUnit.
    Thanks.

    Yes this is a common problem that many of us have when building UIs
    Here's the question: In this instance, are these two classes really independant? Could they stand alone? Often when building a GUI, it's not even that easy to answer that question, but these leads to the two ways you can solve this
    #1. Make them independent, and use listeners either using Observable / Observer or creating your own custom listeners. The advantage of this is smaller classes and more independence. The disadvantage is it's generally more complicated, especially at the design stage
    #2 (what I'd probably recommend). Make 1 GUI class "MyPSFrame", then declare your panel classes as inner classes within that class. This way, everything goes into one spot, and everything is shareable. This also makes sense if you can't have 1 of the panels without the other.

  • Design problem about repreatable entity relationships

    Hi all!
    As I design the data model (let's name it the ERD, no matter the name is quite unfashonable), I have found almost identical structures of entities and relationships between them, but playing completely different roles in the semantics of the model.
    It obviously makes no sense to implement all such entities separately as the Entity EJB as they are to share most of the fields and methods, but I found no "handsome" solution when trying to implement them as sets of classes and interfaces forming "the abstract EJBs", and then by putting the conrete classes and complementary interfaces at the final packages to create "concrete EJBs". The problem was about types returned by the createXXX and findXXX methods, because they had to return the "abstract" EJBs but the EJB programming contract forces them to return the "concrete" ones, that are unknown to me when defining the "abstract ones". So it cancels the sense for creating them this way. It was also unclear how to operate the relationships in such model.
    The idea was:
    1. I define BaseSthLocalHome extends EJBLocalHome
    2. I define BaseSthLocal extends EJBLocalObject
    3. I define BaseSthBean implements EntityBean
    ... this way I have the "abstract bean", and then I can create many:
    SthOneLocalHome extends BaseSthLocalHome,
    SthOneLocal extends BaseSthLocal,
    SthOneBean extends BaseSthBean ... to have the first "concrete" EJB,
    SthTwoLocalHome extends BaseSthLocalHome... and so on to create the second, third and all the next "concrete" EJBs.
    Anyway, it did not work fine as I defined createXXX and findXXX methods at the BaseSthLocalHome interface - it made sense, because those methods did not depend on the other entities.
    Has anyone some idea of how to solve the design problem? Currently we are at very beginning of the project, so we have some "case study" time, and I would appreciate any solution: redesign of the data model, extraction of new EJB modules or any use of the objective inheritance.
    Thanks in advance!
    Marcin Gawlik

    Again me - I now it is a bad idea to reply for own messages, but I have just checked a new idea:
    The problem was about re-using the same components in different roles. I tried to do that by creating subclasses of the EJB classes, but it did not work. So I tried to define multiple entity EJBs that have the same class.
    Considering the given example, it would look:
    1. public interface BaseSthLocalHome extends EJBLocalHome
    2. public interface BaseSthLocal extends EJBLocalObject
    3. public abstract class BaseSthBean implements EntityBean
    ... then I created the deployment descriptor that deploys this pack of class and interfaces as three separate CMP Entity Beans:
    1. deploy BaseSthBean as the SthOne CMP entity EJB
    2. deploy BaseSthBean as the SthTwo CMP entity EJB
    3. ... and so one
    The question is: IS THERE ANY CONTRA FOR THIS WAY OF DEPLOYING EJBS? Is there any reason for not to use the same class and its complementary interfaces many times to create many separate enity EJBs working within the same EJB module?
    Thanks in advance!
    Gaw

  • Design problem/Ex​ercise Book

    Hi Everyone,
                       I am new to Labview. I just started with Labview 2011 student edition and I am following Bishop's book. But I also want a tutorial book with lots of design problems and exercises to get my skills. I am a postdoc in purdue and I started learning LabViews just because I want to learn (I am facinated by the G programming. I use it in my instrument but the departmental engineers wrote it and I want to have the same type of skills. I am also intending to become CLD). Can anyone suggest me any book or any website where I can find exercises and design problem? Thank you everyone.
    Cheers!
    Solved!
    Go to Solution.

    Ekram wrote:
    Hi Everyone,
                       I am ...Can anyone suggest me any book or any website where I can find exercises and design problem? Thank you everyone.
    Cheers!
    You found it!
    Get involved answering questions (gird up your loins) and let others hammer you into submision. Don't fall into the trap of writing code and posting VIs on demand, but rather post images of how you want to solve the posted question and let others feedback.
    Have fun!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Design problem with JScrollPane

    First, I have problems with english. I hope u understand without problems that Im trying to say here. Sorry about that.
    Mi problem is whit a JScrollPane. I want to put an image whit a predefined size for draw inside it. I dont have any information about it, just the size. I want to put it in a JPane. The best choice is use the JPane area. The problem is that I want to use a JScrollPane because the image is bigger that the visualization area.
    Im unable to put a Canvas in the ScrollPane, or a JPane whit a predefined size or an image whit a predefined size. Im sure that is a design problem. Somebody can tell me something I can start whit? What do u think is better choice to put inside a JScrollPane?
    I dont send any source code because I dont have anything else that is show in the example.
    Gracias.

    import java.awt.*;
    import javax.swing.*;
    import java.net.URL;
    public class Test extends JFrame {
      String url = "http://www.sandbox-usa.com/images/product_images/2piece_16.gif";
      public Test() {
    //    System.getProperties().put( "proxySet", "true" );  // uncomment if you have proxy
    //    System.getProperties().put( "proxyHost", "myproxy.mydomain.com" ); // Your proxyname/IP
    //    System.getProperties().put( "proxyPort", "80"); // Sometimes 8080   
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);   
        Container content = getContentPane();
        try {
          Image i = Toolkit.getDefaultToolkit().getImage(new URL(url));
          JLabel jl = new JLabel(new ImageIcon(i));
          content.add(new JScrollPane(jl), BorderLayout.CENTER);
          setSize(200, 200);   
          setVisible(true); 
        } catch (Exception e) { e.printStackTrace(); }
      public static void main(String[] args) { new Test(); }
    }

  • Design problem: Central MessagePool in WebDynpro App.

    Hi people,
    I have a design problem in my webdynpro application:
    I'm designing an application with different DC's. The architecture of the application is similar to the architecture described in the document "Web Dynpro Component
    Interface Defintions in Practice SAP NetWeaver ’04s": One root DC which manages the differnt child DC's, which contain the application content.
    Now I want to have a central MessagePool. Certain Messages in the child DCs are the same, and I don't want to have multiple MessagePool-entries for the same Message (each child DC has to define its own messages).  I can't  use the root DC as central MessagePool, because the Child DCs havn't access to the root-DC.
    Any idea, how to define and use a central MessagePool?
    Regards,
    Thomas

    Hi Thomas,
    Instead of the architecture what you are thinking try the architecture explained in the following link:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f4d79e59-0601-0010-0689-89670315bc6b">link</a>
    Dont forget to award points on helping answers
    Regards
    sid

  • Design problem: RS232 communication

    Hi,
    I have a design problem for communication with a device via RS232. Since I'm normally a C++ programmer I might just look at the problem from a wrong angle and hope for some hints how to do it in LabVIEW.
    The scenario:
    A device is communicating with the PC via RS232. The device permanently sends data packets. At the same time, commands can be sent to the device and it returns replies. Data packets and reply packets are arbitrarily mixed, i.e. after sending a command there could be a couple of date packets before the reply comes back but the packets can be distinguished by an identifier.
    At least one, ideally several VIs should communicate with the device. Commands should be sent by pressing buttons and the incoming data should be parsed (the packets contain mutliple data streams) and shown on graphs or saved to files.
    My initial idea:
    Coming from C++ I wanted to build a class for the communication that permanently reads the incoming data and splits it to reply and data packets. This class would then have a function to send out a command and would return the reply or a timeout and it would be possible to register and unregister listeners (I wanted to use queues for this) for the various data streams.
    The problems I ran into:
    There were a couple but the two most pressing problems were: how could I communicate with the constantly running sample VI (e.g. to stop sampling) and how could I propagate changes to the class to it (e.g. new listeners). Since it is not returning I don't see a good way to implement it as in instance funcion (i.e. pass it the object). I could probably not let the sample function run continously but call it periodically from outside. However I planned to implement the class as a singleton, so it could be used parallely from different VIs.
    Is there a best practice for a case like this?
    I'm glad about any hints or ideas.
    Thanks,
    Tobias

    tfritz wrote:
    Hi,
    thanks. Since almost the same thing was suggested to me in a German forum I guess this is really common practice (using one VI with different methods controlled by a queue). It still seems a little "unnatural" for me but my biggest concern (bad interface description) was shattered by the suggestion in the link you sent me to wrap these functions with wrapper VIs, thus caller VIs won't have to deal with the call-by-queue-mechanism. This might also be easier to port to a different implementation later. However I still see the danger that the continously running VI could easily become bloated. 
    It also requires me to change the way I have looked at VIs until now. In our course they told us that VIs are basically functions. Using this design patterns, the VI becomes more of a module, really (Like a C module implemented in a C-Source file). But I will try it. It sounds as if it could work.
    I will still look into the OOP solutions a little more, though. Do I understand you correctly that you wouldn't recommend using LVOOP because it's still buggy? What about dqGOOP for example? This sounds like it could do what I need (however it doesn't seem to implement things like polymorphism, late binding and inheritance so I don't quite see what's so OOP about it. It seems more like programming with structures in C.)
    I don't know if LVOOP is buggy or not.  I think early on it was buggy and things have improved in recent versions. I have read that it doesn't have all the features that you would have in OOP like C.  I wouldn't recommend it only because I'm not familiar with it at all.  I can't recommend something that I'm not comfortable with.  If you go that route, plan on spending time in these forums and in LAVA to reading up on what others have done.  I haven't hard of dqGOOP.
    But back to your suggestion. I still have a couple of questions:
    - How do you return values from the module? Would you use a queue for that as well?
    - Where would the parameter queue be held (created and passed to the VI)
     I would store all of these in a functional global variable.  This is the VI that stores data in shift registers.  Ben's action engine nugget is an advancement on that.  This allows for both the calling VI and the parallel running subVI to get and set the data as needed.  It runs quickly so neither process should be forced to wait while the other  VI is doing its thing.
    - My VI has to be constantly sampling and this shouldn't be interrupted too long by other functions as adding a listener. However both functionalities have to access the same kind of data. Is there an easy way to parallelize this? Would the sampling be a case in the case diagram that's always used if no command was sent to the VI or would it somehow run parallely?   Yes.  There are a couple of ways of doing this.  One would be for the dequeue to have a timeout function.  In the event the dequeue times out, you run the code that is doing the acquisition.  I think a better method is that the code that does the acquisition enqueues its own command again to the end of the queue.  Let's say that is command A.  So when case A finishes, it enqueues A, which seeds itself to run again.  So if nothing else comes into the queue, it just executes A , A, A, A.  But let's say another section of code needs to do something such as command B.  It will slip B into the queue while A is executing.  So you would A, B, then A again, because A would get slipped back into the queue when the first A finishes, but B has already been put in while the first A was running.
    - Would it be possible to make the VI reentrant and in this way use it simultaneously on different COM ports (using different parameter queues as well)? I'm not sure if I will need this but it would be neat if it could work.
    I think you could do this.  It may be a case where the VI is saved as a template  (.vit) and you initiate it multiple times.  I haven't needed to do this before, so I'm afraid I can't provide any details or useful tips. 
    Well, I will fool around some more. Thanks so much for your help. This is kind of exciting since the concepts are quite new for me. Btw, is there something like an academic theory (computer science) for LabVIEW? I came across functional languages in university but data flow languages are still a new concept for me.
    Tobias
    tfritz wrote:
    Another question about the "dynamically starting" of the VI:
    How is the path handled? Is it guaranteed that it always takes the VI from the project or does it just search for the first VI by that name it finds in the file structure? Does this still work when building an .exe from the project? What happens if the VI is already running? Can you test for this?
    While I'm at it: is there a way to stop LabVIEW from searching for subVIs it can't find when openin a VI? This resulted in very unexpected behaviour sometimes where it would find the VI somewhere else (with the same name but maybe an older version).
    In my case, I just had the path hardcoded.  It is my only instance, I'm not planning on moving the VI's.  If you don't have the path, it will take a VI by that name if it's in memory.  If it isn't in memory, it starts searching relative to the calling VI's path.  One thing I know, if you are dealing with relative paths, a subVI has a different relative path in an .exe as opposed to the development environment.  The name of the .exe becomes a folder.  So in development, if your sub VI is mySubVI.vi.  In an executable, its path is MyExe.exe\MySubVI.vi
    For all of this, I recommend searching the forums to get more details.
    If it is searching for a VI, you can hit ignore.  But of course you'd have to do it before it finds it.  When you are dealing with versioning issues, I recommend making a backup copy of the entire directory structure elsewhere.  Some location where it shouldn't stumble across it.

  • Troubleshoot installation problems | Photoshop Elements, Premiere Elements

    Troubleshoot installation problems | Photoshop Elements , Premiere Elements
    I have the windows 8 pro and when I install with displays error Troubleshoot installation problems | Photoshop Elements, Premiere Elements

      Try downloading the free trial. If you install successfully, simply use your serial number to validate.
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us

  • Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    hi I have been trying to do this, but PE13 comes up with a fail message saying that file types are not supported, am only trying to import jpeg files so can't understand this.  So far have been unable to use PE13 at all, any ideas anyone please!

  • Has anyone had a problem with elements 9? I am in editor and cannot get out. It states I have to com

    I am having a problem with Elements 9. It states the editor command is busy and cannot process my next request.  If their is anyone out there that can help I would appreciate it. I am presently lockout from performing any other function. Cheryl

    This is an Adobe Acrobat forum not a PhotoShop Elements forum. You might want to repost in the appropriate forum.

  • I have two problems using elements 11

    When I try to put two images into a "new file" both images are in front of the file. I can't drag them into the file. I have the correct sizing. I did this with no problem in elements 3.
    I tried to use the type tool. No matter what I try all i get is a straight line . Noletters

    Dear 99jonWonderful-that response answers all the difficulties that I have struggled with. (Maybe the solution was considered too obvious to be in my copy of Nick Vandome's Elements 11 In Easy Steps!)
    Date: Sun, 22 Sep 2013 04:49:04 -0700
    From: [email protected]
    To: [email protected]
    Subject: I have just started using Elements 11
        Re: I have just started using Elements 11
        created by 99jon in Photoshop Elements - View the full discussion
    File >> Save As
    Then create a PSD copy.
    If you are using more than the healing brush e.g. adding text or using adjustment layers; your layers will be saved for future editing.
    PSD is also a lossless format. You can treat it as you master copy containg the combined adjustments made with the raw sliders and any further adjustments made in expert mode. You can use the master to make a jpeg at any time. Simply open and do File >> Save As again. Or select a few PSD thumbnails in the Organizer and use File >> Export As New.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5703561#5703561
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5703561#5703561
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5703561#5703561. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problems with Elements 7 Backup/Sync

    I have PSE 7 and have previously loaded albums I created in PSE 7 up to Photoshop.com.  Today I created a new album w/all JPEG files.  My PSE 7 is set to automatically upload to Photoshop.com when a new album is created....but after 4 hours now, not one single picture from the album is on Photoshop.com, much less the album.  The "backup/synchronization " function is reporting to be "operating normally".  The pictures in the new album are marked as "backup/synchronization" pending.  I'm a "Plus" member and still have plenty of space at my Photoshop.com account.
    How can I get my new album to load up to Photoshop.com?
    Thanks, Dave
    PS:  After reading the numerous previous posts, I am astounded that Adobe hasn't come up with a easy fix that is not as painful as the fixes offered in earlier posts (though they are appreciated).  I don't see how Adobe can tout the safety of their easy back up of albums to preserve precious memories when this is such a PIA.  I find the previous post about the free Picasa program compelling and now feel like to dork for re-upping the additional $$ for "Plus" membership.

    I'm having the same problem in Elements 8, the Sync agent shuts itself down.
    Additionally, I tried to launch it manually ElementsOrganizerSyncAgent.exe in the Elements Organizer 8 folder.
    The agent appears in the system tray for about 5 seconds then disappears.
    The Elements Organizer still says "Operating normally" but options such as "View Status" are shadowed.  Albums continue to sit in the Pending state.
    Here are the logs for the Elements team.  Given all the issues people are having, I hope this has been escalated.
    --Mark
    [20100317T220202] Info   :SyncEngineCore:Sync Init: Sleep between sync cycles set to [300] seconds
    [20100317T220202] Info   :SyncEngineCore:Starting new Sync Cycle...
    [20100317T220202] Info   :AmocParticipant:Initialized sync database
    [20100317T220202] Debug  :EMSParticipant:Checking disconnect error
    [20100317T220202] Info   :SyncEngineCore:Checking disconnect timeout :Timeout is::7200 min
    [20100317T220202] Info   :SyncEngineCore:Checking error timeout Timeout is::10080 min
    [20100317T220202] Info   :SyncSystemTray:Network change detected :: connected
    [20100317T220203] Info   :EMSParticipant:EMS user account [[email protected]] LOGIN succeeded!!
    [20100317T220203] Info   :EMSParticipant:Sleep between sync cycles set to [10] minutes
    [20100317T220203] Info   :EMSParticipant:Maximum retry time is [360] minutes
    [20100317T220206] Debug  :AmocParticipant:Attaching amoc catalog
    [20100317T220207] Debug  :AmocParticipant:Getting media changes on Amoc side!!
    [20100317T220207] Error  :SyncEngineCore:Database Internal Error: An error was encountered in the sqlite database: constraint failed
    [20100317T220207] Error  :SyncEngineCore:[Non Retry able] DoOneSyncCycle: Database Internal Error: An error was encountered in the sqlite database: constraint failed
    [20100317T220207] Info   :SyncEngineCore:Posted Quit Message to Main Thread.
    [20100317T220207] Info   :EMSParticipant:Initializing pse database for import!!
    [20100317T220207] Debug  :EMSParticipant:Catalog name : C:\ProgramData\Adobe\Elements Organizer\Catalogs\PE5 Essentials\catalog.pse8db
    [20100317T220207] Debug  :EMSParticipant:Creating Connection

  • Layout option access problem in Elements 11

    I have a problem with Elements 11.  I'm busy doing a photobook but I find when i open the book it will open the page, layouts and graphics icons (bottom right) but i cannot get the layouts to open.  When I open this option it opens a blank page.  All my pages are there and all the graphics options and samples graphics appears as normal.
    When I open a new photobook - the layouts icon opens as normal and I can pick the various options for the number of photos per page.  Please help.  JM2013

    Thank for response.
    1.  In Win, 2. Created book in Elements 11, 3.  In advanced Mode.
    All the pages and layout as created before and all the additional pages that I have not yet used (added photos to) are there.  But as said before - the apges opens, the graphics opens but when I open the Layout options it only opens a blank window and the various layout options does not show.
    regards.

  • SIMPLE Database Design Problem !

    Mapping is a big problem for many complex applications.
    So what happens if we put all the tables into one table called ENTITY?
    I have more than 300 attributeTypes.And there will be lots of null values in the records of that single table as every entityType uses the same table.
    Other than wasting space if I put a clustered index on my entityType coloumn in that table.What kind of performance penalties to I get?
    Definition of the table
    ENTITY
    EntityID > uniqueidentifier
    EntityType > Tells the entityTypeName
    Name >
    LastName >
    CompanyName > 300 attributeTypes
    OppurtunityPeriod >
    PS:There is also another table called RELATION that points the relations between entities.

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    check the coloumn with WHERE _entityType='PERSON'
    as there is is clustered index on entityType...there
    is NO performance decrease.
    there is also a clustered index on RELATION table on
    relationType
    when we say WHERE _entityType ='PERSON' or
    WHERE relationType='CONTACTMECHANISM'.
    it scans the clustered index first.it acts like a
    table as it is physically ordered.I was thinking in terms of using several conditions in the same select, such as
    WHERE _entityType ='PERSON'
      AND LastName LIKE 'A%' In your case you have to use at least two indices, and since your clustered index comes first ...
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Have you ever thought of using constraints in your
    modell? How would you realize those?
    ...in fact we did.We have arranged the generic object
    model in an object database.The knowledge information
    is held in the object database.So your relational database is used only as a "simple" storage, everything has go through your object database.
    But the data schema is held in the RDBMS with code
    generation that creates a schema to hold data.If you think that this approach makes sense, why not.
    But in able to have a efficent mapping and a good
    performance we have thought about building only one
    table.The problem is we know we are losing some space
    but the thing is harddisk is much cheaper than RAM
    and CPU.So our trade off concerated on the storage
    cost.But I still wonder if there is a point that I
    have missed in terms performance?Just test your approach by using sufficiently data - only you know how many records you have to store in your modell.
    PS: it is not wise effective using generic object
    models also in object databases as CPU cost is a lot
    when u are holding the data.I don't know if I'd have taken your approach - using two database systems to hold data and business logic.
    PS2: RDBMS is a value based system where object
    databases are identity based.we are trying to be in
    the gray area of both worlds.Like I wrote: if your approach works and scales to the required size, why not? I would assume that you did a load test with your approach.
    What I would question though is that your discussing a "SIMPLE Database Design" problem. I don't see anything simple in your approach when it comes to implementation.
    C.

  • How to Create our own Custom Design for UI Elements in WebDynpro Java

    Hi Experts,
    As of now i am using the Standard design for the  UI Elements in the WebDynpro Java Applications.
    For example:
    header1,header2,monospace etc are available in design for UI Elements.
    Now i want to give my custom design to the UI Elements.
    So how can i create this. and Is it possible to create in NWDS.
    Thank You.
    DS

    Hi DS
    Eclipse Theme Editor for NetWeaver 2004
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a026b4ce-de48-2a10-7285-fb457ee6c7ed
    Eclipse Theme Editor for NetWeaver 7.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/136dd890-0201-0010-1b9d-bd09a0d3b1d8
    Hope this will be use ful for u
    Regards
    sriram

Maybe you are looking for

  • IPod Touch works with USB 1.0, why not iPad

    I just received an iPad as a gift but I have an old 17" iMac with USB 1.0 and it's not syncing with iTunes to setup. My iPod Touch syncs perfectly with 1.0, so why not the iPad? If it won't work, i guess I'll return the iPad and get credit towards a

  • Unpleasant Page Name in Page Title Bar

    Hi, I want to get rid of the page title displayed on the left side of the page title bar. I therefore looked after the settings of the default frameworkpage > page title bar and checked the properties of that page. Unfortunately I didn't find the rig

  • Forward Workitem

    Hi, Could anyone please help me in the following scenario of forwarding work item. A workflow is active for an employee and there are some workitems in his manager's inbox. When the manager changes, and a new manager comes in his place, we need to fo

  • Simple Way to Track Photos Between Multiple Macs?

    Hello, everyone. I hope you are doing well. My wife and I take photos and video with 2 different iPhones, a Nikon SLR, a Panasonic compact digital, and a Flip HD video recorder. I put the photos I take on my Mac Pro. She puts the photos she takes on

  • Safari 3.1 quits unexpectedly on startup (unknown error)

    When I launched Safari after I installed 3.1, I received an error message, "Safari Web Browser has encountered a problem and needs to close. We are sorry for the inconvenience." And I have to click "Send Error Report." I also received the same error