Why killing Media was killing an investment in the future

2012-07-19 Thread Peter Alcibiades
http://www.independent.co.uk/news/education/schools/code-club-afterschool-group-teaches-children-how-to-become-programming-whizz-kids-7956967.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Android: mobileControlSet

2012-07-19 Thread Dan Friedman
Man, I don't know what I am doing wrong! Here's EXACTLY what I am doing: put specialFolderPath(engine) /userGuide/ pFileName into fURL put file: fURL into fURL answer (url (fURL)) --to test that it can read the file, and that the file is there mobileControlSet sBrowserId,url,fURL When

[ANN] New custom control OS X Lion async png progress bar (on RevOnline)

2012-07-19 Thread Rolf Kocherhans
I was also testing RevOnline with a Stack (157K) and the upload worked :-) ! LiveCode does not give us the nice blue animated progress bar Lion has, the one we have - is only static ! I never liked this, animated progress bars make the user believe that the waiting time is up to 11% shorter.

OT: need advice with regex

2012-07-19 Thread Tiemo Hollmann TB
Hi, I want to replace a string with an opening and closing square bracket and any sign in between with three question marks, like this put replacetext(tFilter,[?],???) into tFilter I tried to escape the square brackets like this: put replacetext(tFilter,\[?\],???) into tFilter and get as a

Re: OT: need advice with regex

2012-07-19 Thread Thierry Douez
on mouseUp put Enjoy the sunny days [at least in my place] :) into tfilter put replacetext(tFilter,\[.*\],(done)) into tfilter put tfilter end mouseUp Thierry 2012/7/19 Tiemo Hollmann TB toolb...@kestner.de Hi, I want to replace a string with an opening and closing square

AW: OT: need advice with regex

2012-07-19 Thread Tiemo Hollmann TB
Bonjour Thierry, yes that made it what I wanted. Sunny days? You lucky one! I am so fed up with the German summer (some days only 10 degrees celsius at noon!!!), I can't tell you. Thank you Tiemo -Ursprüngliche Nachricht- Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-

Re: OT: need advice with regex

2012-07-19 Thread Thierry Douez
2012/7/19 Tiemo Hollmann TB toolb...@kestner.de Bonjour Thierry, yes that made it what I wanted. great it works :) Sunny days? You lucky one! I am so fed up with the German summer (some days only 10 degrees celsius at noon!!!), I can't tell you. Well, the plain truth is that we had

Re: can't find out this char

2012-07-19 Thread Björnke von Gierke
Well I found ascii 13 mentioned in the dictionary, so I used _replace numtochar(13) with _ which did remove my mystery character. See also this reply by me from yesterday: On 18.07.2012, at 13:58, Björnke von Gierke wrote: it seems to be a carriage return, equivalent to numtochar(13). I

Re: Stack file opened message?

2012-07-19 Thread Björnke von Gierke
I don't know what you're after, but the only other message that comes to mind is startup. so yeah, you have to get the long id of the target, and compare the opened stack to the previously existant candidates in the openstacks to find out if it was freshly opened i guess. On 18.07.2012, at

Re: Hanoi Tower programming challenge...

2012-07-19 Thread Jim Hurley
Message: 17 Date: Wed, 18 Jul 2012 22:22:59 -0400 From: Colin Holgate co...@verizon.net To: How to use LiveCode use-livecode@lists.runrev.com Subject: Hanoi Tower programming challenge... Message-ID: 65c1b2bf-d4a1-460f-a362-afdedccec...@verizon.net Content-Type: text/plain;

Re: Hanoi Tower programming challenge...

2012-07-19 Thread Björnke von Gierke
Showing stuff on screen in LC is always surprisingly code intensive, So text only approaches probably win here. Here's a C code that I transcribed into LC, because I'm lazy and everyone knows that c is the laziest language of them all ;) Also I'm amused by all the old geezer complaining that

Re: Android: mobileControlSet

2012-07-19 Thread Thomas McGrath III
Jac, Why are you using the cache path instead of maybe the engine path? just curious as to the need. thanks -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Jul 18, 2012, at 9:42 PM, J. Landman Gay wrote: put specialFolderPath(cache) slash caseydocs.html into

Re: RevOnline fixed

2012-07-19 Thread Roger Guay
Hi Al, Al Tejada wrote: Could you provide a link to download your stack? Just look for RadialDialOmatic on RevOnline. I just checked, and it's there. Cheers, Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Hanoi Tower programming challenge...

2012-07-19 Thread Colin Holgate
How about this? I think this is the classic recursive solution. That looked good, and works in Director too. Given that you can call it from the message box (or message window in the case of Director), and Director doesn't need the 'end' part for handlers, it can be as short as this: on

Re: can't find out this char

2012-07-19 Thread Robert Brenstein
On 19.07.2012 at 12:50 Uhr +0200 Björnke von Gierke apparently wrote: Well I found ascii 13 mentioned in the dictionary, so I used _replace numtochar(13) with _ which did remove my mystery character. See also this reply by me from yesterday: I wonder whether those files are created

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Richard Gaskin
Peter Alcibiades wrote: http://www.independent.co.uk/news/education/schools/code-club-afterschool-group-teaches-children-how-to-become-programming-whizz-kids-7956967.html Scratch != LiveCode Or, translated into LiveCode: Scratch LiveCode In that translation we see one of many reasons why

Re: can't find out this char

2012-07-19 Thread Björnke von Gierke
RunRev creates them and stores them in custom properties. No idea what they use to edit and create the dictionaries. On 19.07.2012, at 15:50, Robert Brenstein wrote: On 19.07.2012 at 12:50 Uhr +0200 Björnke von Gierke apparently wrote: Well I found ascii 13 mentioned in the dictionary, so I

Re: OT: need advice with regex

2012-07-19 Thread Dr. Hawkins
Thursday, July 19, 2012, Thierry Douez wrote: 2012/ Well, the plain truth is that we had only 2 days of summer since 2 months :( Gee, we get thee summers here, out of our six seasons--summer, HOT Summer, another summer, two weeks of Fall, Winter, and Two weeks of Spring . . . -- The

Re: OT: need advice with regex

2012-07-19 Thread Thierry Douez
2012/7/19 Dr. Hawkins doch...@gmail.com Thursday, July 19, 2012, Thierry Douez wrote: 2012/ Well, the plain truth is that we had only 2 days of summer since 2 months :( Gee, we get thee summers here, out of our six seasons--summer, HOT Summer, another summer, two weeks of Fall,

Re: Front Scripts

2012-07-19 Thread Bob Sneidar
I suppose if it worked the other way around, the command would be append the script of object in front Bob On Jul 18, 2012, at 5:34 PM, Dar Scott wrote: On Jul 18, 2012, at 4:53 PM, Peter Haworth wrote: This is all back to front to me…. OR The first one now will later be last….

Re: multiple card alignment tool

2012-07-19 Thread Bob Sneidar
Are they the same controls on each card? Why not group them and then add the group to each card? Bob On Jul 18, 2012, at 10:02 PM, Monte Goulding wrote: How else could you select controls on more than one card at time? That's the point. Anyway, frustration over until next time I have a

Re: [ANN] New custom control OS X Lion async png progress bar (on RevOnline)

2012-07-19 Thread Bob Sneidar
Ah, but everything about a computer application is an illusion anyway, isn't it? Bob On Jul 19, 2012, at 2:50 AM, Rolf Kocherhans wrote: I was also testing RevOnline with a Stack (157K) and the upload worked :-) ! LiveCode does not give us the nice blue animated progress bar Lion has,

Re: OT: need advice with regex

2012-07-19 Thread Mike Bonner
It is surely a location based bug. Southern NM has the same list of seasons. Whereas when I was in Montana it had a reverse set. Winter, really horribly cold winter, winter, 1 month of soggy and miserable, summer, 2 weeks of fall. Summer was also called Repair Season because winter, really cold

Re: multiple card alignment tool

2012-07-19 Thread Roger Eller
On Wed, Jul 18, 2012 at 11:14 PM, Monte Goulding wrote: If anyone has a tool that allows me to choose controls on multiple cards and align them... Why not just use a group that is shared on all cards. Move a control, and it is done. Of course if you want the control to behave differently on

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Bob Sneidar
It would have been nice if they could have bundled it with the Mac OS the way Hypercard was, only with certain limitations that would prevent it from being used for any serious business app creation. No standalones, no mobile apps, sqLite support only, things like that. Bob On Jul 19, 2012,

Re: AW: OT: need advice with regex

2012-07-19 Thread Bob Sneidar
Over here in the good ol' USA we are having heat waves. Send us your Global Warming nuts and we will send you our Glacial Ice Age nuts. When the weather changes again we can swap nuts. That way we will both have plenty of fresh nuts! Bob On Jul 19, 2012, at 3:39 AM, Tiemo Hollmann TB wrote:

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Kee Nethery
Scratch is awesome! My 10 year old son has been programming in Scratch for 3 or 4 years now. He understands variables, loops, if then logic flow, message passing, math algorithms, sub-routine functions, a whole range of programming concepts. When he has a question that is easily solved with a

Re: multiple card alignment tool

2012-07-19 Thread Roger Eller
On Thu, Jul 19, 2012 at 11:12 AM, Bob Sneidar wrote: Are they the same controls on each card? Why not group them and then add the group to each card? Bob That's what I'd do. :-D ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: OT: need advice with regex

2012-07-19 Thread Dr. Hawkins
On Thu, Jul 19, 2012 at 8:20 AM, Mike Bonner bonnm...@gmail.com wrote: Summer was also called Repair Season because winter, really cold winter, winter and 1 month of soggy (breakup) really tore things up. I spent a few years teaching at Penn State. The PA seasons were Almost Winter, Winter,

do you need entitlements to open file from application support folder?

2012-07-19 Thread Andre Garzia
Hey Folks, I am new to the whole entitlement stuff. Do we need special entitlements to read/write to application support folder? Cheers andre -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service. ___

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread J. Landman Gay
On 7/19/12 9:25 AM, Richard Gaskin wrote: All that said, it's worth noting that even with only paid products and only products that require scripting, the company continues to make considerable progress in education RR also offers very attractive educational discounts for schools. --

RE: OT: need advice with regex

2012-07-19 Thread Ralph DiMola
I guess that's why the northeast US (I'm in the Lake George NY region) is so popular. We get the 4 seasons. Summers 75 - 100f, Fall 40-75f, Winter -40f(or c)) to (+40f) and back to spring just like fall 40-75f. At my house the official temps I have experienced are -34f to 99f. There are some year

Re: Android: mobileControlSet

2012-07-19 Thread J. Landman Gay
On 7/19/12 7:10 AM, Thomas McGrath III wrote: Jac, Why are you using the cache path instead of maybe the engine path? just curious as to the need. I can't remember. I'm sure I must have had a reason. For the docs, the engine folder would have worked. -- Jacqueline Landman Gay |

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Mark Wieder
Peter Alcibiades palcibiades-first@... writes: http://www.independent.co.uk/news/education/schools/code-club-afterschool-group-teaches-children-how-to-become-programming-whizz-kids-7956967.html The video is hilarious. ...and do notice the final paragraph of the article: And what happens

[ANN] Dropbox Livecode Library ...

2012-07-19 Thread Guglielmo Braguglia
Dear all, I have just finished to develop the first release of a simple Livecode library to access Dropbox from _any platform Livecode support_. The library uses the Dropbox REST API, so _only_ HTTPS GET and PUT (PUSH on mobile because there is not HTTPS PUT). Since the community of good

Re: OT: need advice with regex

2012-07-19 Thread Bob Sneidar
I think you hit the nail on the head there. I don't mind these guys getting paid for a very hard job, so long as their job is very hard! If it were private industry I wouldn't care at all! But when my taxes go to pay for it, well dammit I want to know who is in charge, so I can fire him and put

Re: Android: mobileControlSet

2012-07-19 Thread J. Landman Gay
On 7/19/12 2:25 AM, Dan Friedman wrote: Man, I don't know what I am doing wrong! Here's EXACTLY what I am doing: put specialFolderPath(engine) /userGuide/ pFileName into fURL put file: fURL into fURL answer (url (fURL)) --to test that it can read the file, and that the file is there

Re: [ANN] Dropbox Livecode Library ...

2012-07-19 Thread Bob Sneidar
Well that is quite amazing and useful, thank you. Bob On Jul 19, 2012, at 10:04 AM, Guglielmo Braguglia wrote: Dear all, I have just finished to develop the first release of a simple Livecode library to access Dropbox from _any platform Livecode support_. The library uses the Dropbox

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Richard Gaskin
Mark Wieder wrote: ...and do notice the final paragraph of the article: And what happens beyond Code Club? Hopefully after two years with Code Club, Sandvik continues, they'd be inspired to strike out on their own and explore languages like JavaScript. ...well, we started out with Scratch and

Re: [ANN] Dropbox Livecode Library ...

2012-07-19 Thread Andre Garzia
Congratulations on the release Guglielmo!!! =) On Thu, Jul 19, 2012 at 2:16 PM, Bob Sneidar b...@twft.com wrote: Well that is quite amazing and useful, thank you. Bob On Jul 19, 2012, at 10:04 AM, Guglielmo Braguglia wrote: Dear all, I have just finished to develop the first release

Re: do you need entitlements to open file from application support folder?

2012-07-19 Thread Peter Haworth
Hi Andre, Writing directly to Application Support, and its subfolders, is permitted I believe. Pete lcSQL Software http://www.lcsql.com On Thu, Jul 19, 2012 at 9:21 AM, Andre Garzia an...@andregarzia.com wrote: Hey Folks, I am new to the whole entitlement stuff. Do we need special

Re: multiple card alignment tool

2012-07-19 Thread dunbarx
I naturally assumed they were different controls, unique to each card, but maybe read more into it than was needed. -Original Message- From: Monte Goulding mo...@sweattechnologies.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Thu, Jul 19, 2012 1:01 am Subject: Re:

Re: do you need entitlements to open file from application support folder?

2012-07-19 Thread Klaus on-rev
Hi all, Am 19.07.2012 um 19:38 schrieb Peter Haworth: Hi Andre, Writing directly to Application Support, and its subfolders, is permitted I believe. Yes, get it with: specialfolderpath(asup) I think writing to Applications still requires Admin rights. Reading is OK. Pete On Thu, Jul

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Alejandro Tejada
Hi Richard, Richard Gaskin wrote [snip] The only way LiveCode could become such a de facto standard would be for someone to come up with a way that changing its license to FOSS could still bring in enough money to be profitable. If my guess are correct, in the future, someone will

Re: do you need entitlements to open file from application support folder?

2012-07-19 Thread Peter Haworth
Hi Klaus, Are you talking about iOS here? I guess I assumed the question was about Mac desktop. Either way, I can't find mention of asup as a parameter to specialfolderpath in the dictionary but maybe it's in the release notes. Pete lcSQL Software http://www.lcsql.com On Thu, Jul 19, 2012 at

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Bob Sneidar
Development software has the same conundrum that new OSes do, namely that they have to pull themselves up by the bootstraps. There have to be enough developers onboard ready to release software when the OS becomes available, so that enough people will be interested in taking the plunge.

Re: multiple card alignment tool

2012-07-19 Thread Roger Eller
Ok, let's assume the controls are unique on each card. First, we need an object that is common on all cards, so we create a box and group it (include a cross-hair at the center of you like). Name the group grpMyAlignmentObject, then place the group on each card. Simply move it, and it moves on

Re: do you need entitlements to open file from application support folder?

2012-07-19 Thread Klaus on-rev
Hi Peter, Am 19.07.2012 um 20:13 schrieb Peter Haworth: Hi Klaus, Are you talking about iOS here? No, OS X desktop :-) I guess I assumed the question was about Mac desktop. Either way, I can't find mention of asup as a parameter to specialfolderpath in the dictionary but maybe it's in

Moving a stack with no controls

2012-07-19 Thread Magicgate Software - Skip Kimpel
I have a stack that has a custom shape so that when it runs it has a transparent background. Since it has no controls at the top as you would normally have in a main stack, is there a way to allow the user to drag and move the stack around the screen at run time?

Re: Moving a stack with no controls

2012-07-19 Thread Klaus on-rev
Hi Skip, Am 19.07.2012 um 20:35 schrieb Magicgate Software - Skip Kimpel: I have a stack that has a custom shape so that when it runs it has a transparent background. Since it has no controls at the top as you would normally have in a main stack, is there a way to allow the user to drag and

Re: Moving a stack with no controls

2012-07-19 Thread Bob Sneidar
I think you are going to have to become familiar with drag and drop commands. I can conceive of an app intercepting a mouseDown in a card, starting a drag/drop operation, and then changing the loc of the app as the user drags the mouse around the screen. You will probably want to do some kind

Re: Moving a stack with no controls

2012-07-19 Thread Magicgate Software - Skip Kimpel
Thank you! On Thu, Jul 19, 2012 at 2:38 PM, Roger Eller roger.e.el...@sealedair.com wrote: In the stack script: on mouseDown grab me end mouseDown On Thu, Jul 19, 2012 at 2:35 PM, Magicgate Software - Skip Kimpel wrote: I have a stack that has a custom shape so that when it runs it

Re: Moving a stack with no controls

2012-07-19 Thread Roger Eller
Please ignore my wrong answer. Klaus' script is perfect. My simplistic version works with groups or controls within the card. ~Roger On Thu, Jul 19, 2012 at 2:38 PM, Roger Eller wrote: In the stack script: on mouseDown grab me end mouseDown

Re: Moving a stack with no controls

2012-07-19 Thread Scott Rossi
Another option is to use a specific control to handle the dragging. This allows you to define the region that triggers the drag, and you don't have to worry about excluding objects from the script. Regards, Scott Rossi Creative Director Tactile Media, UX Design Recently, Klaus on-rev wrote:

Re: Moving a stack with no controls

2012-07-19 Thread Magicgate Software - Skip Kimpel
Went with option two and it works like a charm... thanks again for all of your rapid responses. On Thu, Jul 19, 2012 at 3:14 PM, Klaus on-rev kl...@major.on-rev.com wrote: Hi Skip, Am 19.07.2012 um 21:01 schrieb Magicgate Software - Skip Kimpel: There is some conflicting functions being

RE: Why killing Media was killing an investment in the future

2012-07-19 Thread Lynn Fredricks
I need to repeat again, what I have posted before: To gain a foothold in the schools, this platform have to convince the leaders to use LiveCode, not the followers. I think its important to narrow down what schools you are talking about (K-12 vs else), and the relative importance of computer

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Bob Sneidar
It's my personal opinion that we ought to be making a much bigger effort to improve education across the board, and no, more money does not accomplish that goal. California has one of the highest per capita budgets for education, and yet one of the worst records. If spending more money fixed

Re: do you need entitlements to open file from application support folder?

2012-07-19 Thread Peter Haworth
Thanks a lot for that link Klaus (and to Ken for making that information available). It's duly bookmarked! On closer reading of the dictionary, I see that they do refer to a link on Apple's web site for these 4-character codes. However the link is out of date and the redirected link displays a

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Dr. Hawkins
On Thu, Jul 19, 2012 at 1:07 PM, Bob Sneidar b...@twft.com wrote: It's my personal opinion that we ought to be making a much bigger effort to improve education across the board, and no, more money does not accomplish that goal. California has one of the highest per capita budgets for

Re: Android: mobileControlSet

2012-07-19 Thread Pierre Sahores
Else try (documents instead of engine) : file: specialFolderPath(documents) /yourfile.txt) witch works fine on android there Best, Pierre Le 19 juil. 2012 à 04:49, Andre Garzia a écrit : Folks, Use something like: file: the engine folder Do not use the double slash after the

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Richard Gaskin
Bob Sneidar wrote: I think the real key to making LC insanely profitable for RR is for us, the developers, to produce really good commercial apps on a regular basis using LC, and proudly display on our splash screens: Made With Livecode! Agreed. And on the EDU front, LiveCode continues to

Re: multiple card alignment tool

2012-07-19 Thread Roger Eller
On Thu, Jul 19, 2012 at 5:23 PM, Monte Goulding wrote: Actually, come to think of it you could just list all controls for each card and allow the user to do multiple selection then some alignment. Yes! You select an object on THIS card, then show a list of objects of the same type on all

Re: multiple card alignment tool

2012-07-19 Thread Bob Sneidar
I do not think so. You have to understand that the objects on a card are not actually loaded into memory until you go to that card, or else reference them in a script. (I may be wrong about this). It seems to me that you would need to have all the cards open at the same time, which in LC

Re: [OT] Easily run PostgreSQL on a Mac

2012-07-19 Thread Andre Garzia
On Thu, Jul 19, 2012 at 7:37 PM, Dr. Hawkins doch...@gmail.com wrote: On Thu, Jul 19, 2012 at 2:28 PM, Peter Haworth p...@lcsql.com wrote: I think that mySQL server is bundled in with OS X too? Until Lion. As of Lion, PostgreSQL is included with lion--which makes me wonder what the point

Re: Why killing Media was killing an investment in the future

2012-07-19 Thread Rod McCall
I am not sure about the situation in the US but in the UK (as noted elsewhere on the lists) there is a big drive to get kids programming again and not just using MS Word. Therefore the door is more than a little open right now for LiveCode or other tools to make their way in. For it's part

Re: multiple card alignment tool

2012-07-19 Thread Bob Sneidar
I just googled download GLX2 and got this. It's easy to find things with Google. https://bitbucket.org/mwieder/glx2/downloads Bob On Jul 19, 2012, at 3:33 PM, Roger Eller wrote: On Thu, Jul 19, 2012 at 6:12 PM, Monte Goulding wrote: Bob Sneidar wrote: That is the built in Application

Re: multiple card alignment tool

2012-07-19 Thread Geoff Canyon
I hesitate to suggest it since it's so out of date now, but revNavigator does this handily. You select whichever controls you like, then on the Actions menu bookmark them. You can bookmark any number of controls on any cards or even in different stacks. Then highlight the controls/bookmarks you

Re: multiple card alignment tool

2012-07-19 Thread Roger Eller
On Thu, Jul 19, 2012 at 6:59 PM, Geoff Canyon wrote: I hesitate to suggest it since it's so out of date now, but revNavigator does this handily. Disclaimer: I wrote navigator over ten years ago and it hasn't been updated since then. It's marked as shareware, but don't worry about that. It

Re: Hanoi Tower programming challenge...

2012-07-19 Thread Alex Tweedly
Here I go - replying to my own posting. Silly me Q: What happens when a function reaches the end statement ? A: It returns empty So we are basically down to 3 lines !! (with even more line wraps) on mouseUp ask How many disks are there? put tower (it , A, B , C) into field 1 end

Re: [OT] Easily run PostgreSQL on a Mac

2012-07-19 Thread Peter Haworth
I didn't know that. I wonder why that happened? I've been happily using mySQL server on OSX to test out mySQL apps locally before using a remote server. Hadn't tried it since updating to Lion or I guess I would have found out! Pete lcSQL Software http://www.lcsql.com On Thu, Jul 19, 2012 at

Re: [OT] Easily run PostgreSQL on a Mac

2012-07-19 Thread Bob Sneidar
Apple would not DARE to UNINSTALL mySQL during an update would they?? Bob On Jul 19, 2012, at 4:48 PM, Peter Haworth wrote: I didn't know that. I wonder why that happened? I've been happily using mySQL server on OSX to test out mySQL apps locally before using a remote server. Hadn't

can't get behavior to work

2012-07-19 Thread Dr. Hawkins
I've been trying all day to get behavior, to work, and can't set the behavior of grp grp_cmbIncome of card meansTestIncome to the long id of fld ctr_calcPop of cd 1 of stack mcp produces an execution error at line n/a (parentScript: bad object) near field id 2081 of cd id . . . It only

Re: can't get behavior to work

2012-07-19 Thread Richard Gaskin
Dr. Hawkins wrote: I've been trying all day to get behavior, to work, and can't set the behavior of grp grp_cmbIncome of card meansTestIncome to the long id of fld ctr_calcPop of cd 1 of stack mcp produces an execution error at line n/a (parentScript: bad object) near field id 2081 of cd

RE: Why killing Media was killing an investment in the future

2012-07-19 Thread Lynn Fredricks
It's my personal opinion that we ought to be making a much bigger effort to improve education across the board, and no, more money does not accomplish that goal. Im going to dodge the political bullets I hear a buzzing in the air, Bob ;-) For any education to be at its best, you need to

Re: can't get behavior to work

2012-07-19 Thread Dr. Hawkins
On Thursday, July 19, 2012, Richard Gaskin wrote: Just put that field's script into a button and you'll be set. At this time buttons are the only controls that can be used to hold a behavior's script. wow. Ok. The do umentation uses buttons for the examples, but control for what *can*

Re: [OT] Easily run PostgreSQL on a Mac

2012-07-19 Thread Dr. Hawkins
On Thursday, July 19, 2012, Bob Sneidar wrote: Apple would not DARE to UNINSTALL mySQL during an update would they?? No more than they'd stop supporting Rosetta . . . :) -- The Hawkins Law Firm Richard E. Hawkins, Esq. (702) 508-8462 hawkinslawf...@gmail.com 3025 S. Maryland Parkway Suite

Re: [OT] Easily run PostgreSQL on a Mac

2012-07-19 Thread Peter Haworth
I did find an article on the web that confirmed that it wasn't included in Lion, but the article referred to Lion Server. I didn't know there was a Lion Serever! In any case, it's easy to download mySQL as a dmg file and install it. According to the article, the outfit that took overpsql

Re: multiple card alignment tool

2012-07-19 Thread Monte Goulding
Cool Geoff I'll take a look. -- M E R Goulding Software development services mergExt - There's an external for that! On 20/07/2012, at 8:59 AM, Geoff Canyon gcan...@gmail.com wrote: I hesitate to suggest it since it's so out of date now, but revNavigator does this handily. You select

Re: Hanoi Tower programming challenge...

2012-07-19 Thread Jim Hurley
Bob, Everybody finds these recursive algorithms hard, really hard, especially the Tower of Hanoi. Trouble is you can't start at the top. Start recursion with the factorial function. The factorial of 9 is 9 * factorial(8) and so on. Therefore: function Factorial n if n = 1 then

Re: [OT] Easily run PostgreSQL on a Mac

2012-07-19 Thread Alex Shaw
Interesting article here.. http://wekeroad.com/2012/07/19/postgresql-rising regards alex On 20/07/12 7:17 AM, Andre Garzia wrote: Hey Folks, the fine people at Heroku released a simple application called postgreapp. It is a mac os x app that bundles a fully working PostgreSQL server, so you