Please HELP on Button Click. URGENT Folks.!!!

Folks,
I need some very URGENT help.
When I click a Button,how do I associate this Button clicked with a particular Key?
I am reading data from a Hashtable in the foll.format
Monday Data [ More Info]
Tuesday Data [ More Info]
where :
Data to display is a Label
[More Info] is a JButton.
But I am unable to associate the button clicked with that particular Data.
ie I am unable to link the button clicked with the Key its associated to.
So when I click the 2nd More Info Button,I must be associated with Tuesday Data.
I am not being able to link Button Clicked to its Key Value.
Any one can help me to get the Key Value please?
Or is displayng thru Hashtable not right? Do I need to use some
other collection.
My code is:
public class JPanelDemo extends JFrame{
private JPanel JButtonPanel;
private Hashtable ht = new Hashtable();
Enumeration enum;
String str;
public JPanelDemo() {
JButtonPanel = new JPanel();
Container c = getContentPane();
// Put Data into Table.
ht.put("Monday ", new JButton("More Info"));
ht.put("Tuesday ", new JButton("More Info"));
ht.put("Wednesday ", new JButton("More Info"));
ht.put("Thursday ", new JButton("More Info"));
JButtonPanel.setLayout(new GridLayout(ht.size(),ht.size()) ) ;
// Instantiate ButtonHandler.
ButtonHandler handler = new ButtonHandler();
// Enumerate thru Keys.
enum = ht.keys();
while(enum.hasMoreElements()){
str = (String) enum.nextElement();
JButtonPanel.add(new JLabel(str)); // Key
JButton jB = (JButton)ht.get(str); // Value
JButtonPanel.add(jB);
jB.addActionListener(handler);
c.add(JButtonPanel,BorderLayout.NORTH);
show();
public static void main(String[] args) {
JPanelDemo JPanelDemo1 = new JPanelDemo();
// Inner Class for BUTTON handling.
private class ButtonHandler implements ActionListener {
public void actionPerformed(ActionEvent e) {
JOptionPane.showMessageDialog(null,
"You Pressed " + e.getActionCommand(),
"I NEED THE KEY VALUE HERE", /* key VALUE required ie Monday,Tuesday..*?
0);
} // End ButtonHandler.
} // End of class

Hi,
i have modified your program to produce the intended results..
Hope this helps!
josh
public class JPanelDemo extends JFrame{
private JPanel JButtonPanel;
private Hashtable ht = new Hashtable();
Enumeration enum;
String str;
public JPanelDemo() {
JButtonPanel = new JPanel();
Container c = getContentPane();
// Put Data into Table.
ht.put("Monday ", new JButton("More Info"));
ht.put("Tuesday ", new JButton("More Info"));
ht.put("Wednesday ", new JButton("More Info"));
ht.put("Thursday ", new JButton("More Info"));
JButtonPanel.setLayout(new GridLayout(ht.size(),ht.size()) ) ;
// Instantiate ButtonHandler.
ButtonHandler handler = new ButtonHandler();
// Enumerate thru Keys.
enum = ht.keys();
while(enum.hasMoreElements()){
str = (String) enum.nextElement();
JButtonPanel.add(new JLabel(str)); // Key
JButton jB = (JButton)ht.get(str); // Value
JButtonPanel.add(jB);
jB.addActionListener(handler);
c.add(JButtonPanel,BorderLayout.NORTH);
show();
public static void main(String[] args) {
JPanelDemo JPanelDemo1 = new JPanelDemo();
public String compare(JButton b){
int i = ht.size();
Enumeration enum1 = ht.keys();
while(enum1.hasMoreElements()){
String str = (String) enum1.nextElement();
JButton jB = (JButton)ht.get(str); // Value
if( jB.equals(b) ){
return str;
return null;
// Inner Class for BUTTON handling.
private class ButtonHandler implements ActionListener {
public void actionPerformed(ActionEvent e) {
JButton b = (JButton)e.getSource();
String s = compare(b);
JOptionPane.showMessageDialog(null,
"You Pressed " + s,
"I NEED THE KEY VALUE HERE",0);
} // End of class

Similar Messages

  • How to call elem. Search help on Button click event in WD appilcation

    Hello All,
    i have requirement to call elem. search help on button click event in WD application. currently i am calling FM  F4IF_START_VALUE_REQUEST but getting the short dump as below,
    The following error text was processed in the system X31 : Screen output without connection to user.
    The error occurred on the application server saps_X31_31 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSDH4
    Function: F4_PRESEL_WITH_TABSTRIP of program SAPLSDH4
    Form: F4PROZ_STEP_PRESEL of program SAPLSDSD
    Function: DD_SHLP_SINGLE_STEP of program SAPLSDSD
    Form: F4PROZ_LOOP of program SAPLSDSD
    Form: F4PROZ of program SAPLSDSD
    Function: F4IF_START_VALUE_REQUEST of program SAPLSDHI
    Method: ONACTIONSEARCH_CUSTOMER of program /1BCWDY/50TU5ZEXF3K0IWCWE153==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/50TU5ZEXF3K0IWCWE153==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    is there any way to achieve the required behaviour.
    please let me know.
    Regards,
    Chandra

    Hi Friends,
    I have the similar kind of requirement. Upon click on a Button on screen i need to call a search help, and collect one or more selected material numbers.
    The search help is working fine and i am getting the entries with the following code.
    The problem is i am finding extra popup on screen.
    CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
    EXPORTING
    tabname         =  space
    fieldname       =  space
    SEARCHHELP      =  'MAT1'
    MULTIPLE_CHOICE =  'X'
    STEPL           =  0
    value           = 'MATNR'
    *dynpprog        =  progname
    *dynpnr          =  dynnum
    *dynprofield     = 'CARRIER'
    CALLBACK_PROGRAM          = 'ZTEST_1_PRA'
    CALLBACK_FORM             = 'F4CALLBACK'
    TABLES
    RETURN_TAB                = RETURN_TAB
    EXCEPTIONS
    FIELD_NOT_FOUND           = 1
    NO_HELP_FOR_FIELD         = 2
    INCONSISTENT_HELP         = 3
    NO_VALUES_FOUND           = 4
    OTHERS                    = 5.

  • HT4972 Hi I m unable to upgrade ios5.1.1.. Please help when I click on install now and agree to t&c.. It say verifying updates and then it says unable to upgrade.. Please help

    Hi I m unable to upgrade ios5.1.1.. Please help when I click on install now and agree to t&c.. It say verifying updates and then it says unable to upgrade.. Please help

    Read Here  >  https://discussions.apple.com/message/18449560#18449560

  • Im Using iPhone 4 factory Unlocked device iOS 7, but device was feels slow, so i want to restore to iOS 6.1.3. how can i do this? please help me anyone itz urgent.

    Im Using iPhone 4 factory Unlocked device iOS 7, but device was feels slow, so i want to restore to iOS 6.1.3. how can i do this? please help me anyone itz urgent.

    As has always been the case, you cannot go back.
    Sorry

  • Result handler not getting invoked on button click - URGENT

    Hi Folks,
    We are working on a form submit application where we populate the form and finally click on button to submit the completed form. We are using BlazeDs On button click I call java service and expect a response object back to flex UI. We are getting the java call invoked successfully and the log clearly shows that the appropriate objects are returned from java service, however, the result handler is not getting inviked to capture the result in flex mxml. I am in urgent need of your help on this
    Code snippet:
    <mx:Script>
    <![CDATA[
    protected  
    function Service_resultHandler(event:ResultEvent):void
    Alert.show(
    "event.result.troubleTicketId ::"+event.result.status); 
    var u:URLRequest = new URLRequest("http://www.adobe.com/flex");navigateToURL(u,
    "_blank"); 
    private function faultHandler_exitService(event:FaultEvent):void {Alert.show(event.fault.faultString +
    '\n' + event.fault.faultDetail); 
    var u:URLRequest = new URLRequest("http://www.google.com");navigateToURL(u,
    "_blank"); 
    protected  
    function submit_clickHandler():void
    //Alert.show("1");
    createTicketForm.setCallDetails_callRegion(FlexUI_callDetails_callRegion);
    //Alert.show("2"+FlexUI_callDetails_callRegion);
    createTicketForm.setCallDetails_callRegion2(FlexUI_callDetails_callRegion2);
    exitService.createTroubleTicket(createTicketForm);
    ]]>
     </mx:Script>  
    <mx:RemoteObject id="exitService" destination="ExitService" fault="faultHandler_exitService(event)">
    <mx:method name="createTroubleTicket" result="Service_resultHandler(event)"/>
    </mx:RemoteObject>
    <mx:Button 
    label="submit Ticket" width="65" height="22" textAlign="right" x="904" y="-10" click="submit_clickHandler()" />
    My Java service:
    public  
    class ExitService {  
    public CreateTmsTicketResponse createTroubleTicket(CreateTicketForm createTicketForm){
    return  
    createTmsTicketResponse;}
    remoting-config.xml:
     <destination id="ExitService">  
    <properties>  
    <source>com.qwest.qportal.flex.createTicket.ExitService</source>  
    </properties>
     </destination>

    Please refer to below link, hope it helps:
    http://forums.asp.net/t/1927214.aspx?The+IListSource+does+not+contain+any+data+sources+
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • PLEASE HELP ME IPOD CLICK WHEEL PROBLEM

    Hi guys and girls the problem I have is that my ipod mini click wheel foward button dont work.You no the button to go to the next song and if you hold it, it fast foward the song my ipod wont fast foward when i hold it and wen i let go it goes no the next song so can some one please tell me wat to do so i can fast foward my song with the click wheel and i have 149 songs on it if that helps and it version 1.4.1 well some opne please help me.

    Is this what you are doing?
    http://docs.info.apple.com/article.html?artnum=61136
    However, why not do this?
    http://docs.info.apple.com/article.html?artnum=61565
    Finally, is this on an audiobook or a song?
    btabz

  • PLEASE HELP - Simple movieclip click to URL is NOT working... Why???

    I've tried over 4 tutorials to make my movieclip link to a URL. It's just not working for some reason...
    Here is my code.
    ondemand.addEventListener(MouseEvent.CLICK,goThere);
    function goThere(e:MouseEvent){
    var request:URLRequest = new URLRequest("www.money.net");
    navigateToURL(request);
    ondemand.buttonMode = true;
    ondemand.useHandCursor = true;
    stop();
    ondemand is a movieclip instance with a PNG image of text.
    This should work!! There are no compilation errors...
    No mouse cursor change on hover... just like nothing is there.
    Please help...   

    I am overall confused by your description of what you have, especially when you get to doubleclicking the movie and assigning code in it.
    In any case, you need to assign the name (the same name) to every instance of a tweened object. The lack of a name in earlier frames will be inherited by instances in subsequent frames
    I'm confused about your mention of 3 instances being in the library.  Just for clarity, an instance is a library symbol (or an object) that you place on the stage.  If you place two of the same objects on the stage, then you have 2 instances.  Items in the library are instance-wanna-bes.  If you have three different symbols in the library, and you are tweening them as if they were the same, your tween can't possibly work.

  • Please Help Me With Dreamweaver (URGENT!)

    I don't know if I'm posting in the right section, if not please
    forgive me and post me in the right place. Please help me out with
    my website. I don't know what I did or how I did it. But when I
    tried to change the link for my forum section, everything else
    didn't work. When you go to my site, www.urbanwritten.com and click
    on any of the links on the left hand side, its goes to page cannot
    be found. And it was working fine before all of that. If you are
    good with dreamweaver of know what my problem is and know how to
    fix it, PLEASE RESPOND to me I'm literally crying. I am in dire
    need of help!!! My saved and uploaded files are how they're suppose
    to be, but they're just not showing up on the website for some
    reason. PLEASE help me out. If you think you know how to fix my
    problem let me know and I'll give you my ftp info so you can take a
    look.
    P.S. It was working way before I tried to make the changes
    for the forum link.

    You can fix it in ten minutes tops.
    First- is the site correctly defined?
    The index frameset and
    http://www.urbanwritten.com/Home.html
    should be in
    the root level of the Local Site Folder.
    The Templates folder should be in the root level of the Local
    Site Folder.
    The remote site should be a mirror image, with the homepage
    at the root top
    most level. If the remote shows a folder like public_html or
    www or similar
    where the site files need to go into that subfolder; put that
    folder name
    into the "host directory" line of the remote info for this
    site definition.
    open MainLayout.dwt for editing.
    dw menu-->File-->Check Page-->Check Links.
    in the Results panel it shows the broken links.
    Fix them by either clicking that line so it opens the page to
    that link, and
    use the folder icon for the LINK in the Property inspector to
    pick the
    correct file to link to, OR use the folder icon at the far
    right of the
    broken link listing to do the same thing.
    there should be no broken links in the template when done.
    The key concept is to have the links work in the template
    file. Then dw will
    manage the link paths when you use that template on a child
    page.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • PLEASE HELP ! THIS IS URGENT FOR ME ABOUT IPOD TOUCH APPS

    *I had an ipod touch 2.2 software, with about 30 apps ! some paid for, some not. and i had about 25 of them synced to my laptop. a virus hit my laptop, and i formated it. later, my ipod had a software crash thing, and i formated that too into 2.1. ALL MY PAID APPS ARE GONE ! i read that if i download them again, they would be free, but i don't remember them all ! there has to be a way where i can get them all back somehow ... please help*

    load up itunes
    go into the itunes store
    on the right hand side, under quick links, click account
    it might ask you to log in, do so.
    click on 'purchase history'
    it will give you a list of your purchases, sorted by date.

  • Please please please help me... urgent

    hi
    i want to redirect my application when am giving the url http://localhost.localdomain:7777/pls/apex/. it goes to the apex login page.
    where i have to make changes. please please tell me the solution. it is very urgent . i want to upload my application into staging server.
    please help me out..
    thanks in advance
    regards,
    vally.s

    hi,
    thanks for the reply...
    i developed the application called comptool. i want to run my application when the user enter the path
    http://localhost.localdomain:7777/pls/apex/ . actually this path will go to the apex login page. but i dont want to go to login page. instead of login page i want to go to directly to my application. my application path is http://localhost.localdomain:7777/pls/apex/f?p=101:1. if i give this path http://localhost.localdomain:7777/pls/apex/f?p=101:1 then my application is running properly. but my requirement is , if i give the path http://localhost.localdomain:7777/pls/apex/ then it should redirect to my application inseatd of apex login page.
    regards
    vally.s

  • JNDI Error Please help any one..Urgent

    Hi
    I'm new to Websphere. I deployed a session bean in Websphere. I have written a client program too. Client is unable to connect to the server.
    Is there any particular sequence of steps which we should folllow so that the client program can connect to server successfully. If anybody knows those steps please help me.
    I'm pasting the Client code below.
    thanx
    Ramu
    package naveen;
    import java.io.*;
    import java.util.*;
    import javax.naming.*;
    public class HelloClient{
    public static void main(String a[]) throws Exception{
    System.out.println("Hello Client Main Method Called...");
    Hashtable h=new Hashtable();
    h.put(Context.PROVIDER_URL,"iiop:///");
    h.put(Context.INITIAL_CONTEXT_FACTORY,"com.ibm.websphere.naming.WsnInitialContextFactory");
    System.out.println("Hello Client before context intialization...");
    Context ctxt=new InitialContext(h);
    System.out.println("Hello Client after context initialization...");
    Object o=ctxt.lookup("HelloJndi");
    HelloHome hh=(HelloHome)o;
    HelloRemote hr=hh.create();
    System.out.println(hr.sayHello());
    This program's output is it's printing "Before context intialization"
    After that error message
    I am giving that error message also:
    WSCL0100E: Exception received: java.lang.reflect.InvocationTargetException: java
    x.naming.CommunicationException: Caught CORBA.COMM_FAILURE when resolving initia
    l reference=WsnNameService. Root exception is org.omg.CORBA.COMM_FAILURE: min
    or code: 3 completed: No
    at com.ibm.CORBA.iiop.HTTPConnection.send(HTTPConnection.java:439)
    at com.ibm.CORBA.iiop.HTTPConnection.locate(HTTPConnection.java:659)
    at com.ibm.CORBA.iiop.GIOPImpl.locate(GIOPImpl.java:172)
    at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1
    016)
    at com.ibm.CORBA.iiop.InitialNamingClient.resolve(InitialNamingClient.ja
    va:372)
    at com.ibm.CORBA.iiop.InitialNamingClient.cachedInitialReferences(Initia
    lNamingClient.java:591)
    at com.ibm.CORBA.iiop.InitialNamingClient.resolve_initial_references(Ini
    tialNamingClient.java:355)
    at com.ibm.CORBA.iiop.ORB.resolve_initial_references(ORB.java:1753)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInit
    CtxFactory.java:566)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCt
    xFactory.java:328)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContext(WsnInitCtx
    Factory.java:200)
    at com.ibm.websphere.naming.WsnInitialContextFactory.getInitialContext(W
    snInitialContextFactory.java:80)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    69)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:199)
    at naveen.HelloClient.main(HelloClient.java:18)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.ibm.websphere.client.applicationclient.launchClient.createContain
    erAndLaunchApp(launchClient.java:430)
    at com.ibm.websphere.client.applicationclient.launchClient.main(launchCl
    ient.java:288)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)

    hi,
    I havent worked with WebSphere but I think you are not giving the url and port number when you mentioned the ProviderURL...

  • Please help me-it's urgent,maintaining session and security using cookies.

    hi folks,
    i presently developing a web site for an engineering colleege ,i am facing prob in maintaining the session using cookies,and destroying a cookie and keeping security to the user,There are four links on my webpage ,including a logout link,when i click the other links other than the logout,it works perfectly,and when i click the logout link,i am not able to disable the cookie and still able to visit previous pages by clicking the back button.please give a suggestion as such to disable the cokie and maintain the security for my web site.
    Thank u....

    Try out this login if it helps you.
    Create a bean that stores some String value. Then make a object of this bean using the useBean tag with session scope when a user logs in. Store the name of the user in the bean and also set the same name value in the Session object. Then on every JSP page compare the value set in the session object with the bean variable (which will be having a session scope). If the value match, then the JSP page output must be displayed to the user. Then on the logout link, invalidate the session object using the invalidate() method of the session class. As a result now when you will try to navigate back to the old JSP page, null will be returned to you when you will try to retrive the name value from the session object. And since this null will not match with the value in the bean, you should not proceed further with generating the output. Hope this help
    Nirav ([email protected])

  • Please Help!!!  Urgent GUI Issue.

    Your Help is appreciated,
    Im using IDES in my company, SAP LOGON has RELEASE 620 and PATCH LEVEL 64.
    When I go to LAYOUT in my SCREEN PAINTER it displays ALPHANUMERIC SCREEN with the below error in my status bar.
    ERROR DETAILS:
    GUI 620 patch 54 smaller than required(49) continue with alpha screen
    I tried looking for patches on the net and compay Intranet , and loaded some 620 gui patches but did not work...
    Can any of you let me know what should be done for this, its been a couple of weeks since I have this problem and I have been looking around the web but coudn't find any answers.
    I also went into the SAP service website, and got the download Manager to download some patches. Unfortunately I have problems with the download manager too..:( , In my configuration I have set up my SAP service Userid and Password and also my companys proxy server settings.
    But I still get
    error cannot read from basket check your settings and try again

    Hi oliviagrace2307,
    Welcome to the community and thanks for posting!
    I'm sorry you feel that way, I can understand the circumstances.  To get in touch, click on the "about me" section of my profile where you'll see the link to "contact the mods".  We'll help sort things out from here.
    All the best,
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • (Please Help) making buttons clickable (layout done in photoshop)

    I am a newbie to all of this. I been trying to learn html/css
    and I am still learning it but I needed a quick way to get my
    website up and running. So, I created my layout in photoshop, I
    sliced it and imported it anything dreamweaver. I made the content
    area editable. Now I have 10 buttons that needs to be clickable. I
    was on my index.html page and use the hotspot tools to try and make
    them clickable. Indeed it did on my index page. Was I suppose to
    use the hotspot tools or was I suppose to select the image, replace
    it and then link it (when I tried that way at first, it messed the
    page and had boxes and lines everywhere, like the page was broken
    up, I really dont know what I did wrong there)
    My problem is that how do I make all 10 pages of my website
    buttons clickable without having to go to each page, like the about
    page, services page, contact page, etc.... and using the hotspot on
    all 10 pages?
    Do I have to make it as a template or something?
    Here is a picture of the problem...What did I do wrong or how
    to fix the problem?
    http://i39.tinypic.com/2ltmuzs.jpg

    So many problems, so little time. First and most importantly,
    I admire your courage to "forge ahead", but you need to start with
    the basics (some of the dreamweaver tutorials, template pages, etc.
    and learn slowly and methodically.) A well functioning site is far
    more important than a graphically pleasing site...
    There are many apparent problems based on your jpg, but can't
    address any without seeing the code.
    Buttons: If they are separate slices, they don't need image
    map "hot spots" to link them. Simply select one, and assign a link
    to it via the properties window. If you saved your entire "header
    graphic" as all one piece, and placed it into your page, that would
    be when you would want to assign "hot spots" to each section of the
    graphic, but if they are separate pieces, there is no need for the
    hot spots.
    Templates: Yes, a template is the best way to ensure each
    page functions and has the same links as the rest. If you dont have
    a template set up, you will need to assign all of your links
    separately to each page of your document. To create a template, you
    first need to create one good, functioning page, then save as
    template. Once a template, you'll need to assign which areas you
    want to be editable (usually the "content area"). The advantage of
    a template is also that if you need to make a global change to all
    of the pages somewhere down the road, the change will automatically
    update itself on all pages. After the template is created, create a
    "New page from Template".
    By the looks of your jpg image, you have a whole host of
    other problems with the way the page is set up - if you're using
    tables to compile, you aren't using them well. The more complicated
    you try to slice up a single table, the likelyhood of problems like
    you're showing multiplies exponentially - keep it simple.
    Experiment with "nested tables" to see if that helps, but DON"T
    OVERDO... If you're using css - do some reading, or try to begin
    with one of the Dreamweaver template pages to start, then slowly
    modify and test as you go - it's tricky at first.
    For that matter, if you don't have any "rollover" effect or
    anything else going on in the top area, you may be far better off
    saving it as one piece and image mapping the "hot spots" for your
    links, and it won't break apart the way you're showing.
    Keep trying, but take it slow - take a course or purchase a
    tutorial dvd - it is well worth the investment and will save you
    countless hours of frustration and "stabbing in the dark"...
    Hope that helps - don't be in such a hurry to get your site
    "live" - take your time and it will get easier...

  • Please help me with this urgent viewing and editing question for a long video clip.

    Hi, I have never used this software before and when I imported a 2 hours and 12 minute video clip of my sister's wedding into the system and added it as one sequence into the program it would only allow me to watch and edit the first 2 minutes.
    Why is that and how can I rectify this so that I can watch and edit the whole clip?
    Also, can such a long video clip be edited by trimming it and creating transitions where I see fit?
    Thanks so much for your advice as I am feeling really stuck right now.
    Becky

    First, the tutorial list in message #3 http://forums.adobe.com/message/2276578 may help
    2nd, More information needed for someone to help... please click below and provide the requested information
    -Information FAQ http://forums.adobe.com/message/4200840
    3rd, did you do the below to be sure your project is correct?
    See 2nd post for picture of NEW ITEM process http://forums.adobe.com/message/3776153
    -and a FAQ on sequence setting http://forums.adobe.com/message/3804341

Maybe you are looking for

  • Screen font size in bridge cc windows 7 not adjustable?

    Having installed New CC Version yesterday i was kind of amazed about the screen font size especially for the file tree and the file folders on the left of the screen in Bridge (Windows 7). Is there a way to change the size of those screen fonts besid

  • N73 Web already in use error

    When attempting to open the web browser, I get a message saying web already in use when no other browser or data session is up. Anyone know why this would be?

  • Financial Reporting Export in Power Point and Excel

    Hello Gurus, I am experiencing a problem with the export of FR in .ppt and .doc. Basically when I export in those formats the report shows only the first page unless the rows are from a row template, any idea why this happens? any workaround to sugge

  • Can't Download ITUNES 7.02

    I have tried everything but can't download the new itunes. I have tried uninstalling quicktime, itunes, and nothing helps. I keep getting this message: This installer cannot upgrade Quicktime 7 for Windows Public Preview. Please uninstall it first. P

  • Can i use two registers in one Rate ?

    Geeks, There is a meter with two registers and i want to compare these two registers in a single rate, but when i m creating a rate, in header data it is asking me to provide Reg. Oper. (Register operand in rate) and only this operand is reflecting i