Re: leap to future

2016-02-23 Thread Shawn Blc
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 <shawnlivec...@gmail.com>: > > > > Well, when I launched LC and try to build HTML 5, I have a button that

Re: leap to future

2016-02-23 Thread Shawn Blc
6 at 9:16 PM, Shawn Blc <shawnlivec...@gmail.com> > wrote: > > > I purchased a lifetime license on the kickstarter campaign... Cheated! > > > > How have you come to that conclusion. Didn't you receive an email on or > about 23Jul14 from Kevin stating: > > As y

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

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

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 richmondmathew...@gmail.com 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

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 *find*

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

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
quote with space in tText replace https://; with (--myTag-- https://;) in tText replace space with CR in tText replace --myTag-- with CR in tText filter tText with https://; * put tText into fld 2 -- should be a list of URLs end mouseUp Phil On 1/16/15 12:19 PM, Shawn

Re: Find all links in fld

2015-01-16 Thread Shawn Blc
wrote: On 1/16/2015 4:09 PM, Shawn Blc wrote: Phil that was the one that worked like I was hoping. Thanks John and Phil! Don't need the extra Php file now! Here's another way: on mouseUp put fld 1 into tText put 0 into tSkip repeat get offset(https://www.domainb.com

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 shawnlivec...@gmail.com 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

Getting the URL out of ![CDATA[

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. ![CDATA[ https://www.otherDomainName.com/show.php?l=0u=56id=001 ]] My brain is about to explode. ___ use-livecode mailing list

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

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 richmondmathew...@gmail.com wrote: On

[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

[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

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

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: M

2014-08-13 Thread Shawn Blc
Φ On Wed, Aug 13, 2014 at 4:43 PM, Dr. Hawkins doch...@gmail.com 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

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 jac...@hyperactivesw.com 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

Re: [OT] Database Engine Comparison

2014-05-23 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 lan.kc.macm...@gmail.com 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

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 exehttp://forums.runrev.com/viewtopic.php?f=7t=20530#p104291 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

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

2014-05-23 Thread Shawn Blc
) 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 schrieb Shawn Blc shawnlivec...@gmail.com: Launching a stack that resides on the server from an exehttp://forums.runrev.com

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.

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 s.morecr...@qut.edu.au 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

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 use...@canelasoftware.comwrote: On Apr 2, 2014, at 4:33 AM, Richard

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 richmondmathew...@gmail.comwrote: On 19/03/14 01:47, la...@significantplanet.org wrote: Hello Everyone, Over a year ago I wrote to RR

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

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

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 jac...@hyperactivesw.comwrote: You'll

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 bobsnei...@iotecdigital.comwrote: I suppose, but then I could call the Air a high

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 paulhibb...@mac.com 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

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 doch...@gmail.com wrote: On Sat, Sep 7,

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 ja...@thehales.id.au wrote: Hi all, The seat has gone. Thank you.

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

[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 the form

Re: [BEGINNER] Database question dbWhere

2013-06-02 Thread Shawn Blc
projects. Contact me for a quote. On 2 jun 2013, at 13:48, Shawn Blc wrote: 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

[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

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 an...@andregarzia.com wrote: On Wed, May 22, 2013 at 10:06 AM, Shawn Blc shawnlivec...@gmail.com

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 shawnlivec...@gmail.com wrote: Thank you Andre. I'll start posting my related questions on your forum. I'll give that a shot and update

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: Datagrid - reference an image in a column that's stored in a database

2013-05-22 Thread Shawn Blc
the FillInData 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 On Wed, May 22, 2013 at 5:29 PM, Shawn Blc

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 shawnlivec...@gmail.com wrote: Thanks Pete, could you give me a short

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 richmondmathew...@gmail.comwrote: On 05/20/2013 02:31 PM, Mark Schonewille wrote: Hi Richmond, I think this is only for downloading user comments.

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

Re: How to clear the cache

2013-05-19 Thread Shawn Blc
to tCount put (http://mydomain.com/**theurlname.lc?count=http://mydomain.com/theurlname.lc?count= tCount) into tURL and use that URL. -- Alex. On 19/05/2013 12:59, Shawn Blc wrote: I have a little script to check for an internet connection. Problem is that if I take this little script

Re: Dictionary Server Error

2013-05-19 Thread Shawn Blc
PM, Shawn Blc shawnlivec...@gmail.com wrote: 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

Re: How to clear the cache

2013-05-19 Thread Shawn Blc
, Shawn Blc wrote: Alex, I added your idea of varying the URL each time, but still not able to get the script to work correctly. See below. For instance, on my mac, when I disable wifi I shouldn't be able to connect, when I enable my wifi I should be able to connect. What's wrong with my

Re: Dictionary Server Error

2013-05-19 Thread Shawn Blc
it with that version 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 at 2:30 PM, Shawn Blc shawnlivec...@gmail.com wrote

Re: Dictionary Server Error

2013-05-19 Thread Shawn Blc
. On May 18, 2013, at 7:37 PM, Shawn Blc shawnlivec...@gmail.com wrote: 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

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 shawnlivec...@gmail.com 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 (http

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 dixo...@hotmail.co.uk 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.

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:

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

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

[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,

[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:

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, 2013 at 8:22 PM, Shawn Blc

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

2013-05-17 Thread Shawn Blc
, but 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 shawnlivec...@gmail.com wrote: How can I check the local machine to see if a file exists

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 s...@sahores-conseil.comwrote: 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:

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-livecode

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 javascript:; Please visit this

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 ambassa...@fourthworld.comwrote: Links or it didn't happen. ;) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

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 jac...@hyperactivesw.comwrote: 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

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 mwie...@ahsoftware.net wrote: I wrote: Maybe cutting the price in half Dang. I misread the chart. Never mind. -- Mark Wieder mwie...@ahsoftware.net

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 p...@lcsql.com 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

Re: Can someone explain scroll view to newb

2013-05-07 Thread Shawn Blc
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: Shawn Blc shawnlivec...@gmail.com To: How to use LiveCode use-livecode@lists.runrev.com Sent

[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

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

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

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
. On Tue, May 7, 2013 at 4:07 PM, J. Landman Gay jac...@hyperactivesw.comwrote: 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 1513. Anyone experiencing several crashes

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Shawn Blc
maps. Can you tell what exactly you are doing ? Jacques Le 7 mai 2013 à 23:07, J. Landman Gay jac...@hyperactivesw.com a écrit : 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

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 shawnlivec...@gmail.com 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
There's a wise guy in every group. ;) On Tue, May 7, 2013 at 4:40 PM, Dr. Hawkins doch...@gmail.com wrote: On Tue, May 7, 2013 at 2:24 PM, Shawn Blc shawnlivec...@gmail.com wrote: I'm definitely getting crashes. Just happened again! I haven't noticed anything in particular on why

[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,

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.

Re: [BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Shawn Blc
Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 5/7/13 2:52 PM, Shawn Blc shawnlivec...@gmail.com wrote: *put* the hilitedButtonLabel of *group* grpA6 into gStudentAnswerQ6 Is there a reason why hilitedButtonLabel doesn't work, but hilitedButtonName does

Re: [BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Shawn Blc
, Shawn Blc shawnlivec...@gmail.com a écrit : *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

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: 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 jac...@hyperactivesw.comwrote: 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. If you open a bug report

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 iowahen...@mac.com wrote: Yes…. in the message box type: set the label of button RadioDemo to this is one return long button label be well, randy - On May 5, 2013, at 4:08 PM, Shawn Blc wrote

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

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

LiveCode Beginner Question

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

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 p...@lcsql.com wrote: Just posted on the forum. Pete lcSQL Software http://www.lcsql.com On Sat, May 4, 2013 at 4:58 PM, Shawn Blc shawnlivec...@gmail.com wrote: Can someone help me out

Re: LiveCode Beginner Question

2013-05-04 Thread Shawn Blc
gboj...@gmail.com 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 what you are looking for? On Sat, May 4, 2013 at 7:58 PM, Shawn Blc

Re: What am I doing wrong here?

2013-04-24 Thread Shawn Blc
I have the link to the stack here http://forums.runrev.com/viewtopic.php?f=7t=14895 On Wed, Apr 24, 2013 at 1:03 AM, Igor de Oliveira Couto i...@semperuna.comwrote: Quick guess: On 24/04/2013, at 3:33 PM, Shawn Blc shawnlivec...@gmail.com wrote: *on* mouseUp *if* grpA1

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

2013-04-24 Thread Shawn Blc
Is there a way to wrap text in a text entry field? For example: put gQ1 into field fldQD1 wrap text -- is what I want to do. I see the don't wrap text in the property inspector, but it's not wrapping my text when unchecked. ___ use-livecode mailing

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

2013-04-24 Thread Shawn Blc
richmondmathew...@gmail.comwrote: On 04/24/2013 01:07 PM, Shawn Blc wrote: Is there a way to wrap text in a text entry field? For example: put gQ1 into field fldQD1 wrap text -- is what I want to do. I see the don't wrap text in the property inspector, but it's not wrapping my text when

Question: Scrollable area with multiple choice questions using radio buttons

2013-04-24 Thread Shawn Blc
How do I go about using a scrolling able with several questions and using radio buttons for the answers? With some help I can fill up a card, but since I have several more questions instead of using separate cards I'd like to use a scrollable area. Any input will help this newbie greatly.

Anyone else having issues with the LiveCode Forum?

2013-04-24 Thread Shawn Blc
Anyone else having issues loading the LiveCode forums? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

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

2013-04-24 Thread Shawn Blc
Message- From: Shawn Blc shawnlivec...@gmail.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Wed, Apr 24, 2013 6:49 am Subject: Re: Is there a way to wrap text in a text entry field? Something that seems so simple is so damn complicated. I'll mess with it for another 4

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

2013-04-24 Thread Shawn Blc
In gQ1 is my question, same for gQ2, etc... on the page where I'm checking the answers I'm putting those questions into field fldQD1 etc. On Wed, Apr 24, 2013 at 12:09 PM, Shawn Blc shawnlivec...@gmail.com wrote: Craig, My questions are in a text input field, words are average size words

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

2013-04-24 Thread Shawn Blc
Devin, so using text fields isn't an option huh? I'll check out DGs. On Wed, Apr 24, 2013 at 12:16 PM, Devin Asay devin_a...@byu.edu wrote: On Apr 24, 2013, at 10:51 AM, Shawn Blc wrote: How do I go about using a scrolling able with several questions and using radio buttons

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 richmondmathew...@gmail.comwrote: On 04/24/2013 07:48 PM, Shawn Blc wrote: Anyone else having issues loading the LiveCode forums

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 richmondmathew...@gmail.comwrote: On 04/24/2013 07:48 PM, Shawn Blc wrote: Anyone

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

2013-04-24 Thread Shawn Blc
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 -Original Message- From: Shawn Blc shawnlivec...@gmail.com To: How to use LiveCode

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 devin_a...@byu.edu 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 me confused. I can stretch the text

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 devin_a...@byu.edu wrote: On Apr 24, 2013, at 11:25 AM, Shawn Blc wrote: Devin, so using text fields isn't an option huh? I'll check out DGs

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 shawnlivec...@gmail.com wrote: I'll give that a shot. Thanks! On Wed, Apr 24, 2013 at 1:09 PM, Devin Asay devin_a...@byu.edu wrote: On Apr 24, 2013, at 11:09 AM, Shawn

Re: Has any of the KS video tutorials been released yet?

2013-04-20 Thread Shawn Blc
for those that didn't pledge for them on KS. Shawn Blc shawnlivec...@gmail.com wrote: Has any of the new KS video tutorials been released yet? If so, will they appear in my account or is there a link? Regards, Shawn ___ use-livecode mailing

  1   2   >