Re: [ANN] DropboxAPI_2_tester

2015-11-13 Thread Terry Judd
Got it - thanks Gerard. TerryŠ On 13/11/2015 9:56 am, "use-livecode on behalf of gmcrev" wrote: >Thanks Terry >Glad you got it working. >But this was a bit of a rushed release. >I uploaded a version 1.05 today with about 20 little bug fixes. >These were related to getting all the Parameters rig

Re: ios custom URL scheme

2015-11-13 Thread Terry Judd
Hi John - these are a couple of things I¹ve used them forŠ 1. Adding them to timetable events that students can sync to their calendars. Clicking the urls opens a custom app that provides them with access to all the learning resources associated with the event. 2. Installing configuration profile

Permanently? disabled breakpoints (red dots)

2015-11-28 Thread Terry Judd
Having wondered what people were complaining about all these years I’m suddenly faced with breakpoint dots that are completely ignored in all my pre 7.1 versions of LiveCode (including if I type the word breakpoint within a script). On 7.1 the dots look and function normally, but on earlier vers

Re: Permanently? disabled breakpoints (red dots)

2015-11-28 Thread Terry Judd
Anyway, I deleted the preferences file and it¹s all good again. I guess I should have tried that first. Terry... On 29/11/2015 4:47 pm, "use-livecode on behalf of Terry Judd" wrote: >Having wondered what people were complaining about all these years I¹m >suddenly faced with

mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread Terry Judd
having to build my app with 6.7.1. BTW, the original bug (13927) is marked as closed. I added a comment to this outlining the issue but am I better off opening a new report? Regards, Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<h

Re: mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread Terry Judd
Hi Henry - I haven¹t tried 6.7.8 (but I will), but on every version of LC from 6.7.5 on that I tested mobileCreateLocalNotification did nothing if I selected iOS 8 or greater in the simulator or tested on my iPhone (iOS 9.2). What version/s of Xcode do you have Œinstalled¹ under the 'mobile suppor

Re: mobileCreateLocalNotifications non-functional on iOS 8

2016-01-11 Thread Terry Judd
pm, "use-livecode on behalf of Terry Judd" wrote: >Hi Henry - I haven¹t tried 6.7.8 (but I will), but on every version of LC >from 6.7.5 on that I tested mobileCreateLocalNotification did nothing if I >selected iOS 8 or greater in the simulator or tested on my iPhone (iOS >9

list of compatible Xcode versions for various LC versions?

2016-01-11 Thread Terry Judd
isn’t really helping either. Regards, Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<http://medicine.unimelb.edu.au/medical-education> The University of Melbourne<http://www.unimelb.edu.au> M: 0435 961 594 | E: terry.j...@unimelb.edu

Re: list of compatible Xcode versions for various LC versions?

2016-01-11 Thread Terry Judd
Perfect - thanks Steve! Terry... On 12/01/2016 2:49 pm, "use-livecode on behalf of Stephen MacLean" wrote: >Hi Terry > >https://livecode.com/resources/support/ask-a-question/ > >Second one down. > >hth > >Steve > >> On Jan 11, 2016, at 10:41 PM,

Setting up for android development on OS X 10.10 - help needed

2016-01-13 Thread Terry Judd
provide some tips on how they got it to work? Best regards, Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<http://medicine.unimelb.edu.au/medical-education> The University of Melbourne<http://www.unimelb.edu.au> M: 0435 961 594 |

Re: Setting up for android development on OS X 10.10 - help needed

2016-01-13 Thread Terry Judd
rry... On 14/01/2016 11:45 am, "use-livecode on behalf of Terry Judd² wrote: >Hi all ­ after a long break from developing for Android I need to get up >and running again but seem to be getting nowhere. I have all the Android >sdk stuff installed and updated and installed Java

Re: Setting up for android development on OS X 10.10 - help needed

2016-01-14 Thread Terry Judd
my Android phone to show up on the devices list. My app’s still not functioning correctly but at least it’s loading on my device. With any luck I can debug any remaining issues (my programming inadequacies) from there. Best regards, Terry… Terry Judd | Senior Lecturer in Medical Education

Re: Getting textShift To Shift Down?

2016-01-14 Thread Terry Judd
Hi Scott - I think you might be able to do something by manipulating the margins of the field as well as the textShift. I did a test with 2 basic fields - one containing the text and the other the value I wanted to adjust the textshift by... Contents of fld 1 word1 word2 word3 word1 word2 word3

Re: Getting textShift To Shift Down?

2016-01-14 Thread Terry Judd
Looks like the script got slightly munged en route. That should be “if y > 0 then” a few lines down. Terry... On 15/01/2016 1:21 pm, "use-livecode on behalf of Terry Judd" wrote: >Hi Scott - I think you might be able to do something by manipulating the >margins of the f

Forcing an android app to quit when the 'home' button is clicked?

2016-01-17 Thread Terry Judd
possible? Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<http://medicine.unimelb.edu.au/medical-education> The University of Melbourne<http://www.unimelb.edu.au> M: 0435 961 594 | E: terry.j...@unimelb.edu.au<mailto:t...@unimelb.edu.a

Re: Forcing an android app to quit when the 'home' button is clicked?

2016-01-18 Thread Terry Judd
om >https://www.facebook.com/marksch > >Buy the most extensive book on the >LiveCode language: >http://livecodebeginner.economy-x-talk.com > >Op 1/18/2016 om 03:30 schreef Terry Judd: >> On iOS the fact that a LC app routinely quits when the home button is >clicked can be

Re: Forcing an android app to quit when the 'home' button is clicked?

2016-01-18 Thread Terry Judd
. If the app stays running then that sync script doesn’t run. I can work around this but it would be nice to know when the app loses focus. Terry... On 19/01/2016 5:04 pm, "use-livecode on behalf of J. Landman Gay" wrote: >On 1/18/2016 8:54 PM, Terry Judd wrote: >> Yeh - the

Re: One Rect For All specificaiton

2016-01-24 Thread Terry Judd
I ended going with Œletterbox¹ on android for my latest phone app and making a few adjustments so that the entire screen is used. I developed initially for iOS using a 320x460 stack that adjusts in height by moving the bottom bar (and sometimes additional elements) down according to the height of t

Re: One Rect For All specificaiton

2016-01-25 Thread Terry Judd
On 25/01/2016 9:09 pm, "use-livecode on behalf of Colin Holgate" wrote: >The 4:3 to 16:9 is a range, it¹s not that it only takes care of those two >cases. If you use a 4:3 card and have 16:9 content, on a 16:10 device, >you¹ll see most of the 16:9 content. > >There are cases where a device migh

Re: Graphic effects - Feather Edges of Rects

2016-01-30 Thread Terry Judd
On 31/01/2016 1:56 pm, "use-livecode on behalf of Sannyasin Brahmanathaswami" wrote: >Does anyone have any method to ³feather² the edges of a fld, rect or grc? > >Any inner glow or outer glow leaves a sharp edge on the object no matter >what we do. > >Any options there? Even if you use both inne

Getting custom urls to work on android

2016-01-31 Thread Terry Judd
I’m totally reliant on this method to send configuaration details (for a data collection/research app) to users. It all works fine on iOS. LC 7.1.1 Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<http://medicine.unimelb.edu.au/medical-education&g

Re: Getting custom urls to work on android

2016-01-31 Thread Terry Judd
, Terry... On 1/02/2016 3:05 pm, "use-livecode on behalf of Terry Judd" wrote: >Hi there ­ I don¹t seem to be able to get custom urls to work on android. >I include these in emails to users and while I¹m pretty sure they were >working previously they now show up as plain

Re: Graphic effects - Feather Edges of Rects

2016-02-03 Thread Terry Judd
Hi Howard - the outerglow (and innerglow) of an object display fine for me on both a field and an (and this bit is important) *opaque* graphic object when their borderWidth and lineSize properties are respectively set to 0. Terry... On 4/02/2016 11:26 am, "use-livecode on behalf of Howard Bornste

Re: Graphic effects - Feather Edges of Rects

2016-02-03 Thread Terry Judd
ent object because, as >>he >>says, "Any inner glow or outer glow leaves a sharp edge on the object no >>matter what we do." (with an opaque object) >> >>He was looking for a way to feather images within LC and an opaque >>graphic >>object won'

Re: Graphic effects - Feather Edges of Rects

2016-02-04 Thread Terry Judd
different parameters to the first and is needed to remove the hint of an edge of the image that shows though the first graphic’s glow. Terry... On 4/02/2016 4:52 pm, "use-livecode on behalf of Howard Bornstein" wrote: >On Wed, Feb 3, 2016 at 9:45 PM, Terry Judd >wrote: > >

Not able to use the clipboard with HTML5 deployment

2016-02-21 Thread Terry Judd
I’m trying to create a relatively simple HTML5 ‘applet' that allows the user to select from a series of statements (an assessment rubric) to generate a basic feedback report that they can paste into an existing comments box within one of the bits of our learning management system. Seemed like a

Re: Not able to use the clipboard with HTML5 deployment

2016-02-21 Thread Terry Judd
ained in a single line, then you >can really do this easily with a locked field and clicks on the lines... >I can think of about 8 different ways to accomplish this without the >clipboard (depends on how the assessment rubric data is >formated/presented, of course) > >

Re: Not able to use the clipboard with HTML5 deployment

2016-02-21 Thread Terry Judd
OK, thanks hh. It’s probably a little too clunky for my purpose (I don’t think I can expect users to manually replace placeholder characters with returns) but nice to know that there is a workaround of sorts. Great set of LC HTML5 demos BTW! Terry… On 22/02/2016 2:59 pm, "use-livecode on behalf

Re: Not able to use the clipboard with HTML5 deployment

2016-02-22 Thread Terry Judd
Yeah, I already tried that but it only accepts plain text :( Terry... On 22/02/2016 4:37 pm, "use-livecode on behalf of [-hh]" wrote: >> Terry J. wrote: >> OK, thanks hh. It¹s probably a little too clunky for my purpose >> (I don¹t think I can expect users to manually replace placeholder >> cha

Re: Players in HTML5 - ETA for Full Functionality?

2016-02-24 Thread Terry Judd
Apologies for hijacking this thread somewhat but Peter could you possibly comment on the likelihood of clipboard support being added to HTML5 in the near (or middle) future. I understand there are potential security concerns around use of the clipboard but it would be good to hear your thoughts on

Re: Players in HTML5 - ETA for Full Functionality?

2016-03-01 Thread Terry Judd
On 2/03/2016 9:28 am, "use-livecode on behalf of Peter TB Brett" wrote: > > >On 01/03/2016 22:17, Peter TB Brett wrote: >> On 25/02/2016 06:28, Terry Judd wrote: >>> Apologies for hijacking this thread somewhat but Peter could you >>>possibly >>

Re: LC8DP15 feedback-IDE Issues

2016-03-02 Thread Terry Judd
On 3/03/2016 9:26 am, "use-livecode on behalf of Roger Eller" wrote: >Tools pallette (not menu). Yes, the widget icons are gray, but the new >flat icons across the top (Inspector, Code, Message Box, etc.) are pure >black. I would rather see a more consistent appearance for all icons in >the ID

Re: Use MouseLine() and still edit the same field?

2016-03-04 Thread Terry Judd
Hi Mark - you probably want to use a mouseMove handler rather than mouseWithin. Try starting off with something simple like this... on mouseMove put word 2 of the mouseLine into n set the textColor of line 1 to -1 of me to empty set the textColor of line n of me to blue end mouseMove

Re: palette woes

2016-03-04 Thread Terry Judd
Try Œpalette me¹ or Œset the style of me to palette¹ - these both work for me. Terry... On 5/03/2016 7:18 am, "use-livecode on behalf of RM" wrote: >What am I doing wrong? > >Why does this NOT palettise my stack: > >on preOpenStack >palette stack "ARGEEBEE" >end preOpenStack > >nor this: >

Re: ‚ or not equal

2016-03-16 Thread Terry Judd
Yeah I lost about half a day to that one a few weeks back trying to figure out why my Android app was failing while the iOS one was fine. Terry... On 16/03/2016 8:09 pm, "use-livecode on behalf of Terence Heaford" wrote: > >I have been advised that ‚ (not equal) does not compile in Linux. > >It

Managing columns in a table datagrid in LC 8?

2016-03-19 Thread Terry Judd
I’m probably missing something obvious but how do you add/delete/format columns in a table style data grid in LC 8? Terry… ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscr

problem with large numbers in LC 8 arrays when exporting to json

2016-03-25 Thread Terry Judd
OK, so I’m putting some times (as seconds() values) into an array and then exporting the array to json using the jsonExport() function in LC8. When I query the various elements of the array containing these times individually they all report as expected (e.g. 1458954886). However, when I inspec

Re: Transparency across Gradient

2016-04-26 Thread Terry Judd
I¹m not sure I understand entirely what you are trying to achieve but using a simple linear gradient (black to white) in combination with an ink (blendMultiply) and then fiddling with the various gradient control seems to produce something that you might be happy with. Terry... On 27/04/2016 8:50

How do you include the new JSON library in an iOS app?

2016-05-05 Thread Terry Judd
OK – I really like the new JSON library in LC 8, but how do I get it to work in iOS? Is there something special I need to do to include it? Terry… ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

Re: How do you include the new JSON library in an iOS app?

2016-05-06 Thread Terry Judd
Thanks Dave, I¹m not sure that I would ever have found that. Works a treat! TerryŠ On 6/05/2016 1:59 pm, "use-livecode on behalf of Dave Kilroy" wrote: >Hi, in the Œcopy files¹ tab of the Œstandalone application settings¹ >dialog box you need to select Œcom.livecode.library.json¹ >_

Tree view widget - changing the row height?

2016-05-06 Thread Terry Judd
So, the LC 8 tree view widget is great. It renders my array beautifully. The only thing is that I want to increase the row height so I can use it on a mobile device but there doesn’t seem to be any way to do this – is there? Terry… ___ use-livecode mai

Re: Tree view widget - changing the row height?

2016-05-07 Thread Terry Judd
l that would need to be done is to add a new property and >make the setter change mRowHeight, put true into mRecalculate and redraw >all. > >Just outlining what needs to be done here in case anyone would like to add >it themselves ;-) > > > >On Fri, May 6, 2016 at 11:58

Re: iOS iPad Simulator 9.3 keyboard

2016-05-07 Thread Terry Judd
Hi Randy - it¹s just a simulator thing. Type cmd-K (or choose Keyboard>Toggle Software Keyboard from the simulator¹s Hardware menu) to display the full keyboard. Terry... On 8/05/2016 5:56 am, "use-livecode on behalf of Randy Hengst" wrote: >Hi All, > >I¹ve just installed El Capitan and LC 7.1.

Recording internal sound (Mac) - possible?

2016-05-11 Thread Terry Judd
I want to use revSpeak and 'record sound file' in combination with a series of text templates to create some personalised audio files. It works but the default is that it captures audio from the built-in microphone via the computers speakers, which obviously has pretty horrible sound quality. I

Re: Recording internal sound (Mac) - possible?

2016-05-11 Thread Terry Judd
A quick update on thatŠ If I go back to LC 6.6.5 then I can record to file using Soundflower or Sound Siphon as the input source without LC throwing an error but the file contains no sound :( Terry... On 12/05/2016 3:29 pm, "use-livecode on behalf of Terry Judd" wrote: >I want to

Re: Recording internal sound (Mac) - possible?

2016-05-12 Thread Terry Judd
Problem solved - didn’t have the correct output settings on Sound Siphon or Soundflower. Works just fine now. Terry... On 12/05/2016 3:41 pm, "use-livecode on behalf of Terry Judd" wrote: >A quick update on thatŠ > >If I go back to LC 6.6.5 then I can record to file using So

Re: Recording internal sound (Mac) - possible?

2016-05-12 Thread Terry Judd
In LC 6.6.5 that is - broken in 7 and 8 unfortunately. Terry On 13/05/2016 9:18 am, "Terry Judd" wrote: >Problem solved - didn’t have the correct output settings on Sound Siphon >or Soundflower. Works just fine now. > >Terry... > >On 12/05/2016 3:41 pm, "use

Re: Recording internal sound (Mac) - possible?

2016-05-13 Thread Terry Judd
Hi Peter - ok, I¹ll add my stuff to that bug report. Best regards, Terry On 13/05/2016 6:29 pm, "use-livecode on behalf of Peter TB Brett" wrote: >On 13/05/2016 00:40, Terry Judd wrote: >> In LC 6.6.5 that is - broken in 7 and 8 unfortunately. > >Hi Terry, > >

Odd native scroller issue on iOS

2016-05-18 Thread Terry Judd
tried everything up to this point but maybe not. Terry Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<http://medicine.unimelb.edu.au/medical-education> The University of Melbourne<http://www.unimelb.edu.au> M: 0435 961 594 | E: terry.j...@un

Re: Odd native scroller issue on iOS

2016-05-18 Thread Terry Judd
I have to hide the scroller¹s vIndicator. I think I better bug report this. TerryŠ Terry Judd | Senior Lecturer in Medical Education Department of Medical Education <http://medicine.unimelb.edu.au/medical-education> The University of Melbourne <http://www.unimelb.edu.au> M: 0435 9

Re: Odd native scroller issue on iOS

2016-05-18 Thread Terry Judd
d the contentRect is updated) seems to do the trick. Grazie mille! Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education <http://medicine.unimelb.edu.au/medical-education> The University of Melbourne <http://www.unimelb.edu.au> M: 0435 961 594 | E: terry.j.

Re: Suddenly : linking for arm failed

2016-05-20 Thread Terry Judd
Is this with LC8 because I¹m getting error messages like this on my first build attempt after opening LC. The second attempt builds without a problem though. Terry... On 21/05/2016 2:17 am, "use-livecode on behalf of Mike Kerner" wrote: >I'm getting this same issue on and off, for no apparent r

Re: Handling Top Status Bar in App Design Stage

2016-05-23 Thread Terry Judd
For iOS I¹ve just taken to leaving the top 22 pixels free of content. If I want a dark status bar with white text then I position a dark bg graphic in this space and set the status bar style to Œblack translucent¹ and if I want black text on a light background I either set the background of the sta

Re: Handling Top Status Bar in App Design Stage

2016-05-23 Thread Terry Judd
t; >What exactly are the Android "hardware buttons" I thought those ran at >the bottom by default. In the stand alone builder I see the option to set >status bar to visible or hidden… so "who" decides where the hardware >buttons go.. > >BR > > >On 5/23

jsonExport problem

2016-06-13 Thread Terry Judd
encoding during the conversion). Any ideas on what might be going on? Like I mentioned, I can Œfix' the data before exporting it but that¹s probably not a long term solution. Regards, Terry... Terry Judd | Senior Lecturer in Medical Education Department of Medical Education <http://

Re: jsonExport problem

2016-06-13 Thread Terry Judd
jsonExport() to output. One throws a wobbly on certain elements and the other doesn’t. It’s got me. Terry... On 14/06/2016 11:32 am, "use-livecode on behalf of Dar Scott" wrote: > >> On Jun 13, 2016, at 6:34 PM, Terry Judd >>wrote: >> >> If I go through all of the

Re: Does anyone see this message?

2016-06-19 Thread Terry Judd
I think whether you receive copies of your own posts or not is something that you can set in the mailing list preferences. Terry... On 19/06/2016 4:52 pm, "use-livecode on behalf of Richmond" wrote: >I use Thunderbird as my e-mail client: >https://www.mozilla.org/en-US/thunderbird/ > >and my m

Re: quirk in group resize behavior

2016-06-20 Thread Terry Judd
Yeah, I often get caught out resizing groups and finding that I¹m adding unnecessary/unexpected space or cutting off controls when really what I want to do is anchor the child controls on one or two axes when I grow or shrink the group. Being able to set a reference edge or corner (L, T, R, B, TL,

Disabling menu items in iOS?

2016-06-20 Thread Terry Judd
It¹s not possible to disable items in an iOS menu (mobilePick) is it? Regards, Terry... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://list

screen capture from LC as video?

2016-07-10 Thread Terry Judd
isn’t currently possible, and is unlikely to be on the LC team's development radar, but is this the sort of thing that could potentially be implemented as an external by someone with the right skills? Terry… Terry Judd | Senior Lecturer in Medical Education Department of Medical Education

Re: screen capture from LC as video?

2016-07-10 Thread Terry Judd
automated video feedback production within our department, which I should hear back on soon. If that comes off then I¹ll definitely get in contact with the business services crew. Best regards, TerryŠ Terry Judd | Senior Lecturer in Medical Education Department of Medical Education <h

Re: screen capture from LC as video?

2016-07-11 Thread Terry Judd
version does all you >describe. > >Hugh Senior >FLCo > > >> Message: 4 >> Date: Mon, 11 Jul 2016 02:45:36 + >> From: Terry Judd >> To: How to use LiveCode >> Subject: screen capture from LC as video? >> Message-ID: >> Content-Type:

Re: screen capture from LC as video?

2016-07-11 Thread Terry Judd
Thanks Hugh - my current proposed workflow includes developing a Powerpoint Œtemplate¹, using LC to process and generate personalised audio files and graphics from Œraw¹ assessment data, using LC to Œmerge¹ the personalised graphics and audio files into copies of the Powerpoint template file, and t

Re: JSON commands are not in the dictionary

2016-07-14 Thread Terry Judd
Go to the Œsection¹ menu in the top left corner of the dictionary window and select 'JSON Library¹. Terry... On 15/07/2016 2:05 pm, "use-livecode on behalf of Sannyasin Brahmanathaswami" wrote: >I can't find the new JSON commands encode and decode to and from arrays >in the dictionary. > >I th

Re: [ ANN ] Release 8.1.0 DP-3

2016-08-01 Thread Terry Judd
On 1/08/2016 3:51 pm, "use-livecode on behalf of J. Landman Gay" wrote: >On 8/1/2016 12:41 AM, Charles Warwick wrote: >> On 1/08/2016 3:16 pm, J. Landman Gay wrote: >>> On 7/31/2016 11:58 PM, Charles Warwick wrote: Within the Indy version of DP3, tsNet with libUrl is designed to replica

Capturing QR codes using mergAV - how to?

2016-09-05 Thread Terry Judd
that they were using mergAV successfully to ‘scan’ QR codes a while back (and that it was superior to mergXZing in that regard). Does anyone have any tips/samples they would be willing to share? Best regards. Terry... Terry Judd | Senior Lecturer in Medical Education Department of Medical

Re: Capturing QR codes using mergAV - how to?

2016-09-06 Thread Terry Judd
1-800-615-0867 -- > On Sep 5, 2016, at 11:27 PM, Terry Judd wrote: > > Hi – I’m trying to build a simple iOS app to capture and decode QR codes (for marking student attendance at compulsory activities) and am a bit stuck getting the mergAV ex

Re: Capturing QR codes using mergAV - how to?

2016-09-06 Thread Terry Judd
OK – I went back to the sample stack again and poked around some more and I think I’ve got it sussed now. Regards, Terry... On 6/09/2016 5:59 pm, "use-livecode on behalf of Terry Judd" wrote: Thanks Scott – ok, I’ve got mergAVCamCaptureImage doing something now now so tha

Re: System date

2016-09-06 Thread Terry Judd
menubar clock was in Finnish. So, it’s not just you. Best regards, Terry... Terry Judd | Senior Lecturer in Medical Education Department of Medical Education <http://medicine.unimelb.edu.au/medical-education> The University of Melbourne <http://www.unimelb.edu.au> M: 0435 9

Re: System date

2016-09-06 Thread Terry Judd
So, with respect to my previous message, what I actually tried in the message box was... set the useSystemDate to true; put the long system date ...but it still returned an English style date. Terry... On 7/09/2016 3:17 pm, "use-livecode on behalf of Tim Selander" wrote: This thread h

Re: [OT] Looking for a statistic

2016-09-28 Thread Terry Judd
; wrote: Given the breadth of workflows the desktop supports, a single stat may not be possible to find. But hopefully I'll be able to turn up an average somewhere. Terry Judd | Senior Lecturer in Medical Education Department of Medical Education<http://medicine.unim

Re: BUG: OSX Opening an App with a document

2016-10-06 Thread Terry Judd
Seems like it could fire earlier but I guess it ensures consistency when double-clicking/dropping a document irrespective of whether the app is open or not. Although, if you’re using custom urls on iOS – which are sort of analogous – then mobileGetLaunchURL() is available at preopenstack. Terry

migrating an app to iOS10

2016-10-11 Thread Terry Judd
I’ve just opened an app I developed a couple of months ago on an iPhone running iOS10 for the first time and have noticed a couple of problems straight up. 1. The interface has shifted down the height of the status bar, moving my icon bar partially off the bottom of the screen 2. A

Re: migrating an app to iOS10

2016-10-11 Thread Terry Judd
Looks like 8.1.1 on its own fixes at least those two issues, so so far so good. Terry... From: Terry Judd Date: Wednesday, 12 October 2016 12:48 pm To: How to use LiveCode Subject: migrating an app to iOS10 I’ve just opened an app I developed a couple of months ago on an iPhone running iOS10

beepsound on iOS

2016-10-11 Thread Terry Judd
I’m trying to play a simple beep on iOS by setting the beepsound (to either “system” or “vibrate”) and calling beep, but I’m getting nothing. If I place the code in a try/catch statement then the returned error is ‘535,4,1’. Any ideas on what might be going wrong here? Terry...

Re: beepsound on iOS

2016-10-11 Thread Terry Judd
. Terry... From: Terry Judd Date: Wednesday, 12 October 2016 1:27 pm To: How to use LiveCode Subject: beepsound on iOS I’m trying to play a simple beep on iOS by setting the beepsound (to either “system” or “vibrate”) and calling beep, but I’m getting nothing. If I place the code in a try/catch

Re: beepsound on iOS

2016-10-12 Thread Terry Judd
evert to defaults* On Wed, Oct 12, 2016 at 3:00 AM, John Dixon wrote: > Are you supplying a sound file for the beepsound to play ?... as in... > > set the beepSound to specialFolderPath("engine") & "/shortbeep.aiff" > >

Re: FULL MailChimp & FREE PushNotifications from Digital Pomegranate

2016-10-19 Thread Terry Judd
flirted with push). I’d be really interested to hear how you get on but don’t think there is much I can reasonable contribute to your effort – sorry. Regards, Terry... Terry Judd | Senior Lecturer in Medical Education Department of Medical Education <http://medicine.unimelb.edu.au/medi

Re: iPad Pro screenshots?

2016-11-07 Thread Terry Judd
Command-ctrl-shift-4 (adding the control key captures to the clipboard instead of to file) then when the cross-hairs are visible click the space key and move the mouse to select a window to be captured rather than the entire desktop. If you throw in the option key when you click the mouse to do

Re: Swipe gestures on a mobile scroller

2016-11-19 Thread Terry Judd
Hi Jacque - I struggled with this for ages on an iOS and android app earlier in the year (vertical scrolling content with side-to-side swiping for navigation (a la iCal). After trying a truckload of different approaches (hacks) I mostly got it to work on iOS (I still got intermittent failures) a

Re: hair-pulling frustration

2014-11-11 Thread Terry Judd
On 12/11/2014 11:00 am, "Dr. Hawkins" 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 every version but

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

Building apps for iOS 7?

2015-02-01 Thread Terry Judd
Xcode went and did that automatic update thing on me again and while I managed to download and install past versions and have LiveCode recognise them I don’t seem to be able to build for anything before iOS 8.1. I’m using LC 6.6.5 but I’m getting the same response for all previous 6.6 versions a

Re: Building apps for iOS 7?

2015-02-02 Thread Terry Judd
Thanks Mark (and Dave and Gerry) - I probably didn¹t explain my Œproblem¹ well enough. I¹m using an enterprise license so I¹m not going through the app store and what I really want to do is to roll back to an earlier version of Xcode so that I can build my app using some pre iOS 8 compatible extern

Re: Building apps for iOS 7?

2015-02-03 Thread Terry Judd
On 3 Feb 2015, at 9:34 pm, Mark Wilcox wrote: >> I¹m using an enterprise license so I¹m not going through the >> app store and what I really want to do is to roll back to an earlier >> version of Xcode so that I can build my app using some pre iOS 8 >> compatible externals. > > What problem are

Re: Vector export?

2015-02-19 Thread Terry Judd
David¹s right - PDF export is definitely the way to go. It¹s even good for bitmaps if you use high res images that have been sized down and locked within LC. Terry... On 20/02/2015 9:56 am, "Graham Samuel" wrote: >Ha! Sounds promising. Midnight here, I¹ll investigate tomorrow. Thanks > >Graham

Re: Vector export?

2015-02-20 Thread Terry Judd
e way it works, >AFAICS). I decided to add a bit extra to the height of the page to >accommodate at least a bit of empty space to represent the title bar, but >this didn’t work. I still got two pages, and the second page was the >exact size of the window. Mysterious again. > &g

Re: The owner of a selected control - a mystery

2015-02-22 Thread Terry Judd
OK, maybe it wasn¹t using print break that solved the problem for me. The other thing in my script was to define a rect and use the print card into rect form of the print card command as Jacquie suggests. Anyway, the script I provided works, and avoids the Œextra page¹ problem, so maybe start ther

Re: Printing just one card to PDF [was Re: The owner of a selected control - a mystery]

2015-02-22 Thread Terry Judd
Hey Graham - I¹m pretty confident that you can get what you want with a bit of fiddling. If your embedded images have large native dimensions relative to their constrained LC dimensions then you should also be able to support a bit of enlargement (of the PDF) as well without any visible loss of ima

Getting the name of an iOS device?

2015-03-15 Thread Terry Judd
Hmm, I can’t find any obvious way of doing this. Is it possible with native commands or environment variables or do I need an external? Terry… Dr Terry Judd<http://scholar.google.com.au/citations?user=XC5s6wwJ&hl=en> Senior Lecturer Department of Medical Educ

Re: Getting the name of an iOS device?

2015-03-15 Thread Terry Judd
Hi Simon - by name I mean the name that is assigned to the device when it is set up - e.g. ŒTerry¹s iPad 2¹ rather than the generic device name. Any ideas on how to get that (I want to be able to differentiate between devices in a class set). Terry... On 16/03/2015 12:07 pm, "Simon" wrote: >Hi

Re: Getting the name of an iOS device?

2015-03-15 Thread Terry Judd
Thanks Monte - I’ll contact you off list about it in the next couple of days when I follow up with you about the other stuff. Cheers, Terry... On 16/03/2015 2:44 pm, "Monte Goulding" wrote: >It's an easy external if that helps ;-) > > >On 16 Mar 2015, at 12:33 pm,

Re: Long KML text file with no return chars

2015-03-18 Thread Terry Judd
Hi William - you should be able to read a text file of that size into LC no worries. Have you tried the 'put url (³file:²&tPath) into tVar¹ method rather than using the Œread file¹ approach. I only ever use the latter if I have to deal with really big files (10s to 100s of MB or more). Terry... O

copying an object from one card to another in iOS - possible?

2015-03-19 Thread Terry Judd
I want to create multiple copies of it (I’m building an interactive form). Terry… Dr Terry Judd<http://scholar.google.com.au/citations?user=XC5s6wwJ&hl=en> Senior Lecturer Department of Medical Education<http://medicine.unimelb.edu.au/medical-education> The Univers

Re: copying an object from one card to another in iOS - possible?

2015-03-19 Thread Terry Judd
On 20/03/2015 11:07 am, "Monte Goulding" wrote: > >On 20 Mar 2015, at 11:02 am, Terry Judd wrote: > >> So, I can create new objects or clone existing groups on the current >>card, but not create a copy of an object on another card and put it onto >>the curr

Re: outsmarted myself with menus?

2015-03-24 Thread Terry Judd
Try one or more of focusedObject(), selectedField(), selectedChunk() Terry... On 25/03/2015 10:29 am, "Dr. Hawkins" wrote: >I've created menus and handlers, and use behaviors for them. > >But when I want to paste, the handler can't find where I was. > >If I'm in a field, "me" and "the target" b

Hanging indents?

2015-04-23 Thread Terry Judd
Has anyone managed to create a hanging indent within a LC field? I’ve played around with tabstops and indents (first, left whatever) but don’t seem to be getting anywhere. Any ideas? Terry… ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: Hanging indents?

2015-04-24 Thread Terry Judd
set the margins of fld "text" to "28,3,3,3" > >-- Peter > >Peter M. Brigham >pmb...@gmail.com >http://home.comcast.net/~pmbrig > > >On Apr 24, 2015, at 2:54 AM, Terry Judd wrote: > >> Has anyone managed to create a hanging indent within a LC field? I

Re: Hanging indents?

2015-04-24 Thread Terry Judd
Thanks Tom, a list style might have worked but Peter¹s firstIndent and leftMargin combination has done it nicely for me. Regards, Terry... On 25/04/2015 1:10 am, "tbodine" wrote: >Terry, > >If you are open to your hanging indent lines having an outline or list >format, try setting the ListStyl

  1   2   3   4   5   6   >