Search found 23 matches

by robertem
Thu Jun 05, 2014 5:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cache in Live Code
Replies: 2
Views: 2405

Re: Cache in Live Code

Hi Lupita,

If I recall correctly, the cache is part of the browser object so you don't need to create it. Have a look at cachedURL and cachedURLs in the dictionary, it should explain things for you.

Code: Select all

if myURL is not among the lines of the cachedURLs then load myURL
Rob
by robertem
Thu May 29, 2014 8:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL equivalent to windows search for *
Replies: 4
Views: 2945

Re: MySQL equivalent to windows search for *

Hi DavJans, I was thinking about a loop through the fields but maybe I'm not really understang what you are trying to accomplish with your query. Quick, untested example below (assuming the fields are in a group called "columns" and the field names match the column names. local tQuery, tClauseCount,...
by robertem
Thu May 29, 2014 8:11 pm
Forum: LiveCode Global Jam
Topic: Possible bug 6.7 DP4 fullscreen
Replies: 3
Views: 7129

Re: Possible bug 6.7 DP4 fullscreen

This has been submitted, bug # 12565
by robertem
Thu May 29, 2014 7:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MySQL equivalent to windows search for *
Replies: 4
Views: 2945

Re: MySQL equivalent to windows search for *

If I read what you are trying to do correctly, I believe you will have to build your query to reference the columns. Couldn't you just check each of the 12 fields to see if the user entered data into them and build the query based on that information? Maybe I'm missing something but, that way, it wo...
by robertem
Fri May 23, 2014 5:47 pm
Forum: LiveCode Global Jam
Topic: Possible bug 6.7 DP4 fullscreen
Replies: 3
Views: 7129

Possible bug 6.7 DP4 fullscreen

on OSX 10.8.5 and LC 6.7 DP4, when I set the fullscreen of a stack to true (running in the IDE or stadalone), the cursor is lost behind the stack so the user is unable to interact with it. Recipe is simple, put the following code in a button on an empty stack. When clicked, the mouse cursor will be ...
by robertem
Fri May 23, 2014 5:32 pm
Forum: LiveCode Global Jam
Topic: Versions for today's Jam
Replies: 2
Views: 5853

Re: Versions for today's Jam

Great, thanks Ben.
by robertem
Fri May 23, 2014 5:21 pm
Forum: LiveCode Global Jam
Topic: New command revBrowserOpenCef
Replies: 13
Views: 15278

Re: New command revBrowserOpenCef

I have had the same experience as Paolo with revBrowserCEF (on OSX 10.8.5, LC 6.7 DP3), about a 5 second load time, have not tried it on windows as of yet.

Rob
by robertem
Fri May 23, 2014 5:14 pm
Forum: LiveCode Global Jam
Topic: Versions for today's Jam
Replies: 2
Views: 5853

Versions for today's Jam

Quick question, should we be posting on 6.7 as well or is today only focused on 7?
by robertem
Thu May 22, 2014 5:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: data from web
Replies: 2
Views: 2488

Re: data from web

Hi Michael,

The Open Movie Database has an api which would allow you to search on titles. I don't believe they have cover art but the do have poster images.

Have a look here http://www.omdbapi.com/ and check out their sample requests. Should be fairly simple to parse.

Rob
by robertem
Sat May 17, 2014 5:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to use timer
Replies: 2
Views: 2569

Re: How to use timer

You can also send a command after a preset time period like "send functionA to this card in 5 seconds"
by robertem
Sat May 17, 2014 5:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Text Size in Entry and Label Fields
Replies: 5
Views: 3589

Re: Text Size in Entry and Label Fields

Hi Tom, you should be fine, the numbers listed are just common sizes.
by robertem
Sat May 17, 2014 5:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: windows 7.5
Replies: 3
Views: 2955

Re: windows 7.5

Windows phone deployment was one of the stretch goals that was funded in the kickstarter campaign so it should be coming soon. I'm not certain which windows phone versions will be supported though.
by robertem
Wed May 14, 2014 7:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Strange behaviour with string!
Replies: 3
Views: 3237

Re: Strange behaviour with string!

I have not seen this while working with strings, do you have some code that demonstrates the problem?
by robertem
Wed May 14, 2014 6:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Difficulty finding problem in If, Else If repeat loop
Replies: 4
Views: 3502

Re: Difficulty finding problem in If, Else If repeat loop

I agree, that code works for me.

Could the addresses in "hiatus" also be in "optouts"?

My guess is you have the counts there to debug, if that is the case, you could combine those 2 statements as Mark suggests and it should work.
by robertem
Mon May 12, 2014 7:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 9269

Re: Sheep Herder

This code is just making sure the "sheep" button is on the card In this case the sheep would be off the card on top if the top of button ("sheep"&x) < the top of this card then set the top of button ("sheep"&x) to the left of this card end if In this case the sheep would be off the card on the left ...

Go to advanced search