Library of assets folder

I have created a new element of library and saved in the folder of the library of my site. When I click on the active tab in my Control Panel files, I don't see the new library item saved. What I am doing wrong. I'm fairly new to Dreamweaver.

Cindy

I did as you suggested NOW and selected the element, and then change, library, add an item to the library. IT WORKED!

Thank you very much.

Tags: Dreamweaver

Similar Questions

  • Cannot create a .db file in the assets folder

    I am trying to create a quizz.db file in the current folder by creating first a temporary quizz.db in the folder data and then creating tables inside and then copy it in the current folder. By debugging code, it shows that the folder is created. But I can't find it in the current folder. Here is the code

    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::cascades;
    using namespace bb::data;
    
    SQLTest::SQLTest(bb::cascades::Application *app): QObject(app)
    {
        const QString fileName = QString("quizz.db");
        QString dataFolder = QDir::homePath();
        QString newFileName = dataFolder + "/" + fileName;
        QTemporaryFile file(newFileName);
    
        // Open the file that was created
        if (file.open())
        {
            // Create an SqlDataAccess object
            SqlDataAccess sda(newFileName);
    
            // Create a table called Employee in the database file
            sda.execute("CREATE TABLE Employee( firstName VARCHAR(50),lastName VARCHAR(50), salary INT);");
    
            // Insert employee records into the table
            sda.execute("INSERT INTO Employee (firstName, lastName, salary) VALUES (\"Mike\", \"Chepesky\", 42000);");
            sda.execute("INSERT INTO Employee (firstName, lastName, salary) VALUES (\"Westlee\", \"Barichak\", 55000);");
            sda.execute("INSERT INTO Employee (firstName, lastName, salary) VALUES (\"Ian\", \"Dundas\", 47000);");
            if(sda.hasError())
            {
    
            }
            else
                copyFileToAssetsFolder("quizz.db");
        }
    }
    void SQLTest::copyFileToAssetsFolder(const QString fileName)
    {
        QString appFolder(QDir::homePath());
        appFolder.chop(4);
        QString originalFileName = appFolder + "app/native/assets/" + fileName;
        QFile newFile(originalFileName);
    // If I enable this `if` condition the code satisfies it and removes the quizz.db file and then it satisfies the next `if` condition and successfully copies the quizz.db file from `data` folder to `assets` folder.
        /*if(newFile.exists())
            QDir().remove(originalFileName);*/
        // this `if` condition is not satisfied. Which should mean the quizz.db file has been created on assets folder.
        if (!newFile.exists())
        {
            // If the file is not already in the assets folder, we copy it from the
            // data folder (read and write) to the assets folder (read only).
    
            QString dataFolder = QDir::homePath();
            QString newFileName = dataFolder + "/" + fileName;
            QFile originalFile(newFileName);
    
            if (originalFile.exists())
            {
                // Create sub folders if any creates the SQL folder for a file path like e.g. sql/quotesdb
                QFileInfo fileInfo(originalFileName);
                QDir().mkpath (fileInfo.dir().path());
    
                if(!originalFile.copy(originalFileName)) {
                    qDebug() << "Failed to copy file to path: " << originalFileName;
                }
            } else {
                qDebug() << "Failed to copy file data base file does not exists.";
            }
        }
    
       // mSourceInDataFolder = newFileName;
    }
    

    If activate the commented "If" condition of "copyFileToAssetsFolder" int he removes already created quizz.db file in the current folder (that Im unable to find) and goes inside the next ' if' and copy the quizz.db created on the folder "data" of active fodler. But in any case I don't find the quizz.db in the current folder. I really need help with this quickly. Thank you.

    Thanks to read this to learn why you can have an application change the assets folder: https://developer.blackberry.com/native/documentation/bb10/com.qnx.doc.native_sdk.devguide/com.qnx.d...

  • Write access to the assets folder

    I have DB SQLite file liabilities. When I deploy I simply open the connection in the current folder.

    In the docs it says assets folder is a single reading file and app must copy the files that need to be writable in the application data directory in the current folder.

    However on Simulator and dev alpha I simply open the connection to db file in the current folder and are able read/change data in the db file and the changes are persisted between application restarts.

    Will be this change in behavior on an actual release or am I missing something?

    What you see is only a convenience for certain types of use during development. Signed apps do NOT have writing anywhere inside their "app" folder, which includes the current folder. You * must * copy of data / first launch, if you want to make changes to these files. Alternatively, implement a mechanism of "copy on write" if only the files that have been changed in fact never get copied, of course, which is more complicated.

  • Music player "there nothing in your music library" but the folder is located in the library

    I was listening to music in media player 12, when I decided that I wanted to look for visualizations. The music was still playing and suddenly I get the message "there are no items in your music library. Click on organize... "When I click on organize, and then click on manage libraries, music, nothing changes.

    When I check the music library, the right folder is already listed. I tried to remove the Media Player folder, I tried to delete the file in the music library, no change. I don't know what else to try.

    I have also tried to build the library in Media Center with the same results, "there nothing in your music library.

    The library is already there, I guess that WMP is not 'see '?

    I am running Windows 7 64 professional and Media Player 12.

    Found the answer to my problem.

    Somehow, the regedit pointed to the server instead of my local folder, urghh! Do not know how, or when, but reset settings fixed regedit.

  • NDK Assets folder

    It seems that applications perform differently when debugged - running on the device (PlayBook Tablet) and if they are signed.

    I have included a few files in my assets folder

    for example:

    app/native/assets/Home/myfile.dat

    and at a certain point in my code I have:

    std::string strFile = "app/native/assets/Home/myfile.dat";

    * FILE pFile = fopen (strFile.c_str (), 'r + b');

    If (pFile)

    {

    do something

    }

    the code above works well when you run an application that is not signed, whether a debug or release version. At the time I sign my .bar and download on the device the fopen fails.

    The call:

    If (stat (strFile.c_str () & sts)! = 0)

    fprintf (..., "%d, %s\n", errno strerror(errno) (errno));

    To check the reason for the failure, I get the error code: 3 which is: no such process

    On the other hand if I have:

    * FILE pFile = fopen (strFile.c_str (), "rb");

    then runs ok and pFile code! = NULL

    As I said, it seems that applications perform differently when debugging - move on the device (Tablet PlayBook), if they are signed.

    The entire application / folder (content of the .bar file, unpacked) are read-only when running on the device as a signed application.

    In debug mode, they are writeable, but which only aims to support the capacities of development such as the update only some of the files, to speed up the deployment.

    Apps must / can never actually change the code, or their own assets and all the files that must be supplied with the application but changed the runtime must be copied to the data / folder the first time the application is launched.

    See https://developer.blackberry.com/native/documentation/com.qnx.doc.native_sdk.devguide/com.qnx.doc.na... for general information.

  • Spry Assets folder do not upload to the remote server

    Hello

    I did a Spry menu bar that makes its own Assets folder, but when I try to download it to the remote server it comes up with an error to say that

    "1 file is incomplete" and that it cannot download. "  Any suggestions?  I have read through so many forums and just can't find answers.  Thank you.

    You can try to put the file ubto in the directory root (without the subdirectory).

  • Library of assets?

    Is there a way to manage the assets so as to allow for easy republication given updates to assets?

    The general idea that I'm trying to go for what. Imagine that a project has a lot of images in his slides. Imagine that some of these images may not be over yet, or are expected to evolve over time. Now imagine that instead of having each image to readd as it changes, it should simply publish the project, image links resolved and is imported into the most recent version of the file. Is there still such a magic wand? :-)

    J Kordani

    Hi J

    In a sense, this may be possible. Here's the deal. When you use Captivate to record a demo, each snapshot becomes the background for each slide image. But you can use something like TechSmith SnagIt to capture the screen captures manually. You can then insert each in its own slide.

    So if Captivate automatically, why would we go along the way?

    It is precisely for the reasons you have outlined. If you are unsure of the end result! So here's the deal. You can build your Captivate manually and save each screenshot in a specific folder. Later, when the screens become final or need an update, you would simply use the screenshot app to copy new version and save it to the folder using the same name of file as before. Then, inside Captivate, select all images (you can consider creating a specific folder in your library to keep them all together) and to update. You update a right-click on the selection, and then choose update from the context menu, by pressing the shortcut Ctrl + Alt + D or by clicking on the library toolbar icon.

    Because these have been inserted from a folder on your hard drive, update function reads this file and copy the images again, as a replacement for what existed.

    So although there is no 'magic wand', the function should work for you. Seems to work for me.

    See you soon... Rick

  • Favorite Menu works, but the library of Favorites folder is empty, no import bookmarks or save new bookmarks.

    I can see and use the previously marked pages to a bookmark in the bookmarks bar. However, the Favorites of the library folder is empty. I can't import or restore bookmarks to it, and it will not save new bookmarks. In fact, 'add bookmarks' lists all records in which put new bookmarks. I tried trashing Firefox and download a new version. Did not solve. I searched the troubleshooting resources and assistance only I found suggested opening the profile folder to delete maybe corrupted files as places.sqlite but could not find such a file or files on my hard drive. Help! Thank you!

    One possible cause is a problem with the places.sqlite file that stores the bookmarks and history.

  • Send photos of the library of Documents folder does not work with Outlook

    I can click on an image in a folder in my library of documents and the Send button appears in the toolbar.

    When I click on the button send the files to join watch box.

    When I click on join I expect a new e-mail message should be created, but it is not.

    I use Outlook 2010 and it is correctly set as the default e-mail program in Windows 7.

    I would like to be able to use this feature.

    Thank you.

    Hello, reda,

    Wow.  I had finally fixed it!

    I rebooted in safe mode and Office would not work.  I got an error message saying:

    "MS Office is unable to verify the license for this application.  A repair attempt failed or was canceled by the user.  The application will now be stopped. »

    When I rebooted normally, the same error message!  If I could use not any Office10 application at all!

    I tried to run repair a few times without success.

    Then, I tried to re - enter my key product several times with no success.

    So I completely uninstalled Office, rebooted and tried to reinstall it.  He would not move from the DVD; It got stuck after a few minutes!  (I had already reinstalled the DVD even Office a few times before to try to solve my problem, so I didn't think that the DVD was bad.)

    Finally, I borrowed a USB key with the Office Setup program from one of our it specialists.  Finally I could reinstall Office10, enter my product key and activate the online office!

    And now everything works perfectly.

    Thank you very much for your help and encouragement.

    Kind regards

    MizTree

  • How to remove results in the area of research of a library or a folder

    Hi, Im having trouble looking to know how to delete the search results in the search box located in a folder or library. Its got to a point where the search field gets clumped with unesscessary words and it bothers me strangely nothing have a box that is completely clean and fresh.

    Here is a picture of this library search box.

    http://i1191.Photobucket.com/albums/z472/llama-lad/Problem_zps6071b426.PNG

    Something like that is stored in the Windows registry.  My notes:

    How to disable search history and suggestions in the search box:

    When you enter search terms in a search box of Windows 7, they are stored in the Windows registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery and appear as suggestions for further research.  To remove the terms stored, remove the whole part of the registry.  To prevent the storage of search terms, go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer, right-click on Explorer, right-click again and click on DWORD (32-bit) value, type DisableSearchBoxSuggestions and press ENTER.  DoubleClick DisableSearchBoxSuggestion, type 1 for the value, and then click OK.

    May I ask how go to? : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery

    Never mind! I found and authorized. Thank you

    Open Registry Editor.
    1. type regedit in the start search box and press on enter
    2. navigate to the following registry entry:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery

    3. delete the MRUListEx on the right by clicking right on pane and selecting delete.
    4. the close Registry Editor.

    Open Windows explore, test and see if the search results are deleted.

    You can choose to permanently disable lists Windows most recently used (MRU) if group policy is enabled in your edition of Windows. Group Policy Editor is only available in the professional edition, full and Windows 7 Enterprise edition. You will not have the Publisher of local group policy available in Windows 7 Starter and Home Premium editions.

    Open Group Policy Editor:

    1. click on start and in the search box type gpedit.msc
    2. now the Group Policy Editor opens. In it go to User Configuration > administrative templates > Windows components > Windows Explorer
    3. in the control panel under the gaze of Windows Explorer to disable the display of recent search entries in the search box on Windows Explorer
    4. right click and select Edit.
    5. use not configured or disabled to keep a history of search enabled.
    6. use will disable the search history.
    7 close the Group Policy Editor.

  • Access to library of assets item problem

    I created 2-3 .lbi files, which I clearly see in my files. When I go through the assets, I first see all the icons (images in the library) but when I select the icon of the library to use the .lbi files: icons simply disappear (library, templates, and scripts).

    I know that .lbi files must be created before that the library is accessible, but even with files, it doesn't let me access to their assets.

    Hello

    Library, scripts and templates are not supported in Live View mode. To insert, you need to switch to code view or design.

    Thank you!

    Kusha

  • Library of assets on a server

    The company I work, we maintain all important company related files on a server. We have RAID drives and reimburse for cloud, ups, the yards brand new. If it's on the server, it is supported and upward course. Especially the offsite backup come cheap, if we want to avoid duplicate data/files.

    I'm having a problem of working in InDesign. Since I work on projects are all for this company, I use many of the same assets (logo, photos, etc.) across multiple projects and it will keep in this way. If I connect my indesign files for files on the server, indesign oar and freeze all the time. But if I do a local copy temporary property while I'm working and then when I finished to put just the indesign file on the server to back up, I lose all my links. Which would be a huge headache that I never need to return to my projects. Synchronization of all assets on the server on my local machine would also one day cause problems because the hard drive on this subject is not that big (it's a laptop, so I can not just give it more hard drives).

    Everyone is faced with something like this before, or someone there ideas for how to fix this? I don't want all the time freezing of indesign and I don't want duplicates, but I don't want that spend a lot of time simply maintain my links. Is it possible to tell indesign to do better temporary files of all of the assets while a file is open? Although I'm not sure about this, given that my laptop has a SSD drive.

    Thank you for reading!

    Nevermind, we decided that the duplicates are ok. We'll just have to keep an eye on the size of the folder where I'm going to store all of the completed projects.

  • Dreamweaver CS5 Spry Assets folder still a problem!

    OK - I think I've read all the discussions and the answers to the problem with DW 5 do not recognize the path to the folder assets spry (WARNING: The Spry active folder is not inside the site.) Please select a valid folder in the root of your local site"). I'll still have a problem with this and impossible to define a new site! I named my HD, placed the site in the applications folder and selected to make sure that the path is correct. Still no luck. Is there something else going on here that I missed. Thank you!

    1. Try to burn your website on a cd or create a your site .iso image and mount it with editing etc. (for xp Daemon Lite...) software
    2. To add the site from the cd
    3. If there is no error message, then rename your hard drive should certainly do the trick
    4. But if there is an error message, so I don't KNOW, maybe DW can't read the right directory or something...
    5. Try to change the drive as "G:" of TEST ONLY letter, then go back!
  • Copy of the base to the assets folder directory

    Hello

    I created a database by using the following code

    bool dbHelper::CreateDataBase()
    {
            QSqlDatabase database = QSqlDatabase::addDatabase("QSQLITE");
            bool success = false;
            database.setDatabaseName("./data/duDatabase.db");
            if (database.open())
            {
                alert(tr("Database created/registered."));
                success = true;
            } else
            {
                const QSqlError error = database.lastError();
                alert(tr("Error opening connection to the database: %1").arg(error.text()));
            }
            database.close();
            return success;
    
    }
    

    Now, using the "target file system browser" I see my DB inside the file data in the sandbox

    My problem is:

    I want to copy this DB to the folder active (I want to use as the source for a data source).

    How can I do that. Please help me with a code

    GOD is OK, but to the point of Curahee quotes example shows you how to use a sqlite data source database:

    https://github.com/BlackBerry/Cascades-samples/tree/master/quotes

    It is quite easy to use the CustomSqlDataSource class with your own SQL query

  • How to add the external library in the folder path of class for use in Java outgoing call?

    Hello

    I work with the OSB 12 c under Jdeveloper Java legend item.

    Thing is pot I use to perform the conversion from json to xml that use external libraries.

    When I give my jar to java legend project reference it doen't find external libraries.

    Could you please tell me how to add external libraries in the class path folder or use to add it via web logic Server?

    Thank you

    Pavan

    Hello

    Thanks, I solved a problem.

    We can add the following in windows pc path:

    C:\Users\your_usename\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\lib

    We add your external lib here and restart the weblogic server instance.

    Now you have this external lib or jar in use.

    Cool!

Maybe you are looking for

  • How to open photo attached when there is no cutting of paper etc.

    Most pic attaachments open, but sometimes I get emails this text and photos but nothing no indication how to open pictures

  • How do root 2.3.4 GB (4.0.2.A.0.62) the Neo V?

    I am currently on 2.3.4 GB (4.0.2.A.0.62) on Neo V. I flashed to Go by ICS 4.0.4. Now, I want my Neo V of the roots. I have two questions here. Is it possible for me to 4.0.2.A.0.62 on my Neo V root? And, if possible, so how to do this? Can someone h

  • where are my edited photos

    When I edit my photos in Windows live Photo Gallery can't find the. I found where the originas are registered but the edited images disappear.

  • BB10 - HTML5 audio/video - stoped working

    Hello. I have worked with HTML5 audio and video in one of my stories and it worked until now, but it seems no longer works after that I updated the BB10 Dev Alpha to OS version 10.0.6.545. Someone else has experienced this problem so far? Add some pr

  • Use fixed Port 6120 licenses

    I looked in the 6120 via line cmd and noticed that the output of 'show the use of the licenses' indicates that there is a license 8 ports but none are used. If this is the case, what do the 12 remaining ports of license? What happens if you use two o