Search found 397 matches

by townsend
Tue Feb 23, 2016 11:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Paste Text into Browser [accepting bids for solution]
Replies: 10
Views: 6509

Paste Text into Browser [accepting bids for solution]

I've tried a few things. Nothing has worked. I'm sure there must be a way. How about I pay someone (you) to figure this out for me? Here's the project. Below I have a simple 5 second timer. Just drop this into any button and it works. At the end of 5 seconds there's a beep. I need you to add to or m...
by townsend
Sun Jan 24, 2016 1:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag 'n Drop Text onto Browser Field
Replies: 1
Views: 1978

Re: Drag 'n Drop Text onto Browser Field

Another similar possibility would be to have this LiveCode program run as a Macro Controller.
For instance: when the user pressed Ctl-Alt-T it would paste in the appropriate text.
by townsend
Sat Jan 23, 2016 8:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag 'n Drop Text onto Browser Field
Replies: 1
Views: 1978

Drag 'n Drop Text onto Browser Field

Lets say I have a field "myText" and a button, "myButton".

Any idea how I might I drag "myButton" onto a Chrome Browser window,
to paste "myText" into a Browser text field.

Is this possible? Would this be difficult?
by townsend
Sat Oct 31, 2015 9:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HELP CREATE TIMER
Replies: 9
Views: 6197

Re: HELP CREATE TIMER

Okay. Here's the count-down version. Notice here, instead of using 'the long seconds' I just used 'the seconds' so all those fractional seconds are not displayed. -- seconds time v3, written by me -- just drop this code into any button and click to start local started, cntr on mouseUp if the label o...
by townsend
Sat Oct 31, 2015 8:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HELP CREATE TIMER
Replies: 9
Views: 6197

Re: HELP CREATE TIMER

Here's one I think you'll like. It's a COUNT-UP timer. You can set the count-up time in the code. Or add a field or ASK command if you need to use different count-up times. Also, this code be modified to be a count-down timer. -- count-up seconds timer v3, written by me -- just drop this code into a...
by townsend
Tue Oct 27, 2015 6:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: CRUD SQLite example
Replies: 66
Views: 54783

Re: CRUD SQLite example

I've updated my CRUD SQLite example to LC 7.1. Here are some of the changes. ** Code for each operation is now within each button, not is the stack script. ** The actual name of the db file is controlled by 1 field in the stack script. ** dgHilitedIndex is used instead of dgHilitedline, as it is alw...
by townsend
Tue Oct 27, 2015 5:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Entry with a DataGrid
Replies: 17
Views: 9859

Re: Data Entry with a DataGrid

Given the complexity of the DataGrid, especially when trying to coax special behavior... you might consider just using a set of fields to accept the data entry and then just add the line of data to the bottom of the dataGrid. temp = fld "one" & tab & fld "two" & tab & fld "three" dispatch "AddLine" ...
by townsend
Mon Oct 26, 2015 5:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ASK command problem [delete this post]
Replies: 2
Views: 1964

Re: ASK command oddity: numtochar(9)

Thanks Craig!

Just ran some isolated test. ASK command is fine.
My mistake. Other code was adding the extra character.
by townsend
Mon Oct 26, 2015 5:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ASK command problem [delete this post]
Replies: 2
Views: 1964

ASK command problem [delete this post]

Using the ASK command, it looks like I'm getting an extra character more than what was entered.
by townsend
Wed Jun 03, 2015 11:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Basic Table Field (Link Query)
Replies: 5
Views: 4203

Re: Basic Table Field (Link Query)

ver7.JPG
ver7.JPG (2.6 KiB) Viewed 4184 times
Drag a Basic Table Field onto a Stack.
From the Inspector choose Database.
database.jpg
database.jpg (33.01 KiB) Viewed 4184 times
by townsend
Wed Jun 03, 2015 10:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Basic Table Field (Link Query)
Replies: 5
Views: 4203

Basic Table Field (Link Query)

Is this what it looks like?
Is there now some way to bind a Database to a Table Field?
Any idea or references on how to use this Link Query option?
Link Query.JPG
Link Query.JPG (15.28 KiB) Viewed 4203 times
by townsend
Mon Jun 01, 2015 2:26 am
Forum: Android Deployment
Topic: Android In App Purchases
Replies: 2
Views: 2301

Re: Android In App Purchases

Thanks Simon! That's just what I was looking for.

Looks like the API deals with "permanent" and "consumable" purchases differently.
I'll have to store the subscription expiration internally by encrypting and saving an expiration date.
by townsend
Sun May 31, 2015 12:05 am
Forum: Android Deployment
Topic: Android In App Purchases
Replies: 2
Views: 2301

Android In App Purchases

Where might I find some instructions and or resources on implementing In App Purchases?

Also, based on the given In App Purchase API, is it possible to deploy a fee based subscription model, where the app would revert to a "free" state if the subscription was not renewed?
by townsend
Thu Jul 03, 2014 9:11 pm
Forum: Announcements
Topic: We're Funding LiveCode For the Web
Replies: 40
Views: 54955

Re: We're Funding LiveCode For the Web

─────────────────────────────────
Success! I think this addresses my concern.
─────────────────────────────────
livecode.JPG
livecode.JPG (8.85 KiB) Viewed 20866 times
by townsend
Thu Jul 03, 2014 3:36 pm
Forum: Announcements
Topic: We're Funding LiveCode For the Web
Replies: 40
Views: 54955

Re: We're Funding LiveCode For the Web

Yes, I am certainly talking about the HTML5 license. First off, I will definitely be pledging, no matter what. I think the current licensing structure is excellent. Right now, the main difference between the Indy and Business licenses is the the amount of income one makes off their applications. Thi...

Go to advanced search