Page 1 of 1

move field in group - problem on Android

Posted: Sun Apr 05, 2015 3:02 am
by joel.epsteinBUS31vi
Hi all -

Got a really odd problem here and would appreciate any advice you might have.

Here's the situation:

I've got a group that consists of an imported image and a text field.
I've positioned the group off screen.
I issue a command to move the group across the screen like such:

Code: Select all

move group "duckgroup" from -250,500 to 1000,500 in 5 seconds
This works just fine on the Mac desktop and iOS devices.

Unfortunately, on Android, I'm seeing some strange behavior:
As the group enters the visible portion of the screen, all of the characters of the field are bunched up together at the left side of the screen. As the group continues to move across the screen, the field lengthens to show the text as intended. Kind of difficult to describe, so I attached a simple stack to demonstrate.

Any ideas why this might be happening and what I can do to fix the problem?

Thanks so much.

Joel

Re: move field in group - problem on Android

Posted: Mon Apr 06, 2015 9:52 pm
by joel.epsteinBUS31vi
Here are some things I've tried that haven't solved the problem:
- in the text field's inspector, either locking or unlocking its location
- changing the layer of the group
- putting an object on a higher layer at the left edge of the screen

Bottom line, everything I've tried so far (on Android - both simulator and device) results in the text of the group getting bunched up at the left side of the screen and then slowly unbunching as the group slides to the right.

Any other suggestions?

I'd be ever so grateful.

Thanks so much.

Joel

Re: move field in group - problem on Android

Posted: Tue Apr 07, 2015 2:41 am
by Simon
Hi Joel,
No good news here.
I'm just confirming the problem.

Simon

Re: move field in group - problem on Android

Posted: Tue Apr 07, 2015 4:47 pm
by MaxV
If your intention is to create a page change, you should use two different cards and use the visual effect:

Code: Select all

visual effect push left
go to card 2
More information on visual effect in the dictionary.

Re: move field in group - problem on Android

Posted: Tue Apr 07, 2015 6:42 pm
by jacque
I tried several things and none worked. It's a bug, I'd report it.

Re: move field in group - problem on Android

Posted: Tue Apr 07, 2015 6:49 pm
by joel.epsteinBUS31vi
Thanks, all. I appreciate confirmation that I haven't made a stupid mistake.
That's a refreshing change of pace...

Joel

Re: move field in group - problem on Android

Posted: Sun Apr 26, 2015 12:09 pm
by dave.kilroy
Hi Joel - did you make a bug report and if so what's it number so I can sign myself up to it?

For me 'move' on android doesn't work and only snaps to the new location (but text inside fields is fine) - I'm repeatedly calling a handler that increments the loc of a the control I want to use instead

Dave