Search found 31 matches
- Sat Jan 25, 2014 11:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Object functions
- Replies: 3
- Views: 2703
Re: Object functions
Thats what I was thinking Craig.....hope thats the case 
- Sat Jan 25, 2014 6:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Object functions
- Replies: 3
- Views: 2703
Object functions
Hi all,
I had another idea for an app (they are coming thick and fast lol!) but just going to need some help to get me started as I have no idea how to go about this....
So if I have an object, say a circle would it be possible using livecode to use finger dragging to stretch one of the corners of ...
I had another idea for an app (they are coming thick and fast lol!) but just going to need some help to get me started as I have no idea how to go about this....
So if I have an object, say a circle would it be possible using livecode to use finger dragging to stretch one of the corners of ...
- Sun Jan 19, 2014 11:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Web access
- Replies: 12
- Views: 7293
Re: Web access
Hi all, thank you so much for your help!! So with a whole weekend of fiddling around I've sorted it :o :D :mrgreen: !! So on the laptop you get a whole stream of junk text coming down with the entries but when I entered your code Jacque to test everything was working ok, I found things looked a lot ...
- Sat Jan 18, 2014 4:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Web access
- Replies: 12
- Views: 7293
Re: Web access
Ok so by taking the parsing part out and just having the code
on mouseUp
searchForums
put fld "Results2" into tText
answer "Data is:" && tText
end mouseUp
command searchForums
set the htmlText of field "Results2" to URL ("http://www.ncbi.nlm.nih.gov/pubmed/?term=" & urlEncode(the text of ...
on mouseUp
searchForums
put fld "Results2" into tText
answer "Data is:" && tText
end mouseUp
command searchForums
set the htmlText of field "Results2" to URL ("http://www.ncbi.nlm.nih.gov/pubmed/?term=" & urlEncode(the text of ...
- Sat Jan 18, 2014 2:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Web access
- Replies: 12
- Views: 7293
Re: Web access
Hi Jacque,
Very interesting, so I put in your code
command searchForums
put "http://www.ncbi.nlm.nih.gov/pubmed/?term=" & urlEncode(the text of field Search) into tURL
answer "URL is:" && tURL -- just to be sure it's right
put url tURL into tData
answer "Result is:" && the result
answer "Data is ...
Very interesting, so I put in your code
command searchForums
put "http://www.ncbi.nlm.nih.gov/pubmed/?term=" & urlEncode(the text of field Search) into tURL
answer "URL is:" && tURL -- just to be sure it's right
put url tURL into tData
answer "Result is:" && the result
answer "Data is ...
- Fri Jan 17, 2014 11:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Web access
- Replies: 12
- Views: 7293
Re: Web access
Hi Jacque, I've clicked on select inclusions for the standalone application in General and selected Geometry, Internet and Printing in the script libraries I also have the ask dialog and answer dialog boxes checked and remove all profiles on objects in the property profiles section of general. In ...
- Thu Jan 16, 2014 9:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Web access
- Replies: 12
- Views: 7293
Re: Web access
Hi Klaus, that'd be nice if you can make out a cheque to my home address :wink:
the database is the same one I've been struggling with all week pubmed although its looking good now thanks to you all!
code is command searchForums
set the htmlText of field "Results2" to URL ("http://www.ncbi.nlm ...
the database is the same one I've been struggling with all week pubmed although its looking good now thanks to you all!
code is command searchForums
set the htmlText of field "Results2" to URL ("http://www.ncbi.nlm ...
- Thu Jan 16, 2014 8:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Web access
- Replies: 12
- Views: 7293
Web access
Hi I am having a bit of a problem getting access to a web database from my tablet (Samsung galaxy tab2) or mobile (Samsung galaxy ace), everything works perfectly on the laptop, most curious please help.
I look forward to hearing from you!
I'm using livecode version 6.5
I look forward to hearing from you!
I'm using livecode version 6.5
- Wed Jan 15, 2014 8:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Just figured it no worries

- Wed Jan 15, 2014 8:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Hi Jacque, thank you so much for your message I've simplified the app a little so don't have that problem anymore think its a little beyond my abilities at the moment. Just a couple of questions 1) I've noticed that the search works just fine when I am on my laptop and press the return key however ...
- Tue Jan 14, 2014 8:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Hi Klaus,
Thank you so much I've attached a jpg maybe that will help, do we need to say stop if x>5 as i keep getting an error and there's nothing going in the boxes yet......
Idea.jpg
The boxes are called Box1, Box2, Box3, Box4 and Box5
The code is all behind the go button and is
on ...
Thank you so much I've attached a jpg maybe that will help, do we need to say stop if x>5 as i keep getting an error and there's nothing going in the boxes yet......
Idea.jpg
The boxes are called Box1, Box2, Box3, Box4 and Box5
The code is all behind the go button and is
on ...
- Tue Jan 14, 2014 6:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Hi all,
Still having some problems with getting my entries into the five boxes. I now have
on mouseUp
put fld "Results2" into tText
put 0 into tSkip
put 1 into x
put the number of words in tText into tLength
repeat
put wordoffset("Select",tText,tSkip) + tSkip into tStart
if tStart ...
Still having some problems with getting my entries into the five boxes. I now have
on mouseUp
put fld "Results2" into tText
put 0 into tSkip
put 1 into x
put the number of words in tText into tLength
repeat
put wordoffset("Select",tText,tSkip) + tSkip into tStart
if tStart ...
- Mon Jan 13, 2014 9:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Hi Jacque,
In my "Results 2" box that number appears on a separate line as in
Select item 244094151.
Cloning of Soluble Human Stem Cell Factor in pET-26b(+) Vector.
Asghari S, Shekari Khaniani M, Darabi M, Mansoori Derakhshan S.
Adv Pharm Bull. 2014;4(1):91-5. doi: 10.5681/apb.2014.014. Epub ...
In my "Results 2" box that number appears on a separate line as in
Select item 244094151.
Cloning of Soluble Human Stem Cell Factor in pET-26b(+) Vector.
Asghari S, Shekari Khaniani M, Darabi M, Mansoori Derakhshan S.
Adv Pharm Bull. 2014;4(1):91-5. doi: 10.5681/apb.2014.014. Epub ...
- Mon Jan 13, 2014 9:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Yes I think I'm going to need some help with that too :shock:
So right now I have
on mouseUp
put fld "Results2" into tText
put 0 into tSkip
put 1 into x
put the number of words in tText into tLength
repeat
put wordoffset("Select",tText,tSkip) + tSkip into tStart
if tStart >= tLength then ...
So right now I have
on mouseUp
put fld "Results2" into tText
put 0 into tSkip
put 1 into x
put the number of words in tText into tLength
repeat
put wordoffset("Select",tText,tSkip) + tSkip into tStart
if tStart >= tLength then ...
- Mon Jan 13, 2014 7:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting data
- Replies: 22
- Views: 13654
Re: Sorting data
Sorry Thierry that was to you (and Jacque too) LOL!!! coding getting to my head! 