Search found 3687 matches

by Simon
Thu Sep 20, 2018 11:56 pm
Forum: Raspberry Pi
Topic: RaspberryPi Stacks
Replies: 120
Views: 307414

Re: RaspberryPi Stacks

I'll come out of hiding to be counted.
Awesome work -hh
by Simon
Fri Mar 10, 2017 1:22 am
Forum: Raspberry Pi
Topic: RaspberryPi Stacks
Replies: 120
Views: 307414

Re: RaspberryPi Stacks

Thanks -hh

Simon
by Simon
Sat Aug 06, 2016 5:44 am
Forum: Talking LiveCode
Topic: LC8 - Can't Build for HTML5 [Solved]
Replies: 14
Views: 17217

Re: LC8 - Can't Build for HTML5

I contributed to both and HTML5 was suppose to be part of it. The HTML5 crowd funding campaign would be the one that included HTML5. The earlier one happened before HTML5 output was even conceived as a product. Yeah, don't remind me... The San Diego conference was at the same time as HTML5 crowdfun...
by Simon
Sat Aug 06, 2016 2:43 am
Forum: Talking LiveCode
Topic: LC8 - Can't Build for HTML5 [Solved]
Replies: 14
Views: 17217

Re: LC8 - Can't Build for HTML5

Hi Shawn,
Keep us updated on this as I thought I was supposed to get HTML as well.

Simon
by Simon
Tue Jul 19, 2016 3:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image ID assignments
Replies: 1
Views: 5014

Re: Image ID assignments

Hi melristau,
Some people just start with the first image and setting the ID to 6000.
All other imported images will follow upwards from there (e.g. 6001, 6002 etc.) automatically.
Oh, and 6000 is way out of the range of the standard image ID's.

Simon
by Simon
Fri Jul 08, 2016 5:47 am
Forum: iOS Deployment
Topic: Problems with Drawer Menu
Replies: 13
Views: 25518

Re: Problems with Drawer Menu

Hi Kari,
In the dictionary it always notes which platform each command works for.

Drawer
Platforms desktop, server, web

Simon
by Simon
Thu Jul 07, 2016 10:33 pm
Forum: iOS Deployment
Topic: Problems with Drawer Menu
Replies: 13
Views: 25518

Re: Problems with Drawer Menu

This sounds like;
http://forums.livecode.com/phpBB2/viewt ... 082#p92082
nice sliding panels.

Simon
by Simon
Thu Jul 07, 2016 1:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: image sizing in LC
Replies: 2
Views: 5517

Re: image sizing in LC

Hi Rachel, I'm guessing you are talking about mobile? Here are some lessons; http://lessons.livecode.com/m/15262/l/156477-how-do-i-make-my-app-scale-to-fit-the-screen-on-all-devices http://lessons.livecode.com/m/4071/l/15018-how-to-proportionally-resize-an-image You will see several more image lesso...
by Simon
Mon Jul 04, 2016 9:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Control mouse and keyboard? Search screen for specific color
Replies: 6
Views: 10557

Re: Control mouse and keyboard? Search screen for specific c

Be sure... it's screenMouseLoc
To answer your question, the whole screen.

Simon
by Simon
Mon Jul 04, 2016 8:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Control mouse and keyboard? Search screen for specific color
Replies: 6
Views: 10557

Re: Control mouse and keyboard? Search screen for specific c

Hi Jordy,
1st one is ...set the screenMouseLoc x,y
2nd Is ...type "Hi Jordy"
3rd is ... put the mouseColor

Not sure this is exactly what you were asking for.
Check them out in the dictionary.

Simon
by Simon
Sat May 28, 2016 11:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 30950

Re: LiveCode program on mobile

Hi Mark, Check out "fullscreenmode" in the dictionary. Mind you I don't think the aspect ratio you are using will look good on mobile. I've only heard on one sound problem on mobile and the answer was to take the phone off mute. :) Simon Edit; Here is the lesson on fullscreeenmode http://lessons.liv...
by Simon
Thu May 26, 2016 1:53 am
Forum: iOS Deployment
Topic: Connection detection
Replies: 5
Views: 9721

Re: Connection detection

I don't have the dictionary in front of me right now but I believe it's ios only.

Simon
by Simon
Wed May 25, 2016 11:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode program on mobile
Replies: 35
Views: 30950

Re: LiveCode program on mobile

Hi Mark,
Don't forget you have to set "Allow installation from unknown sources" on your phone.

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

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: 4610

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