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
Search found 13 matches
- Fri Dec 09, 2011 8:15 pm
- Forum: iOS Deployment
- Topic: Image reveal in iOS
- Replies: 1
- Views: 2832
- Fri Dec 09, 2011 6:20 pm
- Forum: iOS Deployment
- Topic: Image reveal in iOS
- Replies: 1
- Views: 2832
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 ...
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 ...
- Sun Mar 01, 2009 1:16 am
- Forum: Internet
- Topic: Post XML to Google Calendar API
- Replies: 1
- Views: 4529
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 ...
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 ...
- Fri Sep 26, 2008 6:02 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
- Fri Sep 26, 2008 5:44 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
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 ...
Here is the ...
- Fri Sep 26, 2008 4:26 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
- Fri Sep 26, 2008 4:12 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
- Fri Sep 26, 2008 3:51 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
- Fri Sep 26, 2008 1:34 am
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
- Thu Sep 25, 2008 11:42 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
- Thu Sep 25, 2008 10:17 pm
- Forum: Internet
- Topic: Google Calendar API
- Replies: 18
- Views: 23007
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 ...
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 ...
- Tue Feb 19, 2008 6:58 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Handling files dropped on application
- Replies: 2
- Views: 3879
- Fri Feb 15, 2008 8:04 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Handling files dropped on application
- Replies: 2
- Views: 3879
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 ...
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 ...