Re: Data From MySQL to SQLite

2013-05-23 Thread Devin Asay
nsert the values at each step of the loop, but > that's time consuming if you have a remote db. I didn't mention that my data contains one field with long xml-formatted data, so to avoid conflicts with delimiters I have to use … revDataFromQuery(numToChar(31),numToChar

Re: Data From MySQL to SQLite

2013-05-23 Thread Devin Asay
nsert the values at each step of the loop, but > that's time consuming if you have a remote db. Richard, Thanks, I'll give that a try. Any idea if this might work for records containing binary data? I have one table with around 74 MB of data that I need to transfer over. Devin D

Data From MySQL to SQLite

2013-05-23 Thread Devin Asay
Hi all, I have an ongoing need to populate some SQLite tables with data stored in a MySQL database. The parallel table structures in both db systems are created; I just need to move the data. I can figure out how to write the queries, but before I spend a lot of time I thought I'd check to see

Re: Drag and Drop

2013-05-09 Thread Devin Asay
b is active (thus you > can't do cursor updates and provide user feedback), and you can't "grab" > an object across stacks. That's mostly true, Scott. The only mouse message that gets sent during a grab is mouseMove. So you can check location, within() and other things durin

Re: Drag and Drop

2013-05-09 Thread Devin Asay
of grc "dropSpot" of me set the icon of btn "downArrowBtn" to "downarrowlite" end dragDrop on dragLeave # yet more eye candy set the backcolor of grc "dropSpot" of me to the startingBackColor of grc "dropSpot" of me set the ic

Re: Beginners questions subject headers

2013-05-08 Thread Devin Asay
e: >> It needs to be re-compiled for LC 4.5.1. > > Ha! How'd you know? Obviously you told him tomorrow! D Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: US at conference?

2013-05-08 Thread Devin Asay
y > will also be there next week? I'll be there, but solo this time. :( Looking forward to visiting E-burgh again! Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev

Re: Anyone else experiencing crashes with Commercial Build 1513?

2013-05-07 Thread Devin Asay
5.5.4, but I'll try to focus on it after RevLive. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: [BEGINNER] hilitedButtonName and hilitedButtonLabel

2013-05-07 Thread Devin Asay
ange than its name. Sounds like a design decision in the original MetaCard engine. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: User notes in dictionary

2013-05-03 Thread Devin Asay
On May 3, 2013, at 11:26 AM, J. Landman Gay wrote: > On 5/3/13 11:11 AM, Devin Asay wrote: >> >> On May 2, 2013, at 4:51 PM, >> wrote: >> >>> >>> >>> I think I asked this a few years ago. >>> I am using 5.5.4, but certain user

Re: User notes in dictionary

2013-05-03 Thread Devin Asay
amples icon on toolbar.) 2. Quit 5.5.4, relaunch. User notes now appear. HTH Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

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

2013-04-24 Thread Devin Asay
Fld" put the topLeft of fld "myFld" into tAnchorPt set the height of fld "myFld" to the formattedHeight of fld "myFld" set the topLeft of fld "myFld" to tAnchorPt HTH Devin Devin Asay Office of Digital Humanities Brigham Young University ___

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

2013-04-24 Thread Devin Asay
hope I'm not being either too basic or assuming too much about how much you know about LiveCode. Anyway, give it a try. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.ru

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

2013-04-24 Thread Devin Asay
rev.com/s/lessons/tags?tag=Data+Grid What you want is a DG Form (as opposed to a table.) HTH Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

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

2013-04-24 Thread Devin Asay
7;s not wrapping > my text when unchecked. Shawn, What is in gQ1? If there are no white space characters in the text it won't wrap, even if dontWrap is false. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-li

CEO's Open Source Beard Documented

2013-04-19 Thread Devin Asay
Kevin MIller follows through on important pledge made during the Kickstarter campaign: http://www.runrev.com/newsletter/april/issue151/newsletter3.php Like. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode

Re: put URL destroys my file

2013-04-18 Thread Devin Asay
t. That's probably a good choice. You're right, after OS X 10.6 creator codes don't matter so much; the proper extension is most important. > Thanks for the update of your helpful web site Hope it was useful. Regards, Devin Devin Asay Office of Digital Humanities Brigha

Re: put URL destroys my file

2013-04-17 Thread Devin Asay
et the fileType to "ddskudif" I would be interested to know what you discover. For more information see http://livecode.byu.edu/helps/file-creatorcodes.php Regards, Devin Devin Asay Office of Digital Humanities Brigham Young University ___ u

Re: sending a utf8 query to MySQL from LiveCode stack

2013-04-12 Thread Devin Asay
sending SQL statements to a database. The way I've always handled unicode data in MySQL is to unidecode everything to UTF-8, insert/update it to the database (so it essentially is stored as ascii), then reverse the process to retrieve it and display it in LiveCode fields. If I need to do text c

Re: [iOS] Recording video

2013-04-11 Thread Devin Asay
On Apr 11, 2013, at 4:07 PM, Monte Goulding wrote: > > On 12/04/2013, at 8:05 AM, Devin Asay wrote: > >> Is there any support out of the box for video recording on mobile, or does >> that require a 3rd party extension? > > mergAV ;-) I figured as much! All

[iOS] Recording video

2013-04-11 Thread Devin Asay
Is there any support out of the box for video recording on mobile, or does that require a 3rd party extension? Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Retrieving gif data from a RESTful map server

2013-04-11 Thread Devin Asay
ok, Finder, Preview, > and even Safari know how to reassemble them properly as image and mask data > for display. > > Does anyone have any ideas for getting this incoming Gif data into an image > object properly? Thanks! Try this: Set the filename of image "map"

Re: Open Livecode Login

2013-04-10 Thread Devin Asay
tivation, as we can with the previous versions. Regards, Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: positioning graphics in relation to a line in a text field

2013-04-02 Thread Devin Asay
; Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______ > use-livecode m

Re: positioning graphics in relation to a line in a text field

2013-04-01 Thread Devin Asay
On Apr 1, 2013, at 2:47 PM, Mark Wieder wrote: > Devin Asay writes: > >> Would the selectedRect of a text chunk do what you want? > > Yeah, wouldn't that be nice? > Is there an enhancement request for this? Right now it's a bit of a > complicated > algori

Re: positioning graphics in relation to a line in a text field

2013-04-01 Thread Devin Asay
tion the graphics in relation to a given line in a > field on the fly? Curt, Would the selectedRect of a text chunk do what you want? I could imagine locking the screen, getting the selectedRect, drawing the box based on that, then unlocking the screen. Devin Devin Asay

Re: Android - Resizing images opened by photo picker

2013-03-27 Thread Devin Asay
On Mar 21, 2013, at 3:15 PM, Monte Goulding wrote: > > On 22/03/2013, at 8:08 AM, Devin Asay wrote: > >> The mobilePickPhoto command lets you choose a photo either from the device's >> photo gallery library or take a photo with the camera. In iOS >>

Android - Resizing images opened by photo picker

2013-03-21 Thread Devin Asay
roid when using mobilePickPhoto? Regards, Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Re: How to select lines in a field under a scroller in IOS

2013-03-19 Thread Devin Asay
unds like you're just using a LiveCode field wrapped in an iOS scroller. You should just be able to set the autohilite and listbehavior properties to true on the LiveCode field and have them hilight in the iOS app. Or am I misunderstanding what you're doing? Devin Devin Asay Office of

Re: Scaling Fonts

2013-03-13 Thread Devin Asay
ailman/listinfo/use-livecode >>>>> ___ >>>>> use-livecode mailing list >>>>> use-livecode@lists.runrev.com >>>>> Please visit this url to subscribe, unsubscribe and manage your >>>>

Re: Setting button hilite in a script

2013-03-11 Thread Devin Asay
go. > > ?? Peter, This first thing I do in cases like this is check to see whether I have inadvertently created two buttons with the same name. Only the button with the lower layer will be affected. HTH Devin Devin Asay Office of Digital Humanities Brigham Young University ___

Re: about resolution independence...

2013-02-28 Thread Devin Asay
Scale modes take care of the different pixel > dimensions. > > Please let me know if I need to go not more detail! > > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subs

Re: ASCII code for Home, End, Page Up, Page Down

2013-02-27 Thread Devin Asay
> 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 Devin Asay Office of Digital Humanities Brigham You

Re: Mundane stuff - duplicate stack problem

2013-02-26 Thread Devin Asay
___ > 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 Devin Asay Office of Digit

Re: Only 11.000 missing

2013-02-26 Thread Devin Asay
ft > > Marek > > ___ > 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 Devin Asay Office of Dig

Success!!

2013-02-26 Thread Devin Asay
Just passed 100%! I went in just before that and bumped my pledge up again, just to be part of the final push. :) Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Modal vs modeless

2013-02-26 Thread Devin Asay
el and all of your interface windows to be modeless. Wait. I think I just described the LiveCode IDE. Stay tuned for more circular explanations! Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list

Re: Modal vs modeless

2013-02-26 Thread Devin Asay
mpliant choices? I don't think so. I always teach my students to add a close button (on mouseUp;close this stack;end mouseUp) BEFORE making any stack modal. But as far as HIG compliance goes, I'm far from the guru on that point. Richard G.? Now, *modeless* is a different story--it

Re: Modal vs modeless

2013-02-25 Thread Devin Asay
e-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: Kickstarter Thoughts

2013-02-25 Thread Devin Asay
>>> this happen. Discussion of a Plan B is not appropriate just now. Only by >>> remaining positive will this campaign succeed. Lets make it happen we are >>> so close! Just passed 80%. >>> >>> Kind regards, >>> >>> Kevin Devin Asay Off

Re: I'm in

2013-02-23 Thread Devin Asay
On Feb 23, 2013, at 2:55 PM, "jacques CLAVEL" wrote: > 60%! And up to #3 on kicktraq hot list! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Kickstarter at 50%

2013-02-21 Thread Devin Asay
The LiveCode Kickstarter campaign just hit 50% of the goal. Let's keep it going! Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: How to present a picklist on mobile?

2013-02-20 Thread Devin Asay
On Feb 20, 2013, at 2:25 AM, Ben Rubinstein wrote: > On 11/02/2013 18:13, Devin Asay wrote: >> I'd recommend following Elanor's excellent native scroller tutorial in the >> latest RevUP newsletter for your list. Once you've wrapped your head around >> mobil

Kickstarter £100K milestone reached!

2013-02-14 Thread Devin Asay
The Kickstarter campaign just topped the £100K mark. Congrats, RunRev, on a significant milestone. Let's all redouble our efforts (and pledges) to reach the goal! Regards, Devin Devin Asay Office of Digital Humanities Brigham Young Unive

Re: Name of UK Tech Initiative?

2013-02-13 Thread Devin Asay
. It appears to be a 60-day trial now: http://www.runrev.com/Get-Started/ Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Re: Broken Link

2013-02-13 Thread Devin Asay
> === > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: &

Re: What do you want to contribute?

2013-02-13 Thread Devin Asay
Also command + 9 for run mode and command + 0 from edit mode. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: Open Source Livecode: a few daft questions.

2013-02-11 Thread Devin Asay
>> >>> Thanks. >> >>> But that still doesn't quite explain the 're' of 'repackaged'. >> >> Or the 're' of 'reduced'. >> Or the 're' of 'relax'.

Re: How to present a picklist on mobile?

2013-02-11 Thread Devin Asay
etween these requirements.) > > Many thanks in advance, > > Ben > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > prefe

Re: Background groups

2013-02-08 Thread Devin Asay
round > property set. If I then create a new card in this stack, the background > group is on it. Will it still behave like a background group linked to the > background group in the original stack? No. > > Thanks for satisfying my curiosity! Glad to help! Devin Devin Asay Offic

Re: Kevin probably feels hurt...

2013-01-29 Thread Devin Asay
gt; Kickstarter project. Just added it to my page www.lcsql.com. >>> Pete >>> lcSQL Software <http://www.lcsql.com> >> >> Brilliant. Now I have some editing to do. >> > > Me too. Great idea. Anybody still on th

Re: Kevin probably feels hurt...

2013-01-29 Thread Devin Asay
o spend > two days with Mark. Don't worry Kevin, someone will want you too, I bet! Two thousand quatloos on the young-looking CEO! ;) Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-liv

Re: Soundex

2012-12-14 Thread Devin Asay
undex gospel. ;) Appreciate the attribution. You may notice that this is slightly modified from the original soundex algo. The modifications are intended to control for additional spelling quirks of English. Devin Devin Asay Office of Digital Huma

Re: Soundex

2012-12-14 Thread Devin Asay
Sorry, that should be "Search for soundex". Stupid auto-correct. DNA On Dec 14, 2012, at 2:25 PM, Devin Asay wrote: > I made one a while back. I just uploaded it to revOnline. Search for sounded > or look under the 'algorithm' category. > > Regards, > >

Re: Soundex

2012-12-14 Thread Devin Asay
te > lcSQL Software <http://www.lcsql.com> > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev

Re: Date Calculation

2012-11-28 Thread Devin Asay
(or subtract) the difference to item 3 of the date items, then reconvert to the date. The convert command will adjust everything properly in the case of transitions between months and years. If you can't figure it out, let me know and I'll dig through some code where I had to do this and post

Re: Sharing a little stack

2012-11-19 Thread Devin Asay
m/viewtopic.php?f=9&t=13399 > > Michael > ___ > 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/ma

Re: My Choice for President

2012-11-06 Thread Devin Asay
On Nov 6, 2012, at 3:21 PM, Mark Wieder wrote: > Jacque- > > Tuesday, November 6, 2012, 10:57:52 AM, you wrote: > >> Clearly none of you have ever spoken with some of our Scottish RR engineers. > > I can't even say RR without laughing. LOL! I mean R! Devin

Re: Transitions

2012-11-02 Thread Devin Asay
d it works great. I also like the ability to limit the transition to a specific region: lock screen for visual effect in rect (the rect of control 1) show control 1 unlock screen with visual effect wipe right HTH Devin Devin Asay Office of Digital Humanities Brigham Young University _

Re: LC Keyboard shortcuts

2012-10-31 Thread Devin Asay
subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: [OT] Girls Don't Code??

2012-10-05 Thread Devin Asay
subjects more men than women self-select to go on to advanced LiveCode programming topics. I don't worry about it; I figure they are just choosing the things that interests them the most. Just my $.02. Devin Devin Asay Office of Digital Hu

Re: Has anybody run into this problem?

2012-09-25 Thread Devin Asay
ed.) Try setting the traversalOn (Focus with keyboard in the prop inspector) to true for the button. Try handling the new textChanged message in addition to the close/exitField messages. HTH Devin Devin Asay Office of Digital Humanities Bri

Re: [OT] Looking For OS X Troubleshooting Suggestions

2012-09-14 Thread Devin Asay
Scott, I'm with Bob, Steven, Paul and others. I manage a lot of Macs, and I have often seen behavior like this on hard drives that are failing. The good news is that if you have a good backup, you can basically restore it to a new HD and be up and running. Devin Devin Asay Office of Di

Re: Close Box and Stand Alone Apps in LiveCode

2012-08-31 Thread Devin Asay
in a single file, but sometimes you can't. > Of course, the big advantage of the splash screen approach is that you can update components of the application without recompiling it (at least on desktop systems.) Devin Devin Asay Office of Digital Humanities Brigham Young University ___

Re: Checkboxes in a scrolling field.

2012-08-31 Thread Devin Asay
not use it; just the opposite! I've gotten so many great ideas from this list over the years, my posts are just a poor attempt to give back. :) Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use

Re: Checkboxes in a scrolling field.

2012-08-31 Thread Devin Asay
e "Unhecked" > < do whatever else is needed when the box is unchecked> > break > end switch > end mousedown > > All totally untested but I think would work in principle. I've done this before, and it works great. Devin Devin Asay Huma

Re: Resizing a Text Field

2012-08-28 Thread Devin Asay
t of fld "mytext" pass rawKeyUp end rawKeyUp You can also experiment with the formattedWidth of fields whose dontWrap property is true. HTH Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___

Re: The Owner of a background group

2012-08-22 Thread Devin Asay
ter the card, and handler calls will travel through them on their > way to the stack script. Card groups, both shared and unshared, do not > receive event messages because they are "on top" of the card, and engine > messages are always sent to the card. Handler calls from t

Re: Dos Ascii to Windows Ansi or Mac Roman

2012-08-06 Thread Devin Asay
nvert for me. Can >> this be done with a livecode command/function or do i have to create a >> script to replace the wrong displayed characters? Devin Asay Humanities Technology and Research Support Center Brigham Young University __

Re: Euro Symbol on Android

2012-07-11 Thread Devin Asay
e useUnicode to true) >>> >>> Any thoughts? >>> >>> Thanks in advance! >>> -Dan > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubsc

Re: Euro Symbol on Android

2012-07-11 Thread Devin Asay
gt; Thanks in advance! > -Dan > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runr

Re: OT: Tidbits from Jersey

2012-06-30 Thread Devin Asay
Those of you who left Friday missed a wild night of thunder, lightening, torrential rain, hail and tornado sirens. All power went out to the whole hotel and surrounding area around 12:30 am. As I left early this morning I had to pick my way in the dark around fallen trees and branches. Despite

Re: Arriving on Newark Airport on Monday, anyone arriving at the same time

2012-06-23 Thread Devin Asay
7;ll be more > relaxing. > > > On Jun 23, 2012, at 9:29 PM, Devin Asay wrote: > >> I'm flying into Newark but won't be there until 4:00. I'm happy to give you >> a ride if you want to wait 5 hours. ;-P > > __

Re: Arriving on Newark Airport on Monday, anyone arriving at the same time

2012-06-23 Thread Devin Asay
Code. > http://fon.nu -- minimalist url shortening service. > ___ > 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/us

Re: Playing Sounds in iOS

2012-06-21 Thread Devin Asay
e got files that are not compatible >> with iOS for whatever reason, though I believe those file types are. >> >> Chris > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this ur

Re: jumping among Mainstack and substacks isn't easy

2012-06-19 Thread Devin Asay
nt on" && the short english date & return after field > "Attendance" of card tUserName of stack "Kids" > Hint mouseUp > > - - - > I've tried building that card name temp var all sorts of way, and no > luck with me. > > > > Help greatly desire

Re: Help with Stop Record command on Win32 machines

2012-05-21 Thread Devin Asay
e is a file "test" then > import audioClip from file "test" > end if > play audioClip "test" > end mouseUp > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this u

Re: PayPal IPN & LC - and Beef Stew

2012-05-03 Thread Devin Asay
> >> Recently, I wrote: >> >>> Just received the download -- appeared to take about 15 min or so. >> >> By "received the download" I meant the download email, not the time required >> to download the PDF... >> Devin Asay H

Re: AW: AW: what to put into the standalone signature?

2012-04-03 Thread Devin Asay
g, 2. April 2012 11:40 >> An: How to use LiveCode >> Betreff: Re: AW: what to put into the standalone signature? >> >> Hi Tiemo, >> maybe this page help to understand the 'signature' codes : >> http://revolution.byu.edu/helps/file-creatorcodes.php

Re: Android 4

2012-03-26 Thread Devin Asay
On Mar 26, 2012, at 12:13 PM, J. Landman Gay wrote: > On 3/26/12 10:16 AM, Devin Asay wrote: >> Mark, >> >> I downloaded Jacque's Casey's Solitaire app to an ASUS Transformer >> Prime running Android 4.0.3 and it runs flawlessly. I have also run >> seve

Re: Android 4

2012-03-26 Thread Devin Asay
553 > > Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za > > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://li

Scripting alignment tools

2012-03-15 Thread Devin Asay
existing routines? Anybody know? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: How can I get string width?

2012-03-04 Thread Devin Asay
On Mar 4, 2012, at 7:42 PM, 吉野 孝 wrote: > Hi, Experts! > > How can I get string width? > > I would like to string width… Try the formattedWidth of [chunk]. For example: put the formattedWidth of word 2 to 5 of fld 1 into stringWidth Hope this helps. Devin Devin

Re: [iOS] Ask password not encrypted?

2012-02-28 Thread Devin Asay
On Feb 28, 2012, at 9:38 AM, J. Landman Gay wrote: > On 2/28/12 10:16 AM, Devin Asay wrote: >> It appears that the ask password form in iOS does not encrypt the >> string the user enters into the dialog as it does on the desktop. >> >> 1. Do I have this right? >&

[iOS] Ask password not encrypted?

2012-02-28 Thread Devin Asay
k" stating that "industrial strength encryption and public key cryptography" is planned for future release.) 3. Is this a bug or a feature? Thanks, Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University __

Re: Why him does not use a natural language for programming?

2012-02-24 Thread Devin Asay
nce from the vowelless thing (shades of H.P. Lovecraft) to > a real word, and then can continue with the rest of the phrase to make > sense of the statement. > I dnt knw wht yr tlkng abt. Sms prfctly ntrl to me. :) Devin Devin Asay Humanities Technology and Research Support Cent

Swipe lag

2012-02-23 Thread Devin Asay
old 1st gen iPad and the new Asus tablet, so it seems to be a problem with the LiveCode engine. Has anyone else seen this? Is there a better way to respond to swipe gestures? Regards, Devin Devin Asay Humanities Technology and Research Support Center Brigham

Swipe lag

2012-02-23 Thread Devin Asay
Hi all, Coming up for air here. :) I'm experimenting with using swipe gestures to move between cards on both iOS and Android. I set acceleratedRendering to true on preOpenStack. I am using a fairly simple script in a background group that is on every card. Here is the group script: on mouseDo

Re: How does a command find out who called it?

2012-02-01 Thread Devin Asay
der Software, Inc. >>> Email: k...@sonsothunder.com >>> Web Site: http://www.sonsothunder.com/ >>> >>> ___ >>> use-livecode mailing list >>> use-livecode@lists.runrev.com >>> Please visit this

Re: OT: Walking

2012-01-31 Thread Devin Asay
tp://lists.runrev.com/mailman/listinfo/use-livecode Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: Trouble with 'there is a'

2012-01-26 Thread Devin Asay
'the > default folder' does have a value - it's: > > C:/Program Files/RunRev/LiveCode 5.0.2 > > Puzzled > > Graham > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit

Re: best 404 ever

2012-01-20 Thread Devin Asay
> -Mark Wieder > mwie...@ahsoftware.net > > > ___ > 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-l

Re: Rev Online--User samples broken?

2012-01-10 Thread Devin Asay
e - www.altman.co.uk/emailsystems > " > > Nothing for now > [Ticket#2011120810003644] > > Le 10 janv. 2012 à 18:10, Jim Hurley a écrit : > >> Is Rev Online broken? It doesn't seem to be accepting user contributions. >&g

Re: the selection returns empty

2012-01-09 Thread Devin Asay
list field? > > ~Roger > ___ > 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 Devin

Re: sort by length of line

2011-12-11 Thread Devin Asay
hing like: > > sort myVar by the length of each > > to yield: > > xxx > > aaa Actually, Craig, what you wrote works just fine. I tried: sort lines of fld 1 by the length of each Worked a treat. Devin Devin Asay Humanities Techno

Re: [iOS] - Unwanted borders around buttons

2011-11-23 Thread Devin Asay
edObject to false > set the hiliteIcon of the selectedObject to 0 > set the hoverIcon of the selectedObject to 0 > > Could it be the armBorder in your case? > > Chris > Devin Asay Humanities Technology and Research Support Center Brigham Young University __

[iOS] - Unwanted borders around buttons

2011-11-23 Thread Devin Asay
top it. It happens both in the simulator and on a device. Anyone run into this and know how to prevent it? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University ___ use-livecode mailing list use-livecode@lists.

Re: text color

2011-11-22 Thread Devin Asay
On Nov 21, 2011, at 6:31 PM, Mike Bonner wrote: > you can "set the textcolor of the selection to red" I've been using RunRev/LC since 2001, and this is the first time I have ever heard about the selection function! Thanks Mike! Love LC. Love this list. Devin Devin Asay Hum

Re: Confused about substacks

2011-11-18 Thread Devin Asay
de@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode Devin Asay Humanities Technology and Research Support Center Brigham Young University __

Re: Auto-numbering in a field

2011-11-15 Thread Devin Asay
of, because I don't think Livecode even >> has autonumbering. Short of deleting the field and starting over (which is >> what I've had to do), is there a way to fix this? Is it a bug? >> >> 1. first line >> 2. second line &

<    1   2   3   4   5   6   7   >