Re: Datagrid - GetDataForLine

2011-12-07 Thread Pete
custom property :-( Normally, you'd deal with this by using the dgHIlitedIndex property of the datagrid but I don;t know how it works in conjunction with GetDataOfLine. Pete On Wed, Dec 7, 2011 at 5:27 PM, Marty Knapp martykn...@comcast.net wrote: Hi all, Just got back to this after being

Re: Tab Order Property?

2011-12-06 Thread Pete
this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: autoTab affects automatic text selection?

2011-12-06 Thread Pete
posted a user note. Bob ___ 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 -- Pete Molly's

Re: setProp and Lock messages

2011-12-05 Thread Pete
the setprop handler triggers itself). Your example and mine appear to contradict each other so I guess there must be two different circumstances described by these two references. On Sun, Dec 4, 2011 at 12:10 PM, Richard Gaskin ambassa...@fourthworld.comwrote: Pete wrote: I think the reference

Re: setProp and Lock messages

2011-12-05 Thread Pete
/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode -- Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: setProp and Lock messages

2011-12-04 Thread Pete
are not mentioned anywhere in the docs. Personally, I think this is another problem that affects new LC users. It's a steep learning curve as it is and inaccurate docs make it steeper. I'm probably old fashioned, but I still believe in the RTFM adage! Pete On Sat, Dec 3, 2011 at 3:53 PM, zryip theSlug

Re: Custom Property Data Limit?

2011-12-01 Thread Pete
Hi Marty, You'll probably get lots of opinions both ways but with several hundred thousand lines of data, I'd go with an SQL database. If nothing else, your data will be available for analysis by other applications, if that matters. Pete On Thu, Dec 1, 2011 at 9:55 AM, Marty Knapp martykn

Re: Using a check box in a datagrid column header

2011-12-01 Thread Pete
-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing

Re: Custom Property Data Limit?

2011-12-01 Thread Pete
of complexity. Pete PS This reminded me of the difference between an American billion and and English billion On Thu, Dec 1, 2011 at 4:42 PM, dunb...@aol.com wrote: Just for the hell of it, I made a custom property of a button with one billion chars, 100,000,000 lines of ten chars. If I ask

Re: [OT}] Hypercard and an uneasy read.

2011-12-01 Thread Pete
Totally agree with that. Plus LiveCode isn't a solution to anything, it's a tool to implement a solution. Pete On Thu, Dec 1, 2011 at 4:50 PM, Mike Bonner bonnm...@gmail.com wrote: Bob said: Let me propose that a solution cannot be simpler than the problem it is meant to solve. Yep

Re: Copying and pasting a data grid form?

2011-12-01 Thread Pete
Template group ID and card id of the new card, then change the dgProps[Row Template] property of the second datagrid to refer to the new group/card. At that point, you can modify the second datagrid's template as you wish without affecting the first datagrid. Hope that helps, Pete On Thu, Dec 1

[OT] Kindle Fire

2011-11-30 Thread Pete
. I haven't seen Lion in action yet but is that how scroll bars look in Lion? -- Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: clipboard issue in Windows?

2011-11-30 Thread Pete
Thanks for confirming that Jacque. SO I guess now we're left wondering what the original problem was. On Wed, Nov 30, 2011 at 9:35 AM, J. Landman Gay jac...@hyperactivesw.comwrote: On 11/30/11 1:00 AM, Pete wrote: I can see where the confusion comes from on this. The dictionary claims you

Re: Possible solution for datagrid library errors

2011-11-30 Thread Pete
type. Whether either of those will work for you or not depends on the number of different data types and data items you want to handle but I think they do run less risk of datagrid errors showing up. Pete On Wed, Nov 30, 2011 at 11:51 AM, Bob Sneidar b...@twft.com wrote: Hi all. Some people

Re: mouseDown command and control + option keys

2011-11-29 Thread Pete
There's a preference setting in the General tab that determines which key combinations open the script editor or not - maybe that's the difference? Pete On Tue, Nov 29, 2011 at 6:15 AM, dunb...@aol.com wrote: Paolo. I do not get this behavior on a Mac. The script editor opens without any

Re: window decorations?

2011-11-29 Thread Pete
-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list

Re: clipboard issue in Windows?

2011-11-29 Thread Pete
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-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode -- Pete Molly's Revenge http://www.mollysrevenge.com

setProp Recursion

2011-11-28 Thread Pete
, no setProp trigger is sent to the target object (to avoid runaway recursion). However, the first time this setProp handler is invoked, I get the LC message that the recursion limit has been reached. Either this is a bug or I'm misunderstanding the manual -- Pete Molly's Revenge http

Re: setProp Recursion

2011-11-28 Thread Pete
Thanks. Yes I saw a mention of lock messages in another place in the manual that didn't seem to apply to my circumstance but that seems to have fixed the problem. Pete On Mon, Nov 28, 2011 at 3:11 PM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Pete, Try lock messages or pass

Re: Dispatch vs Libraries

2011-11-27 Thread Pete
Ah yes, hadn't thought of that! ANother new piece of knowledge to store away. On Sun, Nov 27, 2011 at 10:53 AM, J. Landman Gay jac...@hyperactivesw.comwrote: On 11/27/11 12:41 PM, Pete wrote: Something looks a little strange about the first dispatch statement - you're sending a message

Re: Dispatch vs Libraries

2011-11-27 Thread Pete
:41 AM, Pete p...@mollysrevenge.com wrote: Something looks a little strange about the first dispatch statement - you're sending a message to an array? I thought messages went to stacks/cards/controls. I think you'd also need to use the dispatch function syntax to get a result back. Hi Pete

Re: Copying A Card

2011-11-23 Thread Pete
My apologies to Mark - the lock messages/screen didn't fix the problem after all - confusion on my part. Thanks Bob, your solution does what I want. Pete On Tue, Nov 22, 2011 at 4:45 PM, Bob Sneidar b...@twft.com wrote: I do not believe there is a way to prevent it from opening, but you can

Re: [OT] eSellerate

2011-11-22 Thread Pete
, accessible, and secure. On Nov 20, 2011, at 12:07 PM, Pete wrote: Thanks Mark, interesting stuff. I plan to take a look at Kagi too. On Sun, Nov 20, 2011 at 11:25 AM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Pete, A few years ago, eSellerate was spamming

Re: [BUG] - Scrollbars in LiveCode

2011-11-22 Thread Pete
I've always had minor problems with mouse clicks in scrollbars not registering on all versions up to 4.6.3. It's always been scrollbars on datagrids that exhibit the problem but then again I don't think I've used scrollbars anywhere else. Sounds like I should try 4.6.4. Pete On Tue, Nov 22

Re: SELECT count(*) as

2011-11-22 Thread Pete
the as anzahl using that method Pete On Tue, Nov 22, 2011 at 10:19 AM, Inselfan balearenin...@gmx.net wrote: Hola, using this: put revQueryDatabase (DB_ID, SELECT count(*) as anzahl from MYFILE where something = 'yxz' and something_else = 'false') into counted shows me wrong results

Copying A Card

2011-11-22 Thread Pete
I have a script that copies a card from one substack to another, eg copy card 1 of stack abc to stack xyz. Whenever it executes the new card is opened. Is there a way to prevent that behavior? -- Pete Molly's Revenge http://www.mollysrevenge.com

Re: Copying A Card

2011-11-22 Thread Pete
Thanks Mark, that seems to have fixed it ( I locked/unlocked screen and messages so not sure which one fixed it) Pete On Tue, Nov 22, 2011 at 3:45 PM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Pete, Perhaps lock screen and messages and go back to the previous card after

[OT] eSellerate

2011-11-20 Thread Pete
the application and after the sale was complete, the software was automatically licensed with no need for me to key in the license code. They appear to charge 5.9% of sales with no other charges. -- Pete Molly's Revenge http://www.mollysrevenge.com ___ use

Re: SoCal LUG meeting: Dec 1, Pasadena

2011-11-17 Thread Pete
I'm in Santa Cruz and would be interested in attending such a meeting. Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Nov 17, 2011 at 12:44 PM, stephen barncard stephenrevoluti...@barncard.com wrote: That's a great Idea, I know there must be more livecoders in the SF bay area

Re: Location of dialog box

2011-11-17 Thread Pete
I might be wrong, but I think he's talking about the popup contextual menu dialog box. As I recall, the top right of them is placed at the mouse is click, maybe he wants to have it popup somewhere else? Jim? Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Nov 17, 2011 at 5:11 PM

Re: Database Strategy

2011-11-16 Thread Pete
simply set the dgtext of the datagrid to the returned data to populate the datagrid. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Nov 16, 2011 at 9:03 AM, m...@doub.com wrote: I am new to the world of databases and I need some advise. I am currently opening and closing

Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread Pete
and the column headings since they won't have names that begin with dg (unless you force yourself to do that). I do that by checking if either dgList or dgHeader is in the long name of the control. So far that has worked reliably for me. Hope that helps. Pete Molly's Revenge http

Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread Pete
PS to my post. You can, of course, look for the datagrid name in the long name of the control as Ian suggested. In my case, I had an interest in gathering information about some of the controls so I had to be a bit more granular than that. Pete Molly's Revenge http://www.mollysrevenge.com

Re: Database Strategy

2011-11-16 Thread Pete
this probably isn't the problem, but.?? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Nov 16, 2011 at 1:05 PM, Michael Doub m...@doub.com wrote: The potential size of the database is causing me to drive the database by loading the data grid by catching command GetDataForLine

revOnline Problem

2011-11-16 Thread Pete
Has anyone tried uploading a stack to revOnline recently? I've been trying unsuccessfully for about a week. I select a stack to upload, fill in the title and description, click Save Changes. The screen dims, I get an Uploading message in the status bar and that's the way it stays. Pete Molly's

Re: Re : Wasting space on the forum.

2011-11-16 Thread Pete
. As to the space issue, I've sometimes had posts rejected because they were too large, so the list administrator has already set an appropriate space limit. Pete Molly's Revenge http://www.mollysrevenge.com At the end of the day, we sift through it all, we share nuggets of knowledge, we learn

Re: Copying datagrid templates between stacks.

2011-11-15 Thread Pete
to point to the correct group. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 15, 2011 at 9:12 AM, Glen Bojsza gboj...@gmail.com wrote: Are there any inherent problems or reasons not to copy a datagrid template between stacks? I would like to just copy the datagrids from

Re: Mac video conversion from command line?

2011-11-11 Thread Pete
Sounds great Phil. In return for me reducing the quoted text of this thread to the absolute minimum, could you please send me your web site address? Pete Molly's Revenge http://www.mollysrevenge.com It's named The Exporter, it is freeware now and can be found on my website - Downloads

Re: Mac video conversion from command line?

2011-11-11 Thread Pete
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 rev...@pdslabs.net wrote: I bet Pete's friends don't call him Carl either! ;-) This is getting too funny - Phil - the actual Phil

Re: Mac video conversion from command line?

2011-11-11 Thread Pete
Ah, so you're chloro-phil. Pete Molly's Revenge http://www.mollysrevenge.com On Fri, Nov 11, 2011 at 1:34 PM, Phil Davis rev...@pdslabs.net 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

Re: Wasting space on the forum.

2011-11-10 Thread Pete
I wonder how much hard drive space we've wasted commenting on this :-) Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Nov 10, 2011 at 10:42 AM, RevList revl...@createchsol.com wrote: How to use LiveCode use-livecode@lists.runrev.com on Thursday, November 10, 2011 at 10:32 AM

Re: Passing Parameters

2011-11-09 Thread Pete
Thanks for the explanations - stopped me from going down the wrong path. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Nov 9, 2011 at 3:17 AM, Alex Tweedly a...@tweedly.net wrote: If you have an existing program that reads from stdin and writes to stdout - and you want

Re: Color of a graphic

2011-11-09 Thread Pete
it, then back to 0 when it's enabled again. That gives the right visual effect and preserves the color. Pete Molly's Revenge http://www.mollysrevenge.com 2011/11/9 Björnke von Gierke b...@mac.com I suggest not to disable graphics. Unless they're interactive to begin with, disabling them

Re: Color of a graphic

2011-11-09 Thread Pete
Thanks Devin, that sounds like the way to go. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Nov 9, 2011 at 9:51 AM, Devin Asay devin_a...@byu.edu wrote: Pete, Why not just create the various states of your arrow graphic and import snapshots of the various states as images

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Pete
Hi Rene, I'm on OS X 10.6.8 so I guess line 9 is what I would be looking for, but that comes up as fr, on my computer and I'm in the USA. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 8, 2011 at 9:03 AM, René Micout rene.mic...@numericable.comwrote: A little information

Re: MAC OS X Lion, shell and language

2011-11-08 Thread Pete
Yes, I think that's better. On my system that returns AppleLocale = en_US_POSIX; Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 8, 2011 at 10:39 AM, René Micout rene.mic...@numericable.comwrote: Thanks to Pete, Warren and Ben !! My new script after all their informations

Color of a graphic

2011-11-08 Thread Pete
disabled visually? Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Reordering Columns in a datagrid

2011-11-08 Thread Pete
I know it's possible to reorder lines in a datagrid by drag and drop but has anyone come up with a way to reorder columns by dragging and dropping their headings? Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list use

Re: Color of a graphic

2011-11-08 Thread Pete
Thanks Craig, good to know it's not just me! Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Nov 8, 2011 at 6:14 PM, dunb...@aol.com wrote: Pete. Interesting. Adding color seems to disable, er, disabling. Why not store the color in a custom property, and when you disable

Re: Passing Parameters

2011-11-07 Thread Pete
and as a record was read, it was deleted from the file. It was a great and very easy way to implement client/server communications. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Nov 7, 2011 at 3:41 AM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Cal, You can

Re: Use of dgIndex

2011-11-07 Thread Pete
dgIndex is a property of a line in the datagrid, not of the datagrid itself. So: put the dgIndex of me into tindex should take care of it. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Nov 7, 2011 at 3:12 PM, Michael Doub m...@doub.com wrote: Can someone explain to me where

Re: Use of dgIndex

2011-11-07 Thread Pete
I was wondering the same thing. It probably is the italics, but I'm using gmail too so I would have thought it would have recognised that. No big deal. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Nov 7, 2011 at 4:56 PM, Mike Bonner bonnm...@gmail.com wrote: ah, I betcha I

Re: Dynamically turning on and off DataGrid Scroll Bar

2011-11-06 Thread Pete
Thanks zryip, hadn't come across those properties before. It seems like there's a lot of stuff about datagrids that is undocumented, or maybe I'm just not looking in the right place? Pete Molly's Revenge http://www.mollysrevenge.com Another solution is to use the dgClickLine

Re: [OT] Excessive Wireless Traffic from iPhone running iOS5

2011-11-05 Thread Pete
the iPhone to be plugged into a power source to do this, when you can sync to iCloud without that requirement. Pete Molly's Revenge http://www.mollysrevenge.com PS I really hope the Big Brother comment isn't true!!! On Fri, Nov 4, 2011 at 2:02 PM, jacques CLAVEL jacques.cla...@gmail.comwrote

[OT] Excessive Wireless Traffic from iPhone running iOS5

2011-11-04 Thread Pete
experienced anything similar to this? Obviously there has to be WiFi traffic for the iPhone to sync, but there isn't that much data on my wife's iPhone so I'm not understanding the extreme wireless activity. Meantime my Android phone has been wireless syncing perfectly for months. Pete Molly's

Re: On CloseField and textStyle/textColor changes?

2011-11-02 Thread Pete
Hi John, After adding the space by script, just send a closeField message to the control. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Nov 2, 2011 at 10:40 AM, JOHN PATTEN johnpat...@me.com wrote: Hi All… I have a field that updates a record in a SQLite database via

Re: Style Question

2011-11-02 Thread Pete
the revMoveTo series of calls to navigate through the records in the recordset. revDatabaseColumnNamed will return the value of a named column from the current record in the recordset so you don't have to be concerned with knowing where in the record the column occurs. Pete Molly's Revenge http

Re: Passing Ampersand and Dot to PostGreSQL - MySQL

2011-11-02 Thread Pete
-quote character within a string, not any other special characters. What's the error you get back? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Nov 2, 2011 at 1:25 PM, Sivakatirswami ka...@hindu.org wrote: I'm having some difficulty with passing data from a web form

Re: TIP: Using Unicode chars as icons

2011-10-28 Thread Pete
Thanks for reminding me of that Devin. I had just started using characters from symbol fonts as button labels and turning them into images removes my last concern about doing that. Pete Molly's Revenge http://www.mollysrevenge.com On Fri, Oct 28, 2011 at 8:24 AM, Devin Asay devin_a...@byu.edu

Re: Spell checking on a Mac

2011-10-28 Thread Pete
Thanks for sharing all that code Scott! I found a whole section on the Apple Developers site about implementing the OS X spell checker but it's all Cocoa-based so I guess would need some sort of external to interface to. Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Oct 27, 2011

Re: image library

2011-10-28 Thread Pete
you have a backup copy to go back to before doing anything else. Hope that at least gives a place to start from. Pete Molly's Revenge http://www.mollysrevenge.com On Fri, Oct 28, 2011 at 11:28 AM, edward cawley etcaw...@fastmail.fmwrote: I'll try to make it clearer what I'm trying to do. I

Re: TIP: Using Unicode chars as icons

2011-10-28 Thread Pete
Any recommendations for fonts to take a look at? So far, I've been through Zapf Dingbats, WIngdings, and Webdings. Still looking for a calendar and a search (magnifying glass?) Pete Molly's Revenge http://www.mollysrevenge.com On Fri, Oct 28, 2011 at 10:56 AM, stephen barncard

Re: Spell checking on a Mac

2011-10-27 Thread Pete
corrections. Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Oct 27, 2011 at 3:19 PM, Paul Dupuis p...@researchware.com wrote: Pete, See http://runrev.com/store/product/runrevplanet-spell-2_0/ On 10/27/2011 5:01 PM, Pete wrote: Almost every Mac program that allows text entry allows you

Re: adding text in one field and automatically to another

2011-10-27 Thread Pete
Nah, he wash dryping while trunk... Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Oct 27, 2011 at 8:44 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 10/27/11 4:57 PM, Phil Davis wrote: Thanks Craig - I figured it was a typo. Ish posshible he wash typing while drunk

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
don;t know about the limited filetypes comment. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 3:51 AM, Chipp Walters ch...@chipp.com wrote: I heard they were limiting uploads to 100Mb-- not too bad. On Wed, Oct 26, 2011 at 3:53 AM, Scott Rossi sc

Re: When has a field changed?

2011-10-26 Thread Pete
Hi Ken, This took me by surprise so I just did a test. Pasted text into a field then clicked on another field on the card and I did get a closeField, so maybe this was a bug that has been fixed? LC 4.6.3/OS X 10.6.8 Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 7

Re: When has a field changed?

2011-10-26 Thread Pete
I guess that works but it means the button script will execute before the focus on nothing in the card script which could be an issue, depending on the application requirements. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 9:09 AM, Bob Sneidar b...@twft.com wrote

Re: Duplicate Control IDs

2011-10-26 Thread Pete
Thanks Trevor, downloading it now. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 8:01 PM, Trevor DeVore li...@mangomultimedia.comwrote: On Tue, Oct 25, 2011 at 4:06 PM, Pete p...@mollysrevenge.com wrote: OK, so I guess it's not a simple as I thought. I can

Re: .irev code editor?

2011-10-26 Thread Pete
Hi Ken, It does indeed say Plain Text right now but I dont see Transcript, Revolution, or anything else that rings a bell as being related to Livecode in the popup menu. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 6:56 PM, Ken Ray k...@sonsothunder.com wrote

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
/Spreadsheets Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 9:14 AM, Bob Sneidar b...@twft.com wrote: I believe it's read only though. I don't think the Finder will create writeable FTP mounts, unless they fixed/changed something. Bob On Oct 26, 2011, at 12:41 AM

Re: Duplicate Control IDs

2011-10-26 Thread Pete
into it. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 8:01 PM, Trevor DeVore li...@mangomultimedia.comwrote: On Tue, Oct 25, 2011 at 4:06 PM, Pete p...@mollysrevenge.com wrote: OK, so I guess it's not a simple as I thought. I can find no trace of 4.6.4

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
downloads it then opens it in the appropriate application. I'm not sure where you're looking on their web site but I have definitely uploaded files of a non-Office type, including livecode stack files. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 10:09 AM, J. Landman

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
for 80gb, $50/yr for 200GB, etc. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 10:40 AM, J. Landman Gay jac...@hyperactivesw.comwrote: On 10/26/11 12:30 PM, Pete wrote: Theis para is about using Box on a Mac. Yes, uploading is through logging into the box.net web

Re: LiveCode alternative to Sitelok?

2011-10-26 Thread Pete
personal info. There's also a paiud version which adds the ability to charge users for registration via Paypal. It's written in Perl and since I don't use on-rev, I don;t know how feasible it is to implement it in that environment. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26

Re: When has a field changed?

2011-10-26 Thread Pete
I'm glad they fixed it, 'cause that didn't seem right! Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 2:44 PM, Ken Ray k...@sonsothunder.com wrote: On Oct 26, 2011, at 11:29 AM, Pete wrote: Hi Ken, This took me by surprise so I just did a test. Pasted text

Re: Empty fields and controls after testing

2011-10-26 Thread Pete
to the default value defined in the database for the SQL column related to the control, taking into account option menu choices, etc. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 2:43 PM, Ken Ray k...@sonsothunder.com wrote: On Oct 26, 2011, at 11:19 AM, Bob Sneidar wrote

Re: card intercepting mouseDown events

2011-10-26 Thread Pete
Hi Terry, Long shot, but any datagrid custom column behaviors with a mouseDown handler, or maybe a selectionChanged handler in the datagrid script? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 3:45 PM, Terry Judd t...@unimelb.edu.au wrote: I'm seeing an odd

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
If you happen to use the Chrome browser, there's a Box plugin available for it. Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 2:49 PM, Ken Ray k...@sonsothunder.com wrote: One could also use Finder's Connect to Server with https://www.box.net/dav; It works

Re: Anyone out there who uses TextMate for LiveCode editing?

2011-10-26 Thread Pete
I got this working now with a new bundle that Ken sent me. One thing to watch out for is that the bundles are now stored in /path/to/TextMate.app/ Contents/SharedSupport/Bundles, a change from ~/Library/Application Support/TextMate. Pete Molly's Revenge http://www.mollysrevenge.com On Thu

Re: [OT] Box.net free 50Gb for iOS 5 users

2011-10-26 Thread Pete
Hadn't noticed Cloud Save but it appears to be a general purpose Cloud saver. The Chrome plugin I got was named Box - 5gb Free. It does let you login to an existing account (or create new one) and puts you right into your Box main page, where you can upload/download to your heart's content! Pete

Re: Duplicate Control IDs

2011-10-25 Thread Pete
OK, so I guess it's not a simple as I thought. I can find no trace of 4.6.4 in the Release Notes accessed from the LC help menu or on the runrev web site. Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 4:56 AM, Trevor DeVore li...@mangomultimedia.comwrote: On Mon

Re: Export and Import SQLite data from LC Project?

2011-10-25 Thread Pete
of insert ( to create SQL Insert statements), then a .dump command. To add it back, use the sqlite3 .read command. Run sqlite3 and enter .help for more specific info. All that assumes the table you are loading data into doesn't already have the dumped data in it. Pete Molly's Revenge http

Re: .irev code editor?

2011-10-25 Thread Pete
Thanks Ken. Is there something I have to configure in TextMate to see colorisation, etc? Not seeing any of that stuff right now. I've tried it with both .livecode and .rev file suffixes. Thanks, Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 24, 2011 at 9:54 PM, Ken Ray k

Re: When has a field changed?

2011-10-25 Thread Pete
closeField to the field in your script. Hope that helps, Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 25, 2011 at 4:24 PM, James Hurley jhurley0...@sbcglobal.netwrote: Thanks all for the info about the effect of closeField. I have assumed that it was called only when

Re: Duplicate Control IDs

2011-10-24 Thread Pete
It definitely took me by surprise! I plan to submit to QCC but thought I would check if anyone else had come across this at all. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 24, 2011 at 11:09 AM, Peter M. Brigham, MD pmb...@gmail.comwrote: On Oct 24, 2011, at 1:45 PM, Pete

Re: Duplicate Control IDs

2011-10-24 Thread Pete
of Stack2 both have an ID of zero. I have not tried setting up a test stack to see if this always happens, but it happens consistently in my application's stack. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 24, 2011 at 11:28 AM, Bob Sneidar b...@twft.com wrote: Hi Pete. I

Re: Duplicate Control IDs

2011-10-24 Thread Pete
zero in the title and the name property of the first field control. There's a lot of stuff going on in the real version of this stack so I think I will try to put together a simpler example and see if I can reproduce it. This is LC 4.6.2 and OS X 10.6.8 Pete Molly's Revenge http

Re: .irev code editor?

2011-10-24 Thread Pete
Stephen, Is there a regular LC plugin for TextMate as opposed to revigniter? Thanks, Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 24, 2011 at 2:04 PM, stephen barncard stephenrevoluti...@barncard.com wrote: On the mac side there is a plethora of great text editors

Re: Runrev site still not 100%

2011-10-24 Thread Pete
Drinker: Whose round is it? Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 24, 2011 at 7:26 PM, Peter M. Brigham, MD pmb...@gmail.comwrote: On Oct 24, 2011, at 3:43 PM, David C. wrote: Now, the question is whether that proverbial glass is half empty or half full

Re: Help tracking down a shell problem

2011-10-21 Thread Pete
sure the value I used wont work in some countries. At this point, this is more curiosity than anything else. Pete Molly's Revenge http://www.mollysrevenge.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Making Sense of Licenses

2011-10-20 Thread Pete
I'm curious as to what happens if you do this. If I opt to not get my 5.0 upgrade, then when 6.0 comes out decide I want it, do I have to pay the 6.0 upgrade fee AND the 5.0 upgrade fee? I would guess yes otherwise I'd be getting the 5.0 fixes and enhancements for free. Pete Molly's Revenge http

Help tracking down a shell problem

2011-10-20 Thread Pete
=, grouping=3;3 If you could let me know the OS X and LC versions too, that would be great. I'm on OS X 10.6.8 and LC 4.6.3 Thanks, Pete Molly's Revenge http://www.mollysrevenge.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Help tracking down a shell problem

2011-10-20 Thread Pete
for various settings (I see Mark got that too). I don't understand what the significance of 127 is. Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Oct 20, 2011 at 1:23 PM, Warren Samples war...@warrensweb.uswrote: On 10/20/2011 03:12 PM, Andre Garzia wrote: Pete, The terminal

Re: Help tracking down a shell problem

2011-10-20 Thread Pete
Hi Andre, Where are these files located? If I just run Terminal, I'm in my home group but more doesn't find any of them. Sorry, not much knowledge of Unix! Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Oct 20, 2011 at 1:12 PM, Andre Garzia an...@andregarzia.com wrote: Pete

Re: Help tracking down a shell problem

2011-10-20 Thread Pete
the support guys will figure it out because I've pretty much given up! Pete Molly's Revenge http://www.mollysrevenge.com On Thu, Oct 20, 2011 at 4:09 PM, Mark Wieder mwie...@ahsoftware.net wrote: Pete- Thursday, October 20, 2011, 2:22:55 PM, you wrote: Hi Andre, Where are these files located

Re: Resizable DataGrid Question

2011-10-19 Thread Pete
I think you need to get the dgindex of the dgcontrol of me? Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 19, 2011 at 1:56 PM, Mike Doub m...@doub.com wrote: I believe that I have found a way to get the previous grid item, but I must have the syntax incorrect for getting

Re: Resizable DataGrid Question

2011-10-18 Thread Pete
break? Pete Molly's Revenge http://www.mollysrevenge.com On Tue, Oct 18, 2011 at 10:46 AM, Mike Doub m...@doub.com wrote: I am trying to use a DataGrid to create a contact list that has a spacer between each alphabetic grouping of names. I was thinking to use the non-fixed length attribute

Re: SqLite to MySQL and back or ?

2011-10-17 Thread Pete
dbs were the same for this or any other syncing scheme to work. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 17, 2011 at 12:47 PM, John Patten johnpat...@mac.com wrote: Hi All! I have a little project that is using SQLite to save user data. Essentially, each user has

Re: Handling Long ID in Params?

2011-10-17 Thread Pete
Hi Scott, I'm sure you have good reasons but I'm curious about why you would want to classify a handler as private if you know you will need to access it from outside the script that it's in? Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Oct 17, 2011 at 10:30 AM, Scott Rossi sc

Another drag/drop issue

2011-10-17 Thread Pete
doesn't handle drag/drop operations in a modal window.. Pete Molly's Revenge http://www.mollysrevenge.com/ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

<    1   2   3   4   5   6   7   8   9   10   >