Question - Regarding Random ???

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Klaus
Posts: 14205
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Question - Regarding Random ???

Post by Klaus » Tue Mar 04, 2014 5:19 pm

Hi Shawn,
shawnblc wrote:Here's the simple code, which works perfectly.

Code: Select all

put any line of url ("http://www.livecode.com") into tPic
that will put any line of the HTMLSOURCE into the variable tPic, right?
Not really what you were asking for :D

Best

Klaus

KennyR
Posts: 256
Joined: Thu Jan 19, 2012 4:25 am

Re: Question - Regarding Random ???

Post by KennyR » Tue Mar 04, 2014 5:27 pm

Good to hear Shawn! Glad to be of some help for once!

shawnblc
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 342
Joined: Fri Jun 01, 2012 11:11 pm

Re: Question - Regarding Random ???

Post by shawnblc » Tue Mar 04, 2014 5:28 pm

Klaus wrote:Hi Shawn,
shawnblc wrote:Here's the simple code, which works perfectly.

Code: Select all

put any line of url ("http://www.livecode.com") into tPic
that will put any line of the HTMLSOURCE into the variable tPic, right?
Not really what you were asking for :D

Best

Klaus

Hmmmm. Looks like it to me ;)
Attachments
Screen Shot 2014-03-04 at 10.27.16 AM.png
from original post

Klaus
Posts: 14205
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Question - Regarding Random ???

Post by Klaus » Tue Mar 04, 2014 5:33 pm

This is what I get from -> put any line of url ("http://www.livecode.com") into tPic:
accountPopup.fadeOut("fast");

Or this:
<div id="account_popup" style="display:none">

Yes, I know your list, but you didn't write that, so I took the chance to make some fun!
I never can resist :D

shawnblc
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 342
Joined: Fri Jun 01, 2012 11:11 pm

Re: Question - Regarding Random ???

Post by shawnblc » Tue Mar 04, 2014 6:10 pm

Klaus wrote:This is what I get from -> put any line of url ("http://www.livecode.com") into tPic:
accountPopup.fadeOut("fast");

Or this:
<div id="account_popup" style="display:none">

Yes, I know your list, but you didn't write that, so I took the chance to make some fun!
I never can resist :D

No problem bud. Thanks for all you and the others do here on the boards helping us old guys learn a new trick. It's very much appreciated.

Post Reply