Re: [ANN] Facebook Lib

2014-05-05 Thread Ken Ray
. ___ 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 Ken Ray Sons of Thunder Software, Inc. Email: k

Re: [ANN] Facebook Lib

2014-05-05 Thread Ken Ray
Sorry about that … slip of the mouse… :D ___ 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: revXMLib bugs

2014-07-30 Thread Ken Ray
vary… :D Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Text fields with rounded corners

2014-10-05 Thread Ken Ray
Does it have to be editable? If not, then you might be able to get away with a single roundrect graphic object and set the label of the graphic to the text you want. Granted you have limitations, but you can still manipulate things like alignment, margins, etc. Ken RaySons of Thunder

Re: Variable parameter synonym functions

2014-10-23 Thread Ken Ray
How about: on a send (aardvark (word 2 to -1 of the params)) to me end a on aardvark put the params end aardvark — on mouseUp a one,two,three end mouseUp — aardvark one,two,three ?? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com applewebdata://472067EC-3153

Re: How to replace just the first found space with tab for all lines in a variable?

2011-05-25 Thread Ken Ray
Another possible approach is: put fld 1 into tTemp put empty into tResult repeat for each line tLine in tTemp delete char offset(space,tLine) of tLine put tLine cr after tResult end repeat delete char -1 of tResult tResult has your data Ken Ray Sons of Thunder Software, Inc. On May 25

[ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
made available. For more info and to download the DropTools Palette, go to: http://droptools.sonsothunder.com/index.irev Enjoy! Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use

Re: [ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
srCalendar DropTool, you should re-download it: http://droptools.sonsothunder.com/products/sr/sr-cal.zip Sorry for the hiccup... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use

Re: [ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
*installing* the library for you - you're being asked where you want to save the library... just pick a place where you want the library loaded from and it will save it there, put it into use, and even install some script for you to start using it in the future (if you want). Ken Ray Sons of Thunder

Re: [ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
build: http://droptools.sonsothunder.com/products/sr/sr-cal.zip Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: [ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
The tool just stopped working after an error and now it can not drag a control to a stack. What was the error? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing

Re: [ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
that bug. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [ANN] DropTools Palette - Makes using and distributing custom controls a breeze

2011-06-05 Thread Ken Ray
that bug. Sorry, actually that's 1.1.1, not 1.0.1... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Option Menus

2011-06-06 Thread Ken Ray
if you were using a popup menu for example, you could put this into the button: Apple/|red Orange/|orange Lemon/|yellow and the user would only see choices for Apple, Orange, and Lemon, but if they picked Apple, you would get red coming into your menupick handler instead of Apple. Ken Ray Sons

Re: What's the syntax to check if a local folder exists?

2011-06-07 Thread Ken Ray
if Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: How do you build the tabs like in the script editor

2011-06-09 Thread Ken Ray
I've started prototyping an example, and it seems the best approach for this kind of thing. If you'd like the example stack when I'm done, please let me know. LC 4.6.1 I'd like to see it! Maybe it could turn into a DropTool... :D Ken Ray Sons of Thunder Software, Inc. Email: k

Re: Using Datagrids with 'stackrunner' like launcher.

2011-06-11 Thread Ken Ray
then load stack end if :D Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: [ANN] New altButton DropTools control

2011-06-16 Thread Ken Ray
I've also set up a page at the DropTools site for Chipp's altButton control here: http://droptools.sonsothunder.com/products/alt/alt-btn.irev :D Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

[ANN] Zygodact DropTool now available!

2011-06-16 Thread Ken Ray
/hyp/hyp-zd.irev And I should have another DropTool ready in a few days... if you haven't already downloaded the DropTools Palette, you may want to take a look: http://droptools.sonsothunder.com/ Enjoy! Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Functions (was: Re: horizontal and vertical scrolling)

2011-06-16 Thread Ken Ray
if the result is not empty then... --- there's an error CreateFolder MyFolder if the result is not empty then... --- there's an error Anyway, that's my 2 cents... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: thanks for the tools

2011-06-17 Thread Ken Ray
Kens XML Lib saved my life many times but what I want to talk right now is about DropTools. Since I installed it, I became much happier and I am already thinking about building and sharing new controls. The architecture is easy and simple just the way it should be. Ken, Drop Tools Rock! (I

Re: [ANN] New custom control Circular Slider

2011-06-18 Thread Ken Ray
, that is). Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [OT] MultiMailer software

2011-06-18 Thread Ken Ray
by e3 Software for one of my clients and it seems to work out well for him (although we're only at about 100 email addresses at the moment). Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use

Re: Thanks for DropTools.

2011-06-19 Thread Ken Ray
As usual, I'm riding the tail end of the wave, but I too want to thank Ken Ray and all of you who are contributing to his Drop Tools plugin. Just a very minor nit, Ken: LiveCode Preferences is found in the LiveCode Menu and not in the Edit menu as indicated in your DropTools User Guide

Re: [ANN] MobGUI web site

2011-06-20 Thread Ken Ray
Agreed! BTW: I added MobGUI to the Other Controls page at the DropTools site; you may want to notify the LiveCode forums if you haven't already... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: Checkbox label

2011-06-23 Thread Ken Ray
on this Developer page (it's the last table on the page): http://droptools.sonsothunder.com/developer/quickref.irev Actually, if you take a look at the whole Developer section, you'll have all the info you need on DropTool development. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web

Re: Visual Effect command

2011-06-27 Thread Ken Ray
preferences: http://lists.runrev.com/mailman/listinfo/use-livecode Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: bugs in union and intersect?

2011-06-28 Thread Ken Ray
say warning in documentation... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: can't get rid of menu bar in Windows

2011-06-28 Thread Ken Ray
that there is no group that should be used for the menubar... but that doesn't make the group *itself* change in any way. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode

Re: Combobox

2011-06-30 Thread Ken Ray
consistent and the Mac option button is the oddity. ;D I don't usually use LC's combo boxes - I made a custom version of my own with a field and a truncated option button and I've used that in a handful of projects. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Combobox

2011-06-30 Thread Ken Ray
Just to clarify, are you saying that option menus on Macs are different than on Windows in general, or just LC option menus? It's Macs vs. Windows... LC is just adopting the look and feel of the host platform. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Combobox

2011-07-02 Thread Ken Ray
I don't suppose this will make its appearance as a DropTool? Yup! But it may take a bit as I have a couple of other DropTools in the works right now... :-) Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: Tab Key

2011-07-03 Thread Ken Ray
on; and is this a scrolling *list* field, or a scrolling (text) field? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Tab Key

2011-07-03 Thread Ken Ray
This is a scrolling list field. The platform is Windows. Thanks for any help! The problem is that the traversalOn property of the list field is false. This is shown in the properties palette as Focusable. Make sure that is *checked*, and everything should work... Ken Ray Sons of Thunder

Re: interesting custom property behavior...

2011-07-04 Thread Ken Ray
to set custom properties via the Message Box (or use the MC IDE, where this doesn't happen). Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: delete array element

2011-07-04 Thread Ken Ray
properly. If you put the same code in a button an click it, it works without an error. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: object beneath mouseLoc?

2011-07-04 Thread Ken Ray
and have all mouseXXX function relate to where the actual mouse *is*, regardless of whether it's state is up or down... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list

Re: System Date/Time Format Problems

2011-07-04 Thread Ken Ray
: Ken Ray --| Version: 2.6 --| Created: 8/2/04 --| Last Mod: 2/8/11 --| Requires: -- --| --| Formats an incoming date according to a variety of date --| patterns and outputs the result. --| --| Parameters: --| pDate: The date to be formatted. Must be a date or --| date/time

Re: object beneath mouseLoc?

2011-07-04 Thread Ken Ray
; that should still be be sent to the original object, but I'd still do it for mouseEnter, mouseLeave, mouseMove, mouseWIthin, mouseChar, mouseCharChunk, mouseLine, mouseControl, mouseColor, and mouseText... :D Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: interesting custom property behavior...

2011-07-04 Thread Ken Ray
for objects. Ah... perhaps messages should be locked when *getting* a custom prop, but unlocked when *setting* it through the Inspector...? Oh well, the point is moot now, I'd think. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: System Date/Time Format Problems

2011-07-05 Thread Ken Ray
... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: autoHilite and focus (following Jacque's solution)

2011-07-06 Thread Ken Ray
is true by default for buttons. If you turn that off, the button won't be *focusable*, but it will still automatically highlight when clicked (assuming the autoHilite is true). Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: default textsize and textfont?

2011-07-06 Thread Ken Ray
a font name constant that the revFontGetSystemFont handler returns. So if tomorrow, OS X switches from Lucida Grande to Futura, calling revFontGetSystemFont would still hand you Lucida Grande. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: a color picker widget?

2011-07-06 Thread Ken Ray
), but a conventional interface for choosing a color would be best... answer color put it into tRGB Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: Using linkText

2011-07-07 Thread Ken Ray
and clickable, but when you click it: on linkClicked pText answer pText end linkClicked This would answer Test, not This is a test. HTH, Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use

Re: Using groups as custom dialogs: a solution for Mac, PC and iOS

2011-07-09 Thread Ken Ray
-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 Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Windows System Folder Script

2011-07-10 Thread Ken Ray
/file010.htm Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

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

2011-07-11 Thread Ken Ray
want to work with the full-res image and not make a cheap copy, but you get the idea. I have a very old (but still mostly accurate) primer on imageData, alphaData, and maskData here: http://www.sonsothunder.com/devres/revolution/tips/imag003.htm Hope this helps, Ken Ray Sons of Thunder

Re: How/When are behavior references resolved?

2011-07-15 Thread Ken Ray
into memory but doesn't actually open it: get (there is a stack pathToStack) Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Viewing Large Images Using Groups and Adding Buttons to the Map Group?

2011-07-15 Thread Ken Ray
. It's easier to do with the message box, of course... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: How to detect zoombox click

2011-07-16 Thread Ken Ray
of the windowBoundingRect)-tAdjust then put Maximized else if oldW = (item 3 of the windowBoundingRect)-tAdjust then put Restored else put oldW,oldH,newW,newH end if end if end resizeStack Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site

[ANN] DropTools 1.1 Update

2011-07-17 Thread Ken Ray
in the DropTools Palette, click on the About DropTools tab and then click Check For Update. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ * See http://droptools.sonsothunder.com/developer/quickref.irev for more info on these API

[ANN] stsRating DropTool

2011-07-17 Thread Ken Ray
Enjoy! Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [ANN] stsRating DropTool

2011-07-17 Thread Ken Ray
The real web site is: http://droptools.sonsothunder.com/products/sts/sts-ra.irev Whoops! Thanks, René! Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use

[ANN] DropTools 1.1 Update: Problem with update fixed - Please update again

2011-07-17 Thread Ken Ray
On Jul 17, 2011, at 11:28 AM, J. Landman Gay wrote: On 7/17/11 2:10 AM, Ken Ray wrote: To update, click on the gear icon in the DropTools Palette, click on the About DropTools tab and then click Check For Update. Very slick and seamless, it updated without a hitch. Nice job. Thanks

Re: revMail to Gmail when it's not the default client

2011-07-17 Thread Ken Ray
On Jul 17, 2011, at 12:48 PM, Roger Eller wrote: I need to pass a revMail or mailTo string to Gmail even when another email client is configured as the default. Any suggestions? What platform(s) do you need this on? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web

Re: security code number generation

2011-07-17 Thread Ken Ray
/zygodact-1-0-4/ Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ Pete Molly's Revenge http://www.mollysrevenge.com On Sat, Apr 2, 2011 at 9:51 AM, Peter Brigham MD pmb...@gmail.com wrote: For anyone who might have the need, I

Re: security code number generation

2011-07-18 Thread Ken Ray
Truth About Piracy is still worth a read: http://www.ambrosiasw.com/forums/index.php?showtopic=34059 Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use

Re: age calculation on Windows vs Mac

2011-07-19 Thread Ken Ray
your dates, unfortunately. FYI: Here's the info on the Unix Epoch: http://en.wikipedia.org/wiki/Unix_time Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use

Re: [ANN] revIgniter v1.4b

2011-07-19 Thread Ken Ray
BTW, There's more modules for a few other editors - originally designed to work with the STS/MLXEditor that allows you to use a text editor for editing instead of the IDE automatically. Here's the link: http://www.sonsothunder.com/devres/livecode/downloads/stsMLXEditor.htm#Plugins Ken Ray

Re: [ANN] revIgniter v1.4b

2011-07-19 Thread Ken Ray
On Jul 19, 2011, at 2:38 PM, Andre Garzia wrote: Ken, do you still use STS/MLXEditor? I haven't in a while - but it still works with the latest LC just as it did with Revolution... :D Ken On Tue, Jul 19, 2011 at 4:33 PM, Ken Ray k...@sonsothunder.com wrote: BTW, There's more

LiveCode Server Release and On-Rev

2011-07-19 Thread Ken Ray
Just curious... does the recent release of LiveCode Server affect subscribers to On-Rev? If so, how and what should we be aware of? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use

Re: Countdown HH:MM:SS

2011-07-20 Thread Ken Ray
by , put format(%02d:%02d:%02d,tTime[4],tTime[5],tTime[6]) into fld Time send DisplayTime to me in 1 second end DisplayTime Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode

Re: LiveCode Server Release and On-Rev

2011-07-20 Thread Ken Ray
the upgrade since I have some clients that are dependent on the .irev files working as usual. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: Countdown HH:MM:SS

2011-07-20 Thread Ken Ray
]) into tNewTime put tNewTime into fld Time if tNewTime = 00:00:00 then TimesUp else send DoCountDown tNewTime to me in 1 second end if end DoCountDown on TimesUp answer Done end TimesUp Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Countdown HH:MM:SS

2011-07-20 Thread Ken Ray
these into a stack and posting it there? Of course credits would be given to each scriptor for their contribution. I'm thinking this would be useful to both new and seasoned devs. Thanks guys! Fine by me! Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

[ANN] stsProgBar DropTool 1.2 - Now with support for Lion!

2011-07-21 Thread Ken Ray
at this page: http://droptools.sonsothunder.com/products/sts/sts-pb.irev (NOTE: Those that have already purchased stsProgBar 1.1 have been sent free upgrades to 1.2; if you're reading this before you get the email from me, just hang tight and it will be in your inbox shortly.) Ken Ray Sons

Lion 'Gotcha' #1: Creating a Support Folder

2011-07-21 Thread Ken Ray
that the resulting folder is owned by 'system' not the logged-in user, so you'll need to 'chmod' and 'chown' if you want to set the privileges back to what it was pre-Lion. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: Setting a dirty flag for a file

2011-07-21 Thread Ken Ray
But don't forget that the modifiedMark property only showed up in LC 4.6, and Charles said he's using v. 4.0. True, but FYI Sean Shao has an external that works with 4.0 that does the same thing. I've been using it in Stykz for quite a while. You can contact her if you need it... Ken Ray

Re: Lion 'Gotcha' #1: Creating a Support Folder

2011-07-21 Thread Ken Ray
On Jul 21, 2011, at 6:52 PM, Ken Ray wrote: put (specialFolderPath(asup) /Test) into tSupportFolder create folder tSupportFolder Whoops! Just read Josh Mellicker's report on this... ignore this post! sorry Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Lion problem report and fix

2011-07-21 Thread Ken Ray
as well if the current user is not admin. I tried doing the same thing as Josh as an admin user and got the same result (see my errant Lion 'Gotcha' #1 post). It's definitely a Lion thing, although why /Application Support is more secured under Lion than under Snow Leopard is beyond me... Ken

Re: Lion problem report and fix

2011-07-21 Thread Ken Ray
the extra mile to make it happen. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ On Jul 21, 2011, at 10:28 PM, Scott Morrow wrote: To provide writable application files, one method I have used is to copy these writable files (from

Re: Lion problem report and fix

2011-07-22 Thread Ken Ray
bundle. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: LC equivalent of the JS eval() function

2011-07-24 Thread Ken Ray
into tVarToFill put MyCustomVariable -- 202 Main Street Hope this helps, Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ On 24 jul 2011, at 18:10, Slava Paperno wrote: I'm looking for the LC equivalent to the JavaScript eval() function

Re: on-rev client

2011-07-24 Thread Ken Ray
would be upgrading the On-Rev server to use the latest LiveCode 4.6.3 Server release... if they are doing it this weekend that might be the reason? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: Re:

2011-07-25 Thread Ken Ray
If you use multiple languages it would be better to have a consistent style across languages. Just my 2 cents, Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com -- write put specialFolderPath(documents) /Defaults into myPath // I

Re: Field Sizes [was: [ANN] New plugin AAG|LayerComps]

2011-07-25 Thread Ken Ray
, it will be whatever size you make it. That's on the list of things to add to the MC IDE - being able to set the HIG size of an object... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode

Re: Field Sizes [was: [ANN] New plugin AAG|LayerComps]

2011-07-25 Thread Ken Ray
with a bunch of properties. If I ever get back to it I think I will trim it down to something universally functional, and maybe submit it as a droptool. Sounds great, Bob! Looking forward to it... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: Importing an image

2011-07-25 Thread Ken Ray
NeXT boxes)... so I'm not too surprised that it crashes LiveCode when fed the wrong filetype... ;-) Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: Mac Apps made with Rev run on Lion?

2011-07-27 Thread Ken Ray
On Jul 27, 2011, at 4:07 PM, Charles Szasz wrote: Will Mac apps made with Rev 4.0 run on Lion? Or do I need to made my Mac apps with LiveCode 4.6.3? I have purchased LiveCode 4.6.3 but have yet use it to make any apps Mac or Windows. 4.0 apps work just fine on Lion... Ken Ray Sons

Re: on-rev livecodeServer 4.6.3 .irev .lc

2011-07-28 Thread Ken Ray
files. I'll let everyone know when the update to Textastic accepts the new extensions... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: EMERGENCY - File Browser not showing up in IE and other idiosyncracies with the Revlet Player

2011-07-29 Thread Ken Ray
work at all in Firefox/Windows or Internet Explorer/Windows. It's a simple answer file, so it *should* work for everything, but I don't have much experience with revlets... does anyone know if answer file only works with certain browsers? If so, are there any workarounds? Ken Ray Sons

[ANN] stsColorPicker DropTool

2011-08-04 Thread Ken Ray
Hey all - just a quick note to let you know that I've posted a new addition to the DropTools site - this free DropTool is a simple color picker with a color swatch and drop shadow that depresses when you click it. http://droptools.sonsothunder.com/products/sts/sts-cp.irev Enjoy! Ken Ray

Re: bizarre problem, big emergency!

2011-08-09 Thread Ken Ray
On Aug 9, 2011, at 2:07 PM, Lars Brehmer wrote: I can't think of anything else to try. Any suggestions Have you upgraded your OS or changed machines recently? If so, it might be a PowerPC/Intel issue...? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http

Re: How do I wait for a VBScript to finish?

2011-08-12 Thread Ken Ray
is taking a while to complete? What VBScript are you executing, btw? Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Difference between destroyStack and destroyWindow

2011-08-13 Thread Ken Ray
of the mainstacks then delete stack MyLibrary Anyway, that's my understanding of how this stuff works - someone from the mothership can chime in and correct where I may have messed up... :D Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

Re: A library of image ids

2011-08-17 Thread Ken Ray
searches for images. Take a look at the LiveCode DIctionary under icon, and it will tell you the order that LC searches for images. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use

Re: Praise for Screensteps Pro

2011-08-17 Thread Ken Ray
. ___ 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 Ken Ray Sons of Thunder Software, Inc. Email: k

Re: Accessing Functions in the Script of the Main Stack

2011-08-24 Thread Ken Ray
for anyone unfamiliar with libraries/backscripts/frontscripts who may be reading this thread, Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: Accessing Functions in the Script of the Main Stack

2011-08-24 Thread Ken Ray
in libraries without any trouble. Take a look at the second and third graphics on Richard's wonderful message path web page: http://www.fourthworld.com/embassy/articles/revolution_message_path.html Maybe it's different with hcAddressing turned on? Ken Ray Sons of Thunder Software, Inc. Email

ANN: ibPopover DropTool

2011-08-28 Thread Ken Ray
in it's original position when it is invoked the next time. Nondetachable popovers cannot be moved. You can get more info on the DropTools site at: http://droptools.sonsothunder.com/products/ib/ib-pop.irev Thanks, Ismo! Keep 'em coming... :D Ken Ray Sons of Thunder Software, Inc. Email

Re: the dynamicPaths

2011-08-28 Thread Ken Ray
) - stack - libraries/backscripts/etc - Engine Hope I have this right... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: the dynamicPaths

2011-08-28 Thread Ken Ray
On Aug 28, 2011, at 7:49 PM, Ken Ray wrote: If a stack's dynamicPaths property is true, when a handler in that stack uses the go or find command to go to a card other than the original card, that destination card's message path is inserted into the message path as long as the handler

Re: Copying from MS word into RunRev 4.0

2011-09-05 Thread Ken Ray
... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

[ANN] DropTools 1.2

2011-09-11 Thread Ken Ray
) context menu in the IDE. If you already have the DropTools Palette, you can go to the About tab in the Preferences window and click Check for Updates, or you can download it from the DropTools site: http://droptools.sonsothunder.com/ Enjoy! Ken Ray Sons of Thunder Software, Inc. Email: k

Re: Experimental listRegistry function

2011-09-21 Thread Ken Ray
arrValueNames(i) Next --- Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: [MAC OS GRIPE] editing filenames in MacOS finder, three state fields

2011-09-26 Thread Ken Ray
, always annoying, sometimes with *disastrous*consequences. Single click to edit? I'm not sure I understand - I'm running Snow Leopard and it takes two clicks to edit then name (click once , pause, click again)... is there something I'm missing? Ken Ray Sons of Thunder Software, Inc. Email: k

Re: Reading PDF - a cry for help

2011-09-29 Thread Ken Ray
an image or some other thing that had to be represented with a stream in the PDF... Just my 2 cents, Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode mailing list use-livecode

Re: Reading PDF - a cry for help

2011-09-29 Thread Ken Ray
as you have with a regular web browser - although you may not be able to get the text of the selection in any meaningful way... Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com/ ___ use-livecode

Re: Quit keyboard for Windows

2011-10-01 Thread Ken Ray
menu), then X - so the Quit menu item would show Exit on Window, with x as the mnemonic. You'd have to switch that yourself during preOpenCard or preOpenStack. Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http://www.sonsothunder.com

  1   2   3   4   >