Search found 45 matches

by ToddFabacher
Wed Oct 12, 2016 1:01 pm
Forum: Educational Outreach
Topic: LiveCode to Education Industry API- Community project
Replies: 12
Views: 17751

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...
by ToddFabacher
Tue Oct 04, 2016 1:37 pm
Forum: Educational Outreach
Topic: LiveCode to Education Industry API- Community project
Replies: 12
Views: 17751

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
by ToddFabacher
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: 3742

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...
by ToddFabacher
Thu Jun 30, 2016 2:17 pm
Forum: Making IDE Plugins
Topic: LiveCode + WordPress Webinar
Replies: 10
Views: 15485

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 ...
by ToddFabacher
Tue Jun 28, 2016 3:53 pm
Forum: Making IDE Plugins
Topic: LiveCode + WordPress Webinar
Replies: 10
Views: 15485

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...
by ToddFabacher
Mon Jun 27, 2016 3:32 pm
Forum: Making IDE Plugins
Topic: I need someone to build an external .
Replies: 3
Views: 7265

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
by ToddFabacher
Mon Jun 27, 2016 3:28 pm
Forum: Making IDE Plugins
Topic: LiveCode + WordPress Webinar
Replies: 10
Views: 15485

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...
by ToddFabacher
Sat Jun 18, 2016 2:28 pm
Forum: Making IDE Plugins
Topic: LiveCode + WordPress Webinar
Replies: 10
Views: 15485

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.
by ToddFabacher
Mon Jun 06, 2016 6:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: PUT/DELETE methods
Replies: 3
Views: 3017

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...
by ToddFabacher
Mon Jun 06, 2016 6:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: PUT/DELETE methods
Replies: 3
Views: 3017

Re: PUT/DELETE methods

You did not put up a code sample...so are you putting the syntax like this??

Code: Select all

  put "you URL and parameters here" into tURL 
  put URL tURL into  tPutResults
  put the result into tError
--Todd
by ToddFabacher
Sun Jun 05, 2016 1:38 am
Forum: Making IDE Plugins
Topic: I need someone to build an external .
Replies: 3
Views: 7265

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.
keypad.tiff
--todd
by ToddFabacher
Mon May 30, 2016 4:20 pm
Forum: Making IDE Plugins
Topic: LiveCode + WordPress Webinar
Replies: 10
Views: 15485

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...
by ToddFabacher
Sat Apr 16, 2016 6:48 pm
Forum: MergEXT
Topic: mergPopActivity - URL not sharing
Replies: 2
Views: 6344

Re: mergPopActivity - URL not sharing

Thanks we found the issue in testing, sorry it was our fault. Enjoy the bit.ly code....Sorry Monte, our error.
by ToddFabacher
Sat Apr 16, 2016 5:29 pm
Forum: MergEXT
Topic: mergPopActivity - URL not sharing
Replies: 2
Views: 6344

Re: mergPopActivity - URL not sharing

Someone ask for me to post the getShortURL code. Here it is... But please help with mergPopActivity. You will need to setup an account as a developer. Thanks to Gurgen on our team who did a great job on this.

--Todd
by ToddFabacher
Sat Apr 16, 2016 2:37 am
Forum: MergEXT
Topic: mergPopActivity - URL not sharing
Replies: 2
Views: 6344

mergPopActivity - URL not sharing

We are using mergPopActivity, but we have an issue. The pop-up share appears, but there is no URL. We were experiencing issues with long URL, but we use bitly.com to shorten it. No matter if I click message, Facebook or twitter - the pText appears, but the URL never does????? command showShareOption...

Go to advanced search