Search found 14 matches

by Dougy
Sun Apr 05, 2015 7:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ink blend modes - any easy tutorial?
Replies: 11
Views: 6227

Re: Ink blend modes - any easy tutorial?

Hi Sri

If you don't have this attached example stack on Blend modes, here it is. Sorry, can't remember whose it is (big thanks to whoever it was!) - I found it very worthwhile.

Regards
Doug.
by Dougy
Thu Jan 22, 2015 12:55 pm
Forum: Animation Engine
Topic: EaseInOut using multiple scrolling fields
Replies: 6
Views: 14516

Re: EaseInOut using multiple scrolling fields

Just an update. I'm using "aeScrollTo" now, which is better as it includes the callback "aeChangeScrollDone" (sent back to the scrolling object) - nice!
Cheers :-)
by Dougy
Thu Jan 22, 2015 5:14 am
Forum: Animation Engine
Topic: Bug reports (ae 4)
Replies: 6
Views: 14978

Re: Bug reports (ae 4) - aeScrollTo

Hi Malte

Been having a go with this command - have you transposed the "Width" and "Height" parameters?
I think it should read (as an example):

Code: Select all

aeScrollTo the long ID of fld "myField",the formattedWidth of fld "myField",the formattedHeight of fld "myField",1000,"Out"
by Dougy
Sun Jan 11, 2015 3:27 am
Forum: MobGUI
Topic: Carousel - initiating a FAST spin using script
Replies: 0
Views: 5583

Carousel - initiating a FAST spin using script

Hi. Just wondering if it's possible to initiate a FAST spin using script, the same as when you manually use the mouse to swipe over the carousel object? It needs to accelerate and deccelerate just like the swipe does, and finally finish on an image (not between images). I have tried used the followi...
by Dougy
Wed Jan 07, 2015 2:33 am
Forum: Animation Engine
Topic: EaseInOut using multiple scrolling fields
Replies: 6
Views: 14516

Re: EaseInOut using multiple scrolling fields

Hi Malte Excellent! Got it working now :D Not quite sure what my problem was, however, using an array to store the milliseconds may have helped - it may have been something to do with the way I was using variables or the values I was using in the GoEase handlers. Anyway, it's all working as I wanted...
by Dougy
Mon Jan 05, 2015 1:56 pm
Forum: Animation Engine
Topic: EaseInOut using multiple scrolling fields
Replies: 6
Views: 14516

Re: EaseInOut using multiple scrolling fields

Hi Malte (and/or others?). I've had a think about your reply, Malte, and I may not have been clear on how the 3 wheels/spinners behave: they are initiated by a single "Start" button which spins all 3 wheels concurrently through three different phases: EaseIn (gradual speed up), a constant spin, and ...
by Dougy
Sun Jan 04, 2015 2:22 pm
Forum: Animation Engine
Topic: EaseInOut using multiple scrolling fields
Replies: 6
Views: 14516

Re: EaseInOut using multiple scrolling fields

Thanks very much for your prompt reply, Malte. I'll try to implement your pseudocode in the next few days and let you know how it goes. Kind regards, Doug :)
by Dougy
Sun Jan 04, 2015 4:06 am
Forum: Animation Engine
Topic: EaseInOut using multiple scrolling fields
Replies: 6
Views: 14516

EaseInOut using multiple scrolling fields

Hi. I have a problem when using the EaseInOut effect on multiple scrolling fields simultaneously, but with a 500-millisecond delay between each field's scrolling. The result is that field 1 starts scrolling correctly from the start of its content, but field 2 starts from where field 1 is up to in it...
by Dougy
Mon Aug 29, 2011 11:26 am
Forum: Internet
Topic: Google spreadsheets API - updating a list row
Replies: 10
Views: 9288

Re: Google spreadsheets API - updating a list row

Hi Mark In fld "Header-Row" I have: If-match: * but I've also tried including the authentication header info which is: Content-type: application/atom+xml Authorization: GoogleLogin auth=(auth token in here...) If-match: * Also, Yes, I first retrieve the data from GS as XML then use Livecode's XML co...
by Dougy
Fri Aug 26, 2011 1:41 pm
Forum: Internet
Topic: Google spreadsheets API - updating a list row
Replies: 10
Views: 9288

Re: Google spreadsheets API - updating a list row

Sure, Mark. Here's the link to the Google Docs Spreadsheet API: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#ListingSpreadsheets An update: I've been able to get an individual ROW from my Spreadsheet (as well as a list-based feed), edit the ROW, and now want to send it bac...
by Dougy
Thu Aug 25, 2011 10:06 pm
Forum: Internet
Topic: Google spreadsheets API - updating a list row
Replies: 10
Views: 9288

Re: Google spreadsheets API - updating a list row

Hi Mark Thanks for your reply. You suggest I POST the XML document, however the "Updating a list row" documentation on the Google Spreadsheet API says I should use PUT. What should it be? Also, do I need to create a Query first to get *just* the row I want to update, or can I post (put?) the updated...
by Dougy
Tue Aug 23, 2011 9:44 am
Forum: Internet
Topic: Google spreadsheets API - updating a list row
Replies: 10
Views: 9288

Google spreadsheets API - updating a list row

Hi, I have been successful in accessing my Google spreadsheet data, putting it into a DataGrid, editing the data, but now I need to "put" it back into the original Google spreadsheet by "updating a list row". (I retrieved it as a "list-based feed"). I am unsure as to what format (how??) the data nee...
by Dougy
Wed Jul 27, 2011 6:55 am
Forum: iOS Deployment
Topic: revXML to Datagrid
Replies: 10
Views: 8694

Re: revXML to Datagrid

Figured it out. If the XML tag is, for example, "GSX: name", you just remove the "GSX:" and use "name" by itself.

:-)
by Dougy
Mon Jul 25, 2011 12:47 pm
Forum: iOS Deployment
Topic: revXML to Datagrid
Replies: 10
Views: 8694

Re: revXML to Datagrid

Hi I am also trying to populate a DataGrid with XML data and my code works fine, however LIveCode doesn't seem to like the "GSX" extended naming convention of XML, or am I doing something wrong? My code is: local theData repeat for each line tEntry in tEntries put revXMLNodeContents(pTree, "feed/"& ...

Go to advanced search