Re: leap to future

2016-02-23 Thread Shawn Blc
mail and ask them to add Html5 to your license. > > I´ve done so in the past. > > Regards, > > Matthias > > > > Am 23.02.2016 um 14:39 schrieb Shawn Blc : > > > > Well, when I launched LC and try to build HTML 5, I have a button that > says > > Buy N

Re: leap to future

2016-02-23 Thread Shawn Blc
Well, when I launched LC and try to build HTML 5, I have a button that says Buy Now. I then saw Kevin's comments here. Perhaps I'm mistaken. I hope so. If so, I apologize in advance :) On Tue, Feb 23, 2016 at 7:33 AM, Kay C Lan wrote: > On Tue, Feb 23, 2016 at 9:16 PM, Shawn

Re: leap to future

2016-02-23 Thread Shawn Blc
I purchased a lifetime license on the kickstarter campaign and donated to the HTML 5 campaign. The main reason for donating to both was for HTML 5 and now you're saying that it's a separate license? What the heck is that all about? Cheated! On Fri, Feb 19, 2016 at 3:04 AM, Kevin Miller wrote:

Anyone else notice the progress bar flickering in 7.0.2 rc 1 build 10024

2015-01-18 Thread Shawn Blc
Anyone else notice the progress bar flickering in 7.0.2 rc 1 build 10024 or is it just me? I'm on OSX, compiled a little app for windows and mac, and the progress bar flickers on both. ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

Re: What icon editor do you use?

2015-01-17 Thread Shawn Blc
I often use: http://iconverticons.com/online/ On Sat, Jan 17, 2015 at 2:39 AM, Richmond wrote: > On 17/01/15 03:08, William Prothero wrote: > >> Folks: >> I’m at a place where I need to make icons for my App. There are a lot of >> icon editors and it seems some are not updated (for windows) t

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
I don't understand the --myTag-- part of the above. Someone care to explain. On Fri, Jan 16, 2015 at 4:29 PM, Shawn Blc wrote: > Here's what I ended up with , with the extra php file (one for the rss, > one to clean up the html a bit [that file was 13 lines long]). Total li

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
; -- should be a list of URLs put any line of fld "fld4" into fld "fld3" end mouseUp Thanks everyone for your input and helping this ole guy. Off to try another way now :) On Fri, Jan 16, 2015 at 4:16 PM, J. Landman Gay wrote: > On 1/16/2015 4:09 PM, Shawn Blc wr

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
quot; > put tText into fld 2 -- should be a list of URLs > end mouseUp > > Phil > > > On 1/16/15 12:19 PM, Shawn Blc wrote: > >> I'm still struggling with this, so I'm asking for a little help. >> >> I'm trying to extract the links from

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
Thanks John, not as short and sweet as yours, but I used a little php to get to get the URLS, had to strip out the HTML, still had a little cleaning up to do that I used LC for, so far it's working. I still need to wrap my head around LC. On Fri, Jan 16, 2015 at 2:27 PM, John Dixon wrote: >

Find all links in fld

2015-01-16 Thread Shawn Blc
I'm still struggling with this, so I'm asking for a little help. I'm trying to extract the links from the field. All the links will start the same, but the last 5 digits will be different. *on* mouseUp *put* URL "http://mydomainA.com/rss.php"; into tURL *put* tURL into fld "fld1" *fi

Getting the URL out of

2015-01-15 Thread Shawn Blc
How would I go about getting a random URL out of an XML file like the following? There's several of these CDATA tags. My brain is about to explode. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Storing and saving a setting in a stand alone

2015-01-15 Thread Shawn Blc
Can someone point me in the right direction? I want to save a setting in stand alone application. This setting will be different for each person (name). Once it's set, the user won't be prompted to enter again. ___ use-livecode mailing list use-livecode@

Re: [Beginner] Launch URL from fld "fldTitle"

2015-01-11 Thread Shawn Blc
Thanks for the suggestion, but I don't believe that helps my situation. The URL that launches has a bunch of garbled text, however if I copy the text from the text box and paste it into the browser it works. Something is garbling my text. Not just %20, but all kinds of characters are appearing in

[Beginner] Launch URL from fld "fldTitle"

2015-01-11 Thread Shawn Blc
When I put a URL in a textbox and use the below script in a button, the button will launch, but I'll get a bad page. If I copy and paste the URL form the textbox I get the correct page. What am I doing wrong? I'm using this in on another mouseUp to put the URL into the fldTitle. *put* "http://w

Re: [Beginner] Put the label of btn "btnA"

2015-01-10 Thread Shawn Blc
Thanks guys. On Sat, Jan 10, 2015 at 7:44 PM, Roger Guay wrote: > You mean grokkable? > > > > On Jan 10, 2015, at 4:24 PM, Mike Bonner wrote: > > > > grokable > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this ur

Re: [Beginner] Put the label of btn "btnA"

2015-01-10 Thread Shawn Blc
Excellent. Got it. Thanks guys. *put* the fld "lblDate" & " " & the label of btn "btnA" into fld "fldTitle" On Sat, Jan 10, 2015 at 5:12 PM, Shawn Blc wrote: > Thanks everyone. I'll try and update. > > On Sat, Jan 10, 2015 at

Re: [Beginner] Put the label of btn "btnA"

2015-01-10 Thread Shawn Blc
. or just "put field "lbldate" > > On Sat, Jan 10, 2015 at 3:43 PM, Peter M. Brigham > wrote: > > > On Jan 10, 2015, at 5:19 PM, Shawn Blc wrote: > > > > > *put* the label of btn "btnA" and the label of fld "lblDate" into fld >

[Beginner] Put the label of btn "btnA"

2015-01-10 Thread Shawn Blc
*put* the label of btn "btnA" and the label of fld "lblDate" into fld "fldTitle" When I use the above, I get false. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: [beginner] x,y coordinates in LiveCode

2015-01-10 Thread Shawn Blc
Using the code for my menu it looks good, but I can easily confuse LC by clicking fast, sometimes two buttons will move, other times three. Most of the time all four buttons will drop (correctly), but like I said, by clicking fast I can easily confuse LC. On Sat, Jan 10, 2015 at 2:02 PM, Shawn

Re: [beginner] x,y coordinates in LiveCode

2015-01-10 Thread Shawn Blc
Thanks. Colin I used your idea, then Richards. Both work! Here's what I ended up with. *on* mouseMove x,y *put* "Object: "& the name of the target && the loc of the target &\ cr&"Mouse: "& x,y into fld "lblLocation" *end* mouseMove I'm doing not anything ground-breaking here. Jus

[beginner] x,y coordinates in LiveCode

2015-01-10 Thread Shawn Blc
I'm trying to find the x,y coordinates with a mouse hover to find the location of buttons on my card. Perhaps a little stack or something. Trying to create a menu and need to the x,y coordinates for several buttons. ___ use-livecode mailing list use-liv

Re: Whiteboard animations

2015-01-04 Thread Shawn Blc
It'd be nice if the RunRev team would post a weekly blog upload on what exactly is taking place behind the scenes and perhaps every month give us a little taste of features that will be in the upcoming LC8 release. On Sun, Jan 4, 2015 at 3:02 AM, Richmond wrote: > On 04/01/15 02:32, tbodine wrot

Re: FTP vs MYSQL for storing splash stack loading

2014-10-26 Thread Shawn Blc
Why not have the stores simply use a splash stack, the most recent version is always on the server? All the store needs is port 80 open. Example: go stack URL " http://chum310.byu.edu/InClass/09-RevAndInternet/InternetLecture.rev"; On Fri, Oct 24, 2014 at 2:06 PM, Bob Sneidar wrote: > Yes! S

[NoSQL] Cloudant

2014-10-26 Thread Shawn Blc
I'm trying to wrap my head around using Cloudant (NoSQL) for data crud operations. I can read the whole document into my LC demo desktop project as long as I have the objectID, but not having luck with searching elements or writing, or creating a new doc. Has anyone gone down this road and has so

[bug 13814] LiveCode 7.0

2014-10-26 Thread Shawn Blc
Submitted bug # 13814. Can anyone confirm or deny on their system. I'm running OSX Yosemite. LC 7.0 Commercial. Thanks. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

Re: M

2014-08-13 Thread Shawn Blc
Φ On Wed, Aug 13, 2014 at 4:43 PM, Dr. Hawkins wrote: > Ω > > > -- > Dr. Richard E. Hawkins, Esq. > (702) 508-8462 > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > su

Re: Where are these stacks being cached?

2014-08-13 Thread Shawn Blc
Tried to post on the nabble revolution list, but so far it hasn't been accepted (ok, but odd). So I'll post here. --- I'm sure you've tried the following, but if you haven't: osx mavericks dscacheutil -flushcache sudo killall -HUP mDNSResponder or windows 7 -

Re: Diagnosing server error 400

2014-06-16 Thread Shawn Blc
Are you using sessions? On Mon, Jun 16, 2014 at 2:25 PM, J. Landman Gay wrote: > I need help figuring out why AWS is returning an error 400 "bad request" > in a limited number of cases. We have a test group of some dozens of people > and only 2 have the problem. > > What I know: > > The data se

Re: Launching a stack that resides on the server from an exe

2014-05-23 Thread Shawn Blc
gt; > either with get shell("start MyProgram.exe") or with the launch command > e.g. launch "MyProgram.exe" > > where MyProgram.exe is the program you downloaded and want to start. > > Regards, > > Matthias > > Am 24.05.2014 um 01:22 schrie

Launching a stack that resides on the server from an exe

2014-05-23 Thread Shawn Blc
Launching a stack that resides on the server from an exe I know you can launch a livecode stack that resides on a server through an executable, but can you launch another executable? Even renaming the livecode stack that resides on the ser

Re: [OT] Database Engine Comparison

2014-05-22 Thread Shawn Blc
On-Rev is still offering PostgreSQL databases. At least on pancake they are ;) On Fri, May 23, 2014 at 1:06 AM, Kay C Lan wrote: > So I wonder why On-Rev dropped PostgreSQL as a default inclusion. I > believe you can still request to have PostgreSQL as part of your > install, but if the licen

Re: RELEASE: LiveCode 6.7-dp-2

2014-04-22 Thread Shawn Blc
I get a popup login. Using Chrome on OSX Mavericks. On Tue, Apr 22, 2014 at 10:49 PM, morecroft wrote: > Thanks Alejandro. > I can also get the linkedin page. > Looking closer, I think it may only be a problem for basic auth which gives > a pop-up login box. Rather old fashioned I know, but yo

Re: file checksums

2014-04-22 Thread Shawn Blc
I'm guessing that most people that download files have no idea about MD5 and checksums let alone know how to verify the integrity of the download. Besides the geeks around here (LiveCode geeks are awesome), could your neighbor verify the following? Probably not. 9cfec5c23c16e1fbd1a1d4bffb0e6ab2

Re: Sending mail (invisibly) from inside a Mac LC app

2014-04-03 Thread Shawn Blc
Using PHP and LiveCode together on your own server (even a shared hosting account), you could also setup a cron job to run at certain times and have the data automatically sent. On Wed, Apr 2, 2014 at 11:10 AM, Mark Talluto wrote: > On Apr 2, 2014, at 4:33 AM, Richard Miller wrote: > > > I am s

Re: I'm trying to rally the troops...

2014-03-19 Thread Shawn Blc
This would be a great feature for the Commercial version ;) Another feature to differentiate the two versions. On Wed, Mar 19, 2014 at 3:15 AM, Richmond wrote: > On 19/03/14 01:47, la...@significantplanet.org wrote: > >> Hello Everyone, >> >> Over a year ago I wrote to RR and suggested they a

Re: Cocoa

2014-03-09 Thread Shawn Blc
If you think the RunRev staff aren't interested in full-filling the KS campaign goals, then take a look at the latest newsletter. http://newsletters.livecode.com/march/issue167/ According to Kevin: *Surprises to come?* All these statistics are particularly impressive when you consider the many y

Re: How to set "Set as stack Menu bar"?

2014-03-04 Thread Shawn Blc
--- available in the Stacks section of RevNet - in the IDE see Development->Plugins->GoRevNet --- Just don't click on Tips. I've actually never explored this goRevNet section ... thanks for mentioning it. Just don't click on TIPS (at least in 6.6 dp1) On Mon, Mar 3, 2014 at 8:39 AM, Richard Ga

Re: Crowd Funding Enhancements

2014-02-28 Thread Shawn Blc
I'm all for backing another crowd sourcing, as long as the features are attainable within X amount of time and there's a list of said features before hand. I like some of the ideas put forth before me. +1 On Fri, Feb 28, 2014 at 5:04 PM, J. Landman Gay wrote: > You'll have to fight with the "

Re: Support for Windows XP - Found word(s) list error in the Text body

2014-02-26 Thread Shawn Blc
Yup. I agree. My Mackbook Pro with retina has 16 GB RAM glued to the motherboard, as well as the SD card. Order as you want it, because nothing can be upgraded! On Wed, Feb 26, 2014 at 10:08 PM, Bob Sneidar wrote: > I suppose, but then I could call the Air a high end tablet that doesn't > ha

Re: Support for Mac OSX 10.5

2014-02-25 Thread Shawn Blc
+1 drop support. On Tue, Feb 25, 2014 at 3:04 PM, Paul Hibbert wrote: > I would be happy to see LC move on and drop support for Mac OS X 10.5 in > future, especially if they still supply LC6.6, I don't see any good reason > hold up so many other developers and their clients for the few that don

Re: [OT] SmartWatches

2013-09-07 Thread Shawn Blc
Over the years I've tried to wear a watch, tried a few expensive watches, tried a few cheap watches. I still don't wear a watch. No chance I'll be buying one. Just can't get use to having a watch a my wrist. On Sat, Sep 7, 2013 at 5:07 PM, Dr. Hawkins wrote: > On Sat, Sep 7, 2013 at 2:07 PM,

Re: Extra SQL Yoga gone

2013-08-07 Thread Shawn Blc
No problem. I forgot that as a lifetime license contributor to the kickstarter campaign that I also got licenses to SQL Yoga, MobGui and AE. Got my license keys today. LOL. On Tue, Jul 30, 2013 at 7:39 PM, James Hale wrote: > Hi all, > > The seat has gone. Thank you. > > James > >

Re: existing Double-opt in subscription solution with livecode-server?

2013-06-03 Thread Shawn Blc
Mark, the double opt-in feature is when the subscriber also receives a link to his/her email address that must be clicked. Typically the link will expire in 7 days. Once the link is clicked they have opted-in to receive your list, etc. If the link isn't clicked and expires the user is never conf

Re: [BEGINNER] Database question dbWhere

2013-06-02 Thread Shawn Blc
t;> > >> Mark Schonewille > >> > >> Economy-x-Talk Consulting and Software Engineering > >> Homepage: http://economy-x-talk.com > >> Twitter: http://twitter.com/xtalkprogrammer > >> KvK: 50277553 > >> > >> Use Color Converter to

[BEGINNER] Database question dbWhere

2013-06-02 Thread Shawn Blc
I have this: on mouseUP put "1" into tDataA["fldStatus"] dbWhere "fldOn", fldOn -- fldOn should equal fldOn in the database put dbUpdate ("contacts", tDataA) into tResult end mouseUP Basically what I want is to make sure that in the dbWhere statement that fldOn from t

Re: Datagrid - reference an image in a column that's stored in a database

2013-05-22 Thread Shawn Blc
Tried this, but isn't working.: *on* FillInData pDataArray *set* the filename of image "fldColImage" of me to pDataArray[" http://mydomain.com/image.png";] *end* FillInData On Wed, May 22, 2013 at 8:49 PM, Shawn Blc wrote: > Thanks Pete, could you give me a s

Re: Datagrid - reference an image in a column that's stored in a database

2013-05-22 Thread Shawn Blc
lInData handler of the ColPic column to use the link to > binary read the image into a variable and set the text of your image to the > variable. > > There could be problems if your images are of different dimensions. > > Pete > lcSQL Software <http://www.lcsql.com> > &

Datagrid - reference an image in a column that's stored in a database

2013-05-22 Thread Shawn Blc
I have a datagrid. Using a MySQL database. In one field of the database I'm storing the image link example: http://forums.runrev.com/styles/prosilver/imageset/site_logo.gif How do I go about showing that image in a column of my datagrid? For instance if I have a column called colPic how would

Re: [BEGINNER] Using DBLib and MySQL

2013-05-22 Thread Shawn Blc
I get an error on that line: *put* dbInsert("names", tDataA) into tResult Going to register now on your forum. On Wed, May 22, 2013 at 8:21 AM, Shawn Blc wrote: > Thank you Andre. I'll start posting my related questions on your forum. > I'll give that a shot and

Re: [BEGINNER] Using DBLib and MySQL

2013-05-22 Thread Shawn Blc
Thank you Andre. I'll start posting my related questions on your forum. I'll give that a shot and update you. Thank you for the quick response! On Wed, May 22, 2013 at 8:19 AM, Andre Garzia wrote: > On Wed, May 22, 2013 at 10:06 AM, Shawn Blc > wrote: > > > put

[BEGINNER] Using DBLib and MySQL

2013-05-22 Thread Shawn Blc
I'm using DBLib and I'm having trouble inserting into a MySQL database. My database connection is working. My database name: names Table name: names My table fields are: fldID fldFullName fldEmailAddress fldRegistered My controls on my form are: fldFullName fldEmailAddress fldRegistered My

Re: Dictionary Server nonsense.

2013-05-20 Thread Shawn Blc
In the meantime you can use BvG Docu 2, that's what I'm doing. http://bjoernke.com/?target=bvgdocu On Mon, May 20, 2013 at 6:44 AM, Richmond wrote: > On 05/20/2013 02:31 PM, Mark Schonewille wrote: > >> Hi Richmond, >> >> I think this is only for downloading user comments. >> > > Probably: but

Re: Dictionary Server Error

2013-05-19 Thread Shawn Blc
rting the LC IDE by double clicking my installation stack (so only when > installing and only when the IDE isn't already running), I'm working on a > new version which fixes this, and some small render issues. > > > > > > If you can't get it to run, just shoo

Re: Dictionary Server Error

2013-05-19 Thread Shawn Blc
ion of LC but it's worked with every > version of LC I've tried it with. Bjornke may respond but I think the only > time there are isseus is if the format of the dictionary changes > > Pete > lcSQL Software <http://www.lcsql.com> > > > On Sun, May 19, 2013

Re: How to clear the cache

2013-05-19 Thread Shawn Blc
mp; the Result &CR&CR after field "F" -- > just for testing > get URL tURL >if the result is empty then > put the millisecs &&"success" &CR after field "F" >else > put the millisecs && the result &CR

Re: Dictionary Server Error

2013-05-19 Thread Shawn Blc
> ASAP. > >> Try to give good demo with this happening! > >> > >> Server people, wake up! Odin is down. http://on-rev.com is 404. > >> > >> > >> On May 18, 2013, at 7:37 PM, Shawn Blc wrote: > >> > >>> When I click on

Re: How to clear the cache

2013-05-19 Thread Shawn Blc
19, 2013 at 9:06 AM, Alex Tweedly wrote: > > unload URL tURL > > or if you prefer make the URL vary each time > > add 1 to tCount > put > ("http://mydomain.com/**theurlname.lc?count=<http://mydomain.com/theurlname.lc?count=>" > & tCount) into tURL >

How to clear the cache

2013-05-19 Thread Shawn Blc
I have a little script to check for an internet connection. Problem is that if I take this little script out of the preOpenCard and put it into a button the results are the same. It keeps the last state, regardless if I disconnect my wifi or not. I'm thinking that the URL that I'm connecting to

Dictionary Server Error

2013-05-18 Thread Shawn Blc
When I click on the dictionary I'm getting something that looks like the following in the message box (this goes on for several lines). Anyone else getting this error? It's a pain in the rear. Any fix? The following server error was encountered:

Re: Odin down again ?

2013-05-18 Thread Shawn Blc
Odin is still down. Drink up. ;) On Sat, May 18, 2013 at 1:23 PM, John Dixon wrote: > Thanks Mike... Oh well, off to the pub ! > > > Date: Sat, 18 May 2013 11:47:42 -0600 > > Subject: Re: Odin down again ? > > From: bonnm...@gmail.com > > To: use-livecode@lists.runrev.com > > > > Yep. Odin is

Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-18 Thread Shawn Blc
Got delete working too. Now I need to spice it up a bit. On Sat, May 18, 2013 at 12:00 AM, Shawn Blc wrote: > Thank you Mr. Eller. How about delete file from remote server? > > I have this, but not working. Can't find anything on nabble. > > *delete* URL (&quo

Re: [BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Shawn Blc
ut it's as easy as: > > if there is a file "c:/test.txt" then >answer "file exists" > else >answer" file doesn't exist" > end if > > ~Roger > On May 17, 2013 11:54 PM, "Shawn Blc" wrote: > > > How can I chec

Re: [RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread Shawn Blc
True. New Orleans, or Atlanta GA would be fine with me. On Fri, May 17, 2013 at 10:59 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > A place hopefully in a hub city. Otherwise it's a minimum two-hop flight > from everywhere. > > > On Fri, May 17,

[BEGINER] How can I check the local machine to see if a file exists

2013-05-17 Thread Shawn Blc
How can I check the local machine to see if a file exists? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-

[RevLive] RevLive 13 is wrapped up. Any location planned for RevLive 14?

2013-05-17 Thread Shawn Blc
Since RevLive 13 is now wrapped up, except for those few meandering souls liquored up on Scotland's finest. I'm wondering if there's a location picked out for RevLive 14? Personally, I'd like to see a US location, preferably some where in the southern US (New Orleans, Biloxi, , Mobile, Pensacola,

Re: 5.5.4 Activation

2013-05-17 Thread Shawn Blc
Right now I'm having problems activating 6.0.1 commercial. Even after downloading the offline license file it won't activate, instead I get a message that it's an invalid license file. What a pain in the rear. On Thu, May 16, 2013 at 1:10 PM, Matthias Rebbe < matthias_livecode_150...@m-r-d.de>

Has anyone had problems with 6.0.1 Commercial activating

2013-05-17 Thread Shawn Blc
Has anyone had problems with 6.0.1 Commercial activating? I even tried downloading the offline license file and get a message that it's an invalid license file. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: Message Box spurious messages

2013-05-15 Thread Shawn Blc
Same here on 6.0.1 Build 1513 Commercial. On Wed, May 15, 2013 at 2:23 AM, Pierre Sahores wrote: > Same here (LC 5.5.4, Mac OS X 10.7.5). > > Le 15 mai 2013 à 01:18, Cal Horner a écrit : > > > > > This Message Box message started appearing yesterday for no apparent > reason: > > "Message executi

Re: Simultast Login Information

2013-05-14 Thread Shawn Blc
May 8th 0906am was the timestamp. It was in an email for KickStarter backers. On Monday, May 13, 2013, Matthias Rebbe wrote: > Hi, > > Did anyone of the simulcast users already receive her/his login details? > > Regards, > > Matthias > > > ___ > use-l

Re: Simultast Login Information

2013-05-13 Thread Shawn Blc
Yes. On Monday, May 13, 2013, Matthias Rebbe wrote: > Hi, > > Did anyone of the simulcast users already receive her/his login details? > > Regards, > > Matthias > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this

Re: [OT - I remembered this time]: here we go

2013-05-08 Thread Shawn Blc
+1. Awesome story, lol. On Wed, May 8, 2013 at 11:08 AM, Peter Haworth wrote: > My friend and ex bandmate David Brewer is a bagpiper and told me this > story. > > As a bagpiper, I play many gigs. Recently I was asked by a funeral > director to play at a graveside service for a homeless man. He

Re: [OFF] The Competition

2013-05-08 Thread Shawn Blc
I'm glad that I chose LC over RB. :)I'm a LiveCoder for the long haul. On Wed, May 8, 2013 at 2:32 PM, Mark Wieder wrote: > I wrote: > > > Maybe cutting the price in half > > Dang. I misread the chart. Never mind. > > -- > Mark Wieder > mwie...@ahsoftware.net > > > >

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-08 Thread Shawn Blc
Bug Report: http://quality.runrev.com/show_bug.cgi?id=10896 On Wed, May 8, 2013 at 12:26 PM, J. Landman Gay wrote: > On 5/8/13 7:05 AM, André Bisseret wrote: > > With the new standalone as well but only until I tried to quit it. >> Then I got a crash (?) : I mean the screen of my mac (10.6.8)

Re: [OFF] The Competition

2013-05-08 Thread Shawn Blc
Link: http://www.realsoftware.com/support/faq_xojo.php On Wed, May 8, 2013 at 1:54 PM, Richard Gaskin wrote: > > > Links or it didn't happen. ;) > > ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
I'll do that with the next crash and post the bug report# On Tue, May 7, 2013 at 6:20 PM, J. Landman Gay wrote: > On 5/7/13 4:36 PM, Shawn Blc wrote: > >> By the way ... I'm on a MAC, running OSX 10.8.3, 16 GB memory. >> > > Mac OS X 10.7.5 here. > >

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
Another crash. FWIW here's the first few lines of the crash report again. Process: LiveCode-Commercial [21436] Path:/Applications/LiveCode 6.0.1.app/Contents/MacOS/LiveCode-Commercial Identifier: com.runrev.livecode Version: 6.0.1-rc-1.1512 (6.0.1-rc-1.1512) Code

Re: [BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Shawn Blc
2013 at 6:03 PM, Jacques Hausser >wrote: > > > Shawn, > > > > the hilitedButtonName is a recognized property - the hilitedButtonLabel > > apparently doesn't exist. You'll have to "put the label of the > > hilitedButton […] instead. > > At least I t

Re: [BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Shawn Blc
; > into gStudentAnswerQ6 > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > > > On 5/7/13 2:52 PM, "Shawn Blc" wrote: > > >*put* the hilitedButtonLabel of *group* "grpA6" into gStude

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
Ok here's the first few lines of my crash report. Notice in the crash report it says build 1512, but in LC it actually says build 1513 (probably nothing to do with the crash though). When this crash occurred just moments ago I just ungrouped a group, then regrouped the group of radio buttons. FW

[BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Shawn Blc
*put* the hilitedButtonLabel of *group* "grpA6" into gStudentAnswerQ6 Is there a reason why hilitedButtonLabel doesn't work, but hilitedButtonName does? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
There's a wise guy in every group. ;) On Tue, May 7, 2013 at 4:40 PM, Dr. Hawkins wrote: > On Tue, May 7, 2013 at 2:24 PM, Shawn Blc wrote: > > I'm definitely getting crashes. Just happened again! I haven't noticed > > anything in particular on why the cras

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
By the way ... I'm on a MAC, running OSX 10.8.3, 16 GB memory. On Tue, May 7, 2013 at 4:35 PM, Shawn Blc wrote: > Jacques, I can't tell exactly what I'm doing to cause the crashes, at > least not yet, I have about 15 cards in my stack and three images, several > radio

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
h interfacing with google maps. Can you tell what exactly you are doing ? > > Jacques > > Le 7 mai 2013 à 23:07, "J. Landman Gay" a > écrit : > > > On 5/7/13 3:40 PM, Shawn Blc wrote: > >> Anyone else experiencing crashes with Commercial Build 1513? >

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
27;s the problem though. On Tue, May 7, 2013 at 4:07 PM, J. Landman Gay wrote: > On 5/7/13 3:40 PM, Shawn Blc wrote: > >> Anyone else experiencing crashes with Commercial Build 1513? >> >> In the last three days I must have over 10 crashes with Commercial Build >> 1

Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
Anyone else experiencing crashes with Commercial Build 1513? In the last three days I must have over 10 crashes with Commercial Build 1513. Anyone experiencing several crashes? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

RE: [BEGINNER] What could cause a radio button not to hilite?

2013-05-07 Thread Shawn Blc
I got it. Before I grouped the buttons I didn't have 'auto hilite' ticked. Once I did that and regrouped the group it fixed my problem. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manag

[BEGINNER] What could cause a radio button not to hilite?

2013-05-07 Thread Shawn Blc
[BEGINNER] What could cause a radio button not to hilite? In my property profiles I have the group enabled, select grouped controls, hilite one radio button at a time, etc. Same properties as a previous card, but for some reason on this card I can't hilite a radio button. Any ideas on what could

Re: Can someone explain scroll view to newb

2013-05-07 Thread Shawn Blc
right handle up and to the left. Now > select the browse tool, and scroll around the group, showing the various > buttons that were cut off when you resized. > > > Is this what you were getting at? > > > Craig Newman > > > > -Original Message- > From: S

Can someone explain scroll view to newb

2013-05-06 Thread Shawn Blc
I have a card with many labels, text fields and radio buttons. In order for this to be seen and eventually printed I'd like to be able to have users scroll and answer the questions. I've tried the scroll field, and adding a group but can't get it working. Can someone explain scroll view and how

Re: Can a radio button be multi-line or wrapped?

2013-05-06 Thread Shawn Blc
That helped me out. Thank you Randy. On Sun, May 5, 2013 at 4:16 PM, Randy Hengst wrote: > Yes…. in the message box type: > > set the label of button "RadioDemo" to "this is one" & return & "long > button label" > > be well, >

Can a radio button be multi-line or wrapped?

2013-05-05 Thread Shawn Blc
Can a radio button be multi-line or wrapped? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LiveCode Beginner Question

2013-05-04 Thread Shawn Blc
3 at 8:57 PM, Glen Bojsza wrote: > set the hilitedbutton of grp "grpA1" to none > > also if not on the card where the object is reference it by object and then > card... > > set the hilitedButton of grp "grpA2" of card "question2" to none > > Is this

Re: LiveCode Beginner Question

2013-05-04 Thread Shawn Blc
Thanks. I updated the thread, but still no luck. On Sat, May 4, 2013 at 7:24 PM, Peter Haworth wrote: > Just posted on the forum. > > Pete > lcSQL Software <http://www.lcsql.com> > > > On Sat, May 4, 2013 at 4:58 PM, Shawn Blc wrote: > > > Can someone

LiveCode Beginner Question

2013-05-04 Thread Shawn Blc
Can someone help me out with this? Link: http://forums.runrev.com/viewtopic.php?f=7&t=15030 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lis

Re: Is there a way to wrap text in a text entry field?

2013-04-24 Thread Shawn Blc
@Devin, way easier than I thought it was going to be. Thank you very much! On Wed, Apr 24, 2013 at 1:23 PM, Shawn Blc wrote: > I'll give that a shot. Thanks! > > > On Wed, Apr 24, 2013 at 1:09 PM, Devin Asay wrote: > >> >> On Apr 24, 2013, at 11:09 AM

Re: Question: Scrollable area with multiple choice questions using radio buttons

2013-04-24 Thread Shawn Blc
That's exactly what I was talking about, perhaps not making myself clear enough though. Thank you. On Wed, Apr 24, 2013 at 1:02 PM, Devin Asay wrote: > > On Apr 24, 2013, at 11:25 AM, Shawn Blc wrote: > > > Devin, so using text fields isn't an option huh? I'll

Re: Is there a way to wrap text in a text entry field?

2013-04-24 Thread Shawn Blc
I'll give that a shot. Thanks! On Wed, Apr 24, 2013 at 1:09 PM, Devin Asay wrote: > > On Apr 24, 2013, at 11:09 AM, Shawn Blc wrote: > > > Craig, > > > > My questions are in a text input field, words are average size words. > This > > still has m

Re: Question: Scrollable area with multiple choice questions using radio buttons

2013-04-24 Thread Shawn Blc
d that would be a great learning project. Much to > handle, but all at the novice level. DataGrids have all that built-in, but > they are complex, and you would learn much less, even after you got it > running the way you want. > > > > Do both. > > > Craig Newman > > &

Re: Anyone else having issues with the LiveCode Forum?

2013-04-24 Thread Shawn Blc
By the way, just checked the forum again. It seems like somebody got it straightened out or lightened the load. Probably a lovely Apache issue running at 100%. On Wed, Apr 24, 2013 at 12:24 PM, Richmond wrote: > On 04/24/2013 07:48 PM, Shawn Blc wrote: > >> Anyone else having is

Re: Anyone else having issues with the LiveCode Forum?

2013-04-24 Thread Shawn Blc
The damn page doesn't load up, or loads up a quarter of the page and freezes. ;) lol On Wed, Apr 24, 2013 at 12:24 PM, Richmond wrote: > On 04/24/2013 07:48 PM, Shawn Blc wrote: > >> Anyone else having issues loading th

  1   2   >