A Scrum Board written in LiveCode!

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

tbcook
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 11
Joined: Tue Dec 08, 2009 1:57 am

Re: A Scrum Board written in LiveCode!

Post by tbcook » Mon Feb 23, 2015 4:04 pm

Very Nice! I will certainly be using this (and learning from your code). :)

Thank You,
Tim

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am

Re: A Scrum Board written in LiveCode!

Post by keithglong » Mon Feb 23, 2015 7:37 pm

Hi Guys,

Thanks for the kind words--much appreciated. This stack provides an excellent example of just how easy it is create an application with LiveCode. (I put that stack together in a few hours... Imagine what you can do if you spend a few days/weeks working on an app?!)

Have fun, and I look forward to seeing your creations. Let's "Create It With LiveCode!"

Best regards,

Keith "Boo" Long

chipsm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 244
Joined: Wed May 11, 2011 7:50 pm

Re: A Scrum Board written in LiveCode!

Post by chipsm » Mon Feb 23, 2015 9:21 pm

This is a general question.
Can multiple cards be placed on another card?
Clarence Martin
chipsm@themartinz.com

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: A Scrum Board written in LiveCode!

Post by dave.kilroy » Mon Feb 23, 2015 9:25 pm

Hi Clarence - nope you can't place LiveCode cards on another LiveCode card

You can have multiple groups on the same card - and could also make use of the tab panel from the tools palette - what are you trying to achieve?

Dave
"...this is not the code you are looking for..."

chipsm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 244
Joined: Wed May 11, 2011 7:50 pm

Re: A Scrum Board written in LiveCode!

Post by chipsm » Mon Feb 23, 2015 9:28 pm

I wanted to make the SCRUM Board to be made of multiple cards. That way if I drag a Note across to another portion of the SCRUM board I could change colors as a reacation of moving the the Note to the To Do Area for instance.
Clarence Martin
chipsm@themartinz.com

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: A Scrum Board written in LiveCode!

Post by dave.kilroy » Tue Feb 24, 2015 12:13 pm

Hi Clarence - not really sure I understand what you mean - you know you can't view more than one LiveCode card at a time? If you are thinking of changing each of the panels in the current version into a card then that could be done but you would only see one panel/card at a time which seems to somewhat defeat the purpose of a Scrum Board - but could be done...
"...this is not the code you are looking for..."

higable
Posts: 5
Joined: Fri Jan 30, 2015 8:38 am

Re: A Scrum Board written in LiveCode!

Post by higable » Wed Oct 28, 2015 5:55 pm

Hi Keith.

Any more gone on with Scrum board. Just wondering if any addons
or changes were done.

Thanks.
Ron.

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am

Re: A Scrum Board written in LiveCode!

Post by keithglong » Wed Oct 28, 2015 10:01 pm

Hi Ron,

Unfortunately, I haven't worked much on that app since I posted the last version. (Although months ago, I did add a few additional bits of code.) Due to a family illness, I wasn't very active during the latter part of the course (although I did check in a few times). I look forward to exploring the updated code for the course.

And my having been out of the loop for awhile, you might like to see my other posting: http://forums.livecode.com/viewtopic.ph ... 23#p133623.

I hope you find the code for the Scrum Board useful; please let me know how it goes.

Best regards,

Keith "Boo" Long
Gulf Breeze, Florida

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: A Scrum Board written in LiveCode!

Post by LCNeil » Mon Nov 02, 2015 1:04 pm

Hi boo,

Would it be ok if I moved this thread to a more public forum as I think a lot of our users would be interested in your board.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--

keithglong
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 348
Joined: Sun Jul 03, 2011 2:04 am

Re: A Scrum Board written in LiveCode!

Post by keithglong » Mon Nov 02, 2015 2:46 pm

Hi Neil,

No problemo. Feel free to do so...

Thanks,

- Boo

jameshale
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 489
Joined: Thu Sep 04, 2008 6:23 am

Re: A Scrum Board written in LiveCode!

Post by jameshale » Tue Nov 03, 2015 8:16 am

for those not wanting a LC solution have a look at HyperPlan http://www.hyperplan.com

Post Reply