Search found 5 matches

by LJE
Mon Aug 22, 2016 4:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Android) How to open a Facebook page from app?
Replies: 2
Views: 2576

(Android) How to open a Facebook page from app?

How do I create a button that will send the user to a Facebook page when pressed? Should I send the user to the Facebook app or a browser (and the browser will send them to the Facebook app?)
by LJE
Sat Aug 20, 2016 8:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: About populating Data Grids with external txt file.
Replies: 2
Views: 2311

About populating Data Grids with external txt file.

I have very little scripting experience. I'm having immense problem trying to populate my Data Grid with external text files (I struggle learning external stuff overall) so my workaround is to put the texts I need inside field tables inside an "inaccessible" card. So instead of importing external fi...
by LJE
Sat Aug 20, 2016 5:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to script color overlay color?
Replies: 2
Views: 3357

How to script color overlay color?

I tried:

set coloroverlay of img "logo" to true
set coloroverlay of img "logo" to "255,255,255"

But nothing happens.
by LJE
Fri Aug 19, 2016 3:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: No Row Behavior? (Help)
Replies: 4
Views: 3723

Re: No Row Behavior? (Help)

I see but there's no Edit Script if the style is set to table as hpsh said. I've been working on my project a bit after I posted this and figured I might not need this functionality. What I only need now is to make the Data Grid wrap the text. Is that possible? It might be possible to just wrap it i...
by LJE
Fri Aug 19, 2016 10:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: No Row Behavior? (Help)
Replies: 4
Views: 3723

No Row Behavior? (Help)

I'm a complete noob and I'm using Livecode Community 8.0.2. I'm following this Livecode lesson: How Do I Create a Form with Variable Line Heights? (can't post links?) I *think* it autoresizes the rows' height so that it fits the text on all columns. I also want it to wrap the text but I'm not sure i...