Re: Staying on a field

2011-05-03 Thread Pete
Folks, Not strictly related to this but what date format does the syntax "if this is not a date" use? And where is it documented that "a date" is a valid expression? Just curious since I've spent several hours writing code to try to validate a date based on the user's system settings and I've ne

Re: LC in Education

2011-05-03 Thread Terry Judd
Hi Judy - the good thing about Blackboard occasionally being unreliable is that people are more likely to be somewhat forgiving when (inevitably) one of the new systems we are developing springs a problem. We can usually put things right pretty quickly and only a few hundred users at most will expe

weird system global name is crippling LC!

2011-05-03 Thread Phil Davis
Help! Apparently Google Chrome defined a global on my Mac that is crippling all my versions of LiveCode. LC can't do ANYTHING that requires dealing with globals - like opening the script editor - because it runs into this global var name and doesn't know what to do with it (I assume because of

Re: LC in Education

2011-05-03 Thread Judy Perry
Alejandro, Like I haven't heard how our CS students easily hack whatever it is we're using for our MS in Software Engineering online coursework... (wanna bet it's Blackboard?!). They actually TELL ME these things. O_o Judy On Tue, 3 May 2011, Alejandro Tejada wrote: By the way, after thi

Re: LC in Education

2011-05-03 Thread Judy Perry
Terry, It's funny that you should mention Blackboard being awful. It really IS gawdawful! I happened to be in my class early one day and several students were trying to access my Moodle setup (on server space I rent from Mark and paid him to install while I maintain) and they reported it wa

Re: LC in Education

2011-05-03 Thread Judy Perry
Colin, Moodle is gaining traction in education because it is FOSS, that is, free, whereas Blackboard is hugely expensive and doesn't tend to play well with any browser made outside of Redmond. Blackboard also has exhibited predatory patent practices and successfully locked some similar Canadi

Re: LC in Education

2011-05-03 Thread Judy Perry
Alejandro, That was Carly Born. I don't know if she follows this list, but if you are interested, I can give her your email information and she can perhaps follow-up with you. I prefer Moodle over Blackboard because it sucks for free (okay, it doesn't suck overwhelmingly... really!) Let me

Re: Staying on a field

2011-05-03 Thread Joe Lewis Wilkins
Bill, I'd try eliminating the exit closeField and the pass closeField from your handler as a first effort. I don't think either are needed in this case and may confuse the "focus" issue. HTH, Joe Lewis Wilkins Architect & Director of Product Development for GSI On May 3, 2011, at 9:14 PM, B

Re: Staying on a field

2011-05-03 Thread Terry Judd
On 04/05/2011 02:14 PM, "Bill Vlahos" wrote: > on closeField >if me is not a date then > answer error "Not a valid date. Retry?" with "No" or "Yes" > if it is "Yes" then > focus on me > exit closeField > end if >end if >pass closeField > end closeFi

Staying on a field

2011-05-03 Thread Bill Vlahos
I do a validity check on a field to see if the user entered a valid date. If the user entered a valid date and presses TAB or RETURN the focus moves on to the next field. However, if the user enters an invalid date I want to keep the focus on the field to try again. This field script does every

Re: LC in Education

2011-05-03 Thread Alejandro Tejada
Hi Colin, on Tue May 3 21:41:17 CDT 2011 Colin Holgate wrote: > Although I don't fully understand why, Moodle is huge in education, > and you should get to grips with it no matter what. > I can't find any proof of Larry being that involved in Moodle and Revlets. > Can you point to anything? >I thi

Re: LC in Education

2011-05-03 Thread Terry Judd
On 04/05/2011 01:02 PM, "Colin Holgate" wrote: > My point was, that even though I don't fully understand it, anyone doing > education courseware should be familiar with Moodle Agreed. Terry... -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical Sch

Re: LC in Education

2011-05-03 Thread Colin Holgate
My point was, that even though I don't fully understand it, anyone doing education courseware should be familiar with Moodle ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: LC in Education

2011-05-03 Thread Terry Judd
On 04/05/2011 12:41 PM, "Colin Holgate" wrote: > Although I don't fully understand why, Moodle is huge in education, and you > should get to grips with it no matter what. It's big because the main alternatives (notably BlackBoard) are so awful (and awfully expensive). I'm no big fan of Learning

Re: LC in Education

2011-05-03 Thread Colin Holgate
On May 3, 2011, at 10:27 PM, Alejandro Tejada wrote: > > I would like to experiment with this new setup, but do not want to > learn the whole Moodle system to play... Although I don't fully understand why, Moodle is huge in education, and you should get to grips with it no matter what. I can

Re: LC in Education

2011-05-03 Thread Alejandro Tejada
Hi Judy, on Mon, 2 May 2011 20:45:51 -0700 (PDT) Judy Perry wrote: > He is Larry Tesler. Did Larry Tesler posted (in the Facebook Runrev in Education page) about integrating revlets with Moodle? If not him, Who? I am curious to know if this developer would allow other teachers to experiment in

Re: Save screenshots from every card in a stack

2011-05-03 Thread Alejandro Tejada
Hi Ken, on Tue, 03 May 2011 08:50:07 -0500 Ken Ray wrote: > [snip] >Neat idea, Alejandro! >The script is very straightforward, too... I am glad that you liked. :-D Are you going to post an enhanced multiplatform version in your Tips & Scripts page? I really hope so. :-) Notice that this script

Re: Cleaning Exif Data from an image

2011-05-03 Thread Alejandro Tejada
Hi Andrew, on Mon, 2 May 2011 16:51:32 -0500 Andrew Kluthe wrote: >I do not know much about image manipulation in livecode or in general. But, >I am looking for a way to scrub exif data off an image easily and without >loss to the picture. There are libraries in php that let me do this, but I >wo

Re: How to delete a single customkey?

2011-05-03 Thread Timothy Miller
Well, this is an old thread, likely long settled, but what the heck! If your customkey is named "victimList" and it's a property of a card then set the victimList of this card to empty -or- set the victimList of card ID 4225 to emtpy -or- set the victimlist of to empty. And so on. Your cus

Re: [revServer] should revdelete work

2011-05-03 Thread Pierre Sahores
Matthias, I don't use the revdeletefolder command and can't comment on it but : delete file (thepath) delete folder (thepath) instead, from within my irev libs and it works fine (as long as, in case of file, the file to delete is not the running irev script it self !). HTH, Pierre Le 3 mai

Re: [revServer] should revdelete work

2011-05-03 Thread Matthias Rebbe
Sorry, of course i meant revdeletefolder. Regards, Matthias Am 03.05.2011 um 23:18 schrieb Matthias Rebbe: > Hi, > > i am trying to delete an non empty folder with an .irev script on on-rev. > > The dictionary says that revdelete is supported under Desktop. Web (Revlet) > and Server. But i g

[revServer] should revdelete work

2011-05-03 Thread Matthias Rebbe
Hi, i am trying to delete an non empty folder with an .irev script on on-rev. The dictionary says that revdelete is supported under Desktop. Web (Revlet) and Server. But i get an "Can´t find Handler" error. Could someone confirm that revdelete does or does not work for her/him under revServer?

Re: LiveCode Summer Academy

2011-05-03 Thread Mike Bonner
Theres this http://runrev.com/store/product/summer-academy-android-personal/ Says in the text it runs may 9th to june 27th. The purchase link itself is confusing since it says "starts june 27th" On Tue, May 3, 2011 at 2:39 PM, jva.

Re: LiveCode Summer Academy

2011-05-03 Thread jva...@1234web.net
I read something about starting in May thought, but probably am wrong. Thanks Colin -- Jose > > On May 3, 2011, at 1:21 PM, jva...@1234web.net wrote: > > > Anybody there know if lessons started? If somebody from staff could help, > > please let me know steps to join the course. > > > Altho

Re: Source code for QT external

2011-05-03 Thread Shao Sean
If you are still looking for it, download the file below, look in the "QuickTime" folder and unzip the source.. This is the old External SDK so I would recommend against actually using this stuff, but at least the code you are looking for is there.. http://support.runrev.com/tutorials/revex

Live LiveCode Code Event #22

2011-05-03 Thread Mark Schonewille
Hi all, I'm still looking for presenters, for this Saturday. Does anyone feel like giving a talk? Please look at http://qery.us/ps for some ideas. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.c

Re: Stability in LC 4.5?

2011-05-03 Thread Paul Looney
Peter, Did you get an answer from RunRev? PL On Sep 27, 2010, at 6:39 AM, Peter Brigham MD wrote: I found I could crash 4.5 reliably by clicking on a certain button in my rather complex clinical management stack. The button sets up an enhanced find function then lists the cards on which a

Re: Datagrid Multiple Column Sort

2011-05-03 Thread Andrew Kluthe
Nevermind, I didn't realize that I had to pass SortDataGridColumn. I thought the directions said to disable it to disable the built in sort functions. I thought this was needed to do multicolumn sorting. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-Mu

Re: Datagrid Multiple Column Sort

2011-05-03 Thread Andrew Kluthe
I am trying to use DGH to sort a list of farms in a datagrid first by county and then by townshipName. I implemented this script and it sorts only by the second criteria I listed to sort by. In this case it only sorts by townshipName. case "County" put the dgColumnSortDirection[pColumn]

Re: LiveCode Summer Academy

2011-05-03 Thread Colin Holgate
On May 3, 2011, at 1:21 PM, jva...@1234web.net wrote: > Anybody there know if lessons started? If somebody from staff could help, > please let me know steps to join the course. Although it is intended for people who don't yet own LiveCode, they released that there is a need for people who rec

LiveCode Summer Academy

2011-05-03 Thread jva...@1234web.net
Hi, this is my first message to the list... almost. A few days ago I received a message about that Summer Academy. I asked to sales the way to enroll, because I purchased license a couple of months ago, and they told me will take care to enroll me. But got no more news. Anybody there know if l

[ANN] ChartMaker update released

2011-05-03 Thread FlexibleLearning
ChartMaker for LiveCode Version 2.1 build 47 A maintenance update is now available. It is free for all 2.1 registered users and a discounted price is available to version 2.0 users. Click the 'Check for updates' link in the software. There is a 30-day free trial if you do not yet have a licence.

Re: OT: are 72dpi still state of the art for screen design?

2011-05-03 Thread Bob Sneidar
Hah hah! Try explaining all this to a graphic artist who never used a computer before! Years ago we had an excellent illustrator come to work for us to revamp all our corporate art and what have you. He had learned to do everything "conventionally" which is code for "old school" because at the t

Re: Xmarks for Safari interferes with RevWeb installation

2011-05-03 Thread Trevor DeVore
On Sat, Apr 30, 2011 at 4:12 PM, Todd Geist wrote: > I just figured out that XMarks for safari will stop the RevWeb installer > cold. You get the message saying "To close all browsers" even though they > are all closed. > > If you go into Activity monitor and find xmarks helper and kill it RevWeb

Re: the urlresponse ?

2011-05-03 Thread Trevor DeVore
On Thu, Apr 28, 2011 at 8:03 PM, Todd Geist wrote: > I am working with web apis using the put URL tURL form. While looking > through Trover's examples I found that he uses this property > > urlresponse > > to get the data from the response. This doesn't seem to be a Custom > property. This seems t

Re: menu icon in OS X

2011-05-03 Thread Maarten Koopmans
On Tue, May 3, 2011 at 3:33 PM, Ken Ray wrote: > >> I Googled a lot, but I haven't found it... > >> > >> I'd like to have a little menu icon to the right on closing my app in > the > >> Mac menu bar, is that possible at all. And when a user clicks the icon a > >> menu appears. If you've ever seen

Re: Save screenshots from every card in a stack

2011-05-03 Thread Ken Ray
> This small piece of code allows to save a > screenshot from every card in a stack. > > To use this code in your stack, you should > provide a valid filepath in your platform of > choice and use the actual name of your > stack. > > -- To save screenshots as PNG > -- -

Re: menu icon in OS X

2011-05-03 Thread Ken Ray
>> I Googled a lot, but I haven't found it... >> >> I'd like to have a little menu icon to the right on closing my app in the >> Mac menu bar, is that possible at all. And when a user clicks the icon a >> menu appears. If you've ever seen the dropbox menu icon, you know what I >> mean. Any small s

Re: GLXFramework

2011-05-03 Thread Thomas McGrath III
Todd, Have you gotten any further with the framework? I am mostly concerned with the ability to auto check for updates. I am willing to give up on the built-in undo and even most of the externals for now. But with out the auto check for updates I can't really use this framework. Q: Do you need

Re: iOS scroller blocking 2nd touch event

2011-05-03 Thread Scott Morrow
I am using 4.6.1 but I hadn't experimented with "canCancelTouches". I don't completely understand how / why the messages are being delivered (or not) but was able to get it working by turning off the "visible" property of the scroller when the first touch event was triggered. This allowed a

AW: OT: are 72dpi still state of the art for screen design?

2011-05-03 Thread Tiemo Hollmann TB
Hi Colin and Terry, thank you both for your pixel coaching. I wasn't aware of all those details. Thanks for jumping in Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Terry Vogelaar > Gesendet