Determining which/how many rows of a datagrid form are currently displayed

2014-05-04 Thread Terry Judd
I'm using a series of datagrid form to display a some data that runs over several pages and will be output as a pdf. My problem is that the 'lines' in the form are of variable height and so I can't just assume that each page will display a set number of lines and populate successive datagrids

Re: Determining which/how many rows of a datagrid form are currently displayed

2014-05-05 Thread Terry Judd
://lessons.runrev.com/s/3527/m/datagrid/l/7344-data-grid-api Example: put the dgVisibleLines of grp datagrid 1 into tLinesBeingDisplayed On Mon, May 5, 2014 at 3:27 AM, Terry Judd terry.j...@unimelb.edu.au wrote: I'm using a series of datagrid form to display a some data that runs over several pages

Re: iOS Home Button Shutdown not working!

2014-05-07 Thread Terry Judd
Hi Rick - I have the shutdown message in the stack script. Is that where your's is? Terry... On 08/05/2014 12:00 PM, Rick Harrison harri...@all-auctions.com wrote: Hi there, I have an iOS app that when the user hits the iPhone ³Home² button, it doesn¹t seem to be sending the ³shutdown² message

Re: LiveCode uses in Science

2014-05-11 Thread Terry Judd
wants a full text copy of a particular paper then I can probably provide it. TerryŠ Dr Terry Judd Senior Lecturer Medical Education Unit The University of Melbourne On 12/05/2014 07:59 AM, Alejandro Tejada capellan2...@gmail.com wrote: Hi all, Does LiveCode newsletters publish articles

Re: LiveCode uses in Science

2014-05-12 Thread Terry Judd
=view_citationhl=enuser=XC5s6w wJcstart=40citation_for_view=XC5s6wwJ:qxL8FJ1GzNcC On 13/05/2014 12:45 PM, Alejandro Tejada capellan2...@gmail.com wrote: Hi Terry, Terry Judd-2 wrote [snip] I've used Livecode in some way to collect and/or analyse data for most of the papers I've

Has anyone got the browserLoadRequest message to work?

2014-07-29 Thread Terry Judd
I’m looking to trap the browserLoadRequest message on mobile devices as there are certain URL that throw the browser into a total funk and I want to be able to prevent them from loading. The problem is that the docs state that you need to set delayRequests to true for this message to be sent.

Re: Has anyone got the browserLoadRequest message to work?

2014-07-29 Thread Terry Judd
OK - I ditched the browserLoadRequest message and just went with trapping the browserStartedLoading message instead. I¹ll bug report the delayRequests issue when I get a chance. Cheers, Terry... On 30/07/2014 12:57 pm, Terry Judd terry.j...@unimelb.edu.au wrote: I¹m looking to trap

Re: Has anyone got the browserLoadRequest message to work?

2014-07-30 Thread Terry Judd
2014, at 1:33 pm, Terry Judd terry.j...@unimelb.edu.au wrote: OK - I ditched the browserLoadRequest message and just went with trapping the browserStartedLoading message instead. I¹ll bug report the delayRequests issue when I get a chance. ___ use

Re: mouseUp question

2014-08-06 Thread Terry Judd
Hi Larry, one approach is to do something like the code below, which delays the mouseUp handler from running until after the doubleClick interval has expired. You can adjust the double-click interval to be whatever you like (shorter times will cause less obvious delays in the mouseUp handler

Re: Population puzzle

2014-08-24 Thread Terry Judd
OK - I¹ll take the bait although elegant algorithms definitely aren¹t my forte. As a result this is probably a very half-baked and inefficient solution to the problem but it seems to work and doesn¹t have to resort to recursion (which I can never get my head around) to generate the starting

Re: Population puzzle

2014-08-25 Thread Terry Judd
Ditto for me, and mine was messier than Scott¹s as well. Still it kept me occupied while I was eating my lunch :) Terry... On 25/08/2014 5:27 pm, Scott Rossi sc...@tactilemedia.com wrote: I imagine my approach would be faster if it followed ANY logic. :-) Regards, Scott Rossi Creative

Re: Apps on Flash Drive Advice

2014-08-27 Thread Terry Judd
Make sure that you are using a quality USB stick as well. Some cheap and nasty ones can be awfully slow. Terry... On 28/08/2014 3:25 pm, Bill Vlahos bvla...@mac.com wrote: Charles, InfoWallet is also designed to be run from a USB drive as well as from a hard disk. There are a lot of advantages

Re: RELEASE: LiveCode 6.6.3

2014-09-10 Thread Terry Judd
Yeah, me too. I wish I¹d thought to do that before trashing all my profiles/certificates/whatever one last time. BTW the problem didn¹t just apply to apps going into the app store. It also prevented you building apps for in-house distribution using an iOS Enterprise account. Terry... On

Re: Unwanted 'Pulsing' when Changing an Image's Angle

2014-09-16 Thread Terry Judd
I think if you set the lockLoc of the image to false it should behave as expected. Otherwise you could create a series of images and iteratively set the icon of a button to animate it. Terry... On 17/09/2014 10:16 am, Randy Hengst iowahen...@mac.com wrote: I don't know how to totally get rid of

Re: Unwanted 'Pulsing' when Changing an Image's Angle

2014-09-16 Thread Terry Judd
On 17/09/2014 11:40 am, Ray r...@linkit.com wrote: Fantastic! Setting LockLoc to false did the trick. I wonder why lockLoc set to false creates this pulsing effect (the image is actually getting smaller and returning to its original size) in the first place. With the image selected, try

Re: Usng an image to disable a group

2014-09-21 Thread Terry Judd
I¹m with Scott. A similar approach I sometimes use is to chuck a plain graphic object (black or other colour) over the group and adjust its opacity to give the desired effect. It¹s then just a matter of hiding or showing the graphic, which is no more difficult the enabling or disabling the group.

Re: Any way to do this?

2014-09-21 Thread Terry Judd
Charles - do you want the images to be Œstored¹ separately or as a single tiled image? Terry... On 22/09/2014 12:48 pm, Charles Szasz csz...@me.com wrote: I have an app that allows the user to click on four buttons for adding eight images on four different cards to a clipboard. Any there

Re: Any way to do this?

2014-09-21 Thread Terry Judd
OK - this is all untested so no guarantees. Firstly create an array and populate it with the eight images (put image 1 into tImages[1] etc.) then store that in a global variable or a custom property or whatever. Then handle the clipboard manipulation and pasting using a pastekey handler So,

Re: getting a section cross-platform without utf

2014-09-26 Thread Terry Judd
It¹s numToChar(164) on a Mac and numToChar(167) on Windows. Terry... On 27/09/2014 6:32 am, Richmond richmondmathew...@gmail.com wrote: On 26/09/14 23:20, Dr. Hawkins wrote: On Fri, Sep 26, 2014 at 11:19 AM, Richmond richmondmathew...@gmail.com wrote: Put numToChar(167) I just tried that

Re: Outrageously slow AppleScript performance

2014-10-01 Thread Terry Judd
Hi Bill - I tried your script and while it was slow it took more like 10-15 sec rather than 1-2 minutes to run on my MacBook Air (OSX 10.9.4; LC 6.3.3) . I tried simplifying the script in a few places to see if that helped but the improvements were only incremental. The biggest slowdown seems to

Re: from here to there

2014-10-06 Thread Terry Judd
Hi Larry - try word not wordsŠ e.g. put word x to y of fld 1 into fld 2 Terry... On 7/10/2014 9:25 am, la...@significantplanet.org la...@significantplanet.org wrote: Can someone please tell me the syntax for putting words x to y from one field/var to another? I tried: put words 1 to 40 of

Re: LiveCode 6.6.4 RC3

2014-10-15 Thread Terry Judd
Is that better or worse than a plastic trap? Terry... On 16/10/2014 5:55 am, Peter M. Brigham pmb...@gmail.com wrote: On Oct 14, 2014, at 6:56 PM, Bob Sneidar wrote: My IT brain is like an open drain. Stuff swirls around for a bit then it¹s gone. One of my patients, complaining of memory

handling push notifications

2014-10-16 Thread Terry Judd
Just starting with push notifications and have managed to get a simple example working using the livecode example code and AWS’s SNS service. So far so good! Now, in the livecode example it an ‘alert’ and a ‘payload’ are sent. The payload is received if the app is open and the alert is

Re: handling push notifications

2014-10-16 Thread Terry Judd
, 2014 at 7:02 PM, Terry Judd terry.j...@unimelb.edu.au wrote: Just starting with push notifications and have managed to get a simple example working using the livecode example code and AWS¹s SNS service. So far so good! Now, in the livecode example it an Œalert¹ and a Œpayload¹ are sent

Re: handling push notifications

2014-10-16 Thread Terry Judd
Thanks Mike - makes sense for the app to check in with the server when it starts up so I guess I'll go down that route. Terry... Sent from my iPhone On 17/10/2014, at 1:12 PM, Mike Kerner mikeker...@roadrunner.com wrote: Try it. That's my observation. So, what I do, instead, is instead of

Re: handling push notifications

2014-10-17 Thread Terry Judd
OK, it seems like you do get the payload when opening the app from the notification centre on iOS8 but not iOS6. I’m not sure about iOS7 because I haven’t got another device that I can test it on. Does anyone know? Terry... On 17/10/2014 12:31 pm, Terry Judd terry.j...@unimelb.edu.au wrote

Re: hilitedline

2014-10-26 Thread Terry Judd
Larry - you need to delete the lines in reverse orderŠ put the hilitedlines of field mySelects into myDelete repeat with i = (the number of items in myDelete) down to 1 delete line (item i of myDelete) of fld ³mySelects end repeat HTH, Terry... On 26/10/2014 7:58 pm,

Re: hair-pulling frustration

2014-11-11 Thread Terry Judd
On 12/11/2014 11:00 am, Dr. Hawkins doch...@gmail.com wrote: LiveCode's developer previews simply execue (nightly snapshot that executed), the RC are alpha quality, the 5.5 series are late beta, and the 6.x and 7.x releases are early beta. I think that¹s a bit harsh. There are problems with

Re: hair-pulling frustration

2014-11-11 Thread Terry Judd
For greater control over app versions I put all the ones I use in my Dock and launch them explicitly from there. I¹m sure you¹re not alone there. I have six versions of LC in my dock that I use for different projects and for testing. I have many more than that in my Applications folder. Terry...

Re: Request for feedback

2014-11-30 Thread Terry Judd
Hi Eric - I think you can probably get what you want as far as the first part of your request goes by fiddling with the textShift property. Set your textsize first, then your textHeight and then set the textShift to something like -20 (+ or - a bit) ­ i.e. (set the textShift of char 1 to -1 of fld

Re: Calendar control?

2011-05-24 Thread Terry Judd
of a calendar control. I have a field that needs a date, I want to have a calendar control that pushes the date into it. Anyone here has experiences with calendar controls? Anyone knows some available calendar control? Cheers andre -- Dr Terry Judd | Senior Lecturer in Medical Education Medical

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Terry Judd
be thinking of Leopards. But just maybe... http://www.messybeast.com/genetics/lions-spotted.htm -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne ___ use-livecode

Handling 'suspend' in iOS apps

2011-06-14 Thread Terry Judd
immediately without any user feedback. I¹ve also noticed that clicking the home button and then reentering our app works the first time around but on the second attempt it seems to quit and restart ­ is anyone else seeing this? Terry... -- Dr Terry Judd | Senior Lecturer in Medical Education Medical

Re: Handling 'suspend' in iOS apps

2011-06-14 Thread Terry Judd
the suspension and resumption of an app. In your case perhaps you can save the data then ask if they want it restored when they open the app again? And for me, pressing the home button ALWAYS quits the app. Gerry On 15/06/2011, at 9:58 AM, Terry Judd wrote: What¹s the best way to handle

Re: Focus question

2011-06-23 Thread Terry Judd
subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne ___ use-livecode mailing list use

Re: force exit of mouseDown?

2011-06-23 Thread Terry Judd
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 -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University

Re: Strange Loss Of Focus

2011-06-27 Thread Terry Judd
and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne ___ use-livecode

Re: two images with the same ID

2011-06-28 Thread Terry Judd
... Thanks, Slava Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: [OT] Text analysis and author, anyone done it?

2011-07-01 Thread Terry Judd
... -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: what RGB is blue?

2011-07-01 Thread Terry Judd
: http://lists.runrev.com/mailman/listinfo/use-livecode -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: default textsize and textfont?

2011-07-05 Thread Terry Judd
On 06/07/2011 10:04 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Terry Judd wrote: Can't you just query the effective textFont and textSize of a 'virgin' stack? On OSX this returns Lucinda Grande and 11 as it should. It would be nice if the engine's default matched the current OS

Re: default textsize and textfont?

2011-07-05 Thread Terry Judd
On 06/07/2011 10:41 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Terry Judd wrote: On 06/07/2011 10:04 AM, Richard Gaskin ambassador at fourthworld.com wrote: It would be nice if the engine's default matched the current OS system font default, but alas AFAIK the engine's default

Re: default textsize and textfont?

2011-07-05 Thread Terry Judd
On 06/07/2011 02:50 PM, J. Landman Gay jac...@hyperactivesw.com wrote: On 7/5/11 7:58 PM, Terry Judd wrote: OK - I think we're going around in circles. All I was trying to say was that for me getting the effective textFont and textSize of a new stack returns the appropriate values

Unzipping Mac apps with revZip

2011-07-06 Thread Terry Judd
missing something? FWIW, a similar problem seems to afflict Mac apps that are transferred using Dropbox. They work fine in the originating folder but nowhere else. Terry... -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University

Re: Unzipping Mac apps with revZip

2011-07-06 Thread Terry Judd
On 06/07/2011 05:41 PM, Terry Judd t...@unimelb.edu.au wrote: I¹m trying to extract and save files from a zip archive using Livecodes built in zip routines. It all seems to work well (I open the archive for reading, list the contents using the enumerateItems function and write them out

Re: Unzipping Mac apps with revZip

2011-07-06 Thread Terry Judd
On 06/07/2011, at 9:26 PM, Roger Eller roger.e.el...@sealedair.com wrote: On Wed, Jul 6, 2011 at 6:54 AM, Terry Judd wrote: On 06/07/2011 05:41 PM, Terry Judd wrote: I¹m trying to extract and save files from a zip archive using Livecodes built in zip routines. It all seems to work

Re: Finding the main stack

2011-07-07 Thread Terry Judd
___ 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 -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit

Re: Rev Customer Databased Hacked?

2011-07-11 Thread Terry Judd
Same here. Terry... On 12/07/2011, at 1:44 AM, Jeff Massung mass...@gmail.com wrote: I would just like to say that I haven't been an On-Rev customer for over a year now, and I want to thank the Rev team for still including me in this email (so, yes, I got one, too). Jeff M.

Adding cookies to RevBrowser

2011-07-18 Thread Terry Judd
clues as to how I go about manually setting a named cookie for RevBrowser and/or the user¹s default browser? Cheers, Terry... -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne Medical School The University of Melbourne

Re: Adding cookies to RevBrowser

2011-07-18 Thread Terry Judd
Of Terry Judd Sent: Tuesday, July 19, 2011 12:39 AM To: How to use LiveCode Subject: Adding cookies to RevBrowser My university has just implemented a Single Sign-On service which is probably a good thing for most but breaks all my existing routines for authenticating against the university library

Re: Importing an image

2011-07-25 Thread Terry Judd
with importing PNG files? Pete ___ 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 -- Dr Terry Judd

Re: iPad file format

2011-07-26 Thread Terry Judd
___ 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 -- Dr Terry Judd | Senior Lecturer in Medical Education Medical Education Unit Melbourne

Unzipping Mac executable files with revZip - revisited

2011-07-27 Thread Terry Judd
About 3 weeks ago I posted about an issue I had with certain Mac files (those that are recognised by the MacOS as 'unix executable files') losing their executable status when they are unpacked using revZip. A couple of solutions were offered and I'm currently using 'chmod +x [filepath]' to

Re: Unzipping Mac executable files with revZip - revisited

2011-07-27 Thread Terry Judd
apps unzipped on a PC using revZip still work on a Mac. Kinda ironic when Mac apps unzipped on a Mac using revZip don't. Terry... On 28/07/2011, at 01:46 PM, Terry Judd wrote: About 3 weeks ago I posted about an issue I had with certain Mac files (those that are recognised by the MacOS

Re: Unzipping Mac executable files with revZip - revisited

2011-07-28 Thread Terry Judd
KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/v4 A must-have for LiveCode programmers. On 28 jul 2011, at 05:46, Terry Judd wrote: About 3 weeks ago I posted about an issue I had with certain Mac files (those that are recognised by the MacOS

Re: MD5 digest of arrays and controls

2011-07-31 Thread Terry Judd
On 01/08/2011, at 01:24 PM, Alejandro Tejada wrote: Hi all, How could I get the MD5digest of an Array and all the properties of a control? I guess you could use arrayEncode() first and then get an MD5digest of the data. For example, I created a control, by script, and I want to make

Re: MD5 digest of arrays and controls

2011-08-01 Thread Terry Judd
On 02/08/2011, at 03:57 AM, Alejandro Tejada wrote: Hi Terry Terry Judd wrote: How could I get the MD5digest of an Array and all the properties of a control? I guess you could use arrayEncode() first and then get an MD5digest of the data. This command works great. Many Thanks! :-D Terry

Re: Back to LC Inventive Users

2011-08-11 Thread Terry Judd
I've had to build screen capture capabilities into a number of projects over the last few years and generally have a lot of fun doing it. Perhaps not the easiest task to begin with but broken down into a series of lessons should be doable. A simple tool could allow the user to drag out a

changing object colour references from hex to rgb

2011-09-06 Thread Terry Judd
OK, I want to set the background of some objects to a hex value - easy enough - but then at a later stage I want to compare an RGB colour value with them to see if there is a match. However, if I set the colour using a hex value the queried value for the object remains as a hex value. Is there

Re: changing object colour references from hex to rgb

2011-09-06 Thread Terry Judd
request on Facebook if you like https://www.facebook.com/marksch On 6 sep 2011, at 09:38, Terry Judd wrote: OK, I want to set the background of some objects to a hex value - easy enough - but then at a later stage I want to compare an RGB colour value with them to see if there is a match

Dealing with new window requests in revBrowser

2011-09-19 Thread Terry Judd
So, I'm loading some sites in a revBrowser instance that have links that normally open in new windows. If I set the newWindow property of my revBrowserInstance to false (the default) then I can trap the browserNewUrl message but the url parameter is always empty (which doesn't help me much as I

Re: Managing the hilite color of selected text

2011-09-27 Thread Terry Judd
Pete - try something like this in your field script local pSelection on mouseLeave if word 2 of the selectedField = the number of me then put the selectedChunk into pSelection end if end mouseLeave on openField if pSelection is not empty then set the backgroundColor of

Re: Managing the hilite color of selected text

2011-09-27 Thread Terry Judd
On 28/09/2011, at 10:49 AM, Pete wrote: Never mind - I forgot to pass tabKey! Sorry! Pete Molly's Revenge http://www.mollysrevenge.com Actually, if you use a selectionChanged handler instead of a mouseLeave handler you won't need a separate tabKey handler. local pSelection on

Re: 295 png import images

2011-10-12 Thread Terry Judd
On 13/10/2011, at 03:42 AM, Andrew Meit wrote: On Oct 12, 2011, at 9:55 AM, use-livecode-requ...@lists.runrev.com wrote: Could you perhaps use thumbnails for initial button presentation and then pull in the detailed layers as needed? -- Thats what am trying to avoid having to do.

Re: Limiting field entry to plain text

2011-10-25 Thread Terry Judd
On 26/10/2011, at 05:51 AM, John Brozycki wrote: Hi all, I have an input field that accepts URLs. If a user copies a URL from an email or a website and pastes it, it is pasted in HTML format. I only want the field to be plain text. I can set the font and size, but it seems like fields

Re: When has a field changed?

2011-10-25 Thread Terry Judd
@lists.runrev.commailto: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 Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences

Re: drawing with a finger in iOS

2011-10-25 Thread Terry Judd
@lists.runrev.commailto: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 Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health

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

2011-10-25 Thread Terry Judd
://lists.runrev.com/mailman/listinfo/use-livecode Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please

card intercepting mouseDown events

2011-10-26 Thread Terry Judd
that the card was grabbing the focus. The problem occurs on mouseDown and inserting a blank mouseDown handler in the card script prevents the transfer of focus. Any ideas on what might be going on (there are no card behaviors, front or backscripts in play)? Terry... Dr Terry Judd Senior Lecturer

Re: card intercepting mouseDown events

2011-10-26 Thread Terry Judd
... Pete Molly's Revenge http://www.mollysrevenge.com On Wed, Oct 26, 2011 at 3:45 PM, Terry Judd t...@unimelb.edu.aumailto:t...@unimelb.edu.au wrote: I'm seeing an odd issue where on a particular card the focus passes from a control to the card without being told to. I noticed that datagrid tables

Re: Scrolling of DataGrid driven by Database on IOS

2011-11-14 Thread Terry Judd
/mailman/listinfo/use-livecode Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Some questions about revBrowser

2011-11-29 Thread Terry Judd
___ use-livecode mailing list use-livecode@lists.runrev.commailto: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 Dr Terry Judd

HTTP PUT?

2011-12-01 Thread Terry Judd
I've got GET and POST covered, but how do I go about constructing and sending a HTTP PUT request from Livecode (I need to communicate with a RESTful service)? Any pointers welcome. Cheers, Terry... Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine

Re: HTTP PUT?

2011-12-01 Thread Terry Judd
I should have read the dictionary more closely. Looks like Livecode's put command does work with HTTP so long the server supports it. Terry... On 01/12/2011, at 10:37 PM, Terry Judd wrote: I've got GET and POST covered, but how do I go about constructing and sending a HTTP PUT request from

network error 'previous request not completed'

2012-01-17 Thread Terry Judd
really need to squash this problem/bug ASAP. Terry... Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode

re: network error 'previous request not completed'

2012-01-17 Thread Terry Judd
(libURLSetLogField) for my beta tester - hopefully that will shed some light on the issue. If anyone has personal experience of this issue I'd be keen to hear about it. Terry... On 18/01/2012, at 11:31 AM, J. Landman Gay wrote: On 1/17/12 6:04 PM, Terry Judd wrote: I'm experiencing a serious

critical socket error

2012-01-17 Thread Terry Judd
connecting to another secure server on a different subdomain - cc.medicine.unimelb.edu.au rather than cats.medicine.unimelb.edu.au - actually I think both of these subdomains are hosted on the same server). Any ideas on where I might be going wrong? Terry... Dr Terry Judd Senior Lecturer

Re: network error 'previous request not completed'

2012-01-18 Thread Terry Judd
on 4.6.4 as well). Terry... On 18 Jan 2012, at 01:09, Terry Judd wrote: Thanks Jacqui - I think that's a separate issue. I occasionally get those empty results as well and have ways of working around them - the big difference is that unlike the 'previous request not completed' error they don't

Re: critical socket error

2012-01-18 Thread Terry Judd
if this stuff just worked! Terry... On 18/01/2012, at 07:16 PM, Pierre Sahores wrote: Did you try in testing different sockettimoutinterval values ? HTH, Le 18 janv. 2012 à 08:08, Terry Judd a écrit : More last minute network woes! I'm now having problems connecting to a particular server from

Re: revBrowser sound

2012-01-19 Thread Terry Judd
On 20/01/2012, at 2:08 AM, Mike Bonner bonnm...@gmail.com wrote: Got it to work with on win 7, livecode 5.0.2 using revbrowser but a script error pops up. The stream still works for me though. the script error does NOT show when using a regular old browser. Like Andre, i've had a mixed bag

Re: revBrowser sound

2012-01-19 Thread Terry Judd
Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

OSX 10.7 app corruption issue

2012-01-19 Thread Terry Judd
bunch of other apps (mostly Director apps) that are installed on the USB stick. Terry... Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use

Re: OSX 10.7 app corruption issue

2012-01-19 Thread Terry Judd
More info - it's just the Livecode app that is affected. After it's run on 10.7 it ceases to work on either 10.6. or 10.7 and has lost it's app icon. Trying to get hold of a copy of the corrupted app so I can have a look inside the app folder. Terry... On 20/01/2012, at 04:18 PM, Terry Judd

Re: Prototyping

2012-01-19 Thread Terry Judd
-livecode Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: OSX 10.7 app corruption issue

2012-01-19 Thread Terry Judd
MacOS Curriculum Connect (2.1 MB) Info.plist Looks like a bomb has gone off in there. Any ideas? I'm supposed to be deploying this to a whole bunch of users first thing next week. Terry... On 20/01/2012, at 04:50 PM, Terry Judd wrote: More info - it's just

Re: OSX 10.7 app corruption issue

2012-01-20 Thread Terry Judd
and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za On 20 jan 2012, at 07:20, Terry Judd wrote: Right - lot's of things appear to have gone missing

Re: dgDataOfLine Verification

2012-01-31 Thread Terry Judd
and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use

Re: Link Text

2012-02-02 Thread Terry Judd
On 03/02/2012, at 01:30 PM, Pete wrote: I'm trying to set the link text of a line of text in a field. I'm doing while in browse mode by highlighting the line of text then selecting Link from the Text menu. The text changes color and if I click on it, all works as expected. However if I close

'go stack URL' - quick question

2012-02-14 Thread Terry Judd
Before I go too far with this... If I 'preload' a stack on a server using the load URL command will opening it with the go stack URL stackurl open it from the cached file or just reload it from the server? Terry... Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit

Re: 'go stack URL' - quick question

2012-02-14 Thread Terry Judd
Judd t...@unimelb.edu.aumailto:t...@unimelb.edu.au wrote: Before I go too far with this... If I 'preload' a stack on a server using the load URL command will opening it with the go stack URL stackurl open it from the cached file or just reload it from the server? Terry... Dr Terry Judd Senior

Re: Fun with nummberFormat

2012-02-14 Thread Terry Judd
On 15/02/2012, at 09:07 AM, Bob Sneidar wrote: Yes I know. I was remarking that you can put virtually anything in the numberFormat and it will pad with zero's. And all that time I've been 'manually' padding my values. No more! Terry... Dr Terry Judd Senior Lecturer in Medical Education

Re: Fun with nummberFormat

2012-02-16 Thread Terry Judd
On 16/02/2012, at 05:18 PM, Ken Ray wrote: On Feb 14, 2012, at 5:28 PM, Terry Judd wrote: On 15/02/2012, at 09:07 AM, Bob Sneidar wrote: Yes I know. I was remarking that you can put virtually anything in the numberFormat and it will pad with zero's. And all that time I've been 'manually

Re: Standalone blocked by software restriction policy

2012-02-21 Thread Terry Judd
mailing list use-livecode@lists.runrev.commailto: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 Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit

when to close a socket?

2012-02-29 Thread Terry Judd
Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: when to close a socket?

2012-02-29 Thread Terry Judd
... Dr Terry Judd Senior Lecturer in Medical Education Medical Eduction Unit Faculty of Medicine, Dentistry Health Sciences The University of Melbourne ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: when to close a socket?

2012-02-29 Thread Terry Judd
On 01/03/2012, at 12:19 AM, Dave Cragg wrote: On 29 Feb 2012, at 09:49, Terry Judd wrote: Hi guys - we have a reasonably complex Livecode app that makes lots of server requests - typically initiated by posting data to php routines on a secure (https) server. Generally things work well

Was Re: when to close a socket?

2012-02-29 Thread Terry Judd
from the actual post. My mind gives up trying. Bob On Feb 29, 2012, at 11:25 AM, Terry Judd wrote: On 01/03/2012, at 12:19 AM, Dave Cragg wrote: On 29 Feb 2012, at 09:49, Terry Judd wrote: Hi guys - we have a reasonably complex Livecode app that makes lots of server requests

Re: Was Re: when to close a socket?

2012-02-29 Thread Terry Judd
Thanks - I'll give that a go. Sent from my iPhone On 01/03/2012, at 9:14 AM, Bjoernke von Gierke b...@mac.com wrote: Preferences - Composing - Increase quote level (just below Quote the text of the original message) On 29.02.2012, at 23:01, Terry Judd wrote: You can probably blame

Re: Was Re: when to close a socket?

2012-02-29 Thread Terry Judd
On 01/03/2012, at 09:44 AM, Terry Judd wrote: Thanks - I'll give that a go. Sent from my iPhone On 01/03/2012, at 9:14 AM, Bjoernke von Gierke b...@mac.commailto:b...@mac.com wrote: Preferences - Composing - Increase quote level (just below Quote the text of the original message

Re: unresponsive sequential post requests - libURL problem?

2012-02-29 Thread Terry Judd
extra requests from being sent until the initial one has been dealt with satisfactorily. Terry... On Wed, Feb 29, 2012 at 9:51 PM, Terry Judd t...@unimelb.edu.aumailto:t...@unimelb.edu.au wrote: Hi guys (Dave hopefully you're not too far away) - earlier on I asked about explicitly closing

  1   2   3   4   5   6   >