Help on customized TableModel please !!!!!!

hi there
i need to add a row at runtime, some people suggested me extend abstractTableModel to accomplish this. here is my tableModel:
class CustomTableModel extends AbstractTableModel
Vector rowData, columnNames;
public CustomTableModel(Vector rowData, Vector columnNames)
this.rowData = rowData;
this.columnNames = columnNames;
public void addRows(String n)
Vector tmp = new Vector();
tmp.add(n);
rowData.add(tmp);
fireTableDataChanged();
public void removeRows()
rowData.removeElement(rowData.lastElement());
fireTableDataChanged();
public int getColumnCount()
return columnNames.size();
public int getRowCount()
return rowData.size();
public boolean isCellEditable(int row, int col)
return true;
public String getColumnName(int idx)
return (String)columnNames.elementAt(idx);
public Object getValueAt(int row, int col)
return ((Vector)rowData.elementAt(row)).elementAt(col);
public void setValueAt(Object value, int row, int col)
((Vector)rowData.elementAt(row)).setElementAt(value, col);
fireTableCellUpdated(row, col);
in the run() of my runnable class, here is what i add the row
public void run()
int rowCounter = 1;
boolean okay = true;
SimpleDateFormat format = new SimpleDateFormat("H:mm:ss:SSS");
while (okay)
try
tablemodel = (CustomTableModel)jTable.getModel();
//just add a time stamp to the new cell
tablemodel.addRows(format.format(new Date()).toString());
//trying to repack the pane, not sure if this is ok?????
jScrollPane = new JScrollPane(jTable);
jScrollPane.setPreferredSize(new Dimension(480, 160));
jScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
p.removeAll();
p.add(jScrollPane);
p.revalidate();
Thread.sleep(1000);
++rowCounter;
catch (InterruptedException e)
okay = false;
but when i test it. the exception occured with following message
Exception occurred during event dispatching:
java.lang.ClassCastException: java.lang.String
     at monitor.CustomTableModel.getValueAt(TimeTable.java:154)
     at javax.swing.JTable.getValueAt(JTable.java:1714)
     at javax.swing.JTable.prepareRenderer(JTable.java:3533)
     at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:995)
     at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:917)
     at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:858)
     at javax.swing.plaf.ComponentUI.update(ComponentUI.java:39)
     at javax.swing.JComponent.paintComponent(JComponent.java:395)
     at javax.swing.JComponent.paint(JComponent.java:687)
     at javax.swing.JComponent.paintChildren(JComponent.java:498)
     at javax.swing.JComponent.paint(JComponent.java:696)
     at javax.swing.JViewport.paint(JViewport.java:668)
     at javax.swing.JComponent.paintChildren(JComponent.java:498)
     at javax.swing.JComponent.paint(JComponent.java:696)
     at javax.swing.JComponent.paintChildren(JComponent.java:498)
     at javax.swing.JComponent.paint(JComponent.java:696)
     at javax.swing.JComponent.paintWithBuffer(JComponent.java:3878)
     at javax.swing.JComponent._paintImmediately(JComponent.java:3821)
     at javax.swing.JComponent.paintImmediately(JComponent.java:3672)
     at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:370)
     at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:124)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
can anyone help me to point the problem? thank you.

thank you all for your help.
if i extend DefaultTableModel, do i need to implement the addRow() method?
in the run() method, can i do the following to add a row to the table:
public void run()
int rowCounter = 1;
boolean okay = true;
SimpleDateFormat format = new SimpleDateFormat("H:mm:ss:SSS");
while (okay)
try
//get the model and use it to add rows to the table???????
tablemodel = (DefaultTableModel)jTable.getModel();
tablemodel.addRows();
//trying to repack the pane, not sure if this is ok?????
jScrollPane = new JScrollPane(jTable);
jScrollPane.setPreferredSize(new Dimension(480, 160));
jScrollPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
p.removeAll();
p.add(jScrollPane);
p.revalidate();
Thread.sleep(1000);
++rowCounter;
catch (InterruptedException e)
okay = false;
can i directly work on the model to modify the table? thank you.

Similar Messages

  • Help With Customer Support Please!

    Hi, I've had my MBP for almost a year and is covered by the three-year plan. Two months after getting it problems started occurring. The optical drive seemed to go haywire as I watched DVDs or listened to CDs. When watching a movie, I'd move the mouse to pause or do anything and the laptop would stall indefinitely, forcing me to shutdown it by pressing the on button for a few seconds. I called customer support and the guy couldn't find out anything wrong on the database so I tested it (I hung up because the problem would occur after watching a movie for a while and the operator sounded irritated from waiting.) I restored my laptop to factory settings and the problem stopped.
    I was wondering if Apple could fix or replace my computer because this problem may occur in the future, especially after installing programs on it.
    Other problems I have is that the optical drive makes a weird humming sound (I can't really explain it) when I play discs on it. On the top and bottom of the monitor screen, the color seems to be fading. When I watch movies in wide screen, the black gradually becomes lighter, and colors seem to fade. I've also notice that is had progressively getting worse. I don't know if others are experiencing this as well. Also, the mechanism that keeps laptop closed doesn't work effectively, as when I sometimes close the laptop it pops open again. When it is closed, the left portion seems to be lopsided and not fully closed. There's a discrepancy with the montior and the bottom component of the laptop, because the closing and opening has left a small scratch on the monitor and worn the plastic edge of the bottom part. After my experience with the customer service operator, I really don't know if they could repair or replace this investment I've worked hard to buy.
    Someone please help me.
    Thank you!

    So are you saying that the apple care folks didn't diagnose/repair but just looked in a database for common problems.
    Well call them up describe your sitution and tell them you need it repaired. It doesn't matter if the symptoms do not appear in a databse. They're pretty good about getting the repair process going.
    Additionlly you could bring it into your local apple store and have them send it in for repair.
    Its highly doubtful that apple will replace the laptop, they do but generally it has to be a catastrophic failure, or lots and lots of different problems. Neither of which has occured in your case. At least by their perspective.
    Good luck
    Mike

  • Just had the most awful experience with cleanmymac2.  I just had research files "cleaned"?no help from customer support - please advise software to restore files

    I just had 3 years of research "cleaned" by cleanmymac2 - due to poor instructions/information.  Customer support just told me what software I should buy to restore the files they destroyed. Would appreciate any suggestions on how I might possibly retrieve my files?  Thanks

    If you have a backup that you created prior to using CleanMyMac, now is the time to use it. For Time Machine, boot OS X Recovery, and at the Mac OS X Utilities screen, choose Restore from Time Machine Backup. Choose a date preceding the installation of CleanMyMac.
    If you do not have a backup, create one now, verify that it is a viable backup of your essential software and files, then erase your Mac completely, reinstall OS X and your essential software. When you reinstall your essential software, you must do so from their original sources, not from a backup that may have been corrupted.
    Nothing less than erasing your Mac and rebuilding it from the ground up will undo the effects of having used CleanMyMac, and its developer's instructions for uninstalling it are not completely effective.
    I know no other way to recover from having used CMM other than the recommendations above.

  • How to change a prospect status to customer in BP,when the prospect turns out to be a potential customer?Please help me with the details.

    How to change a prospect status to customer in BP,when the prospect turns out to be a potential customer?Please help me with the details.
    Moderation: Kindly search before you post

    Dear Ramesh,
    Using Account life cycle we can record the different stages of a BP.
    But at any point of time we can hold one Stage at Business partner.and once we change status Prospect ro Customer. We can't able to see Prospect Status in that BP.
    Ex -
    Stage A- Potentail
    Stage B- Prospect
    Stage C- Customer
    with the help of UI configuration we can define.
    Need your comment,
    Thx
    Karthik

  • How to assign search help for custom cost centre field in SRM 7.0

    Hi Experts!!
    We are currently working in SRM 7.0.As per our business requirement, in account assignment tab we need to use a custom
    cost centre field (ZCOST_CENTRE) instead of standard cost centre field.It is observed that for standard cost centre field there is a standard web-dynpro search-help assigned where it will return the F4 search help values from backend.
    Can any one of you please help me how can I assign the search-help for the custom cost centre field. Is there any FM to call the backend cost centre search help for custom field or any other way how can I achieve this?
    Thanks in advance.
    Regards,
    Kalyani

    kalyani,
    i can see your requirement in below way..
    as it just reads: you need to assign the standard cost center help to a z cost center field in component /SAPSRM/WDC_UI_DO_ACC.. which actually is fetched though the component /SAPSRM/WDC_UI_BACKEND_SH
    so, if you see the component controller of SAPSRM/WDC_UI_DO_ACC you will see the component
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH                        
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH     INTERFACECONTROLLER
    so you can replicate the same functionality for your z field.
    but can you clarify one thing.. why are you going for this z field in place of standard field ?

  • Deleting a row from a JTable using a custom TableModel

    Before I waste any of your time I would like to go ahead and just say that I have searched through the forum using "delete row from Jtable" as the search keywords and while I have found very closely related issues, they have not solved my problem. I have found code postings by carmickr and his arguments as to why we should use DefaultTableModel instead of having created our own custom TableModel, and while I do agree, I just am not quite confident enough in applying it to my scenario. See I am reading from a file a bunch of Contractor objects and I am stuffing it into an arraylist which I am using in the following code posting to populate my TableModel which the JTable object in the gui then uses.
    My problem is that everything works except when I delete and when I delete I understand that the index is changing because I just removed a row from the arraylist object. Suppose I have 33 rows displaying in the GUI. Now after I delete say row #23, the delete function works and dutifuly the row disappears from the table, but if I try to delete a row say...the last row, it does not work and throws me an IndexOutOfBoundsException which totally makes sense. My question is how do I go about fixing it? Do I have to do something with the setRowCount method?
    Any help is appreciated.
    Cheers,
    Surya
    * ContractorTableModel.java
    * Created on January 12, 2006, 11:59 PM
    package code.suncertify.gui;
    import java.util.ArrayList;
    import java.util.logging.Logger;
    import javax.swing.table.AbstractTableModel;
    import code.suncertify.db.Contractor;
    * @author Surya De
    * @version 1.0
    public class ContractorTableModel extends AbstractTableModel {
         * The Logger instance. All log messages from this class are routed through
         * this member. The Logger namespace is <code>sampleproject.gui</code>.
        private Logger log = Logger.getLogger("code.gui");
         * An array of <code>String</code> objects representing the table headers.
        private String [] headerNames = {"Record Number", "Contractor Name",
        "Location", "Specialties","Size", "Rate",
        "Owner"};
         * Holds all Contractor instances displayed in the main table.
        private ArrayList <Object> contractorRecords = new ArrayList<Object>(5);
         * Returns the column count of the table.
         * @return An integer indicating the number or columns in the table.
        public int getColumnCount() {
            return this.headerNames.length;
         * Returns the number of rows in the table.
         * @return An integer indicating the number of rows in the table.
        public int getRowCount() {
            return this.contractorRecords.size();
         * Gets a value from a specified index in the table.
         * @param row An integer representing the row index.
         * @param column An integer representing the column index.
         * @return The object located at the specified row and column.
        public Object getValueAt(int row, int column) {
            Object [] temp = (Object[]) this.contractorRecords.get(row);
            return temp[column];
         * Sets the cell value at a specified index.
         * @param obj The object that is placed in the table cell.
         * @param row The row index.
         * @param column The column index.
        public void setValueAt(Object obj, int row, int column) {
            Object [] temp = (Object []) this.contractorRecords.get(row);
            temp [column] = obj;
         * Returns the name of a column at a given column index.
         * @param column The specified column index.
         * @return A String containing the column name.
        public String getColumnName(int column) {
            return headerNames[column];
         * Given a row and column index, indicates if a table cell can be edited.
         * @param row Specified row index.
         * @param column Specified column index.
         * @return A boolean indicating if a cell is editable.
        public boolean isCellEditable(int row, int column) {
            return false;
         * Adds a row of Contractor data to the table.
         * @param specialty
         * @param recNo The record number of the row in question.
         * @param name The name of the contractor.
         * @param location Where the contractor is located
         * @param size Number of workers for the contractor
         * @param rate The contractor specific charge rate
         * @param owner Name of owner
        public void addContractorRecord(int recNo, String name,
                String location, String specialty,
                int size, float rate, String owner) {
            Object [] temp = {new Integer(recNo), name,
            location, specialty, new Integer(size),
            new Float(rate), owner};
            this.contractorRecords.add(temp);
            fireTableDataChanged();
         * Adds a Contractor object to the table.
         * @param contractor The Contractor object to add to the table.
        public void addContractorRecord(Contractor contractor) {
            Object [] temp = {new Integer(contractor.getRecordNumber()),
            contractor.getName(), contractor.getLocation(),
            contractor.getSpecialties(), new Integer(contractor.getSize()),
            new Float(contractor.getRate()), contractor.getCustomerID()};
            this.contractorRecords.add(temp);
            fireTableDataChanged();
         * Deletes a row of Contractor data to the table.
         * @FIXME Now that I deleted a row then I will have to reset the internal structure so that I can delete again
         * @param recNo The record number of the row in question.
        public void deleteContractorRecord(int recNo) {
            contractorRecords.remove(recNo - 1);
            fireTableRowsDeleted(recNo -1, recNo - 1);
    }

    Wow that was a very quick response. Thanks camickr. I am only trying to delete a single row. I do not know how to go about posting a test program for the code I have posted above because honestly the gui itself is 800 lines of code, and then the file reading class is quite funky in itself. I can maybe email you the entire Netbeans project including code so if you are using Netbeans 5 RC2 you can run the code and see for yourself, but that would not be considerate of me.
    See I am trying to delete any row at any time...but only one at a time not multiple rows...so if a user decides to delete row 23 and then tries to delete the last row which happens to be row 33 in my case, my setup should be smart enough to still allow to delete the row.

  • Search help for custom field in SRM

    Hi All,
    Im new to abap. I want to add(enhancement) custom input field with search help function for organization unit. I hv added input field and its displaying in portal also.
    Now i want to add f4 help. Can u please help me in this regard. Can u tell me the steps to do for adding f4 help.
    Thanks,
    Rani.

    add search help to input fields data type. or you could assign search help via structure there that field is defined. you could enhance standard code adding custom search help which is called via FM. Choose the way.
    best regards,
    dez_

  • Search Help for Custom field in Sourcing Cockpit

    Hi SRM Experts,
    I added custom field "rush order" in the Structures as per requirement. I added code in MODIFY_SCREEN function module. Search help is working for "rush order" in Process Purchase Orders (to search PO) and Check Status (Searching Shopping Cart). But it is not working in sourcing cockpit. Please guide or suggest me is there any additional settings or programming is required to have search help for custom fields in Sourcing Cockpit.
    Thanks a lot in advance.
    Thanks,
    Koyya

    Hi SRM Experts,
    Please let me know any suggestion on this issue.
    Thanks a lot in advance.
    Thanks,
    Koyya

  • Need help in customizing workflow

    Hi All,
    Need your help in customizing APINVAPR workflow.
    Please help in clarifying below point.
    How APINVAPR is mapped to invoice approval process,for PO we use document type form to map the POAPPRV workflows when we customize we will map the custom workflow XXXPOAPPRV to make our workflow work.
    Similarly how will we customize APINVAPR and map the workflow, pls let me know your thoughts.
    My requirement is to customize the APINVAPR workflow and increase the escalation days, during the Invoice Approval Process/Escalate Document Approval activity escalation will happen in 5 days, i need to increase it by 60 days.
    If anyone have worked in similar requirement, please help.
    Also while downloading getting following error
    While downloading workflow APINVAPR, getting below errors
    Item type APINVAPR
    wferr:
    - 1300: Could not load.
    - 1114: Could not load from database.
    - 1115: Could not load all definitions referenced by 'APINVAPR' item type.
    - 1115: Could not load contents of 'APINVAPR' item type.
    - 1101: Could not load item types from database. FILTER=APINVAPR
    - 210: Oracle Error: ORA-01480: trailing null missing from STR bind value. SQL text: SELECT protect_level, custom_level, name, display_name, description, wf_selector, read_role, write_role, execute_role, persistence_type, to_char(persistence_days) FROM wf_item_types_vl WHERE name like :itemtype ORDER BY name
    But it was fine when i downlaod POAPPRV.
    Any one face similar kind of issues, please help.
    Thanks
    Badsha

    Hello,
    I am also getting the same error.
    WFLOAD apps/apps 0 Y DOWNLOAD file_name.wft INVADJTO
    Item type INVADJTOwferr:
    - 1300: Could not load.
    - 1114: Could not load from database.
    - 1115: Could not load all definitions referenced by 'INVADJTO' item type.
    - 1115: Could not load contents of 'INVADJTO' item type.
    - 1101: Could not load item types from database. FILTER=INVADJTO
    - 210: Oracle Error: ORA-01480: trailing null missing from STR bind value. SQ L text: SELECT protect_level, custom_level, name, display_name, description, wf_selector, read_role, write_role, execute_role, persistence_type, t o_char(persistence_days) FROM wf_item_types_vl WHERE name like :itemtype ORDE R BY name
    The item type exists in system. It is a seeded one.
    Can anyone help on this !!!
    Thanks

  • How to make a custom TableModel for ResultSet

    Hi,
    I am doing my University Team Project using Java and MySQL what would be the best way to implement a custom TableModel for a JTable that shows the data from the MySQL database.
    I've googled it for a couple of hours but all I can really find is examples of how to add static data into the jTable.
    The updating of the database through Java works fine, but I would like to show the results in a JTable.
    I need help on how to implement a TableModel that uses a ResultSet to populate a JTable.
    Any examples of how to make a custom TableModel or links to something that shos me how to do it would be great.
    Thanks
    Shazan Miah

    I've googled it for a couple of hours but all I can really find is examples of how to add static data into the jTable.Then you need more googling practice on picking the appropriate keywords to narrow down a search. Words like "jtable resultset" yielded many hits. Of course I'm partial to the one I suggested that was found in the Swing forum.

  • Search Help for Customizing Workbench request

    Hi Colleagues,
    I have two elements in the WD UI viz: Workbench Transport Request and Customizing transport Request.
    I have Dictionary Search Help set to SEEF_MIG_TRKORR for Workbench TR but i cannot find a search help for Customizing TR.
    Also there is no search filter on the SEEF_MIG_TRKORR search help. Thus i cannot use this for both the elements.
    Could you please help to determine the search help for customizing request.
    Thanks and Regards,
    Piyush

    Please try '/SAPSLL/TRKORR_W' OR 'COMSH_DIFF_KEY_GEN_REQ'
    Edited by: Ramalingam Muthian on Mar 5, 2010 10:47 AM

  • ChatandVision – terrible customer service, PLEASE ...

    ChatandVision – terrible customer service, PLEASE READ
    I would like to share with community and SKYPE my not so recent chatandvision experience.
    I have purchased Skype phone from chatandvision, which is basically link from skype shop but transaction handled by chatandvision and not Skype.
    Purchase was done on 31st of January. On 18th of February I contacted chatandvision for tracking number as order did not arrive.
    Despite clear writing on chatandvision site that orders shipped via trackable service this is reply I got:
    Dear Alex,
    Sorry to hear you have not received your package.
    We can confirm that the order has been sent via Airmail Postage from Hong Kong on the 4 February so you should receive it soon. Airmail service distribution is similar to that of HK Post. This type of delivery service has no tracking number yet hope that any delay is minimal.
    Normally, orders leaving Hong Kong, deliveries via Airmail Postage mail are generally 7 to 10 business days.
    But please note that the delivery time may vary and can take a little longer subject to local customs. Sometimes it can take up to 14-21 working days for your package to reach your destination. 
    We thank you for your patience with this issue.
    Sincerely,
    Marcela
    Customer Care Officer
    After 2 more weeks and still no goods I contacted chatand vision again asking for refund, here is reply:
    Dear Alex, 
    Thank you for your e-mail.
    Regarding your concern, I’m afraid that it’s not possible to process a cancellation or refund at this stage, as your goods are now out of our hands. This matter has been escalated to our management and you will be updated via email regarding the situation.
    If you still wish to cancel your order, please reject the item should delivery be attempted by our courier. Should you be unable to reject the item, please contact us again for further instructions on our RMA process.
    Should you have any further queries please do not hesitate to contact us.
    Sincerely,
    Debbie
    Customer Care Officer
    March 18, Two more weeks another email to chat and vision, here is reply:
    Dear Alex ,
    We apologize that the item has not reached you as of now.
    May I ask if you have checked with your neighbors or workmates? It may be that the item was accepted on your behalf. If not, do kindly allow a few days for the item to arrive. Delays are common usually caused by local customs and postal services of the receivers' country.
    In any case, please do feedback and reply me anytime and thank you for your patience throughout.
    Sincerely,
    Debbie
    Customer Care Officer
    March 28th, after several emails to chat and vision here is reply:
    Dear Alex,
    We apologize for the inconvenience this may have caused on your end. I'd like to confirm though that we have now processed your refund. 
    Refunds typically take 2-5 business days to process from our end, depending on how you paid for your original order (we always credit back to the same credit card that you used for payment). Unfortunately it can sometimes take another 2-3 days for your bank to process the refund, so we advise that you allow 7 days for the funds to be seen in your account.
    The good news though is that we’ll send you an email to confirm when the refund has been completed.
    Please let me know if there is anything else I can do to help, and I hope that you will shop with us again in the future.
    Sincerely,
    Debbie
    Customer Care Officer
    April 4th(this is 2 month after purchase) here is email reply from chatandvision:
    Dear Alex,
    We are contacting you with regards to your refund. 
    We sincerely apologize for the inconveniences caused. Unfortunately, we can no longer process your refund as normal. We would need to confirm your active PayPal account/email in order to make a transfer instead of refund as the PayPal refund policy timeframe has expired. 
    Look forward to hear from you soon. 
    Sincerely,
    Marcela
    Customer Care Officer
    April 10th, after contacting chatandvision again and sending my email and PayPal etc… here is reply:
    Dear Alex,
    Thank you for contacting us and your feedback. I have forwarded this case to our accounting department with priority. Rest assured that you shall be receiving your credit within the next couple of days. Once refunded it can up to 2-3 business days for the credit to appear on your account.
    Once again, sincere apologies for the delay and thank you for your extended patience.
    Sincerely,
    Fatima
    Customer Care Officer
    April 30th, 3 month after purchase reply after asking about refund:
    Dear Alex,
    Our sincere apologies for the delay of your refund.
    We would like to inform you that since the time frame for us to refund the order through PayPal has already expired, therefore we shall arrange for a transfer instead. In the light of this, please kindly confirm your active PayPal account and email address.
    Looking forward for your reply.
    Sincerely,
    Jayden
    Customer Care Officer
    Its 9th of May, probably 15 emails to ChatandVision, tons of wasted time and about 100 euro, by now I have only one question how company like this can be a SKYPE  preferred supplier?
    With this service and attitude it’s surprising they are still in business, or perhaps they are in business because they just take your money and do not care afterwards.
    Please BE AWARE when purchase from them

    the webpage should be closed from google and microsoft.If skype is using that (offensive text removed) and not listening customers.....(offensive text removed)
    Exactly the same situation with me......I  "bought" the skype phone over the skype webpage....
    Skype should be responsible also for partners..........
    Viktor from Bern
    alexap wrote:
    ChatandVision – terrible customer service, PLEASE READ
    I would like to share with community and SKYPE my not so recent chatandvision experience.
    I have purchased Skype phone from chatandvision, which is basically link from skype shop but transaction handled by chatandvision and not Skype.
    Purchase was done on 31st of January. On 18th of February I contacted chatandvision for tracking number as order did not arrive.
    Despite clear writing on chatandvision site that orders shipped via trackable service this is reply I got:
    Dear Alex,
    Sorry to hear you have not received your package.
    We can confirm that the order has been sent via Airmail Postage from Hong Kong on the 4 February so you should receive it soon. Airmail service distribution is similar to that of HK Post. This type of delivery service has no tracking number yet hope that any delay is minimal.
    Normally, orders leaving Hong Kong, deliveries via Airmail Postage mail are generally 7 to 10 business days.
    But please note that the delivery time may vary and can take a little longer subject to local customs. Sometimes it can take up to 14-21 working days for your package to reach your destination. 
    We thank you for your patience with this issue.
    Sincerely,
    Marcela
    Customer Care Officer
    After 2 more weeks and still no goods I contacted chatand vision again asking for refund, here is reply:
    Dear Alex, 
    Thank you for your e-mail.
    Regarding your concern, I’m afraid that it’s not possible to process a cancellation or refund at this stage, as your goods are now out of our hands. This matter has been escalated to our management and you will be updated via email regarding the situation.
    If you still wish to cancel your order, please reject the item should delivery be attempted by our courier. Should you be unable to reject the item, please contact us again for further instructions on our RMA process.
    Should you have any further queries please do not hesitate to contact us.
    Sincerely,
    Debbie
    Customer Care Officer
    March 18, Two more weeks another email to chat and vision, here is reply:
    Dear Alex ,
    We apologize that the item has not reached you as of now.
    May I ask if you have checked with your neighbors or workmates? It may be that the item was accepted on your behalf. If not, do kindly allow a few days for the item to arrive. Delays are common usually caused by local customs and postal services of the receivers' country.
    In any case, please do feedback and reply me anytime and thank you for your patience throughout.
    Sincerely,
    Debbie
    Customer Care Officer
    March 28th, after several emails to chat and vision here is reply:
    Dear Alex,
    We apologize for the inconvenience this may have caused on your end. I'd like to confirm though that we have now processed your refund. 
    Refunds typically take 2-5 business days to process from our end, depending on how you paid for your original order (we always credit back to the same credit card that you used for payment). Unfortunately it can sometimes take another 2-3 days for your bank to process the refund, so we advise that you allow 7 days for the funds to be seen in your account.
    The good news though is that we’ll send you an email to confirm when the refund has been completed.
    Please let me know if there is anything else I can do to help, and I hope that you will shop with us again in the future.
    Sincerely,
    Debbie
    Customer Care Officer
    April 4th(this is 2 month after purchase) here is email reply from chatandvision:
    Dear Alex,
    We are contacting you with regards to your refund. 
    We sincerely apologize for the inconveniences caused. Unfortunately, we can no longer process your refund as normal. We would need to confirm your active PayPal account/email in order to make a transfer instead of refund as the PayPal refund policy timeframe has expired. 
    Look forward to hear from you soon. 
    Sincerely,
    Marcela
    Customer Care Officer
    April 10th, after contacting chatandvision again and sending my email and PayPal etc… here is reply:
    Dear Alex,
    Thank you for contacting us and your feedback. I have forwarded this case to our accounting department with priority. Rest assured that you shall be receiving your credit within the next couple of days. Once refunded it can up to 2-3 business days for the credit to appear on your account.
    Once again, sincere apologies for the delay and thank you for your extended patience.
    Sincerely,
    Fatima
    Customer Care Officer
    April 30th, 3 month after purchase reply after asking about refund:
    Dear Alex,
    Our sincere apologies for the delay of your refund.
    We would like to inform you that since the time frame for us to refund the order through PayPal has already expired, therefore we shall arrange for a transfer instead. In the light of this, please kindly confirm your active PayPal account and email address.
    Looking forward for your reply.
    Sincerely,
    Jayden
    Customer Care Officer
    Its 9th of May, probably 15 emails to ChatandVision, tons of wasted time and about 100 euro, by now I have only one question how company like this can be a SKYPE  preferred supplier?
    With this service and attitude it’s surprising they are still in business, or perhaps they are in business because they just take your money and do not care afterwards.
    Please BE AWARE when purchase from them

  • Re: How to disable the personalize tab from help-- diag-- custom code in 11i.

    Dear,
    How to Active this help--diagnostics--custom code--personalize, because i had tried by sys Adminstrator---> Profile--->system  and put profile as Utility Diagnostic to my User Level.

    Hi,
    Please refer note:
    How To Enable/Disable The Forms Personalization Menu (Doc ID 550626.1)
    Please check the above note, and also confirm you logout and login back after making changes to the profile.
    Thanks &
    Best Regards,

  • I need help organising my iPhoto please

    Can someone help me with my iPhoto.
    I have 14,400 photos in my iPhoto library.
    I have albums which contain the photos from the library,as I assumed once you created an album it would eliminate them from the library.
    Consequently I have lots of albums with what I thought was trying to was create some order ...but instead it's left me with photos everywhere.
    To create more dilema,I lost my hard-drive a few years ago and had not backed up any photos(5 years worth)....luckily for me my brother had backed up some and put them back into iPhoto for me but for some reason I now have 3 and 4 of the same photo.
    To make it more annoying the photos whilst there may be 3 of the same they are all different pixel sizes?Not sure how this happened?
    I've also got 3,300 photos in trash that I'm too scared to delete incase I don't have that exact photo in the library.
    Is there any easy way to sort this out,because the problem is getting worse as I try to create order?
    Is it possible to organize them all into folders that way I can delete them from the library and trash ?
    Thanks in advance

    leonieDF Hamburg, Germany
    Re: I need help organising my iPhoto please 
    Apr 6, 2013 9:07 AM (in response to flyinghostie)
    Would you mind to clarify a few points, please?
    I have 14,400 photos in my iPhoto library.
    o.k.
    I have albums which contain the photos from the library,as I assumed once you created an album it would eliminate them from the library.
    Consequently I have lots of albums with what I thought was trying to was create some order ...but instead it's left me with photos everywhere.
    That part is not clear to me.
    What kind of albums are you talking about? Do you mean iPhoto albums as seen in the "Albums" section of the source list?
    Yes the albums are contained in the Albums section
    as I assumed once you created an album it would eliminate them from the library.
    Albums will index and organize the photos in your library, but not store them and not remove them from the library. All photos need to be contained in an event. When you are referring to "library", are you referring to your iPhoto library or to the "Library" section in the source list in the iPhoto window?
    Yes the library I'm referring to is the Iphoto library.I do have Events also...will organising Events take them out of my Libraray?
    .but instead it's left me with photos everywhere.
    Perhaps you are confused by iPhoto showing you different views of the same photos.
    The top part of the source list "Library" gives you access to all your photos based on the events, as list of all "Photos", organized by the Faces, or organized by the Places. You can access the same photos in four different ways.
    The "Recent" section gives you access based on the date; but again you will see the very same photos, only grouped differently.
    These are the access paths predefined by iPhoto. The "Albums" section and "Projects" section will give you additional custom structures to retrieve your photos, the access structure you define yourself. But it will not remove the default organisation created by iPhoto, only supplement it with your own custom structures.
    To make it more annoying the photos whilst there may be 3 of the same they are all different pixel sizes?Not sure how this happened?
    Now, this is probably caused by the way you reimported your photos into your new library. When you take the folders from an iPhoto library and simply import all folders, you will import each photo in three different sizes, for the library contains thumbnails, previews, and full size original image files and versions.
    Would it be possible for you to repeat the import step from the backup your brother has made for you? It might be easier to sort your photos in the finder by size and only to import the full size image files, then to do that manually. What is the backup like, that your brother has made? Is it an iPhoto library or a folder containing photos and folders of your old iPhoto library?
    I'm not sure how my brother saved the photos as it's been years since he re imported them for me,I'd rather do this myself than trouble him again.I've thought maybe I can set up a folder on my desktop and drag all the main photos from the library into there,then delete iPhoto and start all over again?
    But before you proceed with deleting photos that you are not sure about, create a backup of the library, so you will be safe, if you accidentally delete too much.
    Regards
    Léonie

  • Need help for Customizing Correspondence Management

    Hi,
    Could anyone provide me some documents or reference links which will be helpful for Customizing Correspondence Management in ES4?
    Many Thanks!!

    Hi Santosh,
    Sorry for the late reply.
    I have a XDP file having both static and dynamic content. I need to populate the dynamic content with some value which I will be getting from the XML which is stored in the body of the SOAP request. I want the letter to be generated dynamically (like no user selection of XML etc) because I want to avoid manual input in the correspondence management.
    Could you please let me know if the above can be achieved. If yes, could you please provide any useful stuff related to above requirement.
    Many Thanks!!!

Maybe you are looking for

  • Background Report

    Hi,   I am running 1 report in background. In selection screen for company code i am giving only one company code. and scheduled the report for background execution. After this I am debugging the Background job which i scheduled in background. I foun

  • When I open Mail - I can't see iCal or Safari anymore??

    I'm running 10.6.1 - If I open Safari and iCal alone - all is right - the both act properly - if I then open Mail I cant see iCal or Safari any more - those apps dont close - but I can open a window on either - HELP! - any suggestions??

  • Image Burn-In (still images)

    Does anyone have any info/experience with image burn-in? As in where images are permantly burnt onto TV screens. I'm doing a training DVD which will have various slideshows like a powerpoint. Some slides may be up for a while, plus there would probab

  • Pacman -- hard drive prob

    When I use pacman to search or upgrade packages, my laptop's hard drive makes a strange noise (a squeal). The noise is completely different from normal operation (ie: using slocate, loading programs). It doesn't sound healthy. Is it a problem with th

  • Running Diagnostic setup Wizard

    Hi All, My Portal Version EP6.0 Service Pack 18. I have deployed LMSERVICE11_0-20001429.SCA and LMSERVICE11P_1-20001429.SCA  files through sdm. In Visual Admin I have started the below Applications.. sap.com/tcwebadministratorsolmandiag & sap.com/tcs