Search found 421 matches

by sefrojones
Sat Mar 21, 2015 5:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Community to Commercial license
Replies: 6
Views: 4044

Re: Community to Commercial license

I believe that it depends on the particular extensions, and whether or not the developer has Dual-Licensed them. I know that Animation Engine and MobGUI are both dual licensed to work in both the community and commercial editions, but I'm not sure about the specific extensions that you mentioned in ...
by sefrojones
Sat Mar 21, 2015 5:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Community to Commercial license
Replies: 6
Views: 4044

Re: Community to Commercial license

As far as I know, once you have a commercial license, you can download previous commercial version from : http://downloads.livecode.com I've had a personal license since LC 5.5, But i'd imagine you would be allowed to access the commercial verisons going all the way back to at least LC 6.0 --Sefro
by sefrojones
Sat Mar 21, 2015 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Community to Commercial license
Replies: 6
Views: 4044

Re: Community to Commercial license

As I understand it, yes you can develop an app in LiveCode Community edition, and then purchase a month of indy license when you wish to publish it as a closed source project. You are also correct that you would need to purchase additional months down the line, should you need to update your closed ...
by sefrojones
Fri Mar 20, 2015 11:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: grouping weirdness
Replies: 3
Views: 2438

Re: grouping weirdness

If you have "select group" hilited in the main toolbar, it will select the individual items. If it is not hilited, it will select the whole group. :D
by sefrojones
Fri Mar 20, 2015 11:11 pm
Forum: iOS Deployment
Topic: Download one video / file
Replies: 13
Views: 7367

Re: Download one video / file

If you want to download videos, you can download them to the specialfolderpath("Documents"). Depending how large these files are, they might take a while to actually download, so you'll probably want to give the user some kind of visual warning that it is downloading. Here, i Just use a field named ...
by sefrojones
Fri Mar 20, 2015 7:52 pm
Forum: iOS Deployment
Topic: Download one video / file
Replies: 13
Views: 7367

Re: Download one video / file

aebki, It appears that google may have changed the way that files are hosted since I last tried this, but here is a link to the exact tutorial that worked for me: http://drivehosting.pdlindgren.us/ Instead of putting index.html into the folder, you can put your videos instead. and the URL to the vid...
by sefrojones
Fri Mar 20, 2015 2:29 pm
Forum: iOS Deployment
Topic: Download one video / file
Replies: 13
Views: 7367

Re: Download one video / file

In order for this to work for videos on your home computer, your home computer must be visible to the internet. You may also have to check your firewall and forward port 80 to the computer hosting the videos. One option, which I find better than hosting files on my own computer, is to use a public f...
by sefrojones
Fri Mar 20, 2015 12:04 am
Forum: iOS Deployment
Topic: Download one video / file
Replies: 13
Views: 7367

Re: Download one video / file

:oops: Oops, yes Klaus is correct. You will need to use a native mobile player object. You should still be able to set it's filename to the URL you'd like to use with "mobilecontrolset" --Sefro edit: just did a quick test of this on android and this worked. i just placed a regualr rectangle graphic ...
by sefrojones
Thu Mar 19, 2015 9:53 pm
Forum: Databases
Topic: In Search of the Elusive Middleware Example
Replies: 36
Views: 29551

Re: In Search of the Elusive Middleware Example

LiveCode Community server is free 8) , but you will need to install it on your own server. If that is an option for you, it can be downloaded here:

http://downloads.livecode.com/livecode/

--Sefro
by sefrojones
Thu Mar 19, 2015 8:01 pm
Forum: iOS Deployment
Topic: Download one video / file
Replies: 13
Views: 7367

Re: Download one video / file

Are you trying to play the videos in a player object? If so does this work?

Code: Select all

set the filename of player "MyPlayer" to "http://myPublicIp/Users/aebki/Downloads/MyVideo.mp4"
I have had success playing videos from a public folder on my google drive this way.

--Sefro
by sefrojones
Mon Mar 16, 2015 6:22 pm
Forum: Talking LiveCode
Topic: New Pricing?
Replies: 9
Views: 6047

Re: New Pricing?

maybe, but what the egg, I am old and also oldfashioned, so I do not feel very comfortable with these subscriptions :D I am also usually hesitant to embrace the idea of software subscriptions as well, but I think here it is a good fit. For me, the Community Edition would work flawlessly for everyth...
by sefrojones
Sun Mar 15, 2015 11:28 pm
Forum: Databases
Topic: In Search of the Elusive Middleware Example
Replies: 36
Views: 29551

Re: In Search of the Elusive Middleware Example

I'm not really sure, but you could try adding a 4th auto increment column named ID to the table. I haven't played around with LiveCode server too much, nor am I a MySQL expert, but I think that might help. --Sefro edit: I also think that this example might throw errors if the table contains blank en...
by sefrojones
Sun Mar 15, 2015 3:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the beginners' videos?
Replies: 2
Views: 2196

Re: Where are the beginners' videos?

It seems they are rearranging the site. You should still be able to get there from the link and password combo that they sent via e-mail when you signed up.

-sefro
by sefrojones
Sun Mar 15, 2015 1:28 am
Forum: Databases
Topic: In Search of the Elusive Middleware Example
Replies: 36
Views: 29551

Re: In Search of the Elusive Middleware Example

So again, these are very simple examples, but should get you on your way: Server script name this simpleretrieve.lc : <?lc put revOpenDatabase("mysql","yourDBhost","yourDBname","yourDBusername","yourDBpassword") into gConnectionID if gConnectionID is a number then put "SELECT * FROM " & "sampledata"...
by sefrojones
Sun Mar 15, 2015 12:42 am
Forum: Databases
Topic: In Search of the Elusive Middleware Example
Replies: 36
Views: 29551

Re: In Search of the Elusive Middleware Example

No problem at all. Is it working consistently for you now? As I said, it's a pretty simple script, it probably has some errors. I am not a pro, but I thought this would show that it is possible for LiveCode server to interact with a database without hard coding the database credentials into your app...

Go to advanced search