Search found 3768 matches

by Simon
Wed Apr 27, 2016 9:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

And yes, Simon I am using LC 7.1.3 and that is one of the stacks I have. I don't get any errors with it though. OK I upgraded to 7.1.3 but I still can't get it to work. Line 46 of the card script; put revCreateXMLTree(tWebPage, false, true, false) into tTreeID The dictionary has no entry for "revCr...
by Simon
Wed Apr 27, 2016 5:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

OK, not sure if I can be of much help as I get the error at line 50 when using LC 7.1.2.
Is the stack you are using called RSS.rev?

Simon
by Simon
Wed Apr 27, 2016 5:08 am
Forum: iOS Deployment
Topic: Native looks for iOS
Replies: 8
Views: 5266

Re: Native looks for iOS

Hi Michael,
Just dropping in here to check if dropbox is your only option.
If not, check this out.
http://forums.livecode.com/viewtopic.php?f=8&t=19144
Splash21's stack works great.

Simon
by Simon
Wed Apr 27, 2016 5:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

Hi bbhank,
You are able to get the slashdot RSS example to work in LC v7?
Are there changes you have made?

Simon
by Simon
Wed Apr 27, 2016 2:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

No promises...
give me a link and I'll see if I can find the error.

I recall that whole RSD (?) thing was a pain.
And are you happy to work in LC v6?

Simon
by Simon
Wed Apr 27, 2016 2:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

One thing you could do is validate the feeds
https://validator.w3.org/feed/

Otherwise I'd just step through the code with your feed to see where they break.

Simon
by Simon
Wed Apr 27, 2016 1:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

I see why the sample is missing.
Doesn't work in LC v7

Simon
by Simon
Wed Apr 27, 2016 1:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: initial method call when app launch
Replies: 19
Views: 11684

Re: initial method call when app launch

Hi bbhank,
Seems they have removed the stack.
I have it here but I thought I read somewhere here that you already had the slashdot sample?

Simon
by Simon
Sat Apr 23, 2016 5:31 am
Forum: iOS Deployment
Topic: Screen size question
Replies: 8
Views: 7077

Re: Screen size question

I bet you this is going to be something like
useDeviceResolution
pixelScale
mobilePixelDensity
One of those... Just a guess
http://lessons.livecode.com/m/15262/l/1 ... -densities

Simon
by Simon
Wed Apr 20, 2016 7:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: points of the line into a variable
Replies: 1
Views: 1479

Re: points of the line into a variable

Hi Kevin,
Try

Code: Select all

on mouseUp
   put the points of grc 1 into temp --whatever your graphic name is
end mouseUp
Simon
by Simon
Wed Apr 20, 2016 1:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode 8 -- Project browser no longer shows card numbers?
Replies: 6
Views: 3664

Re: LiveCode 8 -- Project browser no longer shows card numbe

And if I try to point the button to the card's name that I gave it then I get an error when I try to run it.
Are you saying that

Code: Select all

on mouseUp
go card "myCard"
end mouseUp
Isn't working? (quotes and all)

Simon
by Simon
Fri Apr 15, 2016 4:30 am
Forum: Off-Topic
Topic: on-rev downtime
Replies: 5
Views: 5983

Re: on-rev downtime

Yeah... I've been seeing it's like a yo-yo the past few days.

Simon
by Simon
Fri Apr 08, 2016 11:34 pm
Forum: Talking LiveCode
Topic: Datagrid - strange behavior
Replies: 8
Views: 5603

Re: Datagrid - strange behavior

I wonder if just testing this in liveCode 8 would be of help.
At least on Win 7 I get a debug.log file on my desktop, easy to look into to see what went wrong.
I'm not sure if the log file covers things like controls... but maybe?

Simon
by Simon
Thu Apr 07, 2016 12:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Send a file via "put" command to a URL
Replies: 3
Views: 2297

Re: Send a file via "put" command to a URL

Hi Greg,
I don't know about CouchDB but I load the img into a card then

Code: Select all

 put the text of img "Image_Test" into tImg
 put base64encode (tImg) into gImageData
and upload gImageData.

Works with mySQL. Oh, I guess I never tried blob.

Simon

Go to advanced search