Search found 242 matches

by ctflatt
Tue Apr 03, 2012 1:12 am
Forum: Android Deployment
Topic: Images are not displayed
Replies: 16
Views: 10773

Re: Images are not displayed

I have posed the question on the developer list... are you a member there?

Whoa! You have a lot of posts here :)

:Todd
by ctflatt
Tue Apr 03, 2012 12:54 am
Forum: Android Deployment
Topic: Images are not displayed
Replies: 16
Views: 10773

Re: Images are not displayed

Have verified that it is duplicating my folder structure as mentioned in previous post...

I think this is a build bug!

:Todd
by ctflatt
Tue Apr 03, 2012 12:26 am
Forum: Android Deployment
Topic: Images are not displayed
Replies: 16
Views: 10773

Re: Images are not displayed

Thanks for the response! I wasn't able to locate ANYTHING using File Expert that had to do with my app. I know it's there, it shows up in the My Apps section of File Expert. That said, I did unzip the .apk to take a look inside... Strange... Seems there is an "assets" folder into which my "assets" f...
by ctflatt
Mon Apr 02, 2012 11:37 pm
Forum: Android Deployment
Topic: Images are not displayed
Replies: 16
Views: 10773

Re: Images are not displayed

Barry: Hilarious! Thanks for the link, but I am using this already and feel like I have a pretty good grasp. You stated that this does NOT work on Android, but you pointed to this resource? I am referencing images using (specialFolderPath("engine") & "/assets/"), where assets is an added folder in t...
by ctflatt
Mon Apr 02, 2012 11:01 pm
Forum: Android Deployment
Topic: Images are not displayed
Replies: 16
Views: 10773

Re: Images are not displayed

Barry et al. Quoting Barry... The specialFolderPath does NOT work like you want it to. Especially on Android. Android file structure and how to use it is completely different than any other. How so? I am also running into issues with referenced images... they do not display in Android devices, but d...
by ctflatt
Mon Mar 19, 2012 9:57 pm
Forum: Animation Engine
Topic: Can aspectRatio/aspectScale be used for orientation changes?
Replies: 9
Views: 10944

Re: Can aspectRatio/aspectScale be used for orientation chan

That would be great.

Thanks!

:Todd
by ctflatt
Sun Mar 18, 2012 9:54 pm
Forum: Animation Engine
Topic: Can aspectRatio/aspectScale be used for orientation changes?
Replies: 9
Views: 10944

Re: Can aspectRatio/aspectScale be used for orientation chan

Malte:

The images do resize, but not in the correct aspect on an orientation change.

It's working with portrait images, but landscape images get squeezed into the portrait format.

Any ideas on fixing?

:Todd
by ctflatt
Sat Mar 17, 2012 3:40 pm
Forum: Animation Engine
Topic: Can aspectRatio/aspectScale be used for orientation changes?
Replies: 9
Views: 10944

Re: Can aspectRatio/aspectScale be used for orientation chan

Malte:

That would be great!

I appreciate it.

:Todd
by ctflatt
Fri Mar 16, 2012 11:51 pm
Forum: Animation Engine
Topic: Can aspectRatio/aspectScale be used for orientation changes?
Replies: 9
Views: 10944

Re: Can aspectRatio/aspectScale be used for orientation chan

I have been able to get aspectResize to work on images embedded in the stack based on orientation with the following code: on preOpenCard resizeStack end preOpenCard on resizeStack set the aspectScale of image "photo" to the rect of this card end resizeStack I am working on an app that references im...
by ctflatt
Wed Mar 07, 2012 6:55 pm
Forum: Animation Engine
Topic: Can aspectRatio/aspectScale be used for orientation changes?
Replies: 9
Views: 10944

Can aspectRatio/aspectScale be used for orientation changes?

I am trying to use AE to dynamically resize graphic files in a resizeStack handler. Should the aspectRatio and aspectScale work in response to device orientation changes? For example: If the device is in portrait mode (portrait or portraitUpsideDown), I have the aspect ratio getting the rect of the ...
by ctflatt
Wed Jan 18, 2012 12:27 pm
Forum: Android Deployment
Topic: Cannot get POST to work (Android)
Replies: 2
Views: 2701

Re: Cannot get POST to work (Android)

Mark:

Many thanks.

I will be logging the issue shortly.

:Todd
by ctflatt
Fri Jan 13, 2012 11:57 am
Forum: Android Deployment
Topic: Cannot get POST to work (Android)
Replies: 2
Views: 2701

Cannot get POST to work (Android)

Good morning! I am trying to post simple data to a web server from a LC stack, sample attached. This works in iOS simulator AND on devices, but not in Android emulator OR devices. Can anyone see anything obvious? I am at a loss... perhaps I've been staring at it too long. The sample stack is very si...
by ctflatt
Mon Dec 05, 2011 8:09 pm
Forum: CGIs and the Server
Topic: Does "send in time" work on server?
Replies: 7
Views: 5799

Re: Does "send in time" work on server?

Mark:

Would the cron job trigger a lc script?

:Todd
by ctflatt
Mon Dec 05, 2011 7:38 pm
Forum: CGIs and the Server
Topic: Does "send in time" work on server?
Replies: 7
Views: 5799

Re: Does "send in time" work on server?

Richard: Thanks! "Wait" may work. I am trying to figure out a workaround to Apple's Push Notification service for $$$ reasons... The app posts to my .lc page, which is supposed to send an email via .php sendmail 45 minutes later, along with an answer dialog. The .php sendmail is working correctly. W...

Go to advanced search