Re: Certain Images cause LC Freeze?

2012-07-29 Thread Phil Davis
Hi Forrest, It works fine here. Phil Davis On 7/29/12 7:42 PM, webmas...@curiositi.com wrote: Sorry for the extra posts. Since I can't upload, here is a URL to download the example stack. http://www.curiositi.com/filestoshare/ImageCauseFreeze.zip Could some of you please download and

Re: The future of LiveCode

2012-07-20 Thread Phil Davis
unity with the 2 or 3 (mostly Kevin) who did the presentations. In my mind "community" is another way to say "buy-in". I thought the series was a wonderful marketing tool. * I learned a few new tricks! Even an old dog like me. Phil Davis On 7/20/12 1:07 PM, Richard Gas

Re: I am my own boss...

2012-06-11 Thread Phil Davis
age your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: is Loki down?

2012-05-28 Thread Phil Davis
Andre, This worked just now: http://loki.on-rev.com/ Phil On 5/27/12 9:36 PM, Andre Garzia wrote: Folks, Can anyone confirm that Loki is down? Cheers andre -- Phil Davis ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Age & Anniversary Calculations

2012-05-24 Thread Phil Davis
51 AM, Phil Davis wrote: Another good resource for date& time calcs is Sarah Reichelt's DateTime.rev library, which is pure LC: http://www.troz.net/rev/index.irev?category=Library#stacks That is some very useful stuff, indeed - loads of useful functions! I see that this library

Re: Age & Anniversary Calculations

2012-05-23 Thread Phil Davis
Another good resource for date & time calcs is Sarah Reichelt's DateTime.rev library, which is pure LC: http://www.troz.net/rev/index.irev?category=Library#stacks Phil Davis On 5/23/12 5:42 PM, Igor de Oliveira Couto wrote: Peter, thank you very much for the sqlite-based answer

Re: [OT] App and SDK development for Physical Apps

2012-05-23 Thread Phil Davis
list (more readers), and the forum (different people) instead of here? Good idea. Thanks - Phil On 23.05.2012, at 21:06, Phil Davis wrote: Hey gang, I just received permission from Physical Apps to post this on the list, so... This might be of real interest to someone here. Best, Phil

Re: [OT] create your own input devices

2012-05-22 Thread Phil Davis
On 5/22/12 4:58 PM, Mark Wieder wrote: Phil Davis writes: This Kickstarter project looks insanely fun (and even useful!) for certain uses - http://kck.st/IT93ry They had a booth set up at the Maker Faire this last weekend. A bit overshadowed by the solar cars next door and the gyrocopter

[OT] create your own input devices

2012-05-22 Thread Phil Davis
This Kickstarter project looks insanely fun (and even useful!) for certain uses - http://kck.st/IT93ry -- Phil Davis ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Checking for an internet connectio

2012-05-01 Thread Phil Davis
0, 2012 at 10:48 AM, Phil Davis wrote: Hi Bob, Have at it! You and others have expressed great ideas for improvements, given various changes in the context and purpose for which it might be used. I'm just glad to share it, and it's fun to see others adapt it for their needs (and

Re: Checking for an internet connectio

2012-04-30 Thread Phil Davis
failure of ping, as some techs block ICMP at the firewall. Bob On Apr 28, 2012, at 12:30 PM, Phil Davis wrote: Hi Peter, I use "ping" to see if a given server is available. There are fewer bad things that can happen using this approach than trying to get a URL. The following code

Re: Characters that can be used in an array key

2012-04-29 Thread Phil Davis
Hi David, I doubt tabs make trouble but don't really know. When I have a tab-delimited line I'm using as a key, I usually base64Encode it first. I would not use nulls in a key, but again I don't really know if it would cause problems. Best - Phil Davis On 4/29/12 6:36 PM

Re: Checking for an internet connectio

2012-04-28 Thread Phil Davis
;case' statement that handles Linux! Phil On 4/28/12 1:33 PM, Mark Wieder wrote: Phil- Saturday, April 28, 2012, 12:30:48 PM, you wrote: default -- all other OSes answer "This app cannot run on the"&& the platfo

Re: Checking for an internet connectio

2012-04-28 Thread Phil Davis
hellOutput filter it with "*(0% loss)*" else -- Mac repeat for each item tFilter in "* 0% packet loss*,* 0.0% packet loss*" -- for different OS versons get tShellOutput filter it with tFilter if it

Re: Code Security When Using LiveCode Server

2012-04-22 Thread Phil Davis
cessible as lib stacks via the server's file system. The app's web pages contain only enough LC to start using the libs and they do almost everything. I'm pretty confident no one will ever get them unless I have a serious non-web kind of security breach. Phil Davis -- R

Re: OK... what am I missing?

2012-04-17 Thread Phil Davis
; of me with "title", "international","ascending", false is UNHANDLED. Does anyone have any insight at all? I’ve exhausted myself over this. It used to work! It works in the IDE! I have a deadline! I need a clue. *sob* t -- Phil Davis PDS Labs Professional

Re: Zipping Up an LC standalone program

2012-04-10 Thread Phil Davis
'm not really sure. I think someone on the list told how to do this some time ago but I couldn't tell you who or how. There's probably a line command for it. Food for thought. Phil Davis On 4/9/12 5:19 PM, Pete wrote: Been putting together a litte script to get all m

Re: how to do this type of search

2012-04-09 Thread Phil Davis
dList replace slash with (tab & slash & tab) in sMyWordList put tab after sMyWordList -- at search time set the wholeMatches to true -- not really required since we're including delimiters in the search string put lineOffset(tab & tWord & tab, sMyWordList) into t

Re: Disabling a tab

2012-04-01 Thread Phil Davis
http://lists.runrev.com/mailman/listinfo/use-livecode> -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: Tools for creating a help file

2012-03-23 Thread Phil Davis
ng like having the Help info right there when & where you need it! Best - Phil Davis On 3/23/12 12:25 PM, Pete wrote: Thanks Richard, that sounds like a possibility. I'm using iPages to create the help text but I think it is capable of saving a file in Word format although not sure how

Re: Can An Object Know About Itself?

2012-03-02 Thread Phil Davis
Scott, 'the selectedObjects' function returns a list of all objects selected at a given time. I suppose an object could poll it (send in time) and do an action when it finds it's long ID is no longer listed. That's probably the hard way, but food for thought. Phil Davi

Re: USB Stick recognition...

2012-02-20 Thread Phil Davis
Hi Anthony, Here's a link to a USB lib I wrote a few years ago (also available on RevOnline). It may be of interest to you: http://pdslabs.net/stacks/libUsbDrive.rev.zip Phil Davis On 2/20/12 8:14 PM, Anthony Howe wrote: Heya Folks, Anyone got a command / function lying around

Re: Using DropBox for Faster Mobile Development

2012-02-20 Thread Phil Davis
Seems like a year or so ago there was a big dust-up here when RunRev changed their definition of a list to more closely conform to... something. Anyway, I believe the trailing CR is a symptom of that change. Phil Davis On 2/20/12 2:10 PM, Bob Sneidar wrote: OK I think I see what is going on

Re: Pending Messages

2012-02-15 Thread Phil Davis
too send "doit x,y" to me in 1 tick put the result into sDoitID end touchMove This way there is only one pending message at any time - and it's the last one sent. Maybe that will improve responsiveness. Best - Phil Davis Initially I was thinking of replacing the doit comma

Re: Idle Messages to Hidden Stacks

2012-02-04 Thread Phil Davis
) but I haven't tested it. Maybe someone else will think of other ways to handle your situation. Best - Phil Davis On 2/4/12 10:59 AM, Ray Horsley wrote: I thought idle handlers ran in hidden stacks as long as they were top level. Seems this has gone away. Any ideas on this? I

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

2012-02-01 Thread Phil Davis
Here's a related tidbit I learned from Dar Scott (and who else would think of it? ;-) If you have several pending messages and you want to send the next one to the front of the pendingMessages, you can: send "doUrgentStuff" to me in -3 seconds You can use a negative time! P

Re: OT: Walking

2012-01-30 Thread Phil Davis
subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode

Re: Questions about screen and stack rectangle

2012-01-28 Thread Phil Davis
k's rectangle, in addition to the decorations bar? Thanks for any confirmation/enlightenment! -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: select after text

2012-01-28 Thread Phil Davis
Wrong - autoHilite doesn't make a difference. Serge, your script works fine in a simple test stack, so I'm guessing some other script is getting in the way. Is that possible? Phil On 1/28/12 12:07 AM, Phil Davis wrote: Is the autoHilite of the field is turned on? That mi

Re: select after text

2012-01-28 Thread Phil Davis
Is the autoHilite of the field is turned on? That might make a difference. Phil Davis On 1/27/12 11:17 PM, Serge Brami wrote: This script in a focusable and not locked field : on openfield put the long date after me select after text of me end openfield simple but doesn&#

Re: Breakpoints on a Global

2012-01-24 Thread Phil Davis
t remember). If you want to do this by script, put the watchedvariables into tVars put "","",tVariableName,tValue& cr after tVars set the watchedvariables to tVars where tValue can be empty to match any value -- Phil Davis PDS Lab

Re: Breakpoints on a Global

2012-01-24 Thread Phil Davis
ause GLX2 used to do this successfully. Bob On Jan 24, 2012, at 12:13 PM, Phil Davis wrote: I see. After reading Jacque's contribution also, maybe you want something like this in your script? if the keys of gMyGlobal = empty then breakpoint Phil On 1/24/12 9:30 AM, Bob Sneidar wrote:

Re: Breakpoints on a Global

2012-01-24 Thread Phil Davis
s the record data for the form I am using, so all objects have to be aware of it. You set a variable checkpoint either in the debugger, or by script. I'll be daggum if I remember the script command though. Bob On Jan 23, 2012, at 11:37 PM, Phil Davis wrote: Hi Bob, Does it crash when

Re: Breakpoints on a Global

2012-01-23 Thread Phil Davis
(I assume in a handler, otherwise the breakpoint couldn't be triggered, right?) Phil Davis On 1/23/12 2:30 PM, Bob Sneidar wrote: I've mentioned it before, that if you set a breakpoint on a global, the IDE will crash to desktop. I have verified this is a problem even when all p

Re: Looking for beta testers import of passwords to InfoWallet

2012-01-22 Thread Phil Davis
w how to tell what the file is and I think most files are 8bit. Gee, this is so close but I'm stumped. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. On Jan 22, 2012, at 5:28 PM, Phil Davis wrote: Hi Bill,

Re: Looking for beta testers import of passwords to InfoWallet

2012-01-22 Thread Phil Davis
ould also prevent line-ending translations. Best - Phil Davis On 1/22/12 3:31 PM, Bill Vlahos wrote: Thanks to the beta testers they discovered a problem that I don't know how to fix…unicode. If the text file contains german umlaute ü,ö,ä. And these characters are not imported correctly. The

Re: [on-rev] LC cron jobs?

2012-01-16 Thread Phil Davis
-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sales http://qery.us/1bq Start selling Color Converter today. 20% commission! On 16 jan 2012, at 05:42, Phil Davis wrote: Hi folks, Have y

[on-rev] LC cron jobs?

2012-01-15 Thread Phil Davis
cript with Rev 3.5 as the engine and no joy there either. Thanks for any wisdom you may share on the subject. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Tabbed Button Question

2012-01-06 Thread Phil Davis
this information or do I have to get it by using the menuHistory and text properties? -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: Scripting a text to binary digits converter

2012-01-02 Thread Phil Davis
00" & tBaseConverted ) into tBaseConverted put tBaseConverted after tConverted end repeat return tConverted end convertTextToBinary Phil Davis On 1/2/12 1:33 PM, Bryan McCormick wrote: JB, Jim, Guglielmo Okay, this is the final version of the script which does seem considerably

dead handler detector?

2011-12-30 Thread Phil Davis
now-unused handlers and remove them. I realize the task of detecting dead handlers is conceptually simple but more complex when it comes to implementation. Still, maybe you have built such a thing that you wouldn't mind sharing. Happy New Year! (Is it too early to say that?) -- Phil Davis PDS La

Re: Is Control a DataGrid

2011-12-22 Thread Phil Davis
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 -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net __

Re: Is Control a DataGrid

2011-12-21 Thread Phil Davis
e data grid. Phil On 12/21/11 10:45 PM, Phil Davis wrote: Hi Todd, This should work unless you use 'dgControl' as your own custom prop name anywhere: if the dgControl of control x = empty then -- this is NOT a DG -- do stuff here end if Phil Davis On 12/21/11 10:31 PM, dunb.

Re: Is Control a DataGrid

2011-12-21 Thread Phil Davis
Hi Todd, This should work unless you use 'dgControl' as your own custom prop name anywhere: if the dgControl of control x = empty then -- this is NOT a DG -- do stuff here end if Phil Davis On 12/21/11 10:31 PM, dunb...@aol.com wrote: Perhaps the "focusedObject&quo

Re: is among the words AND find words

2011-12-21 Thread Phil Davis
No worries Pete! Phil On 12/21/11 12:09 AM, Pete wrote: Whoops, sorry Phil, replied before I saw your post. On Tue, Dec 20, 2011 at 9:41 PM, Phil Davis wrote: Hi Jim, Try "token" instead of "word" as the chunk you're looking for. It will work. On 12/20/11 4:42 P

Re: is among the words AND find words

2011-12-20 Thread Phil Davis
uot; reads the comma after "time". It requires the spaces on either side of "time" as delimiters. But "time" is among the tokens of "Now is the time, for all good men." returns true. Unfortunately you will have to write your own tokenOffset() fu

Re: Location of a modal stack

2011-12-16 Thread Phil Davis
of a good place to put it! ___ 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 -- Phil Davis PDS Labs Professi

Re: There's always a first time or tips for young players

2011-12-15 Thread Phil Davis
the script of the first card in the stack instead of in the stack script. This is my favorite approach. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Setting the value of a button hilite in script

2011-12-13 Thread Phil Davis
ait until you get or set the text of an image! That always makes me squirm. I've meddled enough for now... -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Preventing multiple instances of a Windows app - still a problem

2011-12-04 Thread Phil Davis
Graham, On XP try the 'qprocess' command. It should be available and provides similar info. put shell("qprocess") Best - Phil Davis On 12/4/11 3:24 PM, Graham Samuel wrote: Thanks to all those who replied to my query - I appreciate both the speed and the enthusiasm of

Re: Mac video conversion from command line?

2011-11-11 Thread Phil Davis
lysrevenge.com> On Fri, Nov 11, 2011 at 1:34 PM, Phil Davis wrote: Neither - I'm named after the Irish botanist, Phil O'dendron. I'm almost positive. My mother was a plant lover so it sort of makes perfect sense. ___ use-livecode m

Re: Mac video conversion from command line?

2011-11-11 Thread Phil Davis
PM, Pete wrote: Hi Phil, Are you the famous Scottish dentist, Phil McCavity? Pete Molly's Revenge<http://www.mollysrevenge.com> On Fri, Nov 11, 2011 at 12:12 PM, Phil Davis wrote: I bet Pete's friends don't call him Carl either! ;-) This is getting

Re: Mac video conversion from command line?

2011-11-11 Thread Phil Davis
Thanks everyone! Great input! I love this list. Phil On 11/11/11 11:14 AM, Klaus on-rev wrote: Hi Phil, Am 11.11.2011 um 19:35 schrieb Phil Davis: Hey People, Do you use a command line tool of some sort on your Mac to convert .mov files to web formats? I sure would like to hear about it

Re: Mac video conversion from command line?

2011-11-11 Thread Phil Davis
our subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Mac video conversion from command line?

2011-11-11 Thread Phil Davis
al is to create a LC front end to manage the commandline-driven coversion process. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: Passing Parameters

2011-11-08 Thread Phil Davis
On 11/7/11 12:47 AM, Phil Davis wrote: If you need to send a message from app1 to app2, and app2 is already running, you could use socket communication between them. Don't have time to pencil it out, but maybe someone else will. If not, I'll do it tomorrow. Phil There is a nice i

Re: Passing Parameters

2011-11-07 Thread Phil Davis
be and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Passing Parameters

2011-11-07 Thread Phil Davis
Yes! My example was mostly built on a 'lab experiment' model. Phil On 11/7/11 7:52 AM, Richard Gaskin wrote: Phil Davis wrote: On Mac OS X, you can do it from the command line. 1) create a standalone app (named "Untitled1" in this example) that has this stack scr

Re: Passing Parameters

2011-11-07 Thread Phil Davis
If you need to send a message from app1 to app2, and app2 is already running, you could use socket communication between them. Don't have time to pencil it out, but maybe someone else will. If not, I'll do it tomorrow. Phil On 11/7/11 12:28 AM, Phil Davis wrote: On Mac OS X, you

Re: Passing Parameters

2011-11-07 Thread Phil Davis
;Untitled1" app and you should hear the beep. At least it works here. I haven't tried this on Windows, but I bet something similar would work there. Phil Davis On 11/6/11 7:35 PM, Cal Horner wrote: Is there any command that will allow me to p

Re: Dynamically turning on and off DataGrid Scroll Bar

2011-11-05 Thread Phil Davis
lickIndex of me end mouseUp Or this one: on selectionChanged pNewIndex, pOldIndex put pNewIndex end selectionChanged Phil Davis If you mean you just don't want any line to be selected, you can set the dghilitedline to zero (or maybe it's empty, can't remember which).

Re: What's the difference between LC 'shell' and OSX terminal?

2011-10-29 Thread Phil Davis
and got this text: Not an answer to your question, but that doesn't happen here running Linux. Here is something from discussion of Phil Davis' Shell Command Help plugin: http://lists.runrev.com/pipermail/use-livecode/2011-January/151041.html and the next f

Re: adding text in one field and automatically to another

2011-10-27 Thread Phil Davis
umber" end keyDown Craig Newman -Original Message- From: Phil Davis To: How to use LiveCode Sent: Thu, Oct 27, 2011 12:20 pm Subject: Re: adding text in one field and automatically to another on keyDown pKey if pKey is an integer then pass keyDown else beep end

Re: adding text in one field and automatically to another

2011-10-27 Thread Phil Davis
I forgot to say - this code goes into the 'area code' field. 'fld 2' is the phone number field. And it doesn't deal with pasting values. And... and... Phil On 10/27/11 1:19 PM, Phil Davis wrote: on keyDown pKey if pKey is an integer then pass keyDown e

Re: adding text in one field and automatically to another

2011-10-27 Thread Phil Davis
e and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: Uploading to Dropbox

2011-10-18 Thread Phil Davis
iling 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 -- Phil Davis PDS Labs Professional Software Development http://pdslab

Re: [ANN] minimal facebook library available

2011-10-13 Thread Phil Davis
Send Andre More Love -- or -- Send Andre More Loot which in this case are pretty much equivalent. ;-) Phil On 10/13/11 9:13 AM, Andre Garzia wrote: (PS: What is SAML?!) Cheers andre -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: 295 png import images

2011-10-12 Thread Phil Davis
an Schenkel = Quartam Reports& PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) - Original Message - From: Phil Davis To: How to use LiveCode Cc: Sent: Wednesday, October 1

Re: User Preferences

2011-10-11 Thread Phil Davis
Thanks Kee! I love this list. Phil Davis On 10/11/11 9:16 PM, Kee Nethery wrote: The common way to do this is to do a simple GET to your server. Perhaps use the unlock code as part of the URL. For example: http://gerryorkin.com/cgi-bin/.txt Log all the server connections. Once a day examine

Re: 295 png import images

2011-10-11 Thread Phil Davis
runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Re: Importing 295 png images...help

2011-10-11 Thread Phil Davis
Andrew, Must the images be imported? Can you make it work with 295 image objects that each have a 'filename' property pointing to one of the images on your HD? It seems to me that might be less taxing to LC. Phil Davis On 10/11/11 6:22 PM, Andrew Meit wrote: Greetings... I h

Re: CBT using LiveCode - Computer Based Training

2011-10-07 Thread Phil Davis
subscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: Object Naming Conventions

2011-10-06 Thread Phil Davis
unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

Re: CBT using LiveCode - Computer Based Training

2011-10-06 Thread Phil Davis
ughts that occur to me. Hope it's helpful at some level. Phil Davis On 10/5/11 6:59 AM, Alejandro Tejada wrote: Hi All, How many LiveCode developers are working in Computer based training used only for Job training using LiveCode? http://en.wikipedia.org/wiki/E-learning#Computer-based_

Re: OT Help re Mac SideBar

2011-09-30 Thread Phil Davis
dow - Uncheck the items you want to remove from the sidebar My system is 10.6.8. Hope this does it - Phil Davis On 9/22/11 2:23 PM, Joe Lewis Wilkins wrote: Hi everyone, A long time ago, I managed to make an item in the sidebar so that it has no alias to which it points. It just sits there takin

Re:

2011-09-28 Thread Phil Davis
Hi Art, Maybe the "cantSelect' property would help. set the cantSelect of btn 1 to true Then the control can't be selected except by some indirect means like in the Application Browser in the IDE. Phil Davis On 9/28/11 10:38 AM, Art DiVito wrote: I need to pre

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

2011-09-26 Thread Phil Davis
Do you have a different mouse you can try? It sounds to me like it could be a mouse malfunction. Phil On 9/26/11 11:43 AM, stephen barncard wrote: thanks for the tip but can't get that far. I'm often getting a false double click on select On 26 September 2011 11:19, Phil Davis w

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

2011-09-26 Thread Phil Davis
Hi Stephen, I find it's sometimes easier to: - select filename - hit RETURN on the keyboard - instant edit mode! no waiting! - edit - hit RETURN again - back to normal Phil Davis On 9/26/11 11:11 AM, stephen barncard wrote: false double click On 26 September 2011 11:11, stephen bar

Re: Tell me I'm not crazy

2011-09-19 Thread Phil Davis
egarzia.com All We Do Is Code. ___ 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: [server] $_FILES upload limits?

2011-09-16 Thread Phil Davis
e 5 files at a time using HTTP. This is OK and should be fine with the server and the engine. Cheers andre On Fri, Sep 16, 2011 at 5:27 AM, Phil Davis wrote: Has anyone tested the limits of the new $_FILES upload feature? Can I upload 100 files at once? 100 MB at once? Just looking for another upl

[server] $_FILES upload limits?

2011-09-16 Thread Phil Davis
Has anyone tested the limits of the new $_FILES upload feature? Can I upload 100 files at once? 100 MB at once? Just looking for another upload alternative. Thanks - -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net

Re: Removing linebreaks from base64encoded string

2011-09-09 Thread Phil Davis
e-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode> -- Phil Davis PDS Labs Professional Software Development ht

Re: List of handlers

2011-09-09 Thread Phil Davis
ng 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 -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___

Re: List of handlers

2011-09-09 Thread Phil Davis
t: replace "end if" with empty in tList replace "end repeat" with empty in tList replace "end try" with empty in tList -- then filter tList with "end*" replace cr& "end " with cr in tList -- Peter Peter M. Brigham pmb...@gmail.com http://home

Re: List of handlers

2011-09-09 Thread Phil Davis
Or try this: put script of into tList filter tList with "end " -- EVERY handler ends this way replace (cr & "end ") with cr in tList -- remove 'end' from each line sort lines of tList -- if you like put tList Phil Davis On 9/9/11 5:05 PM,

Re: A library of image ids

2011-08-17 Thread Phil Davis
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 -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net __

Re: [OT] You know when you've been coding too long when . . .

2011-08-13 Thread Phil Davis
t. Uhhh... to whom? -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: dispatch and the target

2011-08-12 Thread Phil Davis
r uncle, as they say. Phil Davis On 8/12/11 9:27 AM, Pete wrote: Hi Mark, I decided to try a more orthodox method of doing this. The application now includes a "start using" command for my library stack and the library stack has a libraryStack message handler in it that does all th

Re: creating an alias on a server

2011-08-09 Thread Phil Davis
in the shell, not the root password itself. Also, make sure SSH is enabled on the server. Sorry if I am telling you things you already know. I have to believe there is a shell command for creating a symbolic link. Don't give up too soon. Bob On Aug 8, 2011, at 10:34 PM, Phil Davis

Re: creating an alias on a server

2011-08-08 Thread Phil Davis
Never mind. I have experimented with it enough now so I believe it's not workable even if it is possible (which I have not proven). I'll find another way. Phil On 8/8/11 6:59 PM, Phil Davis wrote: Hi all, I am building a server app with LC and would like it to create an alias

creating an alias on a server

2011-08-08 Thread Phil Davis
can get there. My strategic goal is to serve various sets of web pages only to those who are authorized - whose sign-in info has been validated. Maybe there is a better tactic to get me there? Thanks for any ideas. -- Phil Davis PDS Labs Professional Software Development http://pdsla

Re: [server] using STACKS within ON-REV

2011-08-01 Thread Phil Davis
s, use "set the defaultStack to..." - this have the same effect and will work. -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: stackfiles -- how to use?

2011-07-29 Thread Phil Davis
Hi Nicolas, Coming late to the party... For an example of what 'the stackfiles' look like, open the IDE message box and type" put the stackfiles of stack "home" Phil Davis On 7/24/11 7:42 PM, Nicolas Cueto wrote: Hello, Apologies for the length of this, bu

Re: [OT] HTML5 Amazingness

2011-07-28 Thread Phil Davis
It sort of reaches the "magic" level for me! At some point I quit thinking, "How is it doing that?" and just took it in. Grinning and shaking my head. Phil Davis On 7/28/11 6:18 PM, Scott Rossi wrote: Requires Google Chrome: http://www.allisnotlo.st/ (Note: shut do

Re: Writing to and from a binary file?

2011-07-22 Thread Phil Davis
Hi Keith - welcome to the community! Here is a code snippet I shared on the use-revolution list almost 2 years ago. It shows how to cut an image up into 10 'frames': http://www.mail-archive.com/use-revolution@lists.runrev.com/msg124691.html HTH - Phil Davis On 7/22/11 3:17 PM, K

Re: iPhone + Arduino

2011-07-20 Thread Phil Davis
I emailed Redpark and heard back from them: Apple policy established the "private use only" approach. This was not defined by Redpark. So there you have it. Phil On 7/19/11 11:47 PM, Phil Davis wrote: I just saw this: http://www.tuaw.com/2011/07/19/cord-from-iphone-to-a

iPhone + Arduino

2011-07-19 Thread Phil Davis
I just saw this: http://www.tuaw.com/2011/07/19/cord-from-iphone-to-arduino-now-available/ Redpark (maker of the cable) has a Serial SDK for app dev with the cable. I assume it could be made into an external for mobile dev (?), but their licensing is for private use only. Bummer. -- Phil

Re: How/When are behavior references resolved?

2011-07-15 Thread Phil Davis
erenced as button icons in other stacks that are open. Phil Davis -Original Message- From: Ken Ray To: How to use LiveCode Sent: Fri, Jul 15, 2011 4:02 pm Subject: Re: How/When are behavior references resolved? On Jul 15, 2011, at 3:29 PM, Pete wrote: I'm having a problem wit

Re: Hide A Stack, But Not Hide A Stack?

2011-07-07 Thread Phil Davis
eative Director Tactile Media, UX Design ___ 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 -- Phil Davis PDS Labs Professional

Re: object beneath mouseLoc?

2011-07-03 Thread Phil Davis
-- Nicolas Cueto (iPhone) ___ 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 -- Phil Davis PDS Labs Professional

<    1   2   3   4   5   6   7   >