Search found 43 matches
- Wed Oct 12, 2016 1:01 pm
- Forum: Educational Outreach
- Topic: LiveCode to Education Industry API- Community project
- Replies: 12
- Views: 33317
Re: LiveCode to Education Industry API- Community project
Hello Martin and Bill and other educators, Actually we have been diligent little elves working away since the hangout meeting. Based on research, we have decided to focus on 2 interchange formats: LTI and xAPI [from TinCan and SCORM]. We would like in the near future to have another online meetup wh...
- Tue Oct 04, 2016 1:37 pm
- Forum: Educational Outreach
- Topic: LiveCode to Education Industry API- Community project
- Replies: 12
- Views: 33317
Re: LiveCode to Education Industry API- Community project
Is there a Google Hangout link setup? You can preschedule them and we can join from the URL.
--Todd
--Todd
- Sun Jul 10, 2016 2:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Draft LiveCode Conference App for 2016, but we have a bug
- Replies: 3
- Views: 4707
Draft LiveCode Conference App for 2016, but we have a bug
At Digital Pomegranate, our team members wanted to do a simple App for the upcoming LiveCode conference and us it as a form of training. But we also came up with a simple, but great business plan to create a profitable business given the number of conferences that happen today, We found a few existi...
- Thu Jun 30, 2016 2:17 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 29028
Re: LiveCode + WordPress Webinar
Hello GZoltan, The WP code will work with almost any version of LiveCode. It is a simple HTTP request and we have tested on both LC 7 & 8. The Sample App was created in LC8 and uses LC 8 widgets, so you will to install LC8 if you want to use the sample App. In GitHub, we uploaded script only stacks ...
- Tue Jun 28, 2016 3:53 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 29028
Re: LiveCode + WordPress Webinar
Yes it was recorded: https://www.youtube.com/watch?v=D_6b04AltTQ Sorry about the quality, I have to learn to control Google on Air better. between chat and the different screens. Yes, We will have a followup webinar in a few weeks once people have time to go over the code and formulate questions. An...
- Mon Jun 27, 2016 3:32 pm
- Forum: Making IDE Plugins
- Topic: I need someone to build an external .
- Replies: 3
- Views: 17646
Re: I need someone to build an external .
Yes sure, contact me: tfabacher at gmail and I will send you a sample stack with the card.
Todd
Todd
- Mon Jun 27, 2016 3:28 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 29028
Re: LiveCode + WordPress Webinar
We will be on Google Hangout today for the first of two webinars. Here is the link: https://www.youtube.com/watch?v=D_6b04AltTQ I will give a one hour introduction today into WordPress and how to connect and control it with LiveCode. We have uploaded the code to git hub: https://github.com/digitalpo...
- Sat Jun 18, 2016 2:28 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 29028
Re: LiveCode + WordPress Webinar
Here is the link to the webinar: https://www.youtube.com/watch?v=D_6b04AltTQ
We are going with Google, so lets hope is all works out. All updates will also be on #LiveCode, so check Twitter and you can also post questions.
We are going with Google, so lets hope is all works out. All updates will also be on #LiveCode, so check Twitter and you can also post questions.
- Mon Jun 06, 2016 6:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PUT/DELETE methods
- Replies: 3
- Views: 3857
Re: PUT/DELETE methods
A full HTTP put command would be like this. // server must be able to process PUT put tData into URL "[your URL]" put the result into tError if tError is not empty then beep answer "error; " & tError end if Two things: 1. There is no "success" response in LiveCode that I am aware of and 2. You shoul...
- Mon Jun 06, 2016 6:18 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PUT/DELETE methods
- Replies: 3
- Views: 3857
Re: PUT/DELETE methods
You did not put up a code sample...so are you putting the syntax like this??
--Todd
Code: Select all
put "you URL and parameters here" into tURL
put URL tURL into tPutResults
put the result into tError
- Sun Jun 05, 2016 1:38 am
- Forum: Making IDE Plugins
- Topic: I need someone to build an external .
- Replies: 3
- Views: 17646
Re: I need someone to build an external .
Why do you need an external? We di dthis, which is probably larger then you would need - but our users love it I attached a picture. The code is SUPER simple.
--todd- Mon May 30, 2016 4:20 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 29028
LiveCode + WordPress Webinar
We are looking as a date of Monday June 27th @ 1:00 pm NYC time [EST] for the webinar. After notes from several people, It seems that Google on air Hangouts is the best option as it allows unlimited people and will be saved on YouTube for future use. We can also use Twitter and a hash tag on Q&A. Ag...
- Tue Mar 22, 2016 6:54 am
- Forum: Talking LiveCode
- Topic: Create It With Livecode Course Debacle
- Replies: 5
- Views: 4475
Re: Create It With Livecode Course Debacle
I will reach out to LiveCode and see what I can do to help finish the last 20%. My schedule is tight, but I agree we need to finish.
Best,
Todd Fabacher
Best,
Todd Fabacher
- Wed Dec 16, 2015 9:55 pm
- Forum: Converting to LiveCode
- Topic: C to LiveCode Conversion
- Replies: 2
- Views: 17909
C to LiveCode Conversion
Sorry to bother the list, but I don't know how to do Xor in LiveCode. I have an app deadline of this week and I can't figure now to do a byte Xor conversion. We converted an Objective C app to LiveCode, I have done ALL of the code except a small encryption function. I can't figure how to convert usi...
- Fri Oct 30, 2015 1:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: IOS 9.1 internet connection problem with LiveCode projects
- Replies: 7
- Views: 5725
Re: IOS 9.1 internet connection problem with LiveCode projec
So Neil,
If we want to get around this quickly, do we just need to put an SSL on the server, switch to HTTPS and we are good?
--Todd
If we want to get around this quickly, do we just need to put an SSL on the server, switch to HTTPS and we are good?
--Todd