Transparency problem with several sprites that overlap.

[Moved from the AS3 forum - seems not to involve Actionscript 3]

I've been programming an effect of smoke by using partially transparent images. I'm having a problem when more than two or three images begin to overlapp, their outlines or borders become visible and the overall effect is lost because you can see the different particles. I can't solve the problem. I tried to create a transparent png, I tried to use graphic tool to draw the image, but no approach I use changes the fact then when a few of these images overlap, their borders have become visible. If anyone has encountered this before? Is any way to solve?

overlap.jpg

Solved: cacheAsBitmap = true;

Tags: Adobe Animate

Similar Questions

  • I have problems with an action that I created.

    I have problems with an action that I created. Basically, I created an action that I apply to my images to give them all the same look, but when I add this action that it always enlarges the size of the image lets say 7 MB to 100 MB is possible to decrease this without ruining the action?

    Hi lukef,

    It depends on what kind of changes are included in this action.

    You can choose to save it to the web, if you want to save a low waist.

    Kind regards

    Claes

  • How do I monitor/find where is the State of my download?  I don't know how long it takes or if there is a problem with the download that I can't find anything.  Also, is it supposed to be an icon for my purchase of Photoshop and light in my apps folder

    How do I monitor/find where is the State of my download?  I don't know how long it takes or if there is a problem with the download that I can't find anything.  Also, is it supposed to be an icon for my purchase of Photoshop and light in my apps folder?  Where can I find that when it's done download?

    Could you please confirm the operating system you are using.

    You can see the status of the application of CC desktop download.

    The CC app desktop click the creative cloud icon located in the taskbar (Windows) or the Apple bar (Mac OS) menu, to open the creative cloud desktop application.

    Hope this will help you.

    Kind regards

    Hervé Khare

  • Problems with navbar sprite

    Hello

    I have problems with my Nav bar using css Sprites.

    This is the first time that I've used them so I'm he detached a little bit.

    I have some problems to this page http://www.allthingsprintuk.co.UK/ATPHome.html

    My css

    @charset "UTF-8";

    / * CSS document * /.

    . Container {}

    width: 960px;

    margin-right: auto;

    margin left: auto;

    }

    . Header {}

    width: 960px;

    height: 210px;

    background-repeat: no-repeat;

    background-image: url (header.gif);

    }

    . {HeaderContent}

    Width: 460px;

    height: 75px;

    float: right;

    right margin: 20px;

    margin left: 15px;

    do-family: Arial, Helvetica, without serif.

    Color: #666666;

    do-size: 11px;

    text-align: justify;

    }

    {#navbar}

    width: 887.5px;

    height: 79px;

    float: right;

    top of the margin: 36.5px.

    margin to the right: 36.5px;

    margin left: 36.5px

    }

    #navbar li {}

    display: inline;

    }

    #navbar li a {}

    display: block;

    width: 221.75px;

    height: 79px;

    text-indent:-9999px;

    background: url (Sprite.png);

    float: left;

    repeat: no-repeat;

    }

    #navbar li a {#get_a_quote

    background-position:-221.75px 0;

    }

    #navbar li a {#about_us

    background-position:-443.5px 0;

    }

    {#get_a_quote}

    width: 221.75px;

    height: 79px;

    float: left;

    background-color: #6600FF

    }

    {.about_us}

    width: 221.75px;

    height: 79px;

    float: left;

    background-color: #FF6600

    }

    {.portfolio}

    width: 221.75px;

    height: 79px;

    float: left;

    background-color: #FF9966

    }

    {.extra_services}

    width: 221.75px;

    height: 79px;

    float: left;

    background-color: #66FF00

    }

    . Sidebar {}

    float: left;

    width: 260px;

    height: 825px;

    background-image: url(side-bar.gif);

    }

    {.mainimage}

    float: left;

    width: 700px;

    height: 728px;

    background-repeat: no-repeat;

    background-image: url(main-image.gif);

    }

    .footer {}

    width: 700px;

    height: 97px;

    float: right;

    background-image: url(foot-note.gif);

    }

    . Clear {}

    clear: both;

    display: block;

    overflow: hidden;

    visibility: hidden;

    width: 0;

    height: 0

    }

    Problem 1) my Nav bar is not displayed in dreamweaver CS3 AutoResize to all (see attachment), but appears in the browser on.

    Problem 2) I put my nav bar size to the 3rd of the height of the Sprite to 79px (see attachment). However in the browser it shows the top of the "get a quote" below, that tells me that the height is defined differently. However, when I checked all the CSS is correct. And I even changed the size to see if it changes, but it's not. (only reduce the top margin makes it the larger size and shows more of the sprite below)

    I tried to code as much as I can instead of using the design mode, so I don't know I messed up somewhere. But have you checked the code and I have invalid HTML markup invalid because there is an overlap or non closed tags. En HTML below.

    < ul id = "navbar" >

    < li > < an id = "get_a_quote" > < a href = "get_a_quote.html" > get a quote < /a > < /li >

    < li > < an id = "about_us" > < a href = "about_us.html" > us < /a > < /li >

    < li > < an id = "portfolio" > < a href = "portfolio.html" > portfolio < /a > < /li >

    < li > < an id = "extra_services" > < a href = "extra_services.html" > < /a > < /li > additional Services

    < /ul >

    What is the problem? If so I don't know how to fix it.

    Thanks in advance

    Louisa

    First of all - there is no fractional pixels, so you can get rid of them!

    -Try this CSS instead of what you have.

    {#navbar}
    Width: 888px;
    height: 79px;
    / * float: right;
    top of the margin: 36.5px.
    right margin: 36.5px.
    left margin: 36.5px*.
    }
    #navbar li {}
    / * display: inline; * /
    float: left;
    Width: 222px;
    height: 79px;
    / * background-image: url (http://www.allthingsprintuk.co.uk/Sprite.png);
    repeat: no-repeat; * /
    }
    #navbar li a {}
    display: block;
    Width: 222px;
    height: 79px;
    text-indent:-9999px;
    Background: url (http://www.allthingsprintuk.co.uk/Sprite.png);
    float: left;
    repeat: no-repeat;
    }
    #navbar li a {#get_a_quote
    background-position: 0 0;
    }
    #navbar li a {#get_a_quote:hover}
    background-position: 0 - 158px;
    }
    #navbar li a {#about_us
    background-position:-222px 0;
    }
    #navbar li a {#about_us:hover}
    background-position:-158px 222px;
    }
    #navbar li a {} #portfolio
    background-position:-444px 0;
    }
    #navbar li a {#portfolio: hover}
    background-position:-444px-158px;
    }
    #navbar li a {#extra_services
    background-position:-666px 0;
    }
    #navbar li a {#extra_services:hover}
    background-position:-666px-158px;
    }

  • State of the mouse with menu items that overlap control

    Hello

    I have a problem with the recovery of the location of the mouse using GetGraphCoordsFromPoint...

    I use the return status of GetGraphCoordsFromPoint to determine if the mouse cursor is over the plot of my graph control area (1) or not (0) to switch between styles of mouse (VAL_DEFAULT_CURSOR against VAL_CROSS_HAIR_CURSOR).

    It works in most cases...

    Above the Panel, there is a bar menu, located below is the xy graph. Now, if the mouse opens a menu and is the style of mouse on the menu (and also on the chart) depends on history of mouse:

    If the mouse has always been above the menu, it is not recognized by GetGraphCoordsFromPoint be loacted in the graph - which is what I would like to see, in this case of the style of the cursor is always the default style.

    Now, if the mouse leaves the menu for a short distance, the menu does not disappear (only if the mouse is to a greater distance) and acccordingly GetGraphCoordsFromPoint realizes that the mouse is over the chart. It is correct and as expected, too. (the style of the mouse is replaced by a sight then)

    Now, if I move the mouse over the menu, it is not recognized by GetGraphCoordsFromPoint, unfortunately, and the style of the mouse is not being in default.

    Am I missing something, or is there a way to fix this behavior? Styles different from the mouse on a menu is confusing for the user, and I would avoid it, of course

    Thank you...

    Hi Wolfgang,.

    It is not a very good way to work around this problem. As you found, Panel moving events are sent to the callback of the Committee even a menu is followed, and when you change the cursor of the mouse that it also affects any menu that can be active at a time.

    If the cursor changes do not at all while the menu is active, even if the user moves on the graph, there is a possible strategy don't mind you can pursue to remedy the situation. It consists of trying to detect if a menu is active, so that you do not change the cursor when the menu is active. Unfortunately, this is easier said than done. Although it is easy to be notified whenever a new menu is activated (via a menu drive recall) there is no right way to be notified when the menu disappears. And there are several ways in which it can disappear. So it is not possible to set an internal flag that tracks when the menu is active.

    However, it is possible to know if the menu is active at the time you receive the Panel move event (or in the timer tick event, although I'm not completely sure why you also use a timer). You can't do it with the UI CVI library, but you can, using the Windows SDK, in a way a little round point.

    The idea is to know which window is the top-level window. And if she is not the window of the Control Panel, then you should be able to assume that a menu is active and therefore refrain from changing the cursor. Note that you must also make sure that the active window belongs to your process, because there could be a number any other windows that might be the 'top' window at any time. But if it belongs to your process and it is not your Panel, then presumably it's the menu.

    I did a quick test with the following code and it seems to work, although you might want to test more thoroughly I did:

    topHwnd = GetTopWindow (NULL);
    GetWindowModuleFileName (topHwnd, topHwndModule, MAX_PATHNAME_LEN);

    GetPanelAttribute (Panel, ATTR_SYSTEM_WINDOW_HANDLE, (intptr_t *) & panelHwnd);
    GetWindowModuleFileName (panelHwnd, panelHwndModule, MAX_PATHNAME_LEN);

    If (! strcmp (topHwndModule, panelHwndModule) & panelHwnd! = topHwnd)
    return 0; do not change the cursor, unless the Panel is really on top

    Good luck

    Luis

  • 5.5 Web client, right-click in Chrome now very boring with a menu that overlap, barely usable

    My setup is vSphere 5.5 with latest edition ESXi/Vcenter, and I use Google chrome 49.0 both 45.0 Firefox on my Windows 7 computer. Recently, some change has happened to Google chrome, making it extremely annoying. Please see the photo. Notice that eventually (it started to appear on April 5), every time I'm with the right button of the mouse, a window overlapping menu web client appears, preventing me from accessing some menu web client, I tried to solve this problem by selecting 'Settings' and disable flash related things (for example access flash to the camera privacy, etc.).  How can you get rid of the menu circled in red?

    Also Firefox's question, I use 4K monitor, the web client window is very small and cannot be changed even if I have the window zoom to 250-300%, no difference.

    Untitled.jpg

    Here's how I solved the problems for these who can use Firefox, I suggest that you switch to Firefox and install Adobe flash, it's difficult for me because the last Flash on Firefox does not the web interface to scale correctly on my 4K monitor, everything seems tiny.

    (1) uninstall Google chrome,

    (2) download old version of Google chrome by visiting this site:

    Download Google Chrome 46.0.2490.80 (Enterprise version for Windows - OldVersion.com

    (3) after the installation, turn off the update of Google chrome auto, here's the info:

    Disable updates of Chrome - Super user

    It will be implicitly security once you disable Chrome/flash update, if someone else finds the best solution, do not hesitate to add your opinion here.

    Update: this evening, the flash inside my google chrome (still in version 46.0.2490.80) is updated to the latest edition, automatically, I have no way to prevent this.    Now, when I use Google chrome, the annoying menu disappeared, I tried the same thing on my laptop, which hosts the last Chrome and Flash, the menu that overlap also disappeared, I wonder why?  This pi * s me off.

  • Anyone having problems with effects after that put 5.0.3 update?

    Since the 5.0.3 update a few weeks ago, I had problems with adding an effect to a clip. It seems not to matter type (both are res HD, either a shot on a Canon 5 d Mark II or a .m2t file .mov from a camera of HD Sony HVR - Z5U with a registration unit of memory). I have been using the file types of the same cameras with CS5 since August without any rendering problem, by adding effects, playback, slow response time, etc. Now, it seems doubtful that PrPro can handle adding an effect to a clip.

    Before it would show changes to the effect on the video in real time, but now it takes several minutes for the small front wheel I can access PrPro again. By example, if I add a fast color corrector or levels and try to change only one attribute, it unfolds, crashes, and then finally updates. He plants not (unless I force quit), it just hangs. I tried with just Finder and open PrPRo, and it still occurs. Previously, I could launch Photoshop, Firefox, Chrome, Mail, Finder, * AND * Pro

    Nothing else is it slow (playing back non-rendus, while that rendered or book review), although any reading can be slow sometimes with effect. In addition, there doesn't seem to be picky to a certain video effect. I've done everything I can think of, returning Short or reinstall: log in as root, Pref delete, drives hard various small clips. Initially, working on a FW800 external drive, I have recently worked on internally to test clips, but apparently not to the disc material.

    The fact that everything worked fine before, I can't that assume it was the update. I have the same software on a similar but lesser model home with no problem, but the 5.0.3 update failed with the auto-update and I have not tried to install it manually, is still on 5.0.2.

    Anyone else having this trouble and short of reinstalling, you found a solution? Thank you.

    iMac 27 "(21" model of Home Basic) "

    Mac OS X

    10.6.5

    2.8 GHz Intel Core i7 (4 cores)

    8 GB RAM

    ATI Radeon HD 4850 512 MB

    Master Collection CS5

    > Is there documentation available online on how to revert to the previous version?

    Uninstall Premiere Pro. Then, reinstall without updates.

  • problem with several graph XY axes

    Hallo,

    I'm tracing different variables in the same plot with several axes. I have the following problem (see attachment)

    the y axis secondary on the right side of the plot has a large area of him and one of the other secondary axis falls right above others. I tried it in the two labview 8.2 and 8.5 with the same results.

    any ideas?

    Thank you in advance,

    Thodoros

    Try the following movements:

    Right-click-> popup menu-> advanced-> reset scale layout

  • I have a problem with HP Flash that does not appear on my PC

    I have a few problems with HP Flash I do not know the * beep t. when I put in the other system, I mean Mac, it shows me and allows.

    but when I remove that put in another system it gives me just a response as it is connected when I go on my computer there is not availble Flash sign.

    I'll be back in fact once to the top of my Flash on Mac. When I got to that obtained in another system just Visible or disabled this system. Please someone who has the solution, in particular among providers of HP.

    WKhan wrote:

    I have a few problems with HP Flash I do not know the * beep t. when I put in the other system, I mean Mac, it shows me and allows.

    but when I remove that put in another system it gives me just a response as it is connected when I go on my computer there is not availble Flash sign.

    I'll be back in fact once to the top of my Flash on Mac. When I got to that obtained in another system just Visible or disabled this system. Please someone who has the solution, in particular among providers of HP.

    Hello

    Please provide more information: what is your computer and its operating system? I think

    (a) HP is not a product called Mac

    (b) HP has no any product called Flash.

    As a result, HP cannot be Provider Service of Flash on Mac computer.

    Kind regards.

  • GREP to find the end of the name of the author of history (problems with several lines)

    Screen shot 2010-08-10 at 11.11.37 AM.png

    I don't get these documents and I can understand how to use GREP to search for each source name/quote author. I have problems with the above example. I think it's because of paragraph returns, possibly something to do with the comma. I've fiddled around for an hour, tent multi and expressions of the one line and still can not understand.

    It's what works for the most part:

    (? < = \r)\s*[–][-\u\l]+(?=\Z)

    Screen shot 2010-08-10 at 11.32.42 AM.png

    If you can count on having the line beginning with an en dash (possibly after an unused space), this should do it:

    ^\s*~=.+\Z

    The ^ indicates start of a line, while (?)<=\r) relies="" on="" a="" hard="" return:="" ^="" will="" also="" match="" start="" of="" story,="" and="" all="" sorts="" of="" hard="" page/column="">

    Do not "anticipate" \Z; Since it is also an indicator of the place, like ^ and $, there can never be "selected" in the traditional sense of the term. (Which is the reason why allowing you a \r postanalyse, because * will * be selected if not).

    Your example of Homer Simpson was rejected because of the hard return and the comma - or were in your list of approved characters.

    I think opt for the period more ('get all') should work, but it is not - by default - search returns. This is where the modifier of Single-Line can help you. A brief description of the single-line Mode is that it allows the period correspond to a return as well. the history is considered one long line, with possibly a few \r codes that are not treated as special programs.

    It will work for GREP search only:

    ( ? s)^\s*~=.+\Z

    but not for the GREP styles. A GREP style still works only for a single paragraph; You can have a \r code anywhere in the expression. Oddly enough, TI work if you draw a soft line break in this last line - the strange thing is, the style GREP also needs (? s), so, apparently, at this level the soft line break is also considered a line break.
    Furthermore, your example of Homer Simpson has an additional line below, and causing trouble because there is no \Z just after what you want to find. Allowing returns will add that last line in your search, which may not be what you want either. Replace the hard return by a soft will also solve part.
  • Problems with Blue Tooth that connects the Droid to sync Microsoft-

    When I frist got my Droid it worked with Microsoft Sync in my Ford Escape.  A month ago, I started having a sync voice message saying the phone was dropped.  The Droid displays an error message saying that the process com.android.phone has stopped unexpectedly.  Force close.  This continues to be.  I cannot bluetooth my ear bud without problem, and I can sync a razor to escape without problem.  I rest sync and the droid with no luck.  Someone has an idea that can help?

    I have the same problem with my BMW X 5, bluetooth after getting my 2.1 update. Get the same messaged to force close. It's just keep happening, I tried the factory reset, 2.1 reloaded. but no help.

  • I'm a noob and have problems with several buttons on the pages of menu bar

    Hi all

    I'm building a site of basic database for my local community, and everything is fine until I try to add more script for the command buttons on the pages in the menu. The menu has 7 buttons that work, then on each of these pages are more than 6 buttons. The first page works fine but when I add the code to the following page to control its buttons access of undefined prop. error and continues to play through any chronology. It's the im code using control buttons on the pages in the menu. If someone could help that would be great.

    Nothing particularly wrong with the code you show it, it is more likely a matter of trying to affect a bad code.  If you can view the actual error message you get can narrow the problem... before that if you go in your publish the Flash settings section and select the option to enable debugging, the error message will have a bit more info in there.

    If you can describe this scenario where you have other buttons on other pages as well as how these pages differ from each other, which can be useful as well.  What are all the labels image linked to... the main timeline?  Is - this code on the main timeline or in the pages?

  • problems with several hr2000 + external trigger mode

    I hope someone can me halp on this problem:

    I need to acquire spectra with two hr2000 + and a nirques256 with labview external trigger mode.

    The external trigger mode is done by another pc and also the train of pulpse generator.

    If a trigger after I'm going to generate a 100 impulse every 20ms for each device through a dedicted Council.

    If I only work with ghosts at times things works fine and the system is very stable, BUT if I work with two or three spectres by now I have a really strange (maybe for me) problem with the timeout.

    This is due to an incorrect number of pulses:

    If I work with two device then I need to produce pulses of 200 each 20ms but my spectrometers provide data every 40ms, but I need to equip every 20ms

    If I work with threedevice and then I need to produce pulses of 300 each 20ms but my spectrometers to obtain data each 60ms but I need to equip every 20ms

    Thus, in this way, I lose the synchronization of the three councils.

    An options may be to use a dedicated pc for each device

    I acquire the signal via usb and the problem is maybe duo to the bus

    I think maybe the problem is duo to the vi block! Maybe I can use single istance at times when I call the procedure

    Thank you

    I just solved the problem: it was a problem with reentrancy

    Default LabVIEW use not reentrant execution

  • Problems with several .exe slow down my computer - see in the Task Manager.

    Hi everyone - I had posted in other sections of the forum such as: http://answers.microsoft.com/en-us/windows/forum/windows_7-files/why-does-dllhostexe-com-surrogate-consumes-memory/bd7e42bb-802d-4eb9-95b2-2bb6b566996d?page=1&tm=1416087694827

    but still have no answer to my problem - I just wanted to reference I've tried many "patches" suggested, without success.

    On the question... in addition to causing me problems of dllhost.exe, I now see a list of other authors in my task which are guilty of collaboration Manager.  The interesting thing is that I put the finger on a particular instance of dllhost.exe (COM Surrogate) who is about 8 k in size - whenever I'm deleting this one (which can sometimes be difficult to find when there are multiple instances of similar size) all other instances of dllhost.exe problem simultaneously remove themselves as well.  This is only a temporary solution as the problem will resume as soon as 10 minutes later, gobble up all my CPU and memory.

    Anyway - as I said, I noticed several other spots displayed - the interesting thing is that these tasks ALSO disappear when I delete the task of dllhost.exe k 8 initiators.

    Here is the list of the other guys who gobble up my system resources:

    dllhst3g.exe

    dpnsvr.exe

    dplaysvr.exe

    dvdupgrd.exe

    Rundll32.exe

    wiaacmgr.exe

    cmmon32.exe

    Has anyone else noticed these programs causing problems?  I would like to know how to solve this problem, but since the last message in the previous topic, it still has not been resolved by Microsoft...

    I know this post is a few months old, but I stumbled across it all fighting the same problem on a laptop of family members.  McAfee or Malwarebytes was able to track it down in my experience either.

    The task Mgr showed the same process taking a ton of memory and CPU.

    To resolve this issue, it turns that Symantec posted a tool that you can leverage.  Here is the link: http://www.symantec.com/security_response/writeup.jsp?docid=2014-111020-0511-99

    I would leverage the link Symantec before using the links of Evan (above), these links are to sites with strong ads and an EXE from a developer private.

    I hope this helps.

    -Higgins

  • Problem with several adapters and Jar file included in a service.

    Hi all

    I'm new here and I am ready to work with the VMWare client sdk. I have already started and exported several adapters to implement the full functionality that I need. However, I get an error:

    Request context failed to create 'com.management.serviceprovider' in ' 1.0.0 version. org.springframework.beans.factory.BeanCreationException: error creating bean with name 'DatacenterConfig': calling the init method failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: cannot find class [com.adapters.Datacenter.ClusterConfigAdapterImpl] for the beans with the name 'ClusterConfigAdapterImpl' defined in URL [bundleentry://281.fwk1147580192/META-INF/spring/bundle-context.xml]. nested exception is java.lang.ClassNotFoundException: com.adapters.Datacenter.ClusterConfigAdapterImpl finds do not bundle [com.management.serviceprovider]

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:591)

    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)

    to org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.access$ 1600 (AbstractDelegatedExecutionApplicationContext.java:60)

    to org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$ 4.run(AbstractDelegatedExecutionApplicationContext.java:325)

    ...

    This error occurs very often and it's strange because I place the cards together in a same way. Here is the OSGI layer and contaxt bundle files:

    Context Bundle:

    < name of the bean = "ClusterAdvancedAdapterImpl" class = "com.adapters.Datacenter.ClusterAdvancedAdapterImpl" >

    < constructor-arg ref = "dataServiceExtensionRegistry" / >

    < / bean >

    < osgi:service id = "DatacenterConfig" ref = "ClusterConfigAdapterImpl".

    interface = "com. VMware.vise.Data.Query.PropertyProviderAdapter"/ >

    < osgi:reference id = "dataServiceExtensionRegistry".

    interface = "com. VMware.vise.Data.Query.DataServiceExtensionRegistry"/ >

    And I really don't know why this isn't a job.

    The second problem is that I have another project with classes and I want to export it to a jar file. When I do this I also want to include this pot in the bundle, but when I change the ant file it does not work on virgo.

    Any help will be appreciated.

    Kind regards

    Stefan

    For option 2 which he question in post above, you can use the piece of code below in the Ant script in the target of the compilation at the end.

    --------

    -----

Maybe you are looking for