Waiting for a function/process ends.

I wrote the code for a simple gallery where you click on a button and it loads an image into a UILoader component.

Problem is I want to add fading to it without any problems.

I want it to fade out. load the image in UILoader componet, then at the end fade in. I use a dynamic interpolation for this. I also melted back when an image occupies the UILoader, then load a new image.

PROBLEM is that I have a separate function that creates a dynamic Tween to fade. When he fainted, I want to load new images and then melted using the fade function that creates a Tween.

How would I get to fix this problem?

Also, I want my next button should be disabled while it is to load the images, so the person is not a hammer on the button constantly and Pepin to discoloration and break it.

Here's an example of how I'd do:

import fl.transitions.Tween;
import fl.transitions.easing.None;

var path:String="l4d_published";
var currentPage:uint;
var insArray:Array=[tn1,tn2,tn3,tn4,tn5,tn6,tn7,tn8,tn9,tn10,tn11,tn12,tn13,tn14,tn15];
var imgArray:Array;
var tweenArray:Array=[];

for (var i:uint = 0, len:uint = insArray.length; i < len; i++) {
    insArray[i].visible=false;
    insArray[i].addEventListener(Event.COMPLETE, imageLoadComplete);
}

pagefwd.visible=pagebwd.visible=false;

pagefwd.addEventListener(MouseEvent.CLICK, fwdClick);
pagebwd.addEventListener(MouseEvent.CLICK, bwdClick);

function fwdClick(e:MouseEvent):void {
    setPage(++currentPage);
}

function bwdClick(e:MouseEvent):void {
    setPage(--currentPage);
}

var myTextLoader:URLLoader = new URLLoader();
myTextLoader.dataFormat=URLLoaderDataFormat.VARIABLES;
myTextLoader.addEventListener(Event.COMPLETE, textLoadComplete);
myTextLoader.load(new URLRequest("l4d.txt"));

function textLoadComplete(e:Event):void {
    imgArray=e.target.data.images.split(".jpg,");
    setPage(1);
}

function setPage(page:uint):void {
    currentPage=page;

    pagebwd.visible=(currentPage!=1);
    pagefwd.visible = (currentPage=imgArray.length-1) {
            insArray[i].visible=false;
        } else {
            insArray[i].visible=true;
            insArray[i].alpha=0;
            insArray[i].source=path+"/"+imgArray[imgID]+"_tn.jpg";
        }
    }
}

function imageLoadComplete(e:Event):void {
    tweenArray.push(new Tween(e.currentTarget,"alpha",None.easeOut,0,1,1,true));
}

Tags: Adobe Animate

Similar Questions

  • wait for a function at the end

    Hello!

    I work with Flex and remote objects (Java Classes). The problem I have is: don't wait for the action for the return of a function script. I mean:


    value = loginRO.Login (idField.text, passwordField.text, message);

    If (value == 1) {}
    connectionState.text = "CONNECTED";
    messageState.text = message;
    }
    else {}
    connectionState.text = "NOT CONNECTED";
    mx.controls.Alert.show ("there was an error trying to connect","CONNECTION FAILED" ");
    messageState.text = message;
    }

    If the connection is successful you will get a '1' of the call and '0' in other cases. But the flex code still shows the "else" because it does not wait for the function "login" at the end of its execution. What should I do?

    Internet connections are always asychronous in Flex, so we can't have any other code expects a frequency.

    You should have the code or function that is executed/called in the your RemoteObject result handler.

    If this post answers your question or assistance, please mark it as such.

  • Win 7 to wait for indexing status never ends

    Win 7 to wait for indexing status never ends

    Cannot use outlook 2010 mail filters all inactive when displayed Ribbon except + (More) search icon

    Hi Bill,

    Thanks for posting your question in the Microsoft Community forum. I understand that indexing status never ends. I would like to help solve you the problem.

    Before troubleshooting, provide us with information.

    1. What is the brand and model of the computer?

    2. what security software is installed?

    3. is the question confined to the indexing status?

    4. don't you make changes to the computer before the show?

    This problem can be caused by some incompatible system files associated with indexing. Follow these methods:

    Method 1.

    Open the search and indexing Troubleshooter: http://windows.microsoft.com/en-US/windows7/Open-the-Search-and-Indexing-troubleshooter

    Method 2.

    1. go to control panel and look for 'Features' in programs and features.

    2. click on "Turn Windows features on or off".

    3. uncheck the search of Windows and restart as required.

    4. go to c:\ProgramData\Microsoft\Search\Data\Applications and rename the folder Windows at Windows_ORIG.

    5. return to the search function of Windows to make it back on (see steps 1 and 2).

    6. restart as required.

    Method 2.

    I suggest that you can exercise SFC scan and check if that helps. The SFC/SCANNOW command analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions.

    For more information how to make SFC / scan, please follow this link: http://support.microsoft.com/kb/929833

    Method 3.

    Run a full scan of the computer with the Microsoft Safety Scanner to make sure that the computer is virus-free.

    Microsoft Safety Scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Security Scanner warning: there will be data loss through an analysis using the Microsoft safety scanner to eliminate viruses as appropriate.

    You can ask your question related to Outlook 2010 here: http://answers.microsoft.com/en-us/office/forum/office_2010-outlook?tab=all&tm=1363676957004

    Let us know if you need help with this question, we will be happy to offer you our help.

  • While loop, wait for the function and the stop button!

    Hello

    I have a while loop and a stop button. Inside my While loop - I have a 'Wait (x ms)' function. If I press the stop button, it does not block the program immediately, he expects ms x then stops the program. How can I get rid of this?

    Thanks in advance for the help!


  • Wait for the functionality of workflow

    Hello world

    I tried implement the functionality of waiting in a workflow. I did the following.
    (1) changed the type of node to the Relative time and value to 1 minute.
    (2) changed the status of Timeout in the workflow for this Notification.
    (3) in my pl/sql package, I wrote as follows:

    IF (FUNCMODE IN ('TIMEOUT')) THEN
    WF_ENGINE. Background ('WorkflowItemName', NULL, NULL, FALSE, TRUE, FALSE);
    RESULT: = ' COMPLETE: APPROVE ';
    END IF;

    Now, even after having waited more than a minute, the notification will not to the next level. Can anyone give suggestions please?

    Thank you

    Jim

    Hello

    Let's start with the original post - you have no need to have anything in the code that performs differently in timeout mode, unless you want a specific logic to the fire during the transition from timeout is taken. As you've found, you must run the background engine for this type of item in order to advance the process.

    You can perform some logic you want on the transition of timeout. Looks like you want to send the notification to the original recipient and the recipient following at the same time (which could be problematic...). However, there are two ways that you can reproduce this.

    1 - transition Timeout go back to the original notification, which informs the original recipient. A parallel transition timeout determines the next recipient and then goes to another (identical) notification. You have then two messages open in same time, so you need to include an activity "Or" so that only those who can move the process to the next step. This isn't something I advocate.

    2 - Timeout transition goes to a new activity of PL/SQL. In this activity, retrieve the current answering machine and one that follows and add them to a role of ad hoc. And the transition to the notification, but now send it to this ad hoc role. The question is really if you accept a response from one of these providers, or one precedence over the other? If you accept an answer, then do not check the box "Expand roles", and standard features will address the first answer that comes in. If this is not the case, then expand roles, and you have a notification message notification feature to determine what happens for each answer.

    HTH,

    Matt
    -----
    WorkflowFAQ.com - the independent resource ONLY for Oracle Workflow Development

    Review alpha chapters of my book "developing with Oracle Workflow" are available through my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Heating problems Strain Gage; Wait for the function measurement of delay

    Hello

    I am able (using four 350 ohm gauges) of the strain using a NI 9237 module with a cDAQ in connection Full deck Type 3. My test is to measure the strain over long periods of time (~ 10 days). The NI 9237 measure strain at a rate of 2000 Hz (this is the slowest rate). The wheatstone bridge is currently powerd with the NI 9237 of 2.5 V. When I get my data permanently, I see the strain increases with time (which it shouldn't do my test), and I suspect it's because of free heating strain gauges. So, to overcome this problem, I think using "Wait (ms)" and ask the program to obtain data once every 5 min. Five minutes should be more than enough to dissipate any overheating of the gauge.

    My question is: if I use the function 'wait (ms)', is my sensor (extensometer) are constantly under tension during the time-out of 5 minutes? I think that the functions "queue" are used inside a loop to allow a VI to sleep during the prescribed period (correct me if I'm wrong). So, it means that the sensor is not powered during this time?

    Thank you

    SID

    I wouldn't use "wait" function for your timing... software you can use the time elapsed or other timing functions

  • Looking for a Boolean function similar to or, but do not wait for the second entry in case he gets a 'real' a single entry

    my program works in 2 processes in parallel inside a while loop and should stop when one of them ends.

    How can I do? Uses the function 'Or' wire loop the stop condition will not do the job, waiting for the two processes to give their comments before running.

    What I really need is a function that waits until she gets a 'true' through one of its entry and then executes without waiting than the other.

    Y at - it such an option?

    If not, does anyone have an idea how to achieve what I have described here?

    Thanks in advance!

    What you need is a "not synchronous or", i.e. "do something if Item 1 becomes real GOLD point 2 becomes true.  One way that comes to mind to do is with a design of producer/consumer model (event), where the consumer is a State Machine with a shutdown state.  Get 1 point to trigger an event (perhaps using a user event or property Value Change (follow the signs)) when it turns out true, and have it send to the consumer the Stop State.  Download point 2, to do the same thing.  Now one of them becoming true will cause the shutdown state be registered (without taking care of doing the other element), in other words, that becomes a real, (consumer) loop stops.

    Bob Schor

  • Script to wait for Clone task is completed

    Good day, as part of the post, I run a command that enables the NIC and sets the right Port-Group of cloning process. I put a sleep command in each environment is diferrent, so I find myself always change this duration of sleep because the cloning process does not end in the time of sleep and the rest of the script fails. So in order to get rid of the sleep control that I want to capture the CloneVM_Task and pass this parameter to wait-task that will force the completion of the ClonVM_Task. I could just make sure no other tasks are running but this task, but as we all know that alays can't be the case. So that's what I did.

    I begin a deployment of FVO to have an another long running task. Then I run the script.

    If ((Get - PSSnapin - name Vmware.VimAutomation.Core - ErrorAction SilentlyContinue) - eq $null) {Add-PSSnapin "Vmware.VimAutomation.Core"}

    # Virtual Center details
    $server_address = "MYvCenter name" or IP

    SE connect-VIServer-Server $server_Address - user username-pass password - WarningAction SilentlyContinue


    #Create Master VM Templates
    #
    # Here we import the CSV file with the account information and he piped in a Foreach-object
    # Creating a Variable that imports the csv file that contains all data of the virtual machine

    CD "e:\Scripts.
    $InputFile = import-Csv "E:\scripts\mycloneinput.csv".
    $InputFile | {ForEach-Object

    $ip = $_. VM_IPAddress
    $GName = $_. VM_Guestname
    $TName = $_. Template_name
    $HName = get-VMHost "myhostname" # 1 first Select
    $Desc = $_. Description
    $Dstore = $_. Datastore_Name
    $Spec = $_. Customization
    $Folder = $_. Folder
    $Sfolder = $_. Subfolder
    $NIC = $_. NIC
    $NIC_Lable = $_. NIC_Label
    $Gateway = $_. NIC_Gateway
    $SubnetMask = "255.255.255.0".
    $DNS1 = $_. DNS1
    $DNS2 = $_. DNS2

    Write-host "creation: ' $GName
    Write-host "template name is: ' $TName

    # This takes variables and creates the virtual machine
    Get-OSCustomizationSpec $Spec | Get-OSCustomizationNicMapping | »
    Game-OSCustomizationNicMapping - IpMode UseStaticIP - $ip - $SubnetMask subnet mask - DNS IpAddress $DNS1, $DNS2 - DefaultGateway $Gateway
    New-VM-name $GName - location $Folder - model $TName - host $HName - $Dstore - $Desc Description data store - OSCustomizationSpec $Spec - RunAsync-confirm: $false

    #######################################
    #Waiting for cloning process to finish.
    #######################################

    $$$ Under notes show a little history of how I got to this point.

    $$ Note1: the first attempt, I just captured running tasks and their past to the task pending. "Well, since the deploy OVF and ClonVM_Task where it runs would wait up to two when completed by the end."

    $$ Note2: so I added the If Else loop below that failed, because $RTask never equaled only CloneVM_Task, but was a table of two.

    $$ Note3: I tried to us below to separate the two tasks to help

    # $RTask = get-task-status running (who captured the two tasks running)

    # $Array = $Rtask.Split("") (Errored with the method call failed because [System.Object []] contains a method named 'Split'.)
    # So I tried to divide the table like this. ForEach ($Task in $Rtask.Name - Split("")) {Write-Host "my tasks are:" $Task}


    Get-task-status Running | Export-CSV "E:\scripts\Current_Tasks.csv".
    $InputFile2 = import-CSV "E:\scripts\mmca\mmca_Current_Tasks.csv".
    $InputFile2 | {ForEach-Object
    $RTask = $_. Name
    Write-Host "current task is: ' $RTask
    IF ($RTask - eq "CloneVM_Task") {}
    Write-Host "current task of Clonning is: ' $RTask
    Write-Host "in the meantime the cloning process finish.
    Waiting-task-task $MyTask
    }
    Else {}
    Write-Host "no cloning process is executed.
    }
    }

    # This allows the NIC and set the correct Port Group
    Get-VM-name $GName | Get-NetworkAdapter-name $NIC | Together-NetworkAdapter - NetworkName $NIC_Lable-confirm: $false - StartConnected $true

    }

    When I run the present, I get the following:

    # #This shows the task start Clonning #.

    erverId: /[email protected]:443 /
    Status: running
    IsCancelable: true
    PercentComplete: 5
    StartTime: 03/05/2013 00:52:13
    FinishTime:
    ObjectId: VirtualMachine-vm-382
    Result:
    Description: Clone virtual machine
    ExtensionData: VMware.Vim.Task
    ID: Work-task-2070
    Name: CloneVM_Task
    UID: /[email protected]:443 / task = work-work-2070 /

    #########################################################

    # #Runs through the tasks running.

    Current task: deploy the model to the FVO
    No cloning process is executed

    # Ignore deploy it task #.

    # #Matches the If statement and continues to process #.
    Current task is: CloneVM_Task
    Task current Clonning is: CloneVM_Task
    Wait for the cloning process to complete

    # #Error #.

    Waiting-Task: cannot bind parameter 'task '. Impossible to convert the value of 'CloneVM_Task' to type 'System.String' type 'VMware.VimAutomation.Sdk.Types.V1.Task '.
    E:\scripts\Working_Create_Master_Templates.ps1:71 tank: 24
    + Wait-task-task < < < < $RTask
    + CategoryInfo: InvalidArgument: (:)) [waiting-Task], ParameterBindingException)
    + FullyQualifiedErrorId: CannotConvertArgumentNoMessage, VMware.VimAutomation.ViCore.Cmdlets.Commands.WaitTask

    $$$ Under notes show a little history of how I got to this point.

    Note1: The first attempt, I have just captured tasks currently running and pending their past to the task. "Well, since the deploy OVF and ClonVM_Task where it runs would wait up to two when completed by the end."

    NOTE2: So I added the If Else loop below which failed because $RTask never equaled only CloneVM_Task, but was a picture of two tasks.

    Note3: I tried to use the following to divide the two tasks:

    $RTask = get-task-status running (who captured the two tasks running)

    foreach ($Task in $Rtask - Split(""))
    {
    {Write-Host "my tasks are:" $Task}
    IF ($Task - eq "CloneVM_Task") {}
    Write-Host "current task of Clonning is: ' $Task
    Write-Host "in the meantime the cloning process finish.
    Waiting-task-task $Task
    }
    Else {}
    Write-Host "no cloning process is executed.
    }


    }

    # #Output the little script above #.

    Current task: deploy OVF model CloneVM_Task
    My tasks are: deploy
    My tasks are: OVF
    My tasks are: model
    My tasks are: CloneVM_Task
    Task current Clonning is: CloneVM_Task
    Wait for the cloning process to complete
    Waiting-Task: cannot bind parameter 'task '. Impossible to convert the value of 'CloneVM_Task' to type 'System.String' type 'VMware.VimAutomation.Sdk.Types.V1.Task '.
    Online: 11 char: 24
    + Wait-task-task < < < < $Task
    + CategoryInfo: InvalidArgument: (:)) [waiting-Task], ParameterBindingException)
    + FullyQualifiedErrorId: CannotConvertArgumentNoMessage, VMware.VimAutomation.ViCore.Cmdlets.Commands.WaitTask

    I'm new to Powercli and I've scoured Google for a possible answer. I thought I might have a solution that has been published on the VMware PowerCLI Forum, but I couldn't get this to work. Any help would be greatly appreciated.

    #########################################

    I wasn't worried about how to tasks where splits, unless I was trying to follow the import fo the OVF, so that the script went into the loop If and as one of the names for CloneVM_Task then he Treaty. But I got the same error I did in the last version of the above script. That's why I have the version curent thinking that if I exported and then imported the tasks it might make a difference.

    I'm new to Powercli and would like a little help. I am either very close or by a mile off. :-)

    Thank you

    Mitch

    Why don't you store the the task object that is returned when you use the RunAsync switch?

    You can create a loop around the State and wait until the clone job is done.

    $task = New-VM -Name MyVM ... -RunAsync 
    
    while($task.ExtensionData.Info.State -eq "running"){
      sleep 1  $task.ExtensionData.UpdateViewData('Info.State')
    }
    

    The big difference with the Wait-job cmdlet, it is that this will allow you to perform additional work in the While loop.

    Waiting-task the cmdlet waits just until the task is finisned and you can not do anything else.

  • wait for effective

    In my Flex application, I have a function that plays animated masking web content and when it reaches its end event listener triggers another function that change web content and plays the second animation that shows the new features of the web. Here is the code:

    public function function1(contentId:String):void {
         contentHideAnimation.addEventListener(EffectEvent.EFFECT_END,function2);
         contentHideAnimation.play();
         contentId = id;
    } 
                
    private function function2(event:Event):void {
         var id:String = contentId;
         moduleLoader.unloadModule();
         if (id == "content1") { moduleLoader.loadModule("modules/content1.swf"); } 
         else if (id == "content2") {moduleLoader.loadModule("modules/content2.swf"); }
         else if (id == "content2") { moduleLoader.loadModule("modules/content3.swf"); }
         contentShowAnimation.play();
    }  
    

    What I want to do is put all the code for these two functions in a single function (I got to divide it into two because move effects (show and hide animations) were simulcast). My question is: How do I wait for the animation to end and then play second animation in the body of a function?

    public function function1(contentId:String):void {
         contentHideAnimation.addEventListener(EffectEvent.EFFECT_END,function():void{
                   var id:String = contentId;
                   moduleLoader.unloadModule();
                   if (id == "content1") { moduleLoader.loadModule("modules/content1.swf"); }
                   else if (id == "content2") {moduleLoader.loadModule("modules/content2.swf"); }
                   else if (id == "content2") { moduleLoader.loadModule("modules/content3.swf"); }
                   contentShowAnimation.play();
              });
         contentHideAnimation.play();
         contentId = id;
    }
    
  • Waiting for CPU: what exactly does that mean?

    Hi all

    I worked on this database (11.2.0.3 on AIX 6.1) try to improve the performance of certain lots of an ERP system developed by my company. These are all processes that work very well in other environments, but here the clock times are horrible for the load and I was seeing 10% CPU, 90% CPU waiting for almost every process. This is the last section of a very long trace file where you can see the invisible "wait."

    I know not how to do this: if I run something in the OS with a higher priority than to Oracle, what I will get. "Lack of processor" according to me, is the name for it. My question is: what else can cause this? If the OS say that nothing was on the computer, how can I study the root cause?
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    
    call     count       cpu    elapsed       disk      query    current        rows
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    Parse   762529      3.24      16.60          0          3          0           0
    Execute 8334641   5593.35   51349.14     344238    2115862   12349440     1341634
    Fetch   7048666   1142.66    5978.90     385152   58108531       2068     7944263
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    total   16145836   6739.25   57344.65     729390   60224396   12351508     9285897
    
    Misses in library cache during parse: 734
    Misses in library cache during execute: 731
    
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      db file sequential read                    620864        0.62       4858.21
      Disk file operations I/O                       42        0.00          0.00
      latch: shared pool                              8        0.04          0.06
      asynch descriptor resize                        6        0.00          0.00
      direct path write temp                          2        0.01          0.01
      direct path read temp                          94        0.03          0.57
      db file scattered read                       2129        0.44         23.90
      log file switch completion                     15        0.12          0.98
      latch: cache buffers lru chain                  2        0.00          0.00
      resmgr:cpu quantum                             15        0.00          0.03
      latch: object queue header operation            2        0.00          0.00
    
     8180  user  SQL statements in session.
      609  internal SQL statements in session.
     8789  SQL statements in session.
      288  statements EXPLAINed in this session.
    ********************************************************************************
    Trace file: dbkpv_ora_811258_ARREC_BXA_AUTOMATICA.trc
    Trace file compatibility: 11.1.0.7
    Sort options: prsela  fchela  exeela  
           1  session in tracefile.
        8180  user  SQL statements in trace file.
         609  internal SQL statements in trace file.
        8789  SQL statements in trace file.
         754  unique SQL statements in trace file.
         288  SQL statements EXPLAINed using schema:
               KIPREV.prof$plan_table
                 Default table was used.
                 Table was created.
                 Table was dropped.
     25357662  lines in trace file.
       57345  elapsed seconds in trace file.

    marcusrangel wrote:
    don't you think that it is possible that tracing would cause such a huge head?

    Your trace file contains 25 million lines, that is a significant amount of write operations, to be compared with the information that reads one-piece 620K consume dry 4858.
    It is necessary to note that writing in the trace file leads to loss of time only when it is caused between measure of elapsed time from a visit to the database. But even if the write operation is due to the outside to measure the time of the call for a database (for example, information about a call, as FETCH #) it can be inside some call parent and will be included in the duration of the call of the mother.
    If you are interested in the details of this process, I prepare an article on this topic in my blog.

    I would therefore recommend to reproduce a similar load without follow-up.

    Published by: Alexander Anokhin on 12.07.2012 22:07

  • waiting for the task to the end host window.

    My computer startrd to show, when I restart or shutdown windows 7, I get a message saying that windows is waiting for the task host window to end what it means...?

    Hi Sanaaalsadouni,

    Thanks for posting your question in the Microsoft Community forums.

    The TASKHOST is a generic process, which acts as a host for the processes that are running DLL instead of exe files. Up TASKHOST checks the part Services of the registry to construct a list of services focused on the DLLS it needs to load, then load them.

    I suggest you try the procedure described in the article and see if it helps.

    Why my computer won't turn on or off quickly?
    http://Windows.Microsoft.com/en-us/Windows7/why-wont-my-computer-turn-on-or-off-quickly

    See the article for more information.

    See details about your computer's performance using Task Manager
    http://Windows.Microsoft.com/en-us/Windows7/see-details-about-your-computers-performance-using-Task-Manager

    Hope this information helps you. If you need additional help or information on Windows, I'll be happy to help you.

  • Office system Vista, have a delay in all functions. start-up, connection, IE internet, opening files. To get a "waiting for..." appearing at the bottom of the screen - it seems to me that this means?

    Original title: Vista 32 bit system. slow!

    Office system Vista, have a delay in all functions. start-up, connection, IE internet, opening files. I seem to get a "waiting for..." at the bottom of the screen and a green line appearing across the top of the window when I'm waiting - whatever that means? Have upped the ram 4 GB - no change. runing ie7 to present, took 37sec to open the Web site to report this issue? All ideas, we will wait for you

    I was running another program to search for spyware, if you haven't done so already.  In addition, launch your AV software

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-system/remove-malware-or-virus/6bb49107-dfb7-4edc-990a-a0c533b6487d

    Did you ever reinstalled your OS from Vista running on your system?  If you have a Windows Vista OEM preinstalled on your system and you have an external hard drive, it wouldn't hurt to go back to factory settings and transfer your data on.  You would eliminate several possible culprits in your system running slow.

  • Error when parsing the file ' value of the 'src' attribute is not valid; must be a URI'.  ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10): error while parsing the file ' "ol" element not allowed here; wait for the end-tag of t

    The members of the Forum kan help you

    Validation by using version 3.0.1 EPUB rules.

    ()https://github.com/IDPF/epubcheck( )

    December 9, 2015 15:27:33 THIS

    ---------------------------------------------------

    WARNING (OPF-007) to 'Hetgeheimfietsen.epub/OEBPS/content.opf' (line 2, column 227):

    Re-declaration of prefix reserved "rendition."

    ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10):

    Error when parsing the file ' "ol" element not allowed here; waiting for the end-tag of the element or element "li" '.

    WARNING (CSS-007) to "Hetgeheimfietsen.epub/OEBPS/css/idGeneratedStyles_0.css" (line 60, col 2):

    Police made OEBPS/font/CambriaMath.ttc refers to fonts not standard type application/x-police-FTT.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-1.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-2.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    Check the finish with warnings or errors!

    In the file Toc delete the second "ol", as well as closing like Epubcheck duplicate codes

        the one after the other (delete the other)

    1. Script queue CM with output for allocated, running and waiting for process

      Hi all

      Could someone please share the script which gives the result as below:

      Script Manager simultaneous tail with output for allocated, running and waiting for processes within a single script.

      Thanks for your time!

      Kind regards

      You can find a lot of scripts in the old nets.

      Simultaneous treatment - what are the meanings of the Codes in the STATUS_CODE and the PHASE_CODE FND_CONCURRENT_REQUESTS Table columns? [152209.1 ID]
      ANALYZEPENDING. SQL - analyze all applications pending [134033.1 ID]

      https://forums.Oracle.com/forums/search.jspa?threadID=&q=FND_CONCURRENT_REQUESTS+and+query&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001
      https://forums.Oracle.com/forums/search.jspa?threadID=&q=FND_CONCURRENT_REQUESTS+and+time&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001
      https://forums.Oracle.com/forums/search.jspa?threadID=&q=FND_CONCURRENT_REQUESTS+and+STATUS_CODE&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001
      https://forums.Oracle.com/forums/search.jspa?threadID=&q=FND_CONCURRENT_REQUESTS+and+PHASE_CODE&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

      Thank you
      Hussein

    2. Waiting for automatic placement at the end.

      Hello

      I have a simple script that puts a BCTI file in a textframe and then saves the document.

      The target document is set to "automatic formatting" the happy ICML, and it creates pages as needed. It works very well.

      However the save operation does not wait for the autoflow finish. If the saved document has a page with overset text.

      It must have 2 pages and any overset text.

      If I leave the page open in InDesign, after a very short time, a new page is added, and the text is autoflowed.

      How can I get InDesign to wait for the "automatic formatting" after the operation before you save the file?

      Script:

      myDocument var = app.activeDocument;
      myPage var = myDocument.pages.item (0);
      var myTextFrame = myPage.textFrames.itemByName ("mainBody");
      myTextFrame.place (File ("page1.icml"));
      myDocument.save (File ("document1.indd"));

      Thank you.

      You probably want to remove the idle task, once completed. To set the sleep on 0:

      gDocsToSave = [];// Add docs that need to be saved to this array.
      var task = app.idleTasks.add({sleep:100});
      task.addEventListener(IdleEvent.ON_IDLE,saveDocs);
      
      function saveDocs(ev){
           var doc;
           while(doc = gDocsToSave.pop()){
                doc.save();
           }     ev.target.sleep = 0;}
      

      Substances

    Maybe you are looking for

    • is there a difference in between the office and the House versions excel

      There are two versions on office for Mac (word, excel, and powerpoint) home and office (word, excel, powerpoint, outlook) I do not have prospects, but I need the excel to have all its features, so I need to know if excel comes it two versions is the

    • Pavilion 500 - 310a: external speakers vibrating but no sound, have never had sound via the new computer

      My 5 month old hp computer has never had sound.  I bought external speakers and I hear crackles through them, but no sound when I go to a site that has received video instructions or when I want to down load songs. What field can I go in please solve

    • 4501 envy: envy of hp 4501

      I'm having a problem with my scan feature. When you try to scan through a network connection or usb scan will start but never completed. I tried to run printing HP and Scan Dr. and he will take a break and make it unable to complete the troubleshooti

    • response of optical drive Dell Inspiron 3847 - to insert a CD

      My Dell Inspiron 3847 responded lately more slowly to insert a CD into the optical drive.  ("Reader DVD RW (E :) ("displays more slowly in the file Explorer after inserting a CD in the optical drive, and for CD splash screens are not displayed for se

    • RA VPN VPN L2L via NAT strategy

      Scenario: we have remote access VPN users who need to access a VPN L2L by ASA even outside the interface. This particular VPN L2L is a partner that requires us to NAT (192.168.x.x) addresses to another private address (172.20.x.x). We also access VPN