DataGrid data can not be selected after inlcluded automation library

In order to use QTP for my Flex project, I included the automation libraries.
But I found that the data in DataGrid can not be selected, and double click function not working.
After I excluded the following two of the automation libraries, it works fine.
automation_agent.swc
qtp.swc
FLex SDK version:  4.1.0.16076
Anyone can help?

It occurred to me that this might be a permissions problem - I had repaired permissions using TechTool Pro a few days ago and that may have caused this - who knows!
Anyway, I'm just re-repairing permissions using Disk Utility. It says 'Estimated Time: 3 hours' which considering previous permissions repair seems a long time - maybe that is an indication of the problem.
I'll post again in 3 hours!

Similar Messages

  • Can not open iphoto after downloading iPhoto Library Upgrader tool

    can not open iphoto after downloading iPhoto Library Upgrader tool

    I understand you used the  iPhoto Library Upgrader iPhoto '11 or later: About the Library Upgrader - Apple Support
    try rebuilding the library: iPhoto 6 and later: Rebuilding the iPhoto library - Apple Support
    If it doesn't work, recover your iPhoto library from Time Machine: iPhoto '11: Restoring from Time Machine with iPhoto '11 (9.2 or later) and OS X Lion 10.7.2 (or later) - Apple Support

  • After call commit sql , data can not flush to disk

    I use berkey db which support sql . It's version is db-5.1.19.
    1, Open a database.
    2. Create a table.
    3. exec "begin;" sql
    4. exec sql which is insert record into table
    5. exec "commit;" sql
    6. copy database file (SourceDB_912_1.db and SourceDB_912_1.db-journal) to Local Disk of D, then use a tool of dbsql to open the database.
    7. use select sql to check data, there is no record in table.
    1
    sqlite3 * m_pDB;
    int nRet = sqlite3_open_v2(strDBName.c_str(), & m_pDB,SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE,NULL);
    2
    string strSQL="CREATE TABLE [TBLClientAccount] ( [ClientId] CHAR (36), [AccountId] CHAR (36) );";
    char * errors;
    nRet = sqlite3_exec(m_pDB, strSQL.c_str(), NULL, NULL, &errors);
    3
    nRet = sqlite3_exec(m_pDB, "begin;", NULL, NULL, &errors);
    4
    nRet = sqlite3_exec(m_pDB, "INSERT INTO TBLClientAccount (ClientId,AccountId) VALUES('dd','ddd'); ", NULL, NULL, &errors);
    5
    nRet = sqlite3_exec(m_pDB, "commit;", NULL, NULL, &errors);
    Edited by: 887973 on Sep 27, 2011 11:15 PM

    Hi,
    Here is a simple test case program I used based on your description:
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "sqlite3.h"
    int error_handler(sqlite3*);
    int main()
         sqlite3 *m_pDB;
         const char *strDBName = "C:/SRs/OTN Core 2290838 - after call commit sql , data can not flush to disk/SourceDB_912_1.db";
         char * errors;
         sqlite3_open_v2(strDBName, &m_pDB, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, NULL);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "CREATE TABLE [TBLClientAccount] ( [ClientId] CHAR (36), [AccountId] CHAR (36) );", NULL, NULL, &errors);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "begin;", NULL, NULL, &errors);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "INSERT INTO TBLClientAccount (ClientId,AccountId) VALUES('dd','ddd'); ", NULL, NULL, &errors);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "commit;", NULL, NULL, &errors);
         error_handler(m_pDB);
         //sqlite3_close(m_pDB);
         //error_handler(m_pDB);
    int error_handler(sqlite3 *db)
         int err_code = sqlite3_errcode(db);
         switch(err_code) {
         case SQLITE_OK:
         case SQLITE_DONE:
         case SQLITE_ROW:
              break;
         default:
              fprintf(stderr, "ERROR: %s. ERRCODE: %d.\n", sqlite3_errmsg(db), err_code);
              exit(err_code);
         return err_code;
    }Than I copied the SourceDB_912_1.db database and the SourceDB_912_1.db-journal directory containing the environment files (region files, log files) to D:\, opened the database using the "dbsql" command line tool, and queried the table; the data is there:
    D:\bdbsql-dir>ls -al
    -rw-rw-rw-   1 acostach 0 32768 2011-10-12 12:51 SourceDB_912_1.db
    drw-rw-rw-   2 acostach 0     0 2011-10-12 12:51 SourceDB_912_1.db-journal
    D:\bdbsql-dir>C:\BerkeleyDB\db-5.1.19\build_windows\Win32\Debug\dbsql SourceDB_912_1.db
    Berkeley DB 11g Release 2, library version 11.2.5.1.19: (August 27, 2010)
    Enter ".help" for instructions
    Enter SQL statements terminated with a ";"
    dbsql> .tables
    TBLClientAccount
    dbsql> .schema TBLClientAccount
    CREATE TABLE [TBLClientAccount] ( [ClientId] CHAR (36), [AccountId] CHAR (36) );
    dbsql> select * from TBLClientAccount;
    dd|dddI do not see where the issue is. The data can be successfully retrieved, it is present in the database.
    Could you try putting in the sqlite3_close() call and see if you still get the error?
    Did you remove the __db.* files from the SourceDB_912_1.db-journal directory?
    Did you use PRAGMA synchronous, and if so, what is the value you set?
    If this is still an issue for you, please describe in more detail the exact steps needed to get this reproduced and provide a simple stand-alone test case program that reproduces it.
    Regards,
    Andrei

  • Material availability date can not be after the delivery date

    Dear Experts,
    we are using the following scnario,
    1. Once the user creates the sales order, automatically system creates PO in the background.
    we have created Bapi program for creation of Background PO in SD User Exit.
    The following issue occurs in Prd, DS1, QS1 server, We have done Technical upgradation project, Now when we creates sales order automatically po created with error message of Material availablity date can not be after the delivery date. even sales order no also not updated in the PO.
    QAS server (without technical upgrade) i refered the same input parameter and used the same and create the sales order system generates PO automatically without error message.
    Does any one can through lights on this issue,
    Thanks and Best Regards,
    Muralidharan S

    Hi
    The dates are determined due to shipping and transportation scheduling settings. So check whether the shipping and transportation scheduling is being performed as per the cofiguration settings after Technical upgrade. Since the MAD date should not be after Delivery date but it seems that the dates are not determined properly.
    Also check the Transit  time, Loading time, Pick/Pack time and Lead time are retained as same as before the technical upgrade. Use the QAS server settings to validate the settings in other servers.
    Regards
    Rajkumar K

  • Can not update apps after IOS8 update on iPhone 4s

    Can not update apps after IOS8 update on iPhone 4s
    I can no longer update apps on my iPhone 4s after the IOS 8 update. The IOS 8 update took a very long time to complete, maybe 12 hours, and afterwards, it worked but updating packages were very slow. Package updates have since been problematic and about 4 days ago, it stopped being able to update any packages. I click on them to update and they never make any progress. I have 2.8 Gbytes free and I keep deleting more and more packages, pictures, etc. It seems like, from the amount of stuff that I have deleted, I should have more than 2.8 Gbytes free.
    Is anyone else having this kind of problem?

    16GB iPhone4: Go to Settings, scroll down to iTunes &amp; App Stores and touch. At the top of the next page it shows: Apple ID. Touch this. Select Sign Out. Your Apple ID will go away. Re-enter Apple ID and password. Try App Store again.
       Other solutions were to go to Settings:General:Date&amp;Time and turn off auto-update, then change date to next year. This didn't work for me, nor a lot of other users on the forums. It took reading a lot of threads to find the log-out, log-in solution. Even on the official Apple Website all I saw was: Make sure your connection is working, battery is charged, desktop is plugged in when you try to sync. OK I exaggerate, but with all the users posting this problem, you'd think they'd post their solutions when they work with a Tech Help call.

  • Help! Help! Help! Can not reinstal vista after replacing a new hard drive

    Can not reinstal vista after replacing a new hard drive (1TB WD 10EZEX) in HP Pavilion a6658f Desktop PC with recovery disc.
    I saw in the screen:
    "Windows setup could not configure windows to run on this computer's hardware"
    Product:
    HP Pavilion a6658f Desktop PC
    OS: pre-installed window vista with sp1 
    Product number:   FK575AA
    Bought in Canada
    Thank you.

    Thank you so much Lisa27,
    win vista installed to new WD 1tb hard drive. How?
    1. use  http://support.wd.com/product/download.asp?groupid=606&lang=en
    >Data Lifeguard for Windows  , write zero and to test the new hard drive,
    2. use Acronics true image 2013 to do partition on the new HD, and then to clone from the old HD to new HD.
    3. down load Intel Rapid Storage Tech to fix the Issues with Windows Vista* and Intel® RAID  (without it, Window mail can not be opened.
    Thank you very much for all your guys again and the support form WD support team.

  • Can not refresh page after save properly(When not saving master record)

    I am using jdeveloper 11g R2 (11.1.2.3) JSF Facelet
    In some use case I have Address as master table and Person as detail table
    For some business reason I need to don't save same addresses
    eg:
    If +1 Test St+ is in database already and new user coming and adding this address with new person
    I need to use the row in database not creating a new address
    I do saving in doDML method of Address with some hashing algorithm and it is fine
    My problem is that I can not refresh page after save properly
    User coming to page think Adding a new address and a new person but in fact no new
    address added because of business I describe above
    Any ideas how I can implement this?
    Appreciate that
    Regards
    Mohsen

    Hi,
    from your description it is not clear why the page doesn't refresh. It could be a problem in your implementation code - who knows. What if you perform the address check on a command button that actually submits the new address? If the check returns true (address exists) you would call row.refresh(forget new row); and re-query the view object so the address coming from the database is displayed. If you wanted to use the doDML then yuou need to be aware that doDML doesn't help removing the row the user created. It just ignores the database update but the entity is still around, which in my suggested solution wont be the case.
    Frank

  • Data can not be transfered in "" Problem : WebService in Interactive FOrm

    Hi everyone,
    According to a tutorial I built a simple PDF Form with WebService as Data Connection (One textfield as input and one button to call the webservice). The WebService is tested in WSNavigator successfully.
    The button is defined as an execution button on server side and with operation from the WS.
    However as I clicked on the button in PDF, I got warning: Data can not be transfered in ""
    I'm not very sure what it means. From the XMLSource i didn't recongnize any error. So just want to ask, if someone has idea. Many thanks in advance.
    Br,
    Bill

    Thank you for your message. It has been forwarded to another of my mail-accounts. Therefore it might take some time to respond.
    To avoid any delays in future, please request in another mail to this address my new mail id. It is not given here as this automatic message will be sent to spam providers, too.
    Kind regards,
    Volker
    Vielen Dank für Ihre Nachricht. Diese wurde an eine weitere meiner E-Mail-Adressen weitergeleitet. Daher kann sich meine Antwort etwas verzögern.
    Um künftige Verzögerungen zu vermeinden, erfragen Sie bitte in einer separaten Nachricht an diese Adresse meine neue E-Mail-Adresse. Diese ist nicht an dieser Stelle erwähnt, da diese automatische Nachricht auch an Spammer gesandt wird.
    Viele Grüße,
    Volker Müller

  • Can not access BIOS after update BIOS

    Can not access BIOS after update X220 BIOS to version 1.19
    Type: 4290-R32
    BIOS: 1.19
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/8duj09uc.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/8duj09uc.iso
    Ask google and try anyway but not work
    - Press ThinkVantage, Press F1, Press Fn+F1
    - Power off, unplug AC, unplug battery, wait 15 miniute, try all again
    - Try to update BIOS again

    That is really weird.
    When you are in Windows, can you test and see if the F1 key is working? If it is working. Shut down the laptop then boot it back up. At the Thinkpad screen, keep spamming the F1 key and see if you are able to boot into BIOS.
    //JameZ
    Check out the Community Knowledge Base for hints and tips.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    X240 | 8GB RAM | 512GB Samsung SSD

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • User start date can not be before the current date

    I'm creating users using the Reconciliation engine. The start date attribute doesn't appear to be reconciling. I get many different types of parse errors. The closest I appear to get is when I set the Xellerate User resource object recon field to have Start date as a date field, i receive the error:
    "User start date can not be before the current date.".
    I'm using 9.0.1.1. And I AM trying to create a user that has a start date before todays date.

    Resolution was to patch to 9.0.1.1578

  • HT4236 when i try deleting pictures on my ipod touch i can not choose "selected albums" i can only choose all my albums

    when i try deleting pictures on my ipod touch i can not choose "selected albums" i can only choose all my albums

    Yes, that's the way it works with pictures synced from a comptuer to an iOS device.
    If you want to remove specific picstures/albums, do so via iTunes on the computer.

  • I have a ipod that had photos synchronised to an old computer that has sinced crashed and the data can not be recovered. How do I recover the photos stored on the IPOD to my new computer?

    I have a ipod that had photos synchronised to an old computer that has sinced crashed and the data can not be recovered. How do I recover the photos stored on the IPOD to my new computer?

    You'll likely need the assistance of some sort of 3rd party software.  Keep in mind that the photos on your iPod are only scaled down thumbnail versions of the originals.  So even if you do manage to copy them backt to your PC, they will not be in their full original resolution.
    Do a simple Google search for "copy photos from ipod" and you should get a number of hits that can assist you.
    B-rock

  • Can not get email after updating to 8.1.1! Deleted account and now cannot add as will not verify due to Apple something timeout messages? Any one else having problems?

    Can not get email after updating to 8.1.1! Deleted account and now cannot add as will not verify due to Apple something timeout messages? Any one else having problems?

    Hi tania184,
    Have you contacted your email provider to make sure there are no problems on their end? If they say their email servers are working properly, check the outgoing and incoming mail servers entries on your iPhone to make sure both are entered correctly. Enter the outgoing mail server even if the account setup indicates that is optional.

  • Since I installed the new version 17.0.1, third party cookies will not stay selected after I close the browser...

    Simply -- third party cookies will not stay selected after closing the browser and I have to select it for each time to use certain cookies from websites...

    You may need to create an allow exception to keep specific cookies.
    *http://kb.mozillazine.org/Cookies
    In case you are using "Clear history when Firefox closes":
    *do not clear the "Cookies" and the "Site Preferences"
    *Tools > Options > Privacy: History: [X] Clear history when Firefox closes > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.

Maybe you are looking for