Display many projects in "Last Projects Processed" in CJ20N

hi to all,
in my project builder screen, i have a display of maximum of 5 items in "last projects processed". i have been unsuccessful in finding settings to increase/decrease this. Is it possible to make it say 10 or 15 in the list of "Last projects processed"?
Thanks in advance..

please see the following threads
Last projects processed in Project Builder
Last projects processed in Project Builder

Similar Messages

  • Last projects processed in Project Builder

    Hi Experts,
    I found these communication which our industry also required this enhancement in project system and Mr.Rakesh Pradhan haven't gave us in full details information. Can I request both of you guys to provide more detail information to us as well. So that we can ful fill these requirement here as well ,-
    Hi experts,
    We all know that the last five projects processed using the project builder will be stored in the worklist of the project builder. Currently this is a standard SAP functionality where the processed projects are stored under the userID
    My question:
    1. Is there a way to increase the number of projects in that list?
    2. Where these informations are stored? I know that this is userID specific but dont know where.
    Any input is welcome.
    FATMAN
    Hi,
    We can increase the number of Projects last processed from 5 up to 20. This can be done through enhancement Package-3, Project Systems enhancements. Please refer the document available in SAP service market place.
    Please let me know if you need any details on this.
    Hope this will help you.
    Regards,
    Rakesh Pradhan
    Thanks and Regards
    Kannika

    Hi Kannika,
    The enhancement package is for ECC and not for 4.7.
    There is another way to increase the number of last projects processed in the transaction CJ20N using ABAP program modification.
    In the functional module  CNPB_W_UPDATE_HISTORY, line number 109 you have to increase the index from 6 to what ever number you want. I think it can go upto 20 projects.
    Beware!!!!!!!!!   This is standard SAP program modification. 
    FATMAN

  • Last Project -- Need Help, Please

    Okay, this is my last project, and I am struggling with it. The specification we were given was to write a program that reads in a file of dates and outputs the dates in descending order, using a priority queue. The PriorityQueue should implement the PriorityQueueInterface interface, and should implements a priority queue using a singly linked list. The list should be maintained in sorted order. This implementation should not use a heap.
    I have the code built, but when I run it is not reading my dates fully, and I get an error message. The LinkList is already built for us, but here is the rest of my code. First I input from my dates.txt:
    11/12/2000
    04/04/2004
    01/02/1998
    import java.io.*;
    public class DateDriver {
       public static void main(String[] args) throws IOException {
          PriorityQueue pq = new PriorityQueue();
          // ... read all Date objects from the file and enqueue them in the pq object
          BufferedReader in = new BufferedReader (new FileReader("C:/Users/April/Desktop/UMUC/CMIS241/Project4/Dates.txt"));
          Date date = new Date();
          date.input(in);
          while (!date.isNull()){
               pq.add(date);
               date = new Date();
               date.input(in);
               System.out.println(date);
          // ... dequeue the pq object and display the Date objects
          System.out.println("The dates in descending order are: ");
          while (!pq.isEmpty()){
               date = (Date) pq.dequeue();
               date.output(System.out);
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.PrintStream;
    public class Date implements InOutputable, Comparable {
       // ... define monthNames as a ?static final? array of String objects
       //  initialize the array with the first 3 characters of each month
         static final String[] monthNames = {null, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep",
              "Oct", "Nov", "Dec"};
       // ... define the instance variables of class Date, i.e. day, month, year
         private String monthAbr, date;
         private int month, day, year;
       // ... define the default constructor (initializes the instance variables to zero)
         public Date(){
              this.date = "";
              month = 00;
              day = 00;
              year = 0000;
       // ... define the method toString
       //     This method should return the corresponding Date string in the following format: Nov, 11, 2006
         public String toString() {
               return (monthAbr + ", " + day + ", " + year);
       // ... define the methods specified by the interface InOutputable
    public boolean equals(InOutputable other) {
         Date otherDate = (Date) other;
         if (month == otherDate.month && day == otherDate.day && year == otherDate.year)
              return true;
         else
              return false;
    public void input(BufferedReader in) throws IOException {
         date = in.readLine();
         if (date == null)
              return;
         month = Integer.parseInt(date.substring(0, 2));
         day = Integer.parseInt(date.substring(3, 5));
         year = Integer.parseInt(date.substring(6, 10));
    public boolean isNull() {
         if (month == 0 && day == 0 && year == 0)
              return true;
         else
              return false;
    public void output(PrintStream writer) {
         writer.println(toString());
       // ... define the method specified by the interface Comparable
    public int compareTo(Object o) {
         Date otherDate = (Date) o;
         if(month == otherDate.month && day == otherDate.day && year == otherDate.year)
              return 0;
         else if (month >= otherDate.month && day >= otherDate.day && year >= otherDate.year)
              return 1;
         else
              return -1;
    public class PriorityQueue implements PriorityQueueInterface {   
       private RefSortedList lst = new RefSortedList();
       // ... define the methods specified by the interface PriorityQueueInterface
    public Comparable dequeue() throws EmptyQueue {
         return null;
    public void enqueue(Comparable key) throws FullQueue {
    public boolean isEmpty() {
         return false;
       // ... Use the lst object (by invoking list specific methods on it) when
       //     defining the PriorityQueueInterface methods.
       //     For example, method enqueue should be implemented by invoking list method add.
    public void add(Date date){
         lst.add(date);
    public void remove(Date date){
         lst.remove(date);
    }My output:
    Exception in thread "main" java.lang.NullPointerException
         at DateDriver.main(DateDriver.java:27)
    null, 4, 2004
    null, 2, 1998
    null, 0, 0
    The dates in descending order are:
    Can anybody please point me in the right direction? I know I am missing something, but I am unable to pinpoint it. I don't understand why the date.output(System.out) is throwing a null pointer exception. I am still working, but I thought maybe a fresh pair of eyes would help me.

    Dates implement Comparable... no need to sort them yourself
    SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy");
    LinkedList<Date> dtes = new LinkedList<Date>();
    BufferedReader in = new BufferedReader (new FileReader("C:/dates.txt"));
    while (in.read()>0){
    dtes.add(sdf.parse(in.readLine()));
    }Edited by: wpp289 on Dec 11, 2008 1:27 PM

  • Is it possible to have too many keyframes in one project in Premiere?

    Hi all,
    I'm using Premiere 6 on a Windows 7 ULT machine.
    Is it possible to have too many keyframes in one project in Premiere?
    I'm getting app crashes when I try to re-open a certain project in Premiere 6 and it seems that if that file has over 93 keyframes, then it will not re-open.  But I can re-open that exact same project file with 93 keyframes in it, no problem.
    But if I go any further and create any more keyframes than 93 in a new re-saved version of the exact same file, then that file will not re-open and I get an app crash... you can see screenshots of the two Windows app crash info panels below that I'm getting from three different bad Premiere project files that I've created so far.
    I've tested and tested what is going on here and this seems to be what is causing the bad files.  I've re-created the scenario and re-created files with over 93 keyframes from the same base project file that will still open... as soon as I get more than 93 keyframes in this file, then that newly saved file will not re-open after I close and try to re-open it.
    This is 75 keyframes in one still image clip, 14 keyframes in another still image clip and 2 keyframes each in two other still image clips in a single project file... that is the limit... if I create any more keyframes in the clip that has 75 keyframes, the new file will save and render, but it won't re-open once it has been closed.
    The two slightly different app crash info panels show, in the first one below,
    "Fault Module Name: StackHash_e98d"
    ... and the second one shows,
    "Fault Module Name: PREMINFO.dll"
    ... both messages with a little more different info in each one.  I get either of the two error info panels when trying to re-open all three bad files that I've created with over 93 keyframes in them.  That is, two of the files alternate between giveing "StackHash_e98d" and "PREMINFO.dll" when trying to open them and one of them always shows the "Fault Module Name: PREMINFO.dll" error.
    So even the error messages are inconsistent with two of the bad files.
    I've searched the internet for this error in association with Premiere and I've also searched on this forum and found nothing.  Can anyone shed any light on this?
    Thanks,
    digi

    Bill,
    Even though I figured out a work around, I was still interested to know if these file opening crashes are related to Virtual Memory.
    So on the topic of Virtual Memory... a few months ago I was troubleshooting a different problem in Premeire and I found this information...
    "To improve performance in Premiere Pro, adjust the size of the paging file to a maximum of twice the amount of installed RAM."
    Previous to that time three months ago or so, I had my Virtual Memory settings at the default automatic setting, but I tried setting my VM to twice the amount of installed RAM, and I've had it set that way ever since, just to make sure I'm optimizing the VM performance for Premiere and other apps.
    But that isn't making any difference in this case.  Today I also found information in a search that says to troubleshoot StackHash crashes, one should turn off "DEP" in the system settings for the application with the crash problem... according to the paragraph below, from the second post down by Chris on this tdistler.com page... http://tdistler.com/2009/04/10/stackhash-and-application-crashes-on-windows
    Even though this was written in 2009 with Windows Vista in mind, many things for Vista work in Windows 7... it says,
    "Here’s how 99 percent of Vista users can fix a StackHash failure. I’ll walk you through it step by step:
    Method A:
    1. Open your Start menu and click Control Panel
    2. Browse to “System Maintenance” then “System”
    3. In the left panel, select “Advanced System Settings” from the available links
    4. You should now see the System Properties Window, which will have three sections. The top section is labeled “Performance” and has a “Settings” button. Click this button.
    5. Select the “Data Execution Prevention” tab.
    6. Select the option which reads “Turn on DEP for all programs and services except those I select”
    7. Use the “Browse” button to locate the executable file for the application you were trying to start when you received the StackHash error, and click Open to add it to your exceptions list.
    8. Click Apply or OK to commit your changes."
    But I tried this and none of the three problem files that I encountered would open... I still got the StackHash_e98d or PREMINFO.dll crash errors.
    So anyway, I'm a ways past that in my project now, just continuing with more keyframes over the number of 78 in separate but identical still image clips... that allows me to successfully work with this project with as many keyframes as I need.
    Thanks again,
    digi

  • Premiere CC 2014: Message on loading project from older version: This project was last used with Mercury Playback Engine GPU acceleration (CUDA)...

    After installing Adobe CC 2014 I have each time a message when loading an old Adobe pro project. Message:This project was last used with Mercury Playback Engine GPU acceleration (CUDA), which is either not available or not certified on this system. Mercury Playback software will be used. I have very recent HP Zbook 15 with a NVIDIA Quadro K2100M. At webinar today it was explained how to solve this, but sound was not understandable at my machine at that moment. Help? What need I to do.

    Problem is solved since yesterday via Adobe helpdesk. It appeared that the newest driver for the NVIDIA were note present. So after downloading the new drivers it work. But I think Adobe should mention those issues when they launch new versions of Adobe CC like in June.

  • Process flow of capital project and indirect project

    Hi ,
    Can anybody provide me some document related to the process flow of capital project and indirect projects .
    Thanks/vinay

    Hi Vinay,
    If you found any document related to capital projects please share with me also.
    Thanks
    Sreenath

  • Don't display team in a team project based on user permission

    Hi all,
    I have a problem because I want to disable display and access to a Team Project\Team in WebAccess.
    My organization for a team project in my collection:
    Team project Customer
    --> Customer dev team (default team)
    --> Customer consulting team 
    --> Customer Support team
    Each team have an area.
    "Support team" doesn't have access to see and edit WorkItems in "Customer dev" and "Customer Consulting" areas, it's ok but I want that Support team member never have access to the "Customer dev team" and "Customer
    consulting team"
    I log in as a Support team member, Security works well for workitems but when i go to "Browse all", the popup "Browse Server" display all teams under team project name. It's a problem for me.
    Do you already see this security problem ?
    Is this possible to do this in TFS 2013 (Update 4) ?
    Thanks.

    Thanks for your reply.
    I do this test with two users : Me and ISupport (ISupport is a local account on TFS Server because I don't have permission to add user to AD for my test)
    Team Project Customer teams :
    --> Support Team users:
     - ISupport
    --> Customer dev team :
     - Me
    --> Consulting dev team
     - Me
    ISupport in only include in Team Project Customer\Support Team
    If I log in as ISupport user, I see all teams in Team Project Customer List in Browse Server popup.
    I always have an access to Customer dev team and Customer consulting team home page.
    (I can't create a bug because workitem security is set on Area permission)
    If I just remove ISupport user from Team Project Customer\Support Team, I can't see the Team project Customer in Browse server pop up, it's ok.
    How I can set permission to only limit ISuppport user to access Support team ?

  • Undeploying the BPM project from Oracle Business Process Workspace

    Hi all,
    I am facing problem in deploying the project to Oracle Business Process Workspace, I had some issues while deploying the project for the first time, and now when i am again trying to deploy the same project, it is giving the error "*Deployment failed, Module already exists on server*".
    is there any way i can deploy the project or delete the existing project from workspace and then redeploy the project ?
    IDE used : Jdeveloper 11.1.5
    Server used : Weblogic 10.3
    Please guide me in this as soon as possible.
    Thanks and Regards
    Debarati

    Hi
    1. Yes, from EM Console, first Undeploy the Workflow Project that you can find under SOA -> soa_infra -> default node.
    2. Then expand Application Deployments -> Look for the UI Project (that has taskforms etc) and make sure to select it and Undeploy this also.
    3. Now comes, what and how exactly are you deploying your SOA/BPM application. Any SOA/BPM application will have one Workflow project (atleast) and one or more UI Projects (for each user task). Also there may be some other utility projects or EJB projects. Now to deploy the entire application you have couple of options. Just select your Workflow project and deploy and during this time, it will list out all UI Projects and you can check all of them. Also for Workflow you can check one check box to overwrite any existing versions like 1.0. In this way you will have full Workflow deployed and all UI Projects also deployed. Once you do this, you cannot again deploy just the UI Project. Thats when you get these errors like already deployed etc. Now disadvantage here is, if you just make only UI changes, you cannot deploy only UI Project since it is already deployed as part of full app. So you had to again deploy Workflow project and check all ui projects also. this means all your existing workflow instances will become stale (redeploy of workflow makes all old tasks stale).
    4. Another and more ideal standard way is, first deploy just the Workflow project and DO NOT check any UI Projects. Then from the Application Level, deploy the entire application that includes all the UI Project and any other Projects. Just select your application, properties and deployment section. And see the projects included in the application. Make sure you DO NOT check the workflow project. But check all other projects like UI or any other project. In this way, any changes you make to UI or EJBs, just deploy the application. Your workflow is still the same old. Bottom line, Workflow Project is created as a SAR (SOA Archive) which is like a jar file. And entire application is deployed like an EAR file. So you will have 2 files for deployment to any other Env where you do not have like JDev.
    For now, follow first 2 steps, to undeploy all the stuff you have. Then you should be able to redeploy using one of the above options.
    Thanks
    Ravi Jegga

  • In Mainstage When I try to open the last project i worked on it says The Concert could not be opened because the file is corrupt  ?

    In Mainstage When I try to open the last project i worked on it says The Concert could not be opened because the file is corrupt  ?

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • Temperature measurements display incorrectly after opening a project.

    Dear All,
    I am having some difficulty in setting up LabView SignalExpress version 5.0.0 to display RTD temperature measurements from the NI9217 module and the NI cDAQ-9178.
    I have two problems:
    1. I cannot set the waveform chart to show the desired time interval; I need to set the time interval displayed on the chart to 30 minutes. This means that before taking 30 minutes of continuous measurement the user would see a fixed grid with fixed time boudaries and the plot moving from the left hand side of the screen to the right hand side of the screen. After thirty minutes of measurements have been taken, the chart would begin to "scroll"  so that the earliest measurements move off the screen and the chart still displays the time interval of 30 minutes.
    2. I need the chart to display correctly immediately after the project has been opened; When I open the project and click the 'run' button, the windows are all displayed correctly but the readings are not displayed correctly, the chart only displays one short line to the right of the screen and a very short time interval of less than a second. I can correct this by changing to a Time XY Graph and then back to a waveform chart but need this to display correctly as soon as the software is opened. The incorrect and the corrected chart are shown below:
    The chart below is displayed when the software is opened and the run button is clicked. This chart style is incorrect because the temperature line is displayed in the bottom right of the chart and only for a short time interval.
    The chart below is closer to the required graph described in point 1 but I cannot set the time interval to stay fixed at 30 minutes, nor can I make the software display the graph like this on opening, I always have to switch to a different chart type and then switch back to a Waveform chart to replace the format above with the format below:
    Any help would be appreciated,
    Thanks,
    Matthew

    Hi Matthew,
    We should be able to used this function to save the graph settings as well. I have just tried it on my system and got it to work. the procedure I undertook was:
    Open my Signal Express Project
    Turn off x-axis auto scale (Right click on graph >> X Scale >>Auto scale)
    Enter Properties (Right click on graph >> Properties)
    Select the scales tab
    Select 'Relative To' under the Timestamp Type.
    Set the min as 0 and the max as 1800...Press OK
    View >> Layouts >> Make Current Project Layout Default
    Save
    In this case I used the Relative Timestamp Type but you can use whatever time stamp you wish. When opening up this project after doing this the graph is formatted as required immediately.
    Let me know how you get on with this.
    Regards,
    Aaron. E
    Applications Engineer Team Lead
    National Instruments
    ni.com/support

  • Project is currently being processed Problem

    Hi Friends,
    I am creating projects using BAPI 'BAPI_PROJECTDEF_CREATE' and passing these Projects to BAPI  'BAPI_PROJECT_MAINTAIN'
    for creating WBS elements.  but when i am uploading legacy data throuch my program to create projects and WBS elemets throrch IDOC Process, sometimes i am getting an IDOC ERROR is " Project is currently being processed " is coming in IDOC status 51. but when i am see in proj table the failure idocs projects are created.
    i am written 'BAPI_TRANSACTION_COMMIT' only after  BAPI 'BAPI_PROJECTDEF_CREATE not for BAPI BAPI_PROJECT_MAINTAIN.
    so if i  write 'BAPI_TRANSACTION_COMMIT' after  BAPI 'BAPI_PROJECT_MAINTAIN' the above error will be solved?
    Kindly advice.
    Regards,
    Kumar.

    Hi,
    This is a very common problem in PS (Project Systems) during the creation of projects. Actually the cause of this is, once you have created the project, there are a number of database updates going on in the background corresponding to the new project that has been created. Even before all these updates are over, your program is calling the function module to create the WBS elements under it. Hence the message comes as the 'Project is currently being processed by 'user ID (your user ID)'.
    In order to avoid this keep a 'Wait until 2 seconds' statement after you have used BAPI_TRANSACTION_COMMIT' for project creation and before calling the function module to create WBS elements under the project. This will solve the problem.

  • "Project contains only callable processes" ?

    Hi People,
    I created a Project using Oracle Business Process Composer and a single process with one human task. But when i try to deploy this project i get a error during validating step.
    ERROR IMAGE: http://imageshack.us/photo/my-images/27/v4yn.png/
    Someone knows what can I do?
    Best regards!

    This indicates that there is no way for a work item instance to be created in the process.
    To fix this either you need to:
    Add an Initiator Interactive activity as the first step in the process (meaning that some can create a work item instance in the process using the Workspace) or
    Change the None Start Event in your process to a Message Start Event (meaning that it can be invoked from another process as a peer process using a Throw Message Event or as a web service).
    Dan

  • I need some idea for my last project about Java

    Hi my name is suzanna from Indonesia. I have lots of interest with Java programming and I want make something about it for my last project. It's very important and I need some idea...could u give me some topic? I'm sorry if my english is very bad.thx,bye

    Here's some popular ideas:
    image steganography, chat client/server, spyware, client/server file transfer, forum content management/enforcement, anything with reflection, anything with communicating with an external device such as camera or modem or robot, writing your own replacement for the java.util.Calendar class, anything with custom class loaders, splitting a string into a string[]
    And for an extra challenge:
    dominition-based repetition, implementing a JVM which represents 'null' values internally using some other integer value than 0

  • Versioning of project rather than at process level.

    Our process is quite large and complex and as the business's policy changes we need to change this to meet so we can't really avoid making changes which break the compatibility of the processes when we re-deploy.
    Our project contains one main process which is the entry point to the workflow and numerous subprocesses. We're looking for a way so that if an
    instance is created in a version of a project then all the corresponding subprocesses will apply to that version.
    A scenario that might better highlight what I mean is as follows:
    We had a subprocess SubProcessA which was referenced at a certain point in the main process of our workflow. For business reasons we had to
    split some of the activities in here out into separate processes: SubProcessA_Part1 and SubProcessA_Part2. We did this, and deployed the new process, which
    worked fine for new instances. However there were existing instances in the old main process (now deprecated). When these reached the point in the deprecated process where they would have created an instance in the subprocess (SubProcessA) they were unable to do so and created an error, because this process was now deprecated. We'd assumed that when all the processes in an old version of the project were deprecated, then instances
    already existing in the main deprecated process would still be able to create instances in the associated deprecated subprocess, but this was not the
    case.
    So what we have been doing is when we make changes to the project we "version" the subprocesses; SubProcessA_v1,SubProcessA_v2, keeping the "old" version active and deployed so that as instances in the now deprecated main process reach the point that points at subprocess which has changed we can be confident that it is using the correct version of that process. So what we're needing to find is a method by which we can be confident that instances still live in the older deprecated versions of the process can create instances in the corresponding versions of the subprocesses.
    Hope that makes sense!

    I've come across a similar issue to this, and I've come to the conclusion that the process versioning system in ALBPM/OBPM doesn't actually work very well for projects that contain a lot of subflows and expect all of the processes and subprocesses in the project to work together as a version even when deprecated.
    If you deprecate your project then all of the instances in a process will continue to live on in that process version. That's great, but if all of the subprocesses in the project are also deprecated, what happens when we hit one of these and it tries to create an instance in one? Should it create an instance of the new version of the process, an instance of the deprecated version (don't think this is possible) or fail?
    I have to say I find the versioning functionality particularly confusing, and the documentation on versioning does little to clear this up or give advice on the matter.

  • PE12 does not default to last project video edit setting

    My PE12 video edit setting is defaulting to HD1080i25 (UK region default). I need AVCHD1080p50.
    I have set a new project to AVCHD1080p50 and saved. Exit PE12 then re-start. It still creates new project at 1080i25.
    The documentation says PE12 should remember the last used setting.
    What is going wrong?
    thanks
    Audrie

    Audrie
    Allow me to go over some details to make sure that your details are not being misinterpreted by me or anyone else here.
    1. You open a new project in Premiere Elements 12 and you want to edit your 1080p50 video in it. Who is setting the project preset, you or the program?
    a. If you, are you using File Menu/New/Project Change Settings and Changing the project preset = PAL AVCHD AVCHD 1080p50, making sure that you have a check mark next to "Force Selected Project Setting on This Project" before you leave that area. Then, when you are back in the Expert workspace, are you using Add Media/Files and Folders/Project Assets for the 1080p50 import.
    or
    b. If the program, are you first using Add Media/Files and Folders/Project Assets from where you drag your 1080p50 to the Timeline? If this is the case, have you determined what the program has selected for the project preset based on the properties of the first drag to the Timeline? (See Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Rate, and Pixel Aspect Ratio, even if those fields look grayed out.
    The program does not always give the correct project preset. When it does not, it does not give you the closest to what you have. It gives its default, which is in your case, PAL AVCHD Full HD1080p25.
    Now here is the question...are you saying that, after you save close reopen your program, you discover somehow that you project is 1080p25 instead of 1080p50. If so, how are you making that determination at that time. Once the project preset is set by you or the program for a project, that project maintains that project preset for that particular project.
    So when you point to documentation that says
    The documentation says PE12 should remember the last used setting.
    Please give a link to such documentation. Premiere Elements 12 cannot even remember workspace in the dual monitor set up when the same project is saved closed reopened.
    A new project will always open to NTSC AVCHD Full 1080i30 or its PAL counterpart. After that
    a. You set the project preset based on the properties you know for your source.
    or
    b. The program sets the project preset based on the first drag of the source to the Timeline (if it cannot, then your project preset is for NTSC or PAL AVCHD Full 1080i30.
    http://atr935.blogspot.com/2013/04/pe11-accuracy-of-automatic-project.html
    http://atr935.blogspot.com/2013/04/pe11-dual-monitor-workflow-concerns.html
    Please review and consider.
    Thank you.
    ATR.

Maybe you are looking for

  • Difference beetween QAASW and Web Service Connections

    Hi everybody, I'm trying to install a connection between Xcelsius and a QaaWS I created, but it doesn't work. In the list of the different connections available in the Xcelsius Connections Manager, the "QaaWS" connections doesn't appear. Instead of t

  • Using Symbol Font in Pages/Keynote etc.

    Here is a strange problem: Whenever I want to insert a greek character from Symbol font Pages (09 as well as 08, and Keynote ...) replaces it by some standard font (probably Helvetica). In effect, Symbol is not available. If I want to write a simple

  • Help with JButtons please

    Hi, I have a 2D array of JButton's in a gridLayout. This stores the buttons row/col and if it has an image: for(int i = 0; i < 7; i++) { for(int j = 0; j < 7; j++) { button[i][j] = new JButton(peg); //Populates grid with ImageIcons button[i][j].putCl

  • Dreamweaver 8 templates in MX?

    Just finished my first site using templates, and handed it off to the non-profit I'd written it for. Now I'm hearing that the 'most current version' of DW their web guy has been saying he has is actually MX... It's a pretty basic site with a master p

  • Indesign crashes exporting to pdf after upgrading to windows 7

    I recently upgraded to windows 7. Indesign cs4 worked fine...until i tried to export my 16-page document to a pdf. I got the message: Adobe Indesign CS4 has stopped working. A problem caused the program to stop working correclty. Windows will close t