Search found 15 matches

by gwthompson
Fri Dec 09, 2011 8:15 pm
Forum: iOS Deployment
Topic: Image reveal in iOS
Replies: 1
Views: 2030

Re: Image reveal in iOS

I have just taken a look at the native scroller control and that might be the solution but then the question is should I load the images from a folder or actually have them in the group? I'm using the MobGUI tools.

Thanks,
gt
by gwthompson
Fri Dec 09, 2011 6:20 pm
Forum: iOS Deployment
Topic: Image reveal in iOS
Replies: 1
Views: 2030

Image reveal in iOS

Hi all, I was wondering what the best and most efficient way would be to do the following: On one card I want to have 2 or 3 "stacks" of images and when you swipe up on a particular "stack" of images the top image would slide up revealing the underlying image and if you swiped down the previous imag...
by gwthompson
Tue Nov 29, 2011 3:45 pm
Forum: Animation Engine
Topic: Ken Burns effect
Replies: 6
Views: 14753

Re: Ken Burns effect

Thanks Malte!

I'll give that a try.

Really great product!

Gary
by gwthompson
Tue Nov 29, 2011 12:34 am
Forum: Animation Engine
Topic: Ken Burns effect
Replies: 6
Views: 14753

Ken Burns effect

Hi, AE newbie here! I was wondering if it is possible to use AE 5 to create a pseudo Ken Burns effect on an image. Basically it would resize and move the image at the same time. I can resize an image using aeChangeRect and I can move an image using aeMoveTo but I'm not sure how to combine them so th...
by gwthompson
Sun Mar 01, 2009 1:16 am
Forum: Internet
Topic: Post XML to Google Calendar API
Replies: 1
Views: 3590

Post XML to Google Calendar API

Hi, I am experimenting withe Google Calendar API and am struggling with how to post the following XML: <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005'> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'></cate...
by gwthompson
Fri Sep 26, 2008 6:02 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

I have just discovered the problem. I didn't realize that when I set the httpHeaders further down in my script with additional custom information that data hangs around after the script has finished running. So subsequent calls to the same script would already have the httpHeaders set which was wron...
by gwthompson
Fri Sep 26, 2008 5:44 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

I've done some more digging and the problem seems to be within Revolution. I added additional code and the first time through everything works fine. But any other tries produces the BadAuthorization error. If I quit Revolution and then restart the script again runs fine the first time. Here is the s...
by gwthompson
Fri Sep 26, 2008 4:26 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

Hi Trevor, All of the sudden I am getting BadAuthorization errors returned from Google even though nothing has changed which leads me to believe there is something within Google's system that may be causing for whatever reason. Would you have any idea about Google's limits especially if you have bad...
by gwthompson
Fri Sep 26, 2008 4:12 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

It still works for me as well.

I assume this is fake data in your example!

:)

Thanks for your help!

Gary
by gwthompson
Fri Sep 26, 2008 3:51 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

Hi Trevor, That worked perfectly! However in my thirst to understand Revolution much better than I do now can you explain why this method works and my attempt using post to URl does not? Also where is libUrlSetSSLVerification documented? I obviously have a long way to go to really understand the pow...
by gwthompson
Fri Sep 26, 2008 1:34 am
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

I copied your entire code replacing only my email and password and am still getting the same result which makes me think there is something else going on. I can using the login manually at Google's site so I know it's not that. This is really strange. Are you using Revolution Enterprise 3.0? Thanks ...
by gwthompson
Thu Sep 25, 2008 11:42 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

Hi Mark,

I gave your idea a try but got the same result.

Is there something different regarding the post command when used with https?

Thanks,
Gary
by gwthompson
Thu Sep 25, 2008 10:17 pm
Forum: Internet
Topic: Google Calendar API
Replies: 18
Views: 17219

Google Calendar API

Hi, I have just upgraded to Revolution Enterprise 3.0 and am trying to implement the basic Google login API via the post command but am not having much luck. Here is the code that is not working: on mouseUp set the sslCertificates to "/usr/share/curl/curl-ca-bundle.crt" put URLEncode("Email=myNmme@g...
by gwthompson
Tue Feb 19, 2008 6:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Handling files dropped on application
Replies: 2
Views: 2847

Hi Mark,

The link did help somewhat but how do you set a standalone application to allow files to be dropped on it? I'm used to AppleScript droplets which allow pretty much anything to be dropped on them.

Any guidance would be greatly appreciated.

Thanks,
Gary
by gwthompson
Fri Feb 15, 2008 8:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Handling files dropped on application
Replies: 2
Views: 2847

Handling files dropped on application

Hello, I am relatively new to Revolution Studio although I have built some utility apps to help on my learning path. My question is: How do I set up a handler to process files that are dropped on my application in the Finder? Is this automatically an Apple Event? I am building another little utility...

Go to advanced search