Search found 13 matches

by RevDevelopment
Sun Oct 09, 2016 7:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Help with date format 2016-10-07
Replies: 4
Views: 3886

Re: Help with date format 2016-10-07

Thank you so much for the help! I really appreciate it...

Now I'm off to see if I can get this working. :)
by RevDevelopment
Fri Oct 07, 2016 10:33 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Help with date format 2016-10-07
Replies: 4
Views: 3886

Help with date format 2016-10-07

Hello, I am trying to create a string like this: 2016-09-07+2016-10-07 And the first date string is 30 days before the second date string. The date needs to be in this format: 2016-10-07 I can't seem to find a way to get it into this format after using dateitems to perform the calculation for the 30...
by RevDevelopment
Tue Apr 02, 2013 12:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with datagrid and automatic sorting...
Replies: 3
Views: 2479

Re: Problem with datagrid and automatic sorting...

Craig,
Thank you for your help on this.

Let me try that and see if it might work. :)

Thanks!
by RevDevelopment
Mon Apr 01, 2013 8:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with datagrid and automatic sorting...
Replies: 3
Views: 2479

Problem with datagrid and automatic sorting...

Hello, I have an application that contains a datagrid with 3 columns. Column 1 is a checkbox Column 2 is a word Column 3 is a number In the application, the user is able to click the checkbox (column 1) and use a right click menu to delete that row of the datagrid. Or the user can check multiple che...
by RevDevelopment
Wed Feb 18, 2009 11:59 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

Awesome...thanks so much for your help!

I really appreciate it.
by RevDevelopment
Wed Feb 18, 2009 10:48 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

mweider,
There probably isn't an advantage...it's just that I wasn't aware you could call a line of text with a line number in Revolution.

Good idea...I'll try that.
by RevDevelopment
Tue Feb 17, 2009 9:25 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

SparkOut,
Thanks so much for this info!

I'm going to test this out now...
by RevDevelopment
Tue Feb 17, 2009 8:59 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

@Jan,
That top code worked perfect...thanks for your help on this.
by RevDevelopment
Tue Feb 17, 2009 8:40 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

@mwieder Ok...so I've hit just a small snag with the code. It works perfectly...except I was hoping to place the values in an array so that I could reference them individually. I tried this: on mouseUp local loopvalue put empty into loopvalue repeat for each word tWord in field "fldText" add 1 to lo...
by RevDevelopment
Tue Feb 17, 2009 8:12 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

Awesome....you both rock.

Now to perform a little speed test and see who Super Rocks :)
by RevDevelopment
Tue Feb 17, 2009 6:40 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

:o Holy smokes...you rock!

Off to test this...

Are you available for offline consultation of Revolution? (Am I even allowed to ask this in the forum???...sorry if no)
by RevDevelopment
Mon Feb 16, 2009 7:47 pm
Forum: Talking LiveCode
Topic: Trying to group phrases in text...
Replies: 14
Views: 9362

Trying to group phrases in text...

I'm trying to take a block of text and grab all the 2 word and 3 word phrases from it. So, say for example I have this chunk of text: Mr. Dennis went to the flower shop to find a bucket of roses. I was hoping to find a way to grab all the two word phrases...and then grab all the three word phrases. ...