Search found 3768 matches

by Simon
Wed May 25, 2016 11:12 pm
Forum: iOS Deployment
Topic: Connection detection
Replies: 5
Views: 6383

Re: Connection detection

Hi ctflatt,
Look in the dictionary for "reachabilityChanged"

Simon
by Simon
Sat May 21, 2016 10:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: still trouble with standalone
Replies: 5
Views: 3433

Re: still trouble with standalone

Hi Larry,
put the document folder into thedocPath
should be

Code: Select all

put specialFolderPath("resources") into thedocPath
That will solve the first error.

Simon
by Simon
Fri May 13, 2016 6:06 pm
Forum: Talking LiveCode
Topic: LC8. Ugh, on the surface
Replies: 32
Views: 18616

Re: LC8. Ugh, on the surface

To bad that Björnkes BvG Docu 2 doesn't work on LC 8.
No dict.index array any more.

Simon
by Simon
Thu May 12, 2016 10:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Please help: Sending Email from Livecode
Replies: 5
Views: 3235

Re: Please help: Sending Email from Livecode

I'm thinking you want to try a php script.
google "php send mail script"

Simon
by Simon
Wed May 11, 2016 2:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Please help: Sending Email from Livecode
Replies: 5
Views: 3235

Re: Please help: Sending Email from Livecode

Hi I'm having trouble figuring out how LiveCode is involved here?
I take it this is sending an email from your sever that does not have LiveCode installed?

Simon
by Simon
Mon May 09, 2016 5:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: What font is that?
Replies: 4
Views: 2815

Re: What font is that?

Hi,
You could just type Tahoma in... no scroll.
But in the end I don't have a solution that fits your request. Well there is programmatically;

Code: Select all

set the textfont of btn 1 to "Courier"
Then is shows up in the inspector.

Simon
by Simon
Mon May 09, 2016 5:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: What font is that?
Replies: 4
Views: 2815

Re: What font is that?

Hi Ross,
The text formatting Font of buttons / fields should remain blank unless you want to assign a specific font other then the one you set in the stack inspector.
Just in case I misunderstood your question, is there a reason why you'd like it to populate with the stack's font?

Simon
by Simon
Sat May 07, 2016 4:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: -hh 1K
Replies: 1
Views: 2271

-hh 1K

Star.png
Star.png (19.38 KiB) Viewed 2271 times
Thank You Hermann
by Simon
Fri May 06, 2016 2:24 pm
Forum: Off-Topic
Topic: Pentominoes and Polyominoes
Replies: 1
Views: 2382

Re: Pentominoes and Polyominoes

" and they really do take math art to the next level!"
yr the best!

Simon
by Simon
Fri May 06, 2016 7:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Connecting to database
Replies: 6
Views: 4429

Re: Connecting to database

Hi Monty,
It's that "My Remote SQL" worries me a whole bunch.
I'm not an internet security guy but putting a wildcard in that seems crazy.

Simon
by Simon
Thu May 05, 2016 1:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Connecting to database
Replies: 6
Views: 4429

Re: Connecting to database

Hi Montymay,
Check out this link and the blog it leads to;
http://forums.livecode.com/viewtopic.ph ... 15#p124003
This is the secure way of accessing your DB.

Simon
by Simon
Tue May 03, 2016 12:12 am
Forum: Mac OS
Topic: Standalone Application and Videos
Replies: 4
Views: 4300

Re: Standalone Application and Videos

Hi Lindsey,
Check out specialFolderPath("Resources") in the dictionary. :)
Should do it for you.

Simon
by Simon
Tue May 03, 2016 12:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Force Keyboard to show on mobile app
Replies: 2
Views: 2211

Re: Force Keyboard to show on mobile app

Hi David,
All you need is an editable text field that has focus.

Simon
by Simon
Mon May 02, 2016 6:10 am
Forum: Mac OS
Topic: Standalone Application and Videos
Replies: 4
Views: 4300

Re: Standalone Application and Videos

Hi Lindsey,
Welcome to the forum! :)

What is the file path to the video's you add?

Simon

Go to advanced search