Is it possible to reproduce a whole document within the app?

I'm creating a model for a website that will have common elements on the home page and the gallery page. So I can create the home page and then duplicate it to a new document and make the necessary changes?

PAula Jo

Hi Paula,

Yes. You can duplicate a model project absolutely. When you are in the view of the gallery. If you're on an iPad, at the top of every project there is a navigation bar; Tap the icon to duplicate (two places with a +). Who's going to duplicate your project. If you're on an iPhone, in this same bar of nav, instead of a series of icons, you will see an icon «...» ». Tap that. One of your options will be to duplicate the project. (Be super careful to not touch remove.)

Let me know if this isn't answering your question.

Sue.

Tags: Adobe Comp CC

Similar Questions

  • Hyperlinks to excel in specific documents within the portfolio.

    Hi, I would like you to click on a link to excel that would open a specific document within the portfolio. Is this possible? Currently, we use a code that is 'filename.pdf #page = X' in the hyperlink in excel. ThanksHyoer

    Hi pas7a

    No, it is not possible, you can link to a file specific pdf to excel, but you cannot link Excel to PDF in a pdf portfolio.

    Kind regards

    Rahul

  • Can I reproduce a whole Document?

    Hello: OS: Windows 8 64-bit Illy: CS6

    I was playing around with Illy tonight that I have not used nearly as much delay or even from all the recent updates.

    Sort of, it seems to me that I managed to reproduce a Document...

    If you are using Photoshop, you will know what I mean... I'm talking about an exact Duplication of all layers... of everything. You just know: Image > duplicate

    I was playing around with different things and the next thing I knew I had two Document Windows open even though I'm about 99.9% sure that I did not open a 2nd Doc and I have not the same shape exactly two times with the same colors, etc.

    Of course... I could very probably have drifted off the coast in some double universes... (Yes, it's the best I could find at 03:00).

    So, people... does anyone know how I did that? Is now a (hidden) way to make a duplicate in Illy as in Ps?

    It makes me a little nutty.

    Thanks in advance for your time and your efforts to help me understand this!

    I really appreciate it!

    Kar209 wrote:

    If you are using Photoshop, you will know what I mean... I'm talking about an exact Duplication of all layers... of everything. You just know: Image > duplicate

    Options to consider:

    1. File > Save as (This gives exact same content duplicate folder name of your choice)
    2. File > Save as copy (This gives exact same content duplicate folder name of your choice, or the default name + copy IE: fileName_copy.ai)
    3. Layers panel > Duplicate layer (This gives the exact same content on the duplicate layer)
    4. Panel artboard > Duplicate the artboard (This gives the exact same in terms of duplicate work, like having two versions of the same document in the same file on several work plans)

    ---

    You could probably create a 'Action' to do some of the above with a single click as well. Another option would be to write a script to automate things.

    ---

    Do one of these returns a result satisfactory? They look similar/identical (in theory) for me about Photoshop "file > duplicate" and "Image > duplicate.

  • Is it possible to search for applications while using the App Store of Win8?

    Seems simple enough for me. I saw one can perform a search using the browser, but what's the point of that? With the help of two applications to perform a task. If I wanted to work on a formula for drinking water and I'd get an abacus. Ridiculous. If it is possible to search in the app how is it possible to find?

    Quite frustrating, IMO.

    Yes, from the beginning, click on store, when the store is in the start menu by typing what you are looking for.  Hope this helps and if you need any additional aid station and we will be happy to help you.

    The above opinion is mine and mine nothing and does not necessarily reflect that of Microsoft, it's employees, or any other Member of this forum

    "When we try to take anything by itself, we find it hitched to everything else in the universe."-John Muir

  • Is it possible to call a custom method in the App Module to a backing bean?

    I would like to know if a custom in the App Module method can be called from inside of a pod of support.
    I don't know if it is logically just call, to a backing bean, a custom in the App Module method. But I would like to know if this is necessary or if it is possible.

    Hello..
    Yes it is possible. You must add this interface method customer of AppModule.Now you can see this method in data Controls(Refresh the data control). To call this method using bean, should be added as an action method links (click on links > + > methodAction > and create the binding of the action).
    Now, you can call this method in the bean class.
    Check like uses this concept to run the display criteria

    http://ADF-Lk.blogspot.com/2011/05/Oracle-ADF-create-view-criteria-and_4727.html

  • Lost the possibility of opening two pdf documents at the same time

    I'm re-reading in a PDF marked (in CD player) against a final version so need to be able to open two documents at once and view them side by side. Which was working fine until last week after the updates have been installed to my computer. Now, open the PDF files on top of the other, and I can't watch both at the same time. I rolled back the update for my computer, but the problem persists. Any suggestions?

    Go to Preferences, in general. Turn off the tabs. A new feature this week, but the updates are automatic and inevitable.

  • Possible to have a directory structure in the app/native file system?

    I have implemented some assets in the bar - descriptor.xml, some of which are files (to root) and some files (which have files and other subfolders in their midst).

    If I inspect 'BAR packages' with the IDE everything seems to look OK, IE:

    AppName.bar
    + native
       - File 1   - File 2   + Folder      - File 3      - File 4
    

    From code, I can call the function fopen() to files in the root (file 1 and 2 file in the example above) and read without problem.  However, any attempt to verify the existence of the folder with stat() or attempt to browse with opendir () /readdir () it fails completely, as if it does not exist.

    In fact, I tried iterate the contents of the folder root app/native with opendir () /readdir () in order to see what is there and it does not work too (opendir() returns NULL).

    I'm starting to think that simply directory on app/native operations are not possible.  Am I missing something?

    Thanks for your help everyone, after some messing around I managed to solve my problem (s)!

    I changed my code to use a relative path (app/native) rather than building an absolute path based on the working directory.  This solves nothing but contributed to make paths easier to deal with in general (note: sample PlayWavFileMakefile should probably be changed to use the relative method, since it's where I copied it from).

    Then, I changed the to a zip file .bar file to inspect the content and used perspective of information for the system of the IDE to inspect the mounted volume my application during execution.  Being new to this platform, I didn't realize you could do either of these things - everything checked OK, but this gave me full confidence that the problem was probably in my code and do with the operating system or my package bar.

    Finally I found that I had two problems:

    -The first was to make a stupid mistake when you use the QNX dirent_extra_stat specific structure to establish if a line item is a file or a directory during the iteration of the directory tree.

    -The second problem was hard to find but easy to solve.  I found that I could iterate directories using opendir () /readdir () successfully, but only on the main thread.  Most of my file access is on a thread of work however, and this does not.  By inspecting errno of the filesystem in the event of failure, I found that there was a story out of memory.  I realized that I had to use a larger stack size when creating the thread, and then everything worked OK.  Interestingly, I used only a small battery of 4K, which worked well on WIndows, OS X, iOS and Android, but I had to wear to 32K for the PlayBook.  Most likely, QNX uses the stack for many of its variables from work here and other platforms support the pile.

    I hope this can help someone else in the future.

  • List of documents within the container with pages/tabs in order to avoid a long page & Archives

    I need to create a document library in descending (from most recent to oldest) for the customer's Web site. Similar to a blog that the message the most recent appears at the top, but without all the photos - it will be just links to documents. I would like to be able to see ten of these documents on a single page and have an archive of older documents with a sorting function without having to duplicate or retyping content. I can't find a widget that allows this functionality.

    Can you suggest a 3rd party widget or a workaround?

    Here are some examples that are similar to what I'm trying to achieve. Any help would be greatly appreciated!

    The Chamber of Commerce of Grand"events

    Town of Grand Island, Nebraska: City Council meetings

    I have no suggestions, but all the widgets associated with Muse are listed on this page. You can filter by their type and chooose widgets one that best fits your needs.

    Adobe Muse Widget Directory

  • How to get an overview of a document within the framework in my application

    Hello

    I have an ADF project that integrates with Cloud Computing service for the oracle document

    I can download, download, create folder, delete the folder and file list version using my ADF application.

    My problem is one which is how can I preview the document on cloud of in my adf page. I don't want to download the file, I want to see it.

    I tried to accomplish this task, but I faced this error

    but this error occurs

    java.lang.RuntimeException: failed: HTTP error code: 400

    State Info: Bad Request


    What follows is the source of the page

      <af:panelStretchLayout id="psl1" binding="#{backingBeanScope.backing_WEBINF_fragments_previewDoc.psl1}"
                               dimensionsFrom="parent" topHeight="250px" endWidth="50px">
            <f:facet name="center">
                <af:panelBox text="Preview Area" id="pb4"
                             binding="#{backingBeanScope.backing_WEBINF_fragments_previewDoc.pb4}" type="stretch"
                             styleClass="AFStretchWidth">
                    <f:facet name="toolbar"/>
                    <af:inlineFrame id="if1" source="#{cloud.frameSource}" partialTriggers="b1"/>
                  
                   
                </af:panelBox>
            </f:facet>
            <f:facet name="top">
        <af:panelBox text="Preview Uploaded File By File ID" id="pb2">
                        <f:facet name="toolbar"/>
                            <af:inputText label="Enter File Id" id="it1"                                     
                                          value="#{cloud.fileId}" placeholder="Copy and paste the file id here"/>
                            <af:button text="Preview" id="b1"                                 
                                       action="#{cloud.viewFileAction}"/>
                       
                    </af:panelBox>
                </af:panelGroupLayout>
    

    When the user click on the Preview button, the document should be included as part of the line

    It is the method that returns the string url of the document. To be honest, as this method is not mine, I took this post How to integrate oracle doucument cloud service at my request

    And I add a few modifications to this

    public String getFileUrl() {
    
    
            //Read properties file to get host, port, contextroot, username, password
            try {
                m_protocol = SamplesUtils.readConfigFileValue("protocol", m_cfgFilePath);
                m_host = SamplesUtils.readConfigFileValue("host", m_cfgFilePath);
                m_username = SamplesUtils.readConfigFileValue("username", m_cfgFilePath);
                m_password = SamplesUtils.readConfigFileValue("password", m_cfgFilePath);
                m_contextroot = SamplesUtils.readConfigFileValue("contextroot", m_cfgFilePath);
            } catch (Exception e) {
                e.printStackTrace();
                System.out.println(e.getMessage());
                return;
            }
    
    
            try {
                Client client = SamplesUtils.getClient();
                String resourceStr = m_protocol + "://" + m_host + "/" + m_contextroot;
                System.out.println("Calling GET on " + resourceStr + m_restresource);
                WebResource webResource = client.resource(resourceStr + m_restresource);
                String authString = m_username + ":" + m_password;
    
    
                try {
                    authString = DatatypeConverter.printBase64Binary(authString.getBytes("UTF-8"));
                } catch (UnsupportedEncodingException e) {
                    e.printStackTrace();
                }
    
    
                ClientResponse response =
                    webResource.header("Authorization", "Basic " + authString).post(ClientResponse.class);         
              
                if (response.getStatus() != 200) {
                    throw new RuntimeException("Failed : HTTP error code: " + response.getStatus() + "\nStatus Info: " +
                                               response.getStatusInfo());
                }         
                Item item = response.getEntity(Item.class);
    
    
                //To print out all folder and item info, just call toString on the Object. A little verbose, however.
                System.out.println(item);
    
    
                //Print out individual top level variables of FolderItems object
                System.out.println("*************************************************************************");
                System.out.println("Name: " + item.getName());
                System.out.println("Owned by: " + item.getOwnedBy().getDisplayName());
                System.out.println("Created by: " + item.getCreatedBy().getDisplayName());
                System.out.println("Modified time: " + item.getModifiedTime());
                System.out.println("Id: " + item.getId());
                System.out.println("Parent Id: " + item.getParentID());
                System.out.println("ErrorCode: " + item.getErrorCode());
                System.out.println("Size in bytes: " + item.getSize());
                System.out.println("Version: " + item.getVersion());
                System.out.println("*************************************************************************");
    
    
    
    
            } catch (Exception e) {
                e.printStackTrace();
            }
      return resourceStr+"applinks/file/"+item.getId()
        }
    

    You have a bad request. You are not passing in the attributes assignerUser and role on the URL that is required to create Applink. You pass to one these two parameters in like a load of JSON or URL params.

    JsonPayload String = "{\"assignedUser\":\. "" + m_assignedUser + "\",\"role\":\ " » » + m_role + « \ »} » ;

    Or on the URL:

    /API/1.1/applinks/file/DCA4BBA0908AE2F497832BC2T0000DEFAULT00000000?assignedUser=someusername&role=Downloader

    Example below shows passing as a string in JSON format.  I also atrtached the POJO AppLink.java I use entitled it the answer, so the values are accessed.

    
    /* ********************************************************************************************************************
     * Sample class to create an AppLink using POST against document cloud using the Jersey API.
     * Tested on JDeveloper 12c, with libraries JAX-RS Jersey (Bundled) and JAX-RS Jackson (Bundled) attached to project. JDK 1.7.
     *
     * Compile jar list includes:
     * javac -classpath C:\JDeveloper\mywork\JerseyRestClient\Project1\classes;C:\jdev12\oracle_common\modules\asm-3.1.jar;C:\jdev12\oracle_common\modules\jersey-core-1.18.jar;C:\jdev12\oracle_common\modules\jersey-server-1.18.jar;C:\jdev12\oracle_common\modules\jersey-servlet-1.18.jar;C:\jdev12\oracle_common\modules\jersey-json-1.18.jar;C:\jdev12\oracle_common\modules\jersey-client-1.18.jar;D:\JerseySamples\modules\jersey-multipart-1.12.jar C:\JDeveloper\mywork\JerseyRestClient\Project1\src\project1\DCJerseyClientTestGet.java
     *
     * Update the config.properties file for the POST request to run the desired Documents Cloud service.
     * Update the m_assignedUser to any user id. User can be a provisioned user id, or a non-provisioned ad-hoc value.
     * Update the role to be viewer, downloader, or contributor
     *********************************************************************************************************************/
    
    package documents.cloud.restsamples;
    
    import com.sun.jersey.api.client.Client;
    import com.sun.jersey.api.client.ClientResponse;
    import com.sun.jersey.api.client.WebResource;
    
    import documents.cloud.pojos.AppLink;
    
    import java.io.UnsupportedEncodingException;
    
    import javax.xml.bind.DatatypeConverter;
    
    public class CreateFileAppLink {
        // Configuration values. May need to change m_cfgFilePath to point to properties file if at a different location.
        static public String m_cfgFilePath = "src/documents/cloud/restsamples/config.properties";
        static public String m_protocol, m_host, m_username, m_password, m_contextroot = null;
        //Rest resource needs a valid GUID for the file to copy
        static public String m_restresource = "/api/1.1/applinks/file/DCA4BBA0908AE2F497832BC2T0000DEFAULT00000000";
        //Payload parameters needed for POST
        static public String m_assignedUser = "MyTestUser";
        static public String m_role = "viewer";
    
        @SuppressWarnings("oracle.jdeveloper.java.semantic-warning")
        public static void main(String[] args) {
    
            //Read properties file to get host, port, contextroot, username, password
            try {
                m_protocol = SamplesUtils.readConfigFileValue("protocol", m_cfgFilePath);
                m_host = SamplesUtils.readConfigFileValue("host", m_cfgFilePath);
                m_username = SamplesUtils.readConfigFileValue("username", m_cfgFilePath);
                m_password = SamplesUtils.readConfigFileValue("password", m_cfgFilePath);
                m_contextroot = SamplesUtils.readConfigFileValue("contextroot", m_cfgFilePath);
            } catch (Exception e) {
                e.printStackTrace();
                System.out.println(e.getMessage());
                return;
            }
    
            try {
                //POST needs a json payload with parameters for new applink
                String jsonPayload = "{\"assignedUser\":\"" + m_assignedUser + "\",\"role\":\"" + m_role + "\"}";
                //Call static method to get client object for calling rest
                Client client = SamplesUtils.getClient();
                String resourceStr = m_protocol + "://" + m_host + "/" + m_contextroot;
                System.out.println("Calling POST on " + resourceStr + m_restresource + " with payload " + jsonPayload);
                WebResource webResource = client.resource(resourceStr + m_restresource);
                String authString = m_username + ":" + m_password;
    
                try {
                    authString = DatatypeConverter.printBase64Binary(authString.getBytes("UTF-8"));
                } catch (UnsupportedEncodingException e) {
                    e.printStackTrace();
                }
    
                ClientResponse response =
                    webResource.header("Authorization", "Basic " + authString).header("Content-Type",
                                                                                      "application/json").post(ClientResponse.class,
                                                                                                               jsonPayload);
    
                //Check for success, otherwise exit.
                if (response.getStatus() != 200) {
                    throw new RuntimeException("Failed : HTTP error code: " + response.getStatus() + "\nStatus Info: " +
                                               response.getStatusInfo());
                }
    
                //If pure json response is needed, use String.class to get the response.
                //String output = response.getEntity(String.class);
                //System.out.println(output);
    
                //Declare object that JSON string will be mapped into, then get the response into that object
                AppLink al = response.getEntity(AppLink.class);
    
                //To print out all applink info, just call toString on the Object.
                System.out.println(al);
    
                //Print out individual top level variables of file applink object
                System.out.println("*************************************************************************");
                System.out.println("URL: " + al.getAppLinkUrl());
                System.out.println("Access Token: " + al.getAccessToken());
                System.out.println("AppLink ID: " + al.getAppLinkID());
                System.out.println("Refresh Token: " + al.getRefreshToken());
                System.out.println("Error Code: " + al.getErrorCode());
                System.out.println("ID: " + al.getId());
                System.out.println("*************************************************************************");
    
            } catch (Exception e) {
                e.printStackTrace();
            }
        }
    }
    
  • Is it possible NOT to include the name of the document as the root of a peoplesoft JSON document tag?

    I'm consuming a REST service (from documentum) in peopletools 8.53. I have set up my document, message, service and security and can connect to and receive a response from the REST service. I can't fill the response document, however, for two reasons - the peoplesoft document begins with the name of the document that the tag root has no the REST service. In addition, the service REMAINS returns tables brackets and the peoplesoft document seems to accept only braces. What I've read, hooks can be supported in peopletools 8.54 but we will not upgraded our tools of press at the moment.

    Is it possible not to provide or ignore the root of a document of peopelsoft tag? Also, is there a way to structure a document to tables? I can see the whole of the response from the REST service using the GetContentString method message - is the best option to analyze manually through the answer and do not use the document object at all?

    I have the same frustration. One solution is to use a separate library to parse the JSON (something like json.simple). Another solution, I think it's easier, is to use JavaScript, which is included in Java 7 with 8.53 PeopleTools. Here is an example of JavaScript:

    /* Sample JSON data
    [
        {"emplid": "KU0001", "oprid": "HCRUSA_KU0001"},
        {"emplid": "KU0002", "oprid": "HCRUSA_KU0002"},
        {"emplid": "KU0003", "oprid": "HCRUSA_KU0003"}
    ];*/
    
    var result = (function() {
        var CreateRecord = Packages.PeopleSoft.PeopleCode.Func.CreateRecord;
        var Name = Packages.PeopleSoft.PeopleCode.Name;
        var SQLExec = Packages.PeopleSoft.PeopleCode.Func.SQLExec;
    
        var rec = CreateRecord(new Name('RECORD', 'NAA_SCRIPT_TBL'));
    
        var count = 0;
        var json_string;
        var json;
    
        var guid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
            var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8);
            return v.toString(16);
        });
    
        rec.GetField(new Name('FIELD', 'PM_SCRIPT_NAME')).setValue('JSON_TEST_DATA');
        rec.SelectByKey();
        json_string = rec.GetField(new Name('FIELD', 'HTMLAREA')).getValue();
        json = JSON.parse(json_string);
    
        // TODO: iterate over json data and
        json.forEach(function(item, idx) {
            SQLExec("INSERT INTO PS_NAA_TEST_TBL VALUES(:1, :2, :3, SYSTIMESTAMP)", [guid, item.emplid, item.oprid]);
            count += 1;
        });
    
        return "Inserted " + count + " rows";
    
    }());
    

    Here is the JavaScript:

    1. Declares variables that point to PeopleCode functions
    2. Selects JSON data in a database table. You could alternatively fill a JavaScript variable before executing the JavaScript (code below)
    3. Analysis the JSON using JSON JavaScript Analyzer
    4. Traverses the JSON
    5. Using SQLExec in JavaScript to insert some values of the JSON data into PeopleSoft tables
    6. Returns a message describing what happened

    Here are the PeopleCode required to run this JavaScript:

    Local JavaObject & Manager = CreateJavaObject ("javax.script.ScriptEngineManager");

    Engine & local JavaObject = & manager .getEngineByName ("JavaScript");

    Local station &script;

    SQLExec ("SELECT HTMLAREA FROM PS_MY_SCRIPT_TBL WHERE MY_SCRIPT_ID =: 1", "THE_SCRIPT_ID", & script);

    & engine.eval(&script);

    Local chain & result_text = & engine .get ("result") m:System.NET.SocketAddress.ToString ();

  • In a sequence of CTF, is it possible to obtain a text file of sequence clips display? There is a display of text file for clips (cmd-9). Zoom the timeline cancels the ability to see the whole sequence of the time line.

    In a sequence of CTF, is it possible to obtain a text file of clips in sequences display (name and duration)? There is a display of text file for clips (cmd-9). Zoom the timeline makes this visible annotation for shorts, cancels but the ability to see the whole sequence of the time line. Of course, it would help my editing.

    TIA

    In Final Cut Pro 7, you can use editing > find command to search on used clips in the sequence. See if there is an equivalent command in FCE. Unfortunately, I can't determine that at first hand on my system. (In addition, if you are still interested whereas FCP X, there the so-called Timeline index which provides quick access to a list of markers, clips, effects, etc..)

    Good luck.

    Russ

  • Error message when I try to create or reproduce a numbers document.

    When I try to create or reproduce a numbers document, I get the following error message:

    'Untitled.numbers' could not be moved, because you don't have the permission to access the 'Documents '.  To view or change permissions, select the item in the Finder and choose file > read the information.

    So far, I have never had a problem creating or duplicating a numbers document.  I don't understand why I get this error.  Can someone please help me fix this so that I do not continue to have this problem.  Please note that documents Pages works fine.

    Hi stelcon,

    I see that you encounter some problems with the permissions on your Mac running El Capitan. I have two articles for you who will guide you through the following steps to resolve this problem:

    Set permissions for the items on your Mac OS X El Capitan:

    https://support.Apple.com/kb/PH21997

    OS X El Capitan: If you do not have permissions to open a file or folder

    https://support.Apple.com/kb/PH22196

    Thank you for coming to Apple Support communities!

  • When I have something to stick in wordpad and then change the text, I'll then on preview before printing and most of the time the whole document is not there.

    Original title: need help with wordpad problem

    When I have something to stick in wordpad and then change the text, I'll then on preview before printing and most of the time the whole document is not there. I double space between lines and all that is more than one page disappears. I tried all the different formats (no envelope, window envelope, etc.). How can I fix?

    Hello

    ·         What happens if you use another application to preview before printing?

    ·         You are able to print the document correctly, or you receive no error message when printing?

    You try to use Microsoft Word or Notepad to check if you face the same problem.

    First of all, I would like to check to see if print preview is working on a new empty document with only a word in it.

    If Yes, then the problem is the document.

    You may need to clear any formatting, that depends on where you copied from.

    Your rule of printer drivers print preview

  • How (if possible) I point out a whole day in the Windows calendar instead of just a single event? (With the help of Vista Ultimate) Thank you.

    How (if possible) I point out a whole day in the Windows calendar instead of just a single event? (With the help of Vista Ultimate) Thank you.

    I have no experience with Windows Calendar, but see this article for a bit of luck:

    Customize Windows Calendar
    http://Windows.Microsoft.com/en-us/Windows-Vista/customize-Windows-Calendar

  • Could someone please tell Adobe programmers to give the possibility to remove ' home, tools, documents, learn Adobe icon, link icon Mobile and sign in "from the Acrobat Reader toolbar.

    Could someone please tell Adobe programmers to give the possibility to remove ' home, tools, documents, learn Adobe icon, link icon Mobile and sign in "from the Acrobat Reader toolbar.

    Even assuming that we could achieve these programmers they don't make decisions like that, do marketing.

Maybe you are looking for

  • Giving Apple TV away

    Hello.. Is that all I have to do before giving my third generation Apple TV?

  • Preview of annotation &amp; display does not work properly in El Capitan

    I recently upgraded from Yosemite to El Capitan (10.11.4). On my first try of annotation with El Capitan, I can double click and put in evidence or bar, but I can not insert text or shapes (rectangles, for example). When I insert the text, I see a bi

  • USER page

    Is there a possibility that we get some sort of user page in the menu? It would be nice to the points that we use often, because the menu is so slow. Someone else wants that? Didier Lenglaert Executives of the fields &

  • "the service is unavailable" message while signing in to hotmail

    When I try to connect to my hotmail account, I get a message "service is unavailable". However, I am able to sign into my other account hotmail without problem.

  • deleted files?

    Delete request for passage to recyl bin y 'recyl bin nothing '?