Difficulties with Skura platform

I have a client for which I am developing solutions with Edge Animate CC, give it solutions structured way which so request me but in the past I manifest that there is incompatibility between Edge and Skura (platform contracted by the company). They requested me to do them with WebKit.
Can someone help me with this issue?
Thank you.

Given that it has worked in the past, my money is on permissions having changed. That too means talking to IT. Sorry about that.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • I hate it i am fed up it so diffiuclt Why they make it so difficult with transferring photos contacts data from iphone 5s to pc .!!!!!!!!!!!!!!!!!!!!!!!!!!!

    i hate it i am fed up it so diffiuclt Why they make it so difficult with transferring photos contacts data from iphone 5s to pc .!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Hook the phone to the computer, open the Computer icon and look for the iPhone folder. Copy the images. Not difficult at all. Sync your contacts with Outlook through iTunes. Not really so difficult.

  • I am having difficulties with distributing a PDF Form. Acrobat X pro

    I am having difficulties with distributing a PDF Form. When I click the distribute button I choose the "Manually collect responses in my email inbox option" then press next, I select the "Save a local copy and manually send it later and then I specify it's location, then press next. I then press finish. Then a little black box pops up that says creating response file and nothing is happening. Can anyone help me?

    [discussion moved to PDF Forms forum]

  • Help - Difficulties with transate()

    Hi, I am having some weird difficulties with the translate method. I am trying to reposition one of layers by using X and Y values from a CSV file. I tried to access the variables various ways. One was using part[5], (with 'part' as the variable'). Then tried setting variables for each value (as shown below). The dubber doesn't report any errors. The weird thing about it is that the code is supposedly executed, but the translate function is somehow 'ignored'. When I stop the script, I can see that it exists in the history panel. I get no errors during run time either. Can someone please help. I have no idea what is going on with this strange problem.
    Also: I am working two documents. In my script I have it open an image that has a dpi of 266. The script duplicates the single layer of that file into a 72 dpi document and repositions the layer according to the x and y values defined in my CSV file. I tried setting both to 72 dpi, however nothing different happens. The only time something changes is if I put a constant number for x and y. By doing that, it doesn't even move to the spot it is suppose to. It repositions, but it is placed so far off the canvas.
    //Duplicate unprocessed mugshot in its proper layer level, all-in-one step
    app.documents[2].layers[0].duplicate(documents[1].layerSets[0].layerSets[part[3]].layerSet s[part[4]].artLayers[0], ElementPlacement.PLACEAFTER);
    //Close unprocessed mugshot after duplicating
    app.documents[2].close();
    //Resize mugshot layer using a percentage
    app.documents[1].layerSets[0].layerSets[part[3]].layerSets[part[4]].artLayers[1].resize(70 .7, 70.7, AnchorPosition.MIDDLECENTER);
    //Reposition the image according to x and y values defined in CSV file
    var x = part[5];
    var y = part[6];
    app.preferences.rulerUnits = Units.PIXELS;
    app.documents[1].layerSets[0].layerSets[part[3]].layerSets[part[4]].artLayers[1].translate (x, y);
    //Create mask clipping from mugshot layer
    var desc3 = new ActionDescriptor();
    var ref2 = new ActionReference();
    ref2.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
    desc3.putReference( charIDToTypeID('null'), ref2 );
    executeAction( charIDToTypeID('GrpL'), desc3, DialogModes.NO );

    I've reworked your code a bit to use intermediate variables. This makes it
    easier to read (for me, at least) and also perform better.
    The translate() function is really a 'moveRelative' not a 'moveAbsolute'
    function. The x and y parameters are deltas from the layers current location, so
    that has to be taken into account as I've done below. BTW, I may have the terms
    reversed where I compute x and y. I normally make an ActionManager-type call to
    Transform to do the resize and move in one step.
    -X
    var doc1 = app.documents[1]
    var doc2 = app.documents[2];
    var ls0 = doc1.layerSets[0];
    var ls3 = ls0.layerSets[part[3]];
    var ls4 = ls3.layerSets[part[4]];
    //Duplicate unprocessed mugshot in its proper layer level, all-in-one step
    doc2.layers[0].duplicate(ls4.artLayers[0], ElementPlacement.PLACEAFTER);
    //Close unprocessed mugshot after duplicating
    doc2.close();
    var layer = ls4.artLayers[1];
    //Resize mugshot layer using a percentage
    layer.resize(70.7, 70.7, AnchorPosition.MIDDLECENTER);
    var bnds = layer.bounds;
    //Reposition the image according to x and y values defined in CSV file
    var x = part[5] - bnds[0].value;
    var y = part[6] - bnds[1].value;
    app.preferences.rulerUnits = Units.PIXELS;
    layer.translate (x, y);
    //Create mask clipping from mugshot layer
    var desc3 = new ActionDescriptor();
    var ref2 = new ActionReference();
    ref2.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'),
    charIDToTypeID('Trgt') );
    desc3.putReference( charIDToTypeID('null'), ref2 );
    executeAction( charIDToTypeID('GrpL'), desc3, DialogModes.NO );

  • I am having difficulties with distributing a PDF Form.

    I am having difficulties with distributing a PDF Form. When I click the distribute button I choose the "Manually collect responses in my email inbox option" then press next, I select the "Save a local copy and manually send it later and then I specify it's location, then press next. I then press finish. Then little black box pups up that says creating response file and nothing is happening. Can anyone help me?

    [discussion moved to PDF Forms forum]

  • Hi, i'm having great difficulties with my safari on my laptop it will not open at all and has been doing this for quite a long time now, can anybody help??!!!

    hi, i'm having great difficulties with my safari on my laptop it will not open at all and has been doing this for quite a long time now, can anybody help??!!!

    What laptop? What operating system? What version of Safari?

  • Hi I am have difficulties with my I tunes and Sync ...

    Hi I am have difficulties with my I tunes and Sync ... Firstly i when starting up Itunes in windows 7 .. it tells me it is incompatible when trouble shoouting it does the same ... also when hooking up I pod classic .. it will not sync .. even when i do diagnostic... Help tried many thinks no good

    Quit the game and restart the iPad.
    To quit the game - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't work try this.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • I am having difficulties with iPhoto slideshow.  The slide show stops in the middle of a presentation and the system crashes.  I must power off to exit the app and restart my MacBook pro.

    I am having difficulties with iPhoto slideshow. It crashes in the middle of the presentation and I have to power off and restart my computer to get it running again.

    Wow. Okay...
    I'll let the real veterans in this forum tackle your issues one after the other. But, I can tell you, all will be well.
    My only comment would be re: your computer specs:
    BJReis wrote:
    .  This may be due to somewhat older equipment:
    GHz Intel Core Duo MacBook Pro with a 4GB memory computer with Ddr3 running OSX 10.8.4
    To be completely honest, FCPX is a RAM hog. It just is. But, RAM is relatively cheap, and the pay-off is good.
    4GB is right on the edge, IMHO. 16G is ideal.
    I wish you luck, hang in there, and standby for more help.

  • I have a copy of PS CS5 Creative shop which was causing some difficulties with my computer Windows 7 Ultimate 64 bit. I cancelled the activation of my CS5 and uninstalled. When I tried to reinstall the message showed :"missing file unable to initialize" w

    I have a copy of PS CS5 Creative shop which was causing some difficulties with my computer Windows 7 Ultimate 64 bit. I cancelled the activation of my CS5 and uninstalled. When I tried to reinstall the message showed :"missing file unable to initialize" what do I do.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Adobe software and suites with cross platform licenses

    Hello,
    I am aware that Photoshop Elements, Premiere Elements, and Lightroom come with cross-platform licenses (so I can install one copy on my PC and one copy on my Mac using the same serial number).
    Because I own a Mac and a PC, this type of license is very useful for me.
    Could you please provide a full list of Adobe software and software  suites which carry this type of license?
    Thanks

    Your list is complete. As far as Creative Suites are concerned, only Creative Cloud or Volume Licenses allow cross-platform use and activation. All otehr normal retail bundles are platform specific.
    Mylenium

  • Anybody have issues with facebook platform on 4S with ios 6 download?

    Anybody have issues with facebook platform on 4S with ios 6 download?

    yes as I'm reading an article the page suddenly scrolls up?

  • Problems of MDIApp.java with cross-platform JMF.

    Is there anyone ever tested the code MDIApp.java (http://java.sun.com/products/java-media/jmf/2.1.1/solutions/SwingJMF.html) with cross-platform JMF before? I didn't change anything of the code, but I got the following errors when trying to play a quicktime movie.
    Unable to handle format: JPEG, 512x384, FrameRate=2.0, Length=29833
    Failed to realize: com.sun.media.PlaybackEngine@9945ce
    Error: Unable to realize com.sun.media.PlaybackEngine@9945ce
    The code works fine with JMF windows/Linux performance pack. As claimed on their webpage, the code is supposed to work with all-java version of JMF. Can anybody help? Thanks a lot.
    Daniel.

    Is there anyone ever tested the code MDIApp.java (http://java.sun.com/products/java-media/jmf/2.1.1/solutions/SwingJMF.html) with cross-platform JMF before? I didn't change anything of the code, but I got the following errors when trying to play a quicktime movie.
    Unable to handle format: JPEG, 512x384, FrameRate=2.0, Length=29833
    Failed to realize: com.sun.media.PlaybackEngine@9945ce
    Error: Unable to realize com.sun.media.PlaybackEngine@9945ce
    The code works fine with JMF windows/Linux performance pack. As claimed on their webpage, the code is supposed to work with all-java version of JMF. Can anybody help? Thanks a lot.
    Daniel.

  • Using SAP with linux platform

    HI Experts,
    How well is to Use SAP with linux platform?I checked in internet but i couldnt get a satisfactory result.DID someone who have installed the same can advise me about the performance.
    (80 gb hd , 1 GB ram).
    (I asked this question bcoz , when i tried to install the same my sound card is not working .)

    Hi,
    There are many things that you need to consider before you think of installaling SAP on Linux
    1. version of Linux- SAP does not support every version lf Linux
    2. Hardware- again SAP does not support every hardware
    there are supported: Bull,Dell,Fujitsu Siemens,HP,IBM,IBM POWER,IBM zSeries,SGI,SUN,Unisys
    3. RAM -SAP recommends swap memory to be 2*RAM,so you require a lot of RAM for installing SAP
    Now with the config. u have mentioned it looks you want to install in u pc or laptop,but I am afraid this will not be enough!!
    you will not be able to install SAP with this config.Let me know if you need any other info.

  • HT4721 i am experincing difficulties with my touch pad.? whenn i try using is the cursor on the screen doesnot obey commands, sometimes it doesnot move.

    i am experincing difficulties with my touch pad.? whenn i try using is the cursor on the screen doesnot obey commands, sometimes it doesnot move.

    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".

  • After upgrading to 8.0 I have difficulties with connecting to wi fi;any suggestions what can be the problem?

    After upgrading to the new 8.0 I have difficulties with connection to wi fi.
    Any suggestions to what I need to do ?
    Paul

    Hello there, Paul.
    The following Knowledge Base article offers up some great in-depth steps for troubleshooting Wi-Fi connectivity on your iOS device:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • Can't find iPhoto after upgrading from 10.1.4

    I can't find iPhoto on the Tiger install disc or on my hard drive. I can't find it on the original install discs that came with the machine. Where should I be looking?

  • Reg: LSMW Multiple line items of scale pricing in transaction VK11

    Hi, Iam using LSMW to upload price condition records(VK11) Totally Iam having two records which i have split as 2 flat files. one flat file with header details and another flat file with line items for scale quantity and scale pricing, something like

  • Can you search through text in an InDesign book?

    I need to do a find/replace on a certain string of text throughout my book in InDesign (made up of multiple document chapters).  Is this possible?  Or do I need to open each document individually and do a find/replace? Thanks.

  • Extra and unwanted paragraph tag after text inset

    Using Framemaker 7.2 -- we maintain a number of manuals which reference a group of common sections, each of which is a separate .fm file. The ratio is one-to-many: for example, there is an .fm file called "Bob" which contains information common to mu

  • BP Transaction Horizontal scroll bar is not working

    Hi, Horizontal Scroll Bar Not working for Marketing Attribute after Upgradation from Crm 6.0 to EHP 7.02 Scroll bar need to be Enabled or active Please suggest any OSS Note or any Idea in doing this .Please help me out Thanks & Regards Srinivas