Search found 109 matches

by Curry
Wed Sep 08, 2021 10:38 pm
Forum: Talking LiveCode
Topic: Excel
Replies: 13
Views: 6671

Re: Excel

Hi - Spreadlib natively reads and writes. Excel is not needed. You can download and use the free trial at http://livecodeaddons.com/spreadlib.html (Recently eSellerate/Digital River went downhill, so I'm forwarding my store link to LC's Addon store, but their store does not have Spreadlib.) I'll get...
by Curry
Wed Oct 23, 2019 2:05 pm
Forum: Using Externals
Topic: Post-eSellerate Sale: WordLib, SpreadLib, etc - 50% off
Replies: 0
Views: 9722

Post-eSellerate Sale: WordLib, SpreadLib, etc - 50% off

Death of eSellerate (48-hour, 50%-off) REBIRTH Sale Due to the untimely, or at least inconvenient, demise of an old electronic friend (eSellerate) as a separate entity, I have migrated the addon store to its parent company (Digital River) and updated the store links on the livecodeaddons.com web sit...
by Curry
Fri Nov 17, 2017 5:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid dgHilitedLines of group is blank
Replies: 2
Views: 2471

Re: Datagrid dgHilitedLines of group is blank

The dgHilitedLines was empty, so theDataA also empty.

Turning on row autohilite for the datagrid, it works.

(But datagrids are not always the easiest solution for some tasks.)
by Curry
Sat Aug 19, 2017 3:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL Login System
Replies: 12
Views: 9108

Re: MySQL Login System

No need for parentheses in the SELECT statement! Put single quotes instead of those parentheses. And revDataFromQuery needs a couple of commas before the DB ID - see Dictionary, those delimiter values are optional but the commas are not. It's unusual to SELECT UserName WHERE UserName; depending on y...
by Curry
Wed Aug 16, 2017 2:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL Login System
Replies: 12
Views: 9108

Re: MySQL Login System

Klaus - no worries. Always glad to have your input! Thanks again. Quentin - You've probably already seen this page, but it can be a handy shared reference point: http://lessons.livecode.com/m/4071/l/7003-connecting-to-a-mysql-database About one-fourth down the page: put "Table1" into tTableName put ...
by Curry
Tue Aug 15, 2017 10:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL Login System
Replies: 12
Views: 9108

Re: MySQL Login System

Quinton - you can concatenate the contents of your variables with the overall text of your SQL statement. For MySQL, you also have to include single quotes around contents for the columns that are NOT numbers and vice versa! The ampersand symbol is your friend here to build the statement. I have an ...
by Curry
Tue Aug 15, 2017 10:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL Login System
Replies: 12
Views: 9108

Re: MySQL Login System

Klaus, it did look almost like stalking, and maybe not the best reflection of your semi-moderator status here, in my opinion. Notice that your comment was off-topic, and also an attempt to divert or control my personal activities. I can't post something if you feel that I should be concentrating on ...
by Curry
Tue Aug 15, 2017 8:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL Login System
Replies: 12
Views: 9108

Re: MySQL Login System

Klaus old boy, I don't love being stalked when I offer help in the forum. Shouldn't you be happy to see me here? It's all connected. Helping people and conducting all of my various work allows me to fund other work, including - you guessed it - updating FieldTrip for LiveCode changes and OS changes ...
by Curry
Tue Aug 15, 2017 5:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL Login System
Replies: 12
Views: 9108

Re: MySQL Login System

I would be happy to tutor you on these issues - contact me if you still need help.
by Curry
Fri Apr 14, 2017 10:06 pm
Forum: Games
Topic: Tower Defense Game
Replies: 2
Views: 7086

Re: Tower Defense Game

A Tower Defense game is a great LiveCode project. You could use graphics (I mean the LC control type) to make paths or roads for enemies to follow, and transparent buttons with images for the characters. Buttons (transparent or not) could be used for the tower buttons. Then you add movements, timing...
by Curry
Tue Sep 13, 2016 10:02 pm
Forum: Making IDE Plugins
Topic: ANN: Export MS documents with WordOut 1.3.004
Replies: 0
Views: 5006

ANN: Export MS documents with WordOut 1.3.004

Are you ready to export Word documents from LiveCode? If you've ever used WordLib, this is just the reverse. Issue a one-liner (wordout "field myDocument") and the contents of a LiveCode field become an MS Word file! That's it, you're done. WordOut doesn't rely on Microsoft or any other product to w...
by Curry
Thu Jun 20, 2013 2:41 pm
Forum: Making IDE Plugins
Topic: ANN: WordLib 2.0 - Formatting, Meta, Mobile, Android
Replies: 0
Views: 3655

ANN: WordLib 2.0 - Formatting, Meta, Mobile, Android

Howdy Folks, I'm happy to announce a new version of WordLib! Ready for extreme imports? It's time for total document domination. WordLib 2.0 brings serious attitude to your word processing imports with a bevy of new MS Word formatting features (such as paragraph alignment, line spacing, borders, com...
by Curry
Sun Jul 08, 2012 1:32 pm
Forum: Android Deployment
Topic: App to Android Issue
Replies: 22
Views: 17876

Re: App to Android Issue

Same problem here. Uninstall JDK 7, install JDK 6, save standalone and let LiveCode sign it; works. Thanks for this tip!
by Curry
Mon Oct 17, 2011 9:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] WORDLIB
Replies: 11
Views: 8056

Re: WORDLIB - Doesnt seem to work?

Howdy,

You might want to email me your stack or one with the relevant card containing your import field! I'll have a look tomorrow. (Bedtime!)

Best,

Curry K.
by Curry
Sat Oct 15, 2011 12:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] WORDLIB
Replies: 11
Views: 8056

Re: WORDLIB - Doesnt seem to work?

(I became aware of this forum topic today due to your email! For support issues remember to contact me directly as per the User Guide.) Full formatting is supported for Word 2007 up (DocX) and Open Office (ODT), while legacy .doc format has limited support currently, as listed in the web site and Us...

Go to advanced search