JTable - active cell not highlited when editable

Hello,
I'm using JDK 1.4.2_05, and I'm seeing some behavior that seems a bit strange.
In my JTables, some cells are editable, and others are not. When the user moves the active cell around (with the arrow keys, or TAB and RETURN) the non-editable cells show up with a nice blue color. If a cell is editable, it doesn't change at all, so the user has no idea where the "cursor" (meaning the active cell) is.
These cells don't have any special renderer or anything. My JTable has these set:
setRowSelectionAllowed(false);
setColumnSelectionAllowed(false);
setCellSelectionEnabled(true);Thanks for any advice!
--- Eric

Okay, yeah, I overrode the default renderer, and had it check whether the cell was selected or not, setting the background color appropriately. Duh. --- Eric

Similar Messages

  • SP2013: OK button not working when editing Settings on List app

    Hi, all!  Currently running Sharepoint 2013 under Server 2008 R2.  My client is Win7 Pro/64-bit running lastest Firefox, Chrome & IE11.  I am currently a Domain Admin for our corp domain.
    Long story short, I've created a test List app.  When I attempt to add a column to the layout of the custom list app, nothing happens when I click the OK button to save the app.  No access spinning, no errors on-screen (also none visible when I view
    the source of the SP page or header), no nothing.  The highlight of the button changes as expected, but nothing else.  The Cancel button will Cancel as expected, but OK does nothing whatsoever.
    My current permissions include member of Domain Admins, Site Owners (Full Control), and Visitors (Read).  A Check Permissions on myself yield the following:
    Full Control   | Given through the "~site~ Owners" group.  
    Read   | Given through the "~site~ Visitors" group.  
    Edit   | Given through the "~site~ Members" group.  
    (Note: "~site~" is replacing the actual SP2013 site name above)
    I'm thinking it has something to do with effective permissions.  I just added myself to the Owners group this morning with no effect.  I've also tried both Compatibility mode on and off in IE, and Firefox and Chrome don't work, either.  Suggestions
    are most welcome as I'm at the point where I'm not sure if IE11 is causing a problem or if it's actually an effective permissions problem that's preventing me from saving any column changes to the List app above.
    Thanks, guys!
    Steve

    Hi Steve,
    From your description, my understanding is that OK button does not work when you create a new column.
    Please check if you get any JS error after you click OK button by pressing F12 to OP developer tool.
    Besides, please try to create a new column with steps below:
    1.      
    Click LIST tab in the Ribbon.
    2.      
    Click Create Column in Mange Views section.
    3.      
    Create your column in the dialog.
    4.      
    Click OK button.
    In addition, please confirm these points below:
    1.      
    Test your issue in another list.
    2.      
    Test your issue with another computer.
    3.      
    Test your issue with another account.
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • HD video not clear when editing

    Hello all.
    I have completed a few projects shooting with my HD camera, and all have been imported nice and clear. Now, I am editing and the video is not clear. It is smaller and not filling the entire screen. I must have switched a setting somewhere, but I have no idea what I had it set at.
    When editing, the video has a widescreen look to it, and the lines are jagged and blurred. HELP!

    Item properties say 29.97 fps, 1440 by 1080 frame size, 3.2 MB/sec, and I am in Final Cut Pro version 7.
    I tried RE capturing the SAME clip into an old project, where it came in clear. Then I recaptured into this problem project and it was pixelated. I captured the same way both times. Do I have to recapture the entire thing? I know I am probably not giving as clear responses as you need to help me, but I am new to dealing with HD editing.
    It is just this project that is not converting the video to the right size. Usually it will prompt asking if I'd like to match the settings, but this time it didn't and I'm not sure how to do so manually.

  • HR_INFOTYPE_OPERATION not working when editing HR master data

    Hi all,
    I search for similar problem but couldn't find any.
    I am using HR_INFOTYPE_OPERATION to insert record to an infotype. I proceed with standard way (ENQUEUE employee, call above fm, DEQUEUE employee). It works fine when running as executable program.
    Now I want this functionality when editing EE's master data (i.e. modifiying one infotype record). For this I put the same code to some user exit. Now when executed I can proceed with creating new entry, it saves I can see how data are updated in pa30 for this EE. But when I reenter his master data are without this new record anymore.
    Does anyone faced similar issue? I guess it is not allowed to use that fm when editing master data, but can't find a answer if this is the issue.
    I did also a test creating this new entry for some different EE, but it neither worked.
    Any info appreciated.
    Thank you
    Marcin

    Hi Marcin,
    Please check whether the following links are useful,
    HR_INFOTYPE_OPERATION mod not working
    HR_INFOTYPE_OPERATION is not working in user exit ZXPADU02
    Best Regards.

  • Version Set is not created when editing with Photoshop CS4?

    Last week I was working in PSE7 and opening files into PS CS4 for editing. I open the files by clicking the Open with link and choose Photoshop. I edited several dozen photos and when I closed them from PS CS4 Version Sets were created in PSE7 like they should be. At some point that stopped happening. Now when I do as before and open the files into PS CS4, edit them, and then close them the Version Set is not being created in PSE7. I look in the folder containing the files and the file has a new modified date but it still has the same file name instead of being saved with the - edited name as before. Does anyone know why the version sets are no longer being created when editing with PS CS4? I can edit the files with the PSE7 editor and the version sets are created as they should be. Thanks!

    Okay so tha there is no misunderstanding here is exactly what I'm doing. From the PSE7 Organizer I select a photo (file name Tetons & Jenny Lake 026.jpg) and click the Fix tab. I then click More Options and select Photoshop. The photo opens in into PS CS4. I make my edits click the x on the tab to close the image and I'm asked "Save changes to the Adobe Photoshop document "Tetons & Jenny Lake 026_edited-1.jpg" before closing?" I click Yes then click OK to save the image at maximum quality. I go back to the PSE 7 Organizer and there is no version set. I check the folder the original image was in and see the original file Tetons & Jenny Lake 026.jpg with a new modified date and time. I can even choose Save As from PS CS4 and it asks me if I want to overwrite Tetons & Jenny Lake 026_edited-1.jpg and I select Yes, but I get the exact same results. Thanks!

  • CSS containing PHP not displaying when editing locally

    Hello,
    I'm having trouble getting DW to 'see' my CSS styles. This is
    because my 'CSS' file is actually a PHP program that outputs CSS.
    So, in my css.php program, I have at the top:
    <?php
    header("Content-type: text/css");
    ...and then the CSS definitions underneath.
    I reference it with:
    <link href="../css/css.php" rel="stylesheet"
    type="text/css" />
    It works fine on the server, but of course I can't see the
    styles when editing the HTML in DW, because it's seeing the raw php
    file instead of the
    output of that PHP file.
    I've considered installing PHP locally to see if that solves
    the problem, but does anybody here have any other ideas, or has
    anybody already solved this problem?
    Many thanks.
    Kind regards,
    Nick

    I don't know - it might.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "crash" <[email protected]> wrote in message
    news:eda2ni$nvf$[email protected]..
    > live view would work, shouldn't it?
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:eda29i$ndf$[email protected]..
    >> They would only show up if you served the page, I
    believe.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "nheaps" <[email protected]> wrote
    in message
    >> news:ed9u9v$ivm$[email protected]..
    >>> Hi Shane,
    >>>
    >>> Would the testing environment enable me to see
    the CSS styles in the
    >>> editing window, or would they only show up on
    the locally-installed web
    >>> server?
    >>>
    >>> Kind regards,
    >>>
    >>> Nick
    >>
    >>
    >
    >

  • OO ALV Cell Merge Problem when editable fields

    Hi there!
    I'm using OO ALV ( CL_GUI_ALV_GRID ) and experiencing a strange problem.
    I'm interested in the cells merging functionality of ALV, when i sort data for a specific field.
    It works fine but only if i do not set any field as editable ( lvc_s_fcat-edit = 'X' ).
    For some reason ALV loses some of its functionality when you set a field as editable.
    I've noticed it also with the functionality of expanding/supressing data when using subtotals.
    If any field is set as editable then subtotals come always expanded, you cannot supress them...
    Has anyone else experienced somethng like this before? Any help will be appreciated!
    BR
    George Zervas

    Hi,
    Check This [Thread|http://forums.sdn.sap.com/thread.jspa?threadID=928573]  to solve your issue.
    Check the  User Command, first line should be call method cl_gui->check_changed_data().
    Check this [url|http://wiki.sdn.sap.com/wiki/display/ABAP/InteractiveEditableOOALVgridwithdynamicitab,FCATandENTERkeyeventtrigger] for code to work on Interactive Editable OO ALV grid .
    Hope will solve your issue.
    Regards,
    Saravana.S
    Edited by: saravanasap on Feb 14, 2012 7:38 AM

  • Icons for images on desktop do not update when edited in Preview

    I didn't know what topic to put this in but I guess I consider this a Finder issue.
    Here's the problem: In both Leopard and Tiger, when I edit something in Preview and save it the little icon preview image on my desktop (you know, above the file name) does not change, even after I restart. I know the world isn't going to end because of it but it has gotten to the point where I'll edit things in Photoshop instead of Preview just to get the stupid icon to be accurate, otherwise I don't know if I've worked on a picture already or not. It would save me from a lot of time wasted booting up Photoshop just to crop an image.
    I also noticed that the Spotlight comments (when I use "get info" on the file) still describe the picture in its larger format before cropping. It just doesn't seem to update itself. The image I am looking at as an example is a PNG right now but I'm sure it has happened with jpegs as well. (generally I'll just go into Photoshop in the end and save from there to update the icon out of frustration)
    Can this be fixed? It would certainly make me enjoy using Preview a little more.
    I thought this would go away with a Leopard upgrade but it doesn't seem to.

    chakramchucker wrote:
    Is there a way to remove or replace the preview image manually, then?
    select the files with custom icons and enter commandoptioni.
    in the resulting info window select the little icon in the top left corner and press delete.

  • List data validation failed when creating a new list item but does not fail when editing an existing item

    Dear SharePoint Experts,
    Please help.
    Why does my simple formula work in Excel but not-work in SharePoint?
    Why does this formula...
    =IF([Request Type]="Review",(IF(ISBLANK([Request Date]),FALSE,TRUE)),TRUE)
    ...work in Excel but fail when I try to use it in SharePoint?
    The intent of this formula is the following...
    If the field "Request Type" has the value "Review" and the field "Request Data" is blank then show FALSE, otherwise show TRUE.
    SharePoint saves the formula, but when a list item is saved where the formula is implemented, (under List Settings, List Validation), SharePoint does not, say anything other than that the formula failed.
    Note that the "list data validation failed" error only happens when I am creating a new item-- the formula above works just fine when one is trying to Save on the edit form. 
    Can you help?
    Thanks.
    -- Mark Kamoski

    Dear Jason,
    I appreciate your efforts.
    However, it seems to me that this statement of yours is not correct...
    "If it meet the validation formula, then you can new or edit the item, otherwise, it will throw the 'list data validation failed' error, it is by design".
    I believe this is NOT the answer for the following reasons.
    When I create a new item and click Save, the validation error is "list data validation failed".
    When I edit an existing item and click Save, the validation error is "my custom error message" and this is, I believe, the way it needs to work each time.
    I think, at the core, the error my formula does not handle some condition of null or blank or other default value.
    I tried a forumla that casts the date back to a string, and then checked the string for a default value, but that did not work.
    I tried looking up the Correlation ID in the ULS when "list data validation failed" occurs, but that gave no useful information because, even though logging was set to Verbose, the stack trace in the error log was truncated and did not given any
    good details.
    However, it seems to me that SharePoint 2013 is not well-suited for complex validation rules, because...
    SharePoint 2013 list-level validation (NOT column-level validation) allows only 1 input for all the multi-field validation formulas in a given list-- so, if I had more than 1 multi-field validation rule to implement on a given list, it would need to be packed
    into that single-line-of-code forumla style, like Excel does. That is not practice to write, debug, or maintain.
    SharePoint 2013 list-level validation only allows 1 block of text for all such multi-field validation rules. So that will not work because I would have something like "Validation failed for one or more of the following reasons-- withdrawal cannot exceed
    available balance, date-of-birth cannot be after date-of-death,... etc". That will not work for me.
    The real and awesome solution would simply be enhancing SP 2013 so that column-level validation forumlas are able to reference other columns.
    But, for now, my workaround solution is to use JavaScript and jQuery, hook the onclick handler on the Save button, and that works good. The only problem, is that the jQuery validation rules run before any of the column-level rules created  with OOTB
    SP 2013. So, in some cases, there is an extra click for the enduser.
    Thanks,
    Mark Kamoski
    -- Mark Kamoski

  • JTable display cell previous/last selected/edited/clicked value/JComponent

    I have a problem with the minesweeper I made,
    The game board is a JTable containing custom gadgets in the cells,
    The first game goes without problem, but I press the JButton starting a new game,
    I randomly refill the JTable with new custom gadgets,
    My problem is that the last cell I clicked in the JTable is still in the clicked state with the previous value and I cannot click or see the new custom gadget that ought to be there ...
    The custom gadgets extends JLabel and use custom AbstractCellEditor and custom TableCellRenderer, but I think it is not related to my custom gadgets,
    I work on OSX,
    Any hint to my problem's origin?
    Any solutions?

    My code included not related classes I eliminated to use only standard java classes,
    here is is the minimal code for my mine sweeper reproducing the problem on the third launch
    any hint? :
    import java.awt.Container;
    import java.awt.Point;
    import java.awt.event.ActionEvent;
    import java.awt.event.MouseEvent;
    import java.util.Random;
    import javax.swing.AbstractAction;
    import javax.swing.Action;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JTable;
    import javax.swing.event.TableModelListener;
    import javax.swing.table.DefaultTableModel;
    import javax.swing.table.TableModel;
    public class MyMineSweeper
       private class JTableCellRenderer implements javax.swing.table.TableCellRenderer
          private javax.swing.table.TableCellRenderer defaultRenderer;
          public JTableCellRenderer(javax.swing.table.TableCellRenderer aRenderer)
             defaultRenderer = aRenderer;
          public java.awt.Component getTableCellRendererComponent(javax.swing.JTable aTable, Object anElement, boolean isSelected, boolean hasFocus, int aRow, int aColumn)
             if(anElement instanceof javax.swing.JComponent)
                return (javax.swing.JComponent)anElement;
             return defaultRenderer.getTableCellRendererComponent(aTable, anElement, isSelected, hasFocus, aRow, aColumn);
       private class JTableCellEditor extends javax.swing.AbstractCellEditor implements javax.swing.table.TableCellEditor
          private javax.swing.JComponent component;
          private int theClickCountToStart = 0;
          public java.awt.Component getTableCellEditorComponent(javax.swing.JTable aTable, Object anElement, boolean isSelected, int aRow, int aColumn)
             component = (javax.swing.JComponent) anElement;
             return component;
          public Object getCellEditorValue()
             return component;
          public boolean isCellEditable(java.util.EventObject anEvent)
             if(anEvent instanceof java.awt.event.MouseEvent)
                return ((java.awt.event.MouseEvent)anEvent).getClickCount() >= theClickCountToStart;
             return true;
          public int getClickCountToStart()
             return theClickCountToStart;
          public void setClickCountToStart(int aClickCountToStart)
             theClickCountToStart = aClickCountToStart;
       private class Tile extends javax.swing.JLabel
          public class JTileMouseListener implements java.awt.event.MouseListener
             public void mouseClicked(MouseEvent e)
                if(isRevealed()==false)
                   reveal();
             public void mousePressed(MouseEvent e)
             public void mouseReleased(MouseEvent e)
             public void mouseEntered(MouseEvent e)
             public void mouseExited(MouseEvent e)
            public void reveal(int aY, int anX)
               Tile tile = ((Tile)theMapModel.getValueAt(aY, anX));
               if(tile.isRevealed()==false)
                  tile.reveal();
            public void changed()
               if(theNeighbourCount==0)
                  if(theX>0)
                     if(theY>0)
                        reveal(theY-1, theX-1);
                     reveal(theY, theX-1);
                     if(theY<theMapModel.getRowCount()-1)
                        reveal(theY+1, theX-1);
                  if(theY>0)
                     reveal(theY-1, theX);
                  if(theY<theMapModel.getRowCount()-1)
                     reveal(theY+1, theX);
                  if(theX<theMapModel.getColumnCount()-1)
                     if(theY>0)
                        reveal(theY-1, theX+1);
                     reveal(theY, theX+1);
                     if(theY<theMapModel.getRowCount()-1)
                         reveal(theY+1, theX+1);
                   setBackground(java.awt.Color.WHITE);
                else if(theNeighbourCount==9)
                   setText("*");
                   setBackground(java.awt.Color.RED);
                   System.out.println("no!");
                   theMap.setEnabled(false);
                else
                   setText(String.valueOf(theNeighbourCount));
                   setBackground(java.awt.Color.WHITE);
                setBorder(javax.swing.BorderFactory.createEmptyBorder());
                if(isFinished()==true)
                   System.out.println("victory!");
                   theMap.setEnabled(false);
                theMapModel.fireTableCellUpdated(theY,theX);
          private DefaultTableModel theMapModel;
          private int theX;
          private int theY;
          private short theNeighbourCount;
          protected boolean revealed = false;
          public Tile(int aYIndex, int anXIndex, short aNeighbourCount)
             theMapModel = (DefaultTableModel)theMap.getModel();
             theX = anXIndex;
             theY = aYIndex;
             theNeighbourCount = aNeighbourCount;
             addMouseListener(new JTileMouseListener());
             setOpaque(true);
             setHorizontalAlignment(CENTER);
             setBackground(java.awt.Color.LIGHT_GRAY);
             setBorder(javax.swing.BorderFactory.createRaisedBevelBorder());
             setSize(getHeight(), getHeight());
          public void reveal()
             revealed = true;
             theRevealedTileCount +=1;
             changed();
          public boolean isRevealed()
             return revealed;
       private JFrame theFrame;
       private JTable theMap;
       private int theMapSize = 10;
       private int theTrapCount = 5;
       private int theRevealedTileCount = 0;
       private void startGame()
          Point[] traps = new Point[theTrapCount];
          Random generator = new Random();
          for(int trapIndex = 0; trapIndex<theTrapCount; trapIndex+=1)
             Point newPoint = null;
             boolean alreadyTrapped = true;
             while(alreadyTrapped==true)
                newPoint = new Point(generator.nextInt(theMapSize-1), generator.nextInt(theMapSize-1));
                alreadyTrapped = false;
                for(int existingTrapIndex= 0; existingTrapIndex<trapIndex;existingTrapIndex++)
                   if(newPoint.equals(traps[existingTrapIndex])) alreadyTrapped = true;
             traps[trapIndex] = newPoint;
          TableModel mapModel = theMap.getModel();
          for(int yIndex = 0; yIndex<theMapSize; yIndex+=1)
             for(int xIndex = 0; xIndex<theMapSize; xIndex+=1)
                short neighbours = 0;
                int x = 0;
                int y = 0;
                for(int trapIndex = 0; trapIndex<theTrapCount; trapIndex+=1)
                   x = traps[trapIndex].x - xIndex;
                   y = traps[trapIndex].y - yIndex;
                   if(x==0 && y==0)
                      trapIndex = theTrapCount;
                   else if((x==1 || x==-1) && (y==1 || y==-1))
                      neighbours += 1;
                   else if((x==0) && (y==1 || y==-1))
                      neighbours += 1;
                   else if((x==1 || x==-1) && (y==0))
                      neighbours += 1;
                if(x==0 && y==0)
                   mapModel.setValueAt(new Tile(yIndex, xIndex, (short) 9), yIndex, xIndex);
                else
                   mapModel.setValueAt(new Tile(yIndex, xIndex, neighbours), yIndex, xIndex);
          theRevealedTileCount  = 0;
          theMap.setEnabled(true);
       private boolean isFinished()
          return ((theMapSize*theMapSize)-theRevealedTileCount)==theTrapCount;
       public MyMineSweeper()
          theFrame = new javax.swing.JFrame("mine sweeper");
          JPanel cp = new JPanel();
          theMap = new JTable(new DefaultTableModel(10,10)
             public Class getColumnClass(int column)
                return getValueAt(0, column).getClass();
          theMap.setDefaultRenderer(JComponent.class, new JTableCellRenderer(theMap.getDefaultRenderer(JComponent.class)));
          JTableCellEditor editor = new JTableCellEditor();
          theMap.setDefaultEditor(JComponent.class, editor);
          editor.setClickCountToStart(0);
          theMap.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
          startGame();
          cp.add(theMap);
          Action newGameAction = new AbstractAction("new game")
             public void actionPerformed(ActionEvent e)
                startGame();
          JButton newGameTrigger = new JButton(newGameAction);
          cp.add(newGameTrigger);
          theFrame.getContentPane().add(cp);
          theFrame.pack();
          theFrame.show();
       public JFrame getFrame()
          return theFrame;
      }

  • Activity can not post when do confirmation

    Dear Gurus!
          I have an issue now, when I do confirmation for production order. But some order can post actvity(in CO03 -> Cost analisys -> Activity actual) but some can not.
    Do I miss any steps? I use BAPI to create comfirmation.
    Regards,
    Tony

    It is hard to guess some reason, you should carry out some comparative study between the production orders that are displaying this different behaviour. There are many factors to be considered....
    1) The production orders are for the same material or different materials? If different, then check routings....
    2) Use the same work centers or activity types....
    3) Belongs to the same cost center ?
    4) the operation is really confirmed but no values for activities ( chack if the problem is quantity , i.e. hours, or currency, based on the price od each activity type)
    5) Check prices for activities in KP27....
    and so on...

  • Captions in iphoto11 places slideshow do not save when edited

    I am arranging a slideshow that I put together using the places theme. I accidentally labelled one of the captions for the text slide with the wrong location. Now when I try to correct it, it seems fine , but then my changes are lost if I close/reopen ilife or double click on a photo and then return to teh slideshow. It seems there is not permanent way to change the text in the caption.
    any ideas much appreciated to fix

    What it your iPhoto and MacOS X version? Without knowing that it wlll be hard to tell what might be wrong.
    I tested your issue with iPhoto '11 (version 9.2.3) on MacOS X 10.7.4.
    Onmy system I have no problems with editing the captions in the Places Theme. When I quit iPhoto or switch between Slideshows or albums the captions do stick.
    You may have a problem with the permissions in your library.
    To correct a permissions issue:
    Quit iPhoto, if it’s open.
    Hold down the Command and Option keys as you click the iPhoto icon.
    The “Rebuild Photo Library” dialog appears.
    Select the “Examine and repair iPhoto Library file permissions” checkbox.
    If this should not help, try the "Repair the iPhoto Library Database", but make sure you have a working backup of your iPhoto library before you try any of the "repair" or "rebuild" options.
    Regards
    Léonie

  • Vision Builder 2010 Active time not working when calling Vision inspection from testand 2010

    I have an issue where I am timing a flashing light using the active time variable, when I run the inspection from the inspection view everything works, however when I run it from the configuration view or by calling it through teststand 2010 with the Vision Vi's the Active Time never changes from 0.00000.
    I do not need precides timings so I am NOT worried about the +/- 20ms from the windows system clock.

    Hi Ryan,
    Can you read any of the other variables using the Get Inspection statistics VI?  Is it only the Active Timer that doesn't change?
    Cole R.
    National Instruments
    Applications Engineer

  • My key pad not showing when editing contacts.

    The key pad is not coming up when I try to add or edit my contacts

    If no change after powering the iPhone on and off, try a reset which is similar to a computer restart and is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release.

  • "texts on html file" are not updated "when edited on server"

    Hi All,
    QUESTION
    What are the solutions, for having editable text/content on .html published files, so clients can edit through their server control panel
    Scenario:
    Client wants to update the "text" by editing the .html files on a server.
    I published the website as static html so the text can be included in .html file, but edits made on server's control panel, doesnt appear in live website.
    I also noticed that the texts located in edgeActions.js are editable through server, i am not very interested to define all my text content as the dynamic
    code because then I must worry about empty .html files and SEO questions.

    Here is what I ve found in regard to my own question...
    For a Client, to be able to change the text on server (Ex: phone numbers in a contact page), they should access and modify the text in the   edge.js or sometimes edgeaction.js page. Changing the text on .html page will create no result. I assume, this is because, the .html page is exported ONCE and only at the point of Publishing a project, to satisfy the SEO needs or whatever. Think of the text on .html page as a Sticker to fool the rest of the world, changing it will not change anything on webste and. Also if you change the text in .js, the change will not be relfected on .html file.

Maybe you are looking for