Re: Livecode Server and Repeat Scripts on Server

2014-08-01 Thread Jim Lambert
file’ until (CR “tUsername,”) Jim Lambert ___ 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: How To: Manage columns of data (was Re: How To: Delete columns of data

2014-09-07 Thread Jim Lambert
This conversation has veered far from LiveCode. The wise advice generously proffered does not seem to have landed. So, I second PeterH’s suggestion that this thread move to a more appropriate venue. Jim Lambert ___ use-livecode mailing list use

Reassigning stack names in behavior references

2014-09-11 Thread Jim Lambert
end repeat end updateBehaviorStackNames Jim Lambert ___ 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

Re: Reassigning stack names in behavior references

2014-09-11 Thread Jim Lambert
Craig wrote: You need to make sure that the behavior does indeed reference the deleted (oldStackName) before it replaces with the new one. Absolutely. JimL ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: [ANN] Scrolling images

2014-09-17 Thread Jim Lambert
Bernd, Nice! Viele Danke. Jim Lambert ___ 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 Commercial License

2014-09-18 Thread Jim Lambert
Even though I mostly use LiveCode to develop in-house solutions and could get away with Community, I buy the Commercial license because I want RunRev to survive and thrive. And because it is a bargain. Jim Lambert ___ use-livecode mailing list use

Re: Usng an image to disable

2014-09-22 Thread Jim Lambert
If it’s just the look of the disabled group that you object to, you might play with setting the group’s ink when it’s disabled. Try blend or blendhardlight. Then there’s also blendlevel. Take it way down so it’s a mere ghost. Jim Lambert ___ use

Re: LiveCode to Facebook?

2014-09-25 Thread Jim Lambert
Hi Scott, http://handleopenurl.com/scheme lists a bunch of custom URL schemes that can be used to launch other apps, including Facebook. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Jim Lambert
About a year ago I used John’s lcx files for doing push notifications and they worked beautifully. If you only need to send a single notification to a single device here’s a variation on John’s script that will do it. Jim Lambert ?lc include includes/json.lc command sendNotification pDevice

Re: Frustrating: gettings the objects in a group

2014-10-01 Thread Jim Lambert
Without ‘child' also works put the controlnames of grp someGroup put the controlids of grp someGroup Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Frustrating: gettings the objects in a group

2014-10-01 Thread Jim Lambert
. Another undocumented use is: put the controlNames of this card put the controlIds of this card So while the dictionary days these are properties of only groups, they appear to also be properties of cards. Jim Lambert ___ use-livecode mailing

Re: on-rev Client

2014-10-14 Thread Jim Lambert
on-rev client has also stopped working for me when going to Tio. Jim Lambert ___ 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

Re: Programming LiveCode with LiveCode

2014-10-16 Thread Jim Lambert
solutions. Leading to developer lock in. IMO, the LiveCode is very nicely evolving to deal with this continuing differentiation of devices and OS ecosystems. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Programming LiveCode with LiveCode

2014-10-19 Thread Jim Lambert
Larry wrote: it will be easier to deal with those differences by just developing apps that run within a browser. Because don't both Android and iOS both run browsers? Absolutely. If your application’s features can be achieved as a web app running in a browser, that will be the most

Fwd: RELEASE LiveCode 7.0

2014-10-25 Thread Jim Lambert
BenB wrote: We're pleased to announce release of LiveCode 7.0. … LiveCode 6.7, which was also released today… Two in one day. Yee-Haa! Thanks RunRev! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

image source and 7.0

2014-10-28 Thread Jim Lambert
In 7.0 build 10018, I find that setting the imagesource of a field’s character to an image in the stack works. But setting the imagesource to the URL of a remote image does not display the image. Anyone else seeing this anomaly? Jim Lambert ___ use

on-rev client

2014-11-03 Thread Jim Lambert
Has anyone with a TIO on-rev server been able to get the on-rev client to log in recently? Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Image fill question

2014-11-05 Thread Jim Lambert
Hugh wrote: The Challenge: Fill a 10x10 image with an arbitrary solid color and a 1px black border. The Solution: Don’t use an image use a graphic. ;) Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: How to Quit with a button

2014-12-08 Thread Jim Lambert
Prothero wrote: why won?t the button work when the toolbar menu does. Obviously, there?s a difference in the way each works. What happens if you doMenu “Quit” from menu [appName] ? Jim Lambert ___ use-livecode mailing list use-livecode

Re: Convert PDF's to Images

2014-12-08 Thread Jim Lambert
In earlier versions of LiveCode on a Mac, you could just load a PDF into a Player object. Then just set the current time to page through the document and grab screenshots to get images of the pages. But this doesn’t work anymore. JimL ___

Re: How to Quit with a button

2014-12-08 Thread Jim Lambert
next try: type ‘Q’ with commandKey But I would not lock messages in any case. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Livecode 7.0 Can't Play Video

2014-12-18 Thread Jim Lambert
Ray wrote: I've tried setting the dontUseQt all three ways (and that's pretty good for a boolean!) Three-way booleans are only available in LiveCode. It’s that powerful! ;) Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com

imagesource referencing remote URLs in LC 7

2014-12-20 Thread Jim Lambert
=14279 Jim Lambert ___ 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: Button Labels With icon

2011-05-30 Thread Jim Lambert
Todd see: http://netrin.on-rev.com/buttonstyling/buttonstyling.html Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: [ANN] AndreGarzia.Com new web page.

2011-07-10 Thread Jim Lambert
Beautiful! LiveCode + RevIgniter/R.Bitter + Garzia + 24 Hours = Amazing Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: AW: How to test if an image is empty?

2011-07-11 Thread Jim Lambert
Ken, Great explanation. Thanks, JimL ___ 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: OT: on-rev account ftp server error 552 disk full???

2011-07-24 Thread Jim Lambert
I bet Klaus is on freyr since I see the same error on freyr. Jim Lambert ___ 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

Re: How does compiling work?

2011-09-08 Thread Jim Lambert
Richard, A beautifully concise paean to LC's approach! Jim Lambert ___ 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

Re: audio guide app in livecode?

2011-09-08 Thread Jim Lambert
to take the load off their cellular networks. Jim Lambert ___ 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

Re: audio guide app in livecode?

2011-09-09 Thread Jim Lambert
On Sep 9, 2011, at 10:00 AM, use-livecode-requ...@lists.runrev.com wrote: How do you lock an iPod Touch onto a single app? I could really use that! I can't recall how they did it. It was awhile ago. I'm thinking they may have put a little case around it to prevent the home button being

Re: [ANN] minimal facebook library available

2011-10-12 Thread Jim Lambert
Andre, Glad to support your social suite efforts. A good addition to LC developers' toolset. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: handler to connect buttons with a line

2011-10-31 Thread Jim Lambert
Kresten, Create a line, attaching its endpoints to the buttons, so line will stay between them wherever they are positioned on the card. I believe there are such handlers in the AnimationEngine library. Jim Lambert ___ use-livecode mailing list

Re: [ANN] ChartMaker 2.1 update (build 56)

2011-11-20 Thread Jim Lambert
BUILD 56 just released, including support for drill-down charts. Sweet. Thanks Hugh. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: ANN: ExtFreeDiskSpace 1.0

2011-12-01 Thread Jim Lambert
Mark, Thank you for this useful external. Jim Lambert ___ 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

Re: [OT] iPhone is for games, Android is for apps.

2011-12-24 Thread Jim Lambert
or misplaced commas? The ratio of 9 million to 25 million app downloads is similar to the ratio of 33 million to 71 million quoted for game downloads. If they actually meant 9, that throws the article's thesis into doubt, since the ratio difference between platforms would largely vanish. Jim Lambert

Re: Launcher strategies

2012-01-23 Thread Jim Lambert
Ah, remember pre-OSX when you could replace the entire Finder with your own app? Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Help understanding iOS deployment

2012-04-18 Thread Jim Lambert
Graham, TestFlight is a helpful friend for management of devices smaller scale distribution outside of the App Store. http://www.testflightapp.com Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Help understanding iOS deployment

2012-04-19 Thread Jim Lambert
Charles wrote: TestFlight looks interesting... how does one use it with LC? The same as you would use it with apps written in xCode - for gathering testers'' UDIDs and distributing of builds to those testers. It allows testers to provide feedback too. JimL

Re: [OT-ish] an app I made?

2012-04-20 Thread Jim Lambert
Colin, Congratulations! Jim Lambert ___ 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: Help understanding iOS deployment

2012-04-22 Thread Jim Lambert
Take a look at your TestFlight Dashboard. That alone will answer a few of your questions, such as how to invite testers. The other answers should be in their FAQ JimL ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: [ANN] TickerTape 1.0 in the appStore

2012-05-31 Thread Jim Lambert
John, Congratulations! Jim Lambert ___ 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: [ANN] mergAV 3.5 for iOS and OS X and mergReader 1.1

2013-07-16 Thread Jim Lambert
Monte, Thanks for continuing to enhance your brilliant externals. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: this me?

2013-08-07 Thread Jim Lambert
object. Following the definition of effective, 'the effective me' would be the me inherited from the object containing the behavior script. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: this me?

2013-08-08 Thread Jim Lambert
get and set its custom property. Because one behavior could be part of many different chains, its properties become shared amongst those chains - kind of semi-global. That might be very useful and one reason why we need 'this me' or whatever it ends up being called. Jim Lambert

Re: IDE versus MSG Box - Field Tabstops

2013-08-16 Thread Jim Lambert
| HEXcolor} Jim Lambert ___ 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: IDE versus MSG Box - Field Tabstops

2013-08-16 Thread Jim Lambert
Jim Lambert wrote: How about? get the backcolor of someControl as {colorName | RGBcolor | HEXcolor} Jim Lambert Just to be clear this is a suggested syntax not the reality. Jim Lambert ___ use-livecode mailing list use-livecode

Re: Problem with importing snapshot

2013-08-25 Thread Jim Lambert
of a group don't include text then perhaps that text is not really part of the group. Maybe group id 126899 of card graph is part of another group. If so, use that group's id. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Problem with importing snapshot

2013-08-25 Thread Jim Lambert
-- anything else end mouseup This bypasses the issue Richard mentioned and simply does a screen capture of the pixels in the area occupied by the group. Jim Lambert P.S. You may find it necessary to adjust the width and height of img id 1033 after putting myImage into it. set

Yet another mergeEXT fulfillment available

2013-09-12 Thread Jim Lambert
Yes, I to have a kickstarter reward for mergeExt I cannot use. If you are a new customer for Monte and need it, let me know OFF-LIST within the next 24 hours with subject MergeEXT offer. First come, first served. Jim Lambert ___ use-livecode mailing

RE: Processing Big-ish Data

2013-09-12 Thread Jim Lambert
Phil wrote: ... man's ability to bring the machine into his own service, instead of the other way around. Ah, the reason I continue to code. It will not beat me! Never surrender! It will not beat me! ;) JIm Lambert

Re: [ANN] mergExt: Dropbox Sync External and iOS 7 Updates

2013-09-27 Thread Jim Lambert
Monte, Thanks for the fast updates and new external! Jim Lambert ___ 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

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-27 Thread Jim Lambert
With 6.1.2 RC1 setting the filename of a player to a remote URL with mobileControlSet will cause the app to crash in the iOS Simulator but not on an actual device. It plays fine. Setting the filename to a local file will work in both the Simulator and on a device. Anyone else seeing this?

Re: Updating iOS app

2013-10-02 Thread Jim Lambert
for code to do that.) As long as ad hoc distribution works for your situation, this approach allows you to rapidly iterate while requiring very little effort from the end users. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Streaming audio without QT

2013-10-02 Thread Jim Lambert
Jacque wrote: Is there really no way to play a streaming mp3 without QT? Jacque, Perhaps play it within a browser control? Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Scalini - image scaler for resolution independence

2014-01-29 Thread Jim Lambert
that it might also be useful for scaling app store images too. Neat! VaughnC wrote: First is there any documentation for the usage Click the “i” button for explanation. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Dollar Sign Variables

2014-02-11 Thread Jim Lambert
Jacque wrote: How in the world does one program without the debugger? Simple. Write flawless code on the first go. ;) Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Page Turner

2014-02-17 Thread Jim Lambert
If anyone needs a simple visual effect of a page turning, I’ve uploaded an example to revOnline. Page Turner http://livecodeshare.runrev.com/stack/760/Page-Turner The handler is just 40 lines long, so it’s not much of a…well…page turner. ;) Jim Lambert

Re: 3D Raycasting in LiveCode?

2014-02-17 Thread Jim Lambert
Scott, Buggy in the best way! Jim Lambert ___ 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: Page Turner

2014-02-19 Thread Jim Lambert
, whether to continue the transition, or reverse it. Me too. iOS now has a native page turn gesture via UIPageViewController. Guess we’d need an extra to tap that. jim lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Near Text Search

2014-02-26 Thread Jim Lambert
RichardG wrote: I'm still missing it - where can one find Devin's Levenstein function? Try Rishi's http://www.rghosh.com/code/levenshtein-distance-livecod/ And yes, that ‘livecod' is correct, though a bit fishy. Jim Lambert ___ use-livecode

Re: Near Text Search

2014-02-27 Thread Jim Lambert
BobS wrote: That is kind of what I was doing, ... Does that mean I’m a genius? Instead of Levenshtein Distance, I think we need a Euclidean Distance formula to calculate that. ;) Whenever I run it on myself the result always approaches zero. JimL

Re: RELEASE LiveCode 7.0 DP1

2014-03-19 Thread Jim Lambert
Team, Thanks for the 7.0 DP1 Very exciting. FYI, http://quality.runrev.com should include this version in the version selector. Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: on-rev server question

2010-11-27 Thread Jim Lambert
the mail account's user names passwords on on-rev? Or, is some additional magic needed? Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: on-rev server question

2010-11-28 Thread Jim Lambert
Mike Tim, thanks for the useful info on migrating mail accounts to on-rev. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Happy New Year

2011-01-01 Thread Jim Lambert
LiveCoders, Happy 2011! Jim Lambert ___ 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: Update on defaultStack problem

2011-02-01 Thread Jim Lambert
You might also try comparing the effect on your mouseDoubleUp of passing the mouseup vs. not passing the mouseup. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: How to get current text hiliteColor in Linux?

2011-02-01 Thread Jim Lambert
, but if there isn't, you might possibly programmatically select some text on a white background then use mouseColor to sniff out the hiliteColor. Or pixelColorAt(x,y), if we ever get it! ;) Jim Lambert ___ use-livecode mailing list use-livecode

Re: runrev forums - internal server error

2011-02-19 Thread Jim Lambert
RichardG wrote: Back up within the last half hour. Still down here according to OpenDNS at 5:12 PM Pacific Time, 2/19 Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Best practice for creating a resizable HUD-style widget stack background?

2011-03-16 Thread Jim Lambert
with. Jim Lambert ___ 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: est practice for creating a resizable HUD-style widget stack background?

2011-03-16 Thread Jim Lambert
BobS wrote: Is that exercise for the liver? I'll drink to that! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Getting a single column of a datagrid

2011-03-22 Thread Jim Lambert
Or, function printCharXtimes pChar, pTimes put % pTimes s into pTimes put format(pTimes,) into tVar replace space with pChar in tVar return tVar end printCharXtimes Jim Lambert ___ use-livecode mailing list use-livecode

Re: Free LiveCode eBook

2011-04-15 Thread Jim Lambert
Scott, Thank you very much for LiveCode Tips. Jim Lambert ___ 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

iOS reliability of reachability on WIFI networks

2011-04-15 Thread Jim Lambert
notify users when an internet connection is no longer viable - such as when one travels outside a WIFI network's range. So, we really do need this to work reliably. Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: iOS reliability of reachability on WIFI networks

2011-04-15 Thread Jim Lambert
Jacque wrote: Is the network SSID hidden? What you're describing is exactly what I get on my Android device, with any app, on a network that isn't broadcasting its identity. It's a known issue with Android, I wonder if it's also a problem with iOS. Thanks, Good thought. But no, these

Re: iOS reliability of reachability on WIFI networks

2011-04-18 Thread Jim Lambert
and other applications. Toggling Airplane mode or WIFI, itself, jogs the function into reporting truthfully. Once you do that then everything is fine afterwards. But it should be correct from the get-go. Jim Lambert ___ use-livecode mailing list use-livecode

Re: how-to link to a video

2011-05-05 Thread Jim Lambert
This technique works for me: http://netrin.on-rev.com/misc/playyoutube/playyoutube.html Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: how-to link to a video

2011-05-06 Thread Jim Lambert
LC! Jim Lambert ___ 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: link to my #22 event presentation

2011-05-14 Thread Jim Lambert
is a demonstration of an alternate technique to make puzzle pieces without going anywhere near imagedata bytes. http://netrin.on-rev.com/misc/stamps/test.html Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: link to my #22 event presentation

2011-05-14 Thread Jim Lambert
doing snapshots. Odd. it works here as they say! ;) http://netrin.on-rev.com/misc/stamps/sample.png Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [ANN] mergExt $50 off conference special (for everyone)

2012-06-27 Thread Jim Lambert
mergExt is very well worth it. You won't be disappointed. Jim Lambert ___ 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

Re: [ANN] Massive update to the mergExt suite!

2012-07-09 Thread Jim Lambert
I second Ken's strong endorsement of mergExt. It is an entire quiver of arrows for iOS development. And it keeps getting better and better. Great work, Monte! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Images in Button

2012-07-16 Thread Jim Lambert
This may help. http://netrin.on-rev.com/buttonstyling/buttonstyling.html It's a revlet, so all the caveats about viewing revlets apply. Click 'See Button Script' to copy the script. Jim Lambert ___ use-livecode mailing list use-livecode

Re: RevMobile: Native controls

2012-07-21 Thread Jim Lambert
Chipp, Nice tool. Very clear presentation. Thanks, Jim Lambert ___ 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

Re: breakdown of my book

2012-07-21 Thread Jim Lambert
Colin, Thanks for the breakdown of your book. Glad the wait is one month less! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: RevMobile: Native controls

2012-07-22 Thread Jim Lambert
In watching Chipp's videos, I wish LiveCode's Preferences would contain a control for setting the default image quality. For example, to good to avoid the repeated resetting. One could do this by changing the templateimage, but a preference would be handy. Jim Lambert

Re: Upgrade to Mountain Lion and LiveCode 5.5.1 Problem

2012-07-29 Thread Jim Lambert
Roger, This MIGHT help. In Xcode go to Preference Downloads and download the 5.0 Simulator. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [ANN] Test Flight and direct to iOS device plugin added to mergExt

2012-07-29 Thread Jim Lambert
Another gem! Thank you, Monte. Jim Lambert ___ 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: Congrats to Colin

2012-10-09 Thread Jim Lambert
throughout and sprinkled with just the right touch of humor here and there. Well done! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Text field over photo

2012-10-10 Thread Jim Lambert
. Jim Lambert ___ 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: Missing Digests

2012-10-14 Thread Jim Lambert
Roger wrote: I recently noticed that I quite often do not receive the list digest. For example, I did not receive issues 25, 28, and 30. Is anyone else experiencing this? Not me. All those digests arrived properly as they usually do. Jim Lambert

Re: [OT] Pray for Andre

2012-10-15 Thread Jim Lambert
HyperCard was my gateway drug. Jim Lambert ___ 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: use-livecode Digest, Vol 110, Issue 36

2012-11-24 Thread Jim Lambert
AOAKN [quote] HVPKD FNFJW YIDDC B E [space] RQXSR DJHFP GOVFN MIAPX S U RE PABUZ WYYNP CMPNW HJRZH [space] T O [space] NLXKG MEMKK ONOIB AKEEQ A V O I

Re: how my book is doing...

2012-12-01 Thread Jim Lambert
Colin has done well with 14%. That's better than your working screenwriter here in Hollywood, who may get 5% of net, which is sometimes 5% of nothing! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Shoutout to Colin

2013-01-04 Thread Jim Lambert
Colin wrote: In December 2001 I went to a gathering in San Francisco, to celebrate QuickTime's 10th birthday. I made a video to show some of what Voyager had used QuickTime for. Colin, Brings back fond memories. Exciting times. Thanks for sharing. Jim Lambert

accessing mysql within on-rev

2013-01-16 Thread Jim Lambert
making? Thanks, Jim Lambert ___ 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: accessing mysql within on-rev

2013-01-16 Thread Jim Lambert
to test stuff using the fewest lines of code. Too few this time. Adding put revopendatabases() did the trick. Thanks for the great tip! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: to find the first numeric line?

2013-02-01 Thread Jim Lambert
into totalLinesNumericStart return totalLines-totalLinesNumericStart end getNumericLineStart Not sure if this is any speedier than a repeat loop. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: to find the first numeric line?

2013-02-01 Thread Jim Lambert
return totalLines-totalLinesNumericStart end getNumericLineStart Not sure if this is any speedier than a repeat loop. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: to find the first numeric line?

2013-02-01 Thread Jim Lambert
getNumericLineStarts Jim Lambert ___ 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

freyr down?

2013-04-11 Thread Jim Lambert
I can't reach freyr.on-rev.com. Anyone else having that issue at present? Sent a support request to runrev. Thanks, Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

  1   2   3   4   >