Search found 102 matches

by jsburnett
Thu May 05, 2011 12:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: displaying a stack in a standalone
Replies: 10
Views: 5844

Re: displaying a stack in a standalone

Reelstuff, Hi. I am no expert in LiveCode as Klaus is ... but I've seen this question before. In the past the response has been usually something like ... "why would you want to open another stack in a stack?" (there are usually other 'work arounds' to your 'problem' or 'question'). However what abo...
by jsburnett
Fri Apr 08, 2011 7:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Posting a web page
Replies: 5
Views: 3706

Re: Posting a web page

Okay,
How about iRev or onRev.
How's that work?
JSB
by jsburnett
Thu Apr 07, 2011 2:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Posting a web page
Replies: 5
Views: 3706

Re: Posting a web page

Was wonder if anyone had advice on using LiveCode and a free webhositing site?

Thanks

JSB
by jsburnett
Tue Apr 05, 2011 2:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Posting a web page
Replies: 5
Views: 3706

Re: Posting a web page

Hi,

Is there a free hosting site that you would recommend that makes uploading the html and revlet files 'easy'. I can't seem to figure out how to do so on google sites.
Is it expensive to use rev hosting?
Thanks again.

JSB
by jsburnett
Fri Apr 01, 2011 2:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Posting a web page
Replies: 5
Views: 3706

Posting a web page

I have a question that probable has been answered before, but I'll ask anyway. I have made a simple stack and saved it as a standalone. How do I now get it to function on a website such as Google Sites and not display "Test Page ...." I have saved my stack as a Web page. But am not sure how to 'save...
by jsburnett
Thu Mar 03, 2011 12:06 am
Forum: iOS Deployment
Topic: Random numbers.
Replies: 7
Views: 9444

Re: Random numbers.

Wow, I actually looked at BvG's post closer. I never consideredt his solution. I tried it and it works great. Generate a list of 52 'things' on 52 lines in a field "Sort Field" - ie, 1 2 3 4 5 .... 52 then... in a button put ... on mouseUp sort field "Field Sort" by random(52) end mouseUp Works grea...
by jsburnett
Wed Mar 02, 2011 11:46 pm
Forum: iOS Deployment
Topic: Random numbers.
Replies: 7
Views: 9444

Re: Random numbers.

But your codes don't prevent the same number from being selected twice put "1,2,3,4,5,6,....52" into randomNumbers repeat with x = 1 to 4 put random(the number of items of randomNumbers) into randomPick put item randomPick of randomNumbers into item x of randomList delete item randomPick of randomNu...
by jsburnett
Tue Feb 15, 2011 5:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Interactive textbook
Replies: 3
Views: 2814

Re: Interactive textbook

Isha,
I am interested in your interactive book ideas.
I am a family physician and have consdiered making patient education material interactive.
Sounds like a similar project.
JSB
by jsburnett
Tue Feb 15, 2011 5:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: getting page sourcs of a dynamically created webpage
Replies: 15
Views: 8318

Re: getting page sourcs of a dynamically created webpage

Why not just:

on mouseUp
put URL "http://guildportal.com/Guild.aspx?Guild ... SelectDay=" & tDay & "SelectMonth=" & tMonth& "2&SelectYear=" & tYear into field 1
end mouseUp

the source code will be in field 1
by jsburnett
Tue Feb 15, 2011 4:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Inserting seperate lines into text field
Replies: 5
Views: 4931

Re: Inserting seperate lines into text field

Another way is ...
put newData into line (the number of lines of field "Old Data" + 1) of field "Old data"

Thanks.
by jsburnett
Wed Feb 09, 2011 11:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Backgrounds
Replies: 3
Views: 2929

Re: Backgrounds

Okay,
I checked it out and yea, it does do that.
I never used "set the editBackground of this stack to true" before.
Thanks.

JS
by jsburnett
Wed Feb 09, 2011 3:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Backgrounds
Replies: 3
Views: 2929

Backgrounds

I've used hypercard in the past. With hypercard, even after cards were created in a stack, changes to a background such as adding a field or button or changing a script in one of them occurs - it occurs on all cards (newly created or not). However with LiveCode it only changes 'new' cards. Does anyo...
by jsburnett
Wed Feb 09, 2011 3:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: stopping a repeated script with a button
Replies: 19
Views: 11672

Re: stopping a repeated script with a button

I have no solution to offer but just wonder in general, how are "clocks" scripted that preform a continous script but don't "lock" the system?
by jsburnett
Thu Jan 27, 2011 4:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Formatting an input field
Replies: 10
Views: 6696

Re: Formatting an input field

Hi,

A more complete solution would include checking via numToChar conversion of the downKey - other keys to be passed but not 'typed' into the fields (aarow keys, return, enter, etc) - since these will be trapped.

I thought of this after submitting my response.

JSB
by jsburnett
Wed Jan 26, 2011 11:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Math problem with DIV?
Replies: 11
Views: 6517

Re: Math problem with DIV?

Very interesting behavior. I did notice that if you change the pennies to: put (change/0.01) into temp if temp > 0 then put temp && " Pennies" && return after list_change put change - (temp * .01) into change end if answer list_Change It works all the time. At least with my testing. (or not?). JSB

Go to advanced search