Edge Animate CC :: Cursor Position Offset For Input Fields Only On Apple IPad
Feb 21, 2014
I have made an animation that after it completes, it displays an iFrame which has some input fields. The input fields behave great on a laptop pc or mac but when I use an Apple iPad, the cursor positions are way off outside of the input fields as I type.
Â
Here is the website page: URL...Here I have the same iframe, one inside of edge and the other outside of edge. Both work fine on a pc or mac but if you try to use an Ipad, you will see that the edge one shows the input field cursor down and outside of the input field.
Â
You can see for yourself,  I have set this up for you to test and see this error.The animate oam file is: URL....
Â
Here is a link to the edge files, the .an and java files files: URL.....
View 7 Replies
ADVERTISEMENT
Feb 26, 2014
I want to display a symbol next to the cursor. It should stay there like in this example here:http:/[url]....
Â
When using a responsive Stage (what is crucial to my project, because I need 100% width on all window sizes) the placement ot the symbol is dependent on the size of the window and the position on the screen. Here is an example of the problem: [url]....
Â
So, gathering the coordinates within EA seems not to be the right way.. Or any solution to compensate for the responsivness?
Â
// CompositionReady
sym.createsym = function(){
var position = sym.$("box").show();
[Code].......
View 1 Replies
View Related
Jan 8, 2014
Since a few versions (I have Illustrator CC), my cursor in Illustrator input fields flashes extremely fast when i drag the cursor over such field. This could be a regular text input field or anything similar where you can type in something or adjust a value by clicking and dragging.
Â
What happens is that the cursor changes to the Illustrator cursor and then back to the Windows arrow cursor in an extremely fast manner. It happens so fast, that it completely slows down the mouse interaction and the cursor movement lags behind my interaction.
Â
I have Win 7 x64 with the newest display drivers. This problem occurs only in Illustrator and Flash.
View 7 Replies
View Related
May 15, 2013
How do I access the iPad accelerometer in Edge Animate? Need code to be able to start an animation from a label once the iPad has been rotated by the viewer.Â
View 3 Replies
View Related
Dec 5, 2013
I'm looking to create a parallax scrolling page for use on the iPad.
View 1 Replies
View Related
Oct 25, 2013
I've just updated my development iPad and xcode to ios7 and xcode 5.
Â
The app i´m developing uses web views to display content – which includes images and edge animations –embedded in one HTML-file using iscroll.js to swipe through (one page could be an image, the next a Edge Animation,separated in <li>-elements).
Â
The Edge-Animations won´t show up, its just a blank page. However the iOS-Simulator shows everything correctly but on the iPad the Animations just won´t show.
View 2 Replies
View Related
Jul 8, 2013
I have an Edge project for web and ipad.The buttons in on the web site funtions well.But on the ipad it is slow and doesnt want to responed.
View 3 Replies
View Related
Nov 22, 2013
I‘m trying to have a simple (slide and zoom) ken burns like full page EDGE animation in our DPS folio.
Â
The animation works like charme in the browser preview on my mac and is running smoothly without any issues. Only when I place the OAM in Indesign and preview it on the iPad (3) the animation plays back chunky. Well not exactely chunky, but it always stops once in the middle. Sometimes just for a brief moment, sometimes like up to nerly a second. It also happens when I test the HTML in mSafari. Not as bad, but definitvely also noticably.
Â
Since I‘m fairly new to EDGE I don‘t really have a clou where to start optimising. It‘s a real simple animation (just one image moving and slightly zooming with some easing in and out, and one text element fading in) and the resulting oam is just about 790k.
Indesign CC
Edge CC
PDF folio v27
View 1 Replies
View Related
Oct 24, 2013
i have several Edge Animations embedded in a Webview which is running in an ipad app.
Â
the animations are triggered by a button to start (although the same error occurs using autostart...), when they start they show a white or a black "Flash" (depends on the given background).
Â
I´ve tried setting the background to transparent, but that doesn´t solve the problem.
Â
The animations themselves are nothing fancy, no .svg´s for example. Just moving pngs, mostly.
Â
Everything else runs very smooth on the ipad, except that start-flash.
Â
(you can image how hard it is to do a websearch containing "Edge Animation" and "Flash" ).
Â
 UPDATE: I forgot to mention that the Animations DONT show that behavior when tested in Safari on the Desktop-Computer.
View 3 Replies
View Related
Jan 4, 2013
when I view my project on ipad safari, circles I created with the circle tool appear as squares, as do rounded corner rectangles.
View 1 Replies
View Related
May 8, 2013
I'm trying to create animations to use with iBooks Author for an ebook. Unfortunately I am not a coder. Is there a way to make an animation in Edge that, when clicked, it plays a song? Or a video? I don't know how to connect Edge and Author in this way. How can I do something in Edge that references something in author?
View 1 Replies
View Related
Mar 18, 2014
I'm new to the Edge Animate and I have been working on a project that requires text input. The code does not 'recognise' the value entered into the input field. The action is quite straight forward, Correct Answer (360) play label 02, Wrong Answer play label 03. Ideally I would like allow three attempts.Â
var answer = sym.$("answer");
answer.html("Answer 1");
inputAnswer = $('<input />').attr({'type':'text', 'value':'', 'id':'answer'});
inputAnswer .css ('font-size', 14);
inputAnswer .css ('width', 150);
inputAnswer .css ('background-color','#ffffff');
inputAnswer .appendTo(answer);
[code]....
View 10 Replies
View Related
Oct 1, 2013
Is there any way to make print merge fields relative in position to other fields or to non-variable text.
For example if I am doing address labels and I have fields for City and State:
Their positions are absolute, and the state ends up overwriting the city for long city text, as does the comma.
What I want is for the comma to follow the last letter of the city, and then state to follow that.
And yes, I realize that I can combine all three into one field, but I am asking this as a general usage of the feature. One doesn't always have control over the source.
View 3 Replies
View Related
Jan 4, 2014
Im trying to put a bar menu whit fixed position, looking for the format code to do this?
Â
I tried whit this in CompositionReady :
Â
sym.$("menu").css("position","fixed");
Â
but this doesn't work whit positions.
View 3 Replies
View Related
Feb 25, 2012
I saw another thread on this, but it went unanswered, so I am going to ask it with some better information.I installed inventor pro 2012, and it was working fine for a few days, but it now is missing the input boxes for the Precise Input window. URL....
View 5 Replies
View Related
Oct 15, 2013
So I have created 2 text fields via composition ready
Â
 $("<input type='text' value='' name='input1' id='input1' size='5'>").appendTo("#Stage");
sym.$("#input1").css({"position":"absolute","top":"70px", "left":"52px"});
$("<input type='text' value='' name='input2' id='input2' size='5'>").appendTo("#Stage");
sym.$("#input2").css({"position":"absolute","top":"90px", "left":"52px"});
 Â
input1 AND input2.
Â
The user then puts a number in each field.
Â
I have a 3rd field created to hold the answer. I also made a text field with the name "scorefield" to see if that would work, either will do.
Â
Then on a button on the stage, the user clicks on it to add those first two numbers together and have the sum appear in the 3rd field or the text field that has the symbol name "scorefield".
Â
However I can not seem to be able to add the 2 values of the text fields. On the submit button I have:Â
Â
var number1 = $("#input1").val();
var number2 = $("#input2").val();
var additionresult = number1 + number2;
sym.$('scorefield').html(additionresult);
answer1.value = additionresult;
Â
The problem is that it is NOT adding number1 and number2 together!
Â
If I substitute + for - or / or * it works using those symbols, but if I try to use the plus sign and add the two, it does not work and instead physically adds the numbers next to eachtoher.
Â
So If I were to put a 5 in field one, and a 2 in field 2, the result comes out to be 52...instead of adding the two values, it places them next to eachother.
Â
I know those ARE numeric values because any other mathamatical sign works. I can multiplay, subtract and divide those two numbers. I can even check to se if its higher or lower of a value using > or <.
Â
But when I use the + sign, it breaks.
Â
Is there some other sign I must use to add two values?
View 2 Replies
View Related
Jul 28, 2013
I am trying to move a symbol around based on it's x and y coordinates, without using keyframes to actually animate any movement.
Â
Basically what I want to do is have a largish map image inside a symbol, most of which is off stage, with right,left, up and down buttons that slide the map in and out as you mouseover them, thus allowing the user to navigate east, west, north and south, if you see what I mean.
Â
The buttons would move the map symbol around in increments of perhaps 10 or 20 pixels at a time, but it would freeze where it was when you moused out of the button, and begin moving again when you mouseover.
Â
Of course it would be important to fix limits to how far the map symbol could be pushed so that you could only see as far as the edges of the map, and not beyond the limits of the map.
View 2 Replies
View Related
Jun 3, 2013
I have a rectangle (Named "Data") that falls down the stage on a loop. This is all contained within the symbol itself. The stage has this code in it:
 Â
var randX;
var randShouldWait;
var randSpeed;
[Code].....
Â
This creates a nice looking randomized "shifting" as the block falls. The issue is that this code is specifically related to the "Data" object and when I duplicate the symbol it names it "Data_1" which obviously doesn't shift randomly. The goal is to have this expandable to have dozens of these rectangles at once, so Ideally I'd like to find a way to create new ones programmatically that each have individualized behavior so my timeline isn't so busy.
View 4 Replies
View Related
Jul 22, 2013
I'm working on a project with drag and drop and im using jqeuryui for that.but i want the user to be able to drag a photo to the page and that it apears on the page in the browser ( no fancy upload but just client data)and also a button to "upload it" but just also using data ( i dont want to use node.js or any database for this project.)
Â
so just a dragged photo from desktop to browser and let that attend a div, and a input button to upload a photo and let that attend a div.all simple local.
View 6 Replies
View Related
Nov 5, 2013
I'm having trouble with some of my animations. Althought they all work fine (there currently 4 individual animations based around click and play symbols) and the positions are correct on the stage, when I preview them or publish them, some of the symbols shift to a completely irrelevant position for no dicernable reason. When clicked, the animations all take place in the correct position and remain there.
View 3 Replies
View Related
Mar 19, 2013
I have been trying to incorporate a custom cursor on my website. Nothing too exciting, I just want the normal cursor's tip to glow over the page so I designed it and saved it as a png but I am having trouble making it work.
This is an example I have been trying to recreate, but with no luck [URL]....
I can't figure out what I am doing wrong, even when I try to recreate that example, the cursor doesn't show up.
View 6 Replies
View Related
Jun 19, 2013
I want to stick in position a rectangle or photo while scrolling browser.I am using   sym.$("Rectangle3").css({"position":"fixed"});This works fine in Mozilla and IE10 but not in chrome (Version 27.0.1453.116 m).
View 11 Replies
View Related
Jun 15, 2013
I'm programming buttons in Edge Animate, which are just symbols with their own timeline. I've given them actions in click, mouseover and mouseout states. They just call URLs and work correctly, but I've noticed that the cursor doesn't turn into pointer (the hand pointing with the forefinger) in mouseover state. This creates a bit strange feeling, because users won't be sure that they are buttons before they click them...
View 2 Replies
View Related
Jul 19, 2013
I've created an input text inside a symbol called "Asks" in a timeline triger i use:
Â
message = sym.$("texto");Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â // texto is a textfield
message.html("Write here: ");Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
inputMessage = $('<textarea />').attr({'type':'textarea','value':'', 'id':'message'});
inputMessage .css ('font-size', 18);
inputMessage .css ('box-shadow', '#0a81fb');
[Code] ......
View 7 Replies
View Related
Mar 3, 2013
I have created my Animation:
The stage size you see above is H: 400px, W: 550px.
Â
I would like for the stage to be smaller, say H:50px./W:400px
Â
Ok so if I change the size of the stage the animation text will not show, so I need to adjust the position of the text in order for the animation text to be visible, but in doing that, I am disrupting the timeline and the animation goes all funny, is there another way of doing this without disrputing the timeline?
View 1 Replies
View Related
Nov 16, 2013
I have attached it (AutoCAD R2014). I have placed several object fields in this drawing (for blocks, even a node), and asked for an x position. I got one, but they are all slightly off.
View 2 Replies
View Related
Dec 30, 2004
Apple Postcards
Things have finally slowed down in my line of work (photography - weddings and anything else that I can focus on) and I'm working on updating my web site. I really like the edge effect on the Apple postcards and would like to figure out how to make this myself.
You can right click the various elements and assemble them quite nicely. My only complaint is the lower right corner on all their pages, it does not line up correctly. I'm surprised this slipped past their designers.
I want to control the drop shadow a bit more, less is better in my opinion. I also want to be able to tile the edge, create a small portion and be able to overlap and create whatever sizes I want.
I also like the shading on the cut edges, the slight discoloration.
View 9 Replies
View Related
Apr 17, 2013
When I'm trying to select/move/do anything anywhere on my workspace (not the UI, the actual window where you model), the cursor is offset by about a centimeter. I've tried running as administrator/doing all sorts of compatibility things and resetting the user interface in Max. I've also tried changing various settings on my video card (power saving off and whatnot).
I'm running windows 7 64 bit, all drivers are up to date.
View 9 Replies
View Related
Apr 15, 2009
In PS CS4, my cursor position often "jumps around" in a very random way, the instant the mousebutton is pressed. For example, when using the brush tool, it will start drawing on a completely different place than the cursor was positionen when I wanted to start painting... The same thing for the lasso tool, etc... I use Vista home 32-bit, CS 4 with latest patches (as of 2009-04-14) and a standard cordless Microsoft mouse - nothing fancy. Mouse works in all other programs 100% of the time.
View 1 Replies
View Related
Dec 22, 2012
I want to center an animate stage left and right in the browser window.
View 2 Replies
View Related
Apr 11, 2013
I just upgraded to cs6 and have found everything to be great except for an offset problem I'm having with the artisan brushes like Round Point Stiff.In CS5 the paint position (precise point) was in the middle of the brush tip icon.. now it's off to the opposite side of the brush icon. See image example.
Â
I've tried to change my brush tip settings and Ive tried to make do with just using the precise icon instead but not knowing the rotation and angle of the brush witht he visual icon is very hard to pinpoint, especially if the stroke happens off to the left of my precise cursor.
In CS6
 Â
In CS5
Â
Is there something I need to enable on my end or is this working as intended? Is there a way I can just hack it on m y end to revert it back to the way cs5 (and the rest of the brushes in the brush folder) work?
View 5 Replies
View Related