Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Terry Judd via use-livecode
You can certainly use AS to query the frontmost application but I'm guessing as soon as you click the button in your app then your app is it. You can also query the application processes - if they are sorted in order from frontmost to 'rearmost' then maybe you could tell the second process in th

Re: DataGrid question...

2020-03-29 Thread Terry Judd via use-livecode
This is rough but sort of works... on selectionChanged set the itemDel to tab put word 2 of the selectedLine into tRow put word 2 of the selectedChunk into nChar put length(line 1 to tRow-1 of me) into tStart put char tStart+2 to nChar of me into tText put the number of items in

Re: FormattedHeight

2020-05-02 Thread Terry Judd via use-livecode
Could you use a browser instance instead of a field? On 03/05/2020, 03:27, "use-livecode on behalf of J. Landman Gay via use-livecode" wrote: I think the solution has to be in the engine. I'm in trouble. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Anyone willing to share a basic webpage template for LC HTML5 apps?

2020-05-13 Thread Terry Judd via use-livecode
Hi - I've got a couple of HTML5 apps that I want to deploy to students at my uni and was wondering if anyone had a fairly basic starting webpage that I could use rather than the one that LC generates automatically. If possible I'm looking to lose the elements in the top section (LC logo, resiz

Re: What the heck? Writing and reading ios files??

2020-06-25 Thread Terry Judd via use-livecode
On 26/06/2020, 02:40, "use-livecode on behalf of William Prothero via use-livecode" wrote: Jacqueline: Thanks for responding. I am really stuck on this. I can write the file, and get a list of the files I write, but when I try to read the file using the same code to create the fil

Re: Styled text on mobile

2020-07-17 Thread Terry Judd via use-livecode
Not if you are ok with using a LC field or a browser object to display it, but if you want to use a native single or multi-line text field - then yes. Terry... On 18/07/2020, 15:37, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: Am I dreaming the impossible dream?

Setting the browser widget user-agent to impersonate Chrome

2021-06-06 Thread Terry Judd via use-livecode
I’m trying to get the browser widget to identify itself as Chrome so that I can (attempt to) load a particular site. Is there a trick to how you format the user-agent string when you set the widget’s user-agent in its object inspector or should I just be able to enter something along these lines

Re: Setting the browser widget user-agent to impersonate Chrome

2021-06-06 Thread Terry Judd via use-livecode
Never mind - it seems to be working now __ On 7/6/21, 12:43 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: I’m trying to get the browser widget to identify itself as Chrome so that I can (attempt to) load a particular site. Is there a trick to how you format

Read barcodes on Mac with mergAV?

2021-08-03 Thread Terry Judd via use-livecode
So, I’m trying to get mergAV to recognise any sort or barcode on a Mac but when I query mergAVCamBarcodeTypes() it returns empty. Pretty sure this used to work – at least when I last tried it (admittedly probable 3 or 4 years ago) I was at least able to get it to recognise QR codes. Any ideas?

Re: Read barcodes on Mac with mergAV?

2021-08-04 Thread Terry Judd via use-livecode
g via use-livecode" wrote: Hi Terry Sorry to say but mergAV has never supported barcode scanning on macOS Cheers Monte > On 4 Aug 2021, at 4:44 pm, Terry Judd via use-livecode wrote: > > So, I’m trying to get mergAV to recognise any sort or barcode

Re: Suggestion: Non-Appbuilding Community Edition

2021-09-05 Thread Terry Judd via use-livecode
Not sure how this would work - but what if only licensed versions of LC could produce and run distributable/shareable stacks while the free version could only run stacks produced by that particular instance of the app? On 5/9/21, 3:57 pm, "use-livecode on behalf of J. Landman Gay via use-livec

Re: Smile for Christmas.

2021-12-16 Thread Terry Judd via use-livecode
Surely we should be sending them straight to the US ;) Terry… From: use-livecode on behalf of doc hawk via use-livecode Date: Friday, 17 December 2021 at 1:05 pm To: How to use LiveCode Cc: doc hawk Subject: Re: Smile for Christmas. rick ruminated, >Combining two arrays is nice, but it r

Re: Message box failure in 10.0.0?

2022-02-20 Thread Terry Judd via use-livecode
Just downloaded and tested and it works ok for me on Monterey. Terry From: use-livecode on behalf of J. Landman Gay via use-livecode Date: Monday, 21 February 2022 at 3:26 pm To: How to use LiveCode Cc: J. Landman Gay Subject: Re: Message box failure in 10.0.0? Thanks for the reply. I should

Re: Speaking of Filter and Match...

2022-03-12 Thread Terry Judd via use-livecode
There are sure to be more elegant ways but you could just rebuild the list skipping the duplicates as you go # tList1 contains original list put cr into tList2 repeat for each line x in tList1 if tList2 contains cr&x&cr then # ensures you check whole not partial lines # do nothing

Re: Pixel 5

2022-04-20 Thread Terry Judd via use-livecode
I haven’t done any iOS apps for a little while but when I was - using an enterprise developer license - getting iOS apps onto our users’ (students and staff) phones was easy as. The hardest thing was finding a server to host the files (ipa, plist etc.) on. Terry.. From: use-livecode on behalf

Can Xavvi generate sensible text output as well as code?

2023-05-17 Thread Terry Judd via use-livecode
Let’s say I have a whole lot of input statements/info, some of which is generic but some of which varies according by user. Any thoughts on whether it might be possible to leverage Xavvi to process and combine that info into useful prose summaries for each user in a way that I can’t already do i

Re: Can Xavvi generate sensible text output as well as code?

2023-05-18 Thread Terry Judd via use-livecode
My day to day work is in medical education – and assessment specifically. I’m interested in using LLMs to (1) help generate assessment items (well draft versions of them at least) and (2) individualised descriptive feedback based on assessment performance. But, rather than trying to get LC/Xavv

Re: Return Total of a Given Repeated Number in a List

2024-05-23 Thread Terry Judd via use-livecode
Probably not the shortest approach, but I’d probably do either this… function countItemRepsInList pList, pItem replace comma with cr in pList filter pList with pItem return (the number of lines in pList) end countItemRepsInList or this function countItemRepsInList pList, pItem put 0

Re: I seem to have missed something

2024-07-25 Thread Terry Judd via use-livecode
Presumably(?) being in an educational setting means the whole internal apps licensing model doesn’t apply but I agree with James that it doesn’t seem quite equitableas it is currently designed and that there is a case for differentiating between developers and users. By way of comparison, a numb

Re: Lockscreen and progress bar

2024-07-25 Thread Terry Judd via use-livecode
How about taking a screengrab just before you run the loop, place that over the top of the content that changes, layer the progress thingy over that and then delete the screengrab and hide the thingy when the loop is done? From: use-livecode on behalf of jbv via use-livecode Date: Friday, 26

Re: Lockscreen and progress bar

2024-07-26 Thread Terry Judd via use-livecode
ck screen within the loop, hoping that it would update the display, but to no avail. Thank you anyway for the idea. Le 2024-07-26 02:54, Terry Judd via use-livecode a écrit : > How about taking a screengrab just before you run the loop, place that > over the top of the content that changes,

Re: I seem to have missed something

2024-07-26 Thread Terry Judd via use-livecode
I get what you are saying James, I’m just suggesting that there could be a lower cost version of create for ‘non-developer’ seats. That version doesn’t have access to the IDE and it’s only purpose run stacks or ‘apps’ that are produced by the full version of create. You would still need the same

Polygrid or polylist as datagrid form replacement?

2024-08-15 Thread Terry Judd via use-livecode
I’ve been using datagrid form objects for a number of years and am investigating the viability of replacing them with polygrids or polylist widgets but on first look it seems that both have fixed/uniform row heights, whereas datagrid form rows can dynamically resize their height according to th

Re: Polygrid or polylist as datagrid form replacement?

2024-08-16 Thread Terry Judd via use-livecode
Phone > >> On Aug 16, 2024, at 7:35 AM, Terry Judd via use-livecode >> wrote: >> >> I’ve been using datagrid form objects for a number of years and am >> investigating the viability of replacing them with polygrids or polylist >> widgets but on first look i

Re: How to dismiss keyboard on mobile

2018-05-10 Thread Terry Judd via use-livecode
Are you using a native mobile field? If not then... on returnInField focus on nothing exit returnInField end returnInField HTH, Terry... On 11/05/2018 12:41 pm, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: Just tried in minutes ago

Browser widget on iOS

2018-07-17 Thread Terry Judd via use-livecode
Hi - is there some magic for getting the browser widget to work on iOS? Most of the time it displays nothing in either the simulator or on an actual device (the URL is definitely set) and when it does (not sure what gets the display to work in these situations), it doesn’t scroll and none of the

Re: Browser widget on iOS

2018-07-17 Thread Terry Judd via use-livecode
behalf of Terry Judd via use-livecode Reply-To: How to use LiveCode Date: Wednesday, 18 July 2018 1:52 pm To: How to use LiveCode Cc: Terry Judd Subject: Browser widget on iOS Hi - is there some magic for getting the browser widget to work on iOS? Most of the time it displays nothing in either the

Re: Trouble getting Browser Widget to work on iOS

2018-07-25 Thread Terry Judd via use-livecode
Hi Bill - I had similar problems last week. Assuming you have the browser widget inclusion checked then the other thing to look for is whether there are any mobile scrollers on the screen that overlap with the location of the widget as they appear to interfere with it being rendered. If this is

Re: Determine if device is a tablet

2018-08-14 Thread Terry Judd via use-livecode
Can you do it based on the aspect ratio of the screen? I wouldn't have thought that there were many phones that were as 'squat' as a typical tablet. Terry... On 15/08/2018 9:16 am, "use-livecode on behalf of J. Landman Gay via use-livecode" wrote: I need to determine whether the current

Re: Determine if device is a tablet

2018-08-15 Thread Terry Judd via use-livecode
So, iPhones (5 and above) have an aspect ratio of something like 1.78, versus 1.33 for an iPad. Don't know what sort of range you are likely to find with Android devices but perhaps using a value of below 1.4-1.5 to indicate the device is a tablet would work for the majority? Terry... On 15/0

Re: "Effective" characters in a line in a field

2018-08-16 Thread Terry Judd via use-livecode
Check out the formattedText property. Terry... On 17/08/2018 8:39 am, "use-livecode on behalf of Peter Bogdanoff via use-livecode" wrote: Hi, On the subject of chunk references… I want to add a carriage return at the end of every visual line of a paragraph. This would k

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-19 Thread Terry Judd via use-livecode
On 20/08/2018 2:45 pm, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: Most of the lengthier discussions I've seen about layout handling here and on the forums stem from attempting to get precise control from FSM. In some cases it may be possible to mix FSM with

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-20 Thread Terry Judd via use-livecode
On 20 Aug 2018, at 4:50 pm, Richard Gaskin via use-livecode wrote: > > Terry Judd wrote: > > > Yeah, I've used FSM in combination with scripting in the android > > versions a couple of apps (admittedly they were only designed to work > > in portrait mode) and it seemed to work well enough. > >

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-20 Thread Terry Judd via use-livecode
On 20/08/2018 5:01 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: On 20 Aug 2018, at 4:50 pm, Richard Gaskin via use-livecode wrote: > > Terry Judd wrote: > > > Yeah, I've used FSM in combination with scripting in the and

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were already installed on it now just show a black screen (with the outlines of a couple of native fields) after the splash screen. I kinda assumed they would just still work. Terry... On 18/09/2018 7:56 am, "use-livecode on behalf of

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
18 8:52 am, "use-livecode on behalf of Terry Judd via use-livecode" wrote: Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were already installed on it now just show a black screen (with the outlines of a couple of native fields) after the splash screen. I kinda ass

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Thanks Monte. I'll try installing the additional component to my old version of XCode in the meantime. Regards, Terry... On 18/09/2018 10:22 am, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: > On 18 Sep 2018, at 10:18 am, Monte Goulding via use-livecode

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
Umm - spoke to soon. How do I do that? I assumed that there would be something in the downloads pane of Xcode that I could install. Terry... On 18/09/2018 10:43 am, "use-livecode on behalf of Terry Judd via use-livecode" wrote: Thanks Monte. I'll try installing the addit

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
alf of Monte Goulding via use-livecode" wrote: > On 18 Sep 2018, at 10:51 am, Terry Judd via use-livecode wrote: > > Umm - spoke to soon. How do I do that? I assumed that there would be something in the downloads pane of Xcode that I could install.

Re: App Dead on iOS 12

2018-09-17 Thread Terry Judd via use-livecode
www.clearvisiontech.com > > > On 9/17/18, 3:51 PM, "use-livecode on behalf of Terry Judd via use-livecode" wrote: > >Yeah - I just updated an iPad to iOS 12 and 2 LC apps that were already installed on it now just show a black screen (w

Re: App Dead on iOS 12

2018-09-18 Thread Terry Judd via use-livecode
to Xcode's menubar : Xcode -> Preferences -> Locations -> Command >> Line Tools and choose "9.4.1" >> >> Hope this helps. >> >> Best, >> Panos >> -- >> >> On Tue, Sep 18, 2018 at 9:13

Re: App Dead on iOS 12

2018-09-20 Thread Terry Judd via use-livecode
Panos did some sleuthing of my console output and it appears that my iOS 12 crashes (which occurred with even the most very basic of stacks/apps) are related to the fact that I use an iOS enterprise developer license to sign/distribute my apps - so not a LC issue as such. Will just have to wait

Re: App Dead on iOS 12

2018-09-20 Thread Terry Judd via use-livecode
> On 21 Sep 2018, at 11:48 am, Terry Judd via use-livecode wrote: > > Panos did some sleuthing of my console output and it appears that my iOS 12 crashes (which occurred with even the most very basic of stacks/apps) are related to the fact that I use an iOS enterprise

Finding common words and phrases in a large block of text?

2018-10-24 Thread Terry Judd via use-livecode
Hi – I’m looking to analyse some large block of text (journal abstracts from key educational technology journals over a several year period) to find common words and phrases. Finding common words should be easy enough but I’m not clear on what approach to take for finding common phrases (iterati

Re: Finding common words and phrases in a large block of text?

2018-10-25 Thread Terry Judd via use-livecode
t;use-livecode on behalf of Terry Judd via use-livecode" wrote: Hi – I’m looking to analyse some large block of text (journal abstracts from key educational technology journals over a several year period) to find common words and phrases. Finding common words should be easy enough bu

Re: Finding common words and phrases in a large block of text?

2018-10-25 Thread Terry Judd via use-livecode
ric by item 2 of each put tList into tA2[tLength] end repeat return tA2 end getWordAndPhraseCounts On Thu, Oct 25, 2018 at 4:27 AM Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote: > OK - was easier than I thought. I have something that wor

Re: Array editing or Validate JSON string?

2018-11-15 Thread Terry Judd via use-livecode
Hi Bill - I convert the JSON (jsonImport) to an array then use a treeview widget to display it. I then use an actionDoubleClick handler in the widget script to grab the appropriate array element and display it in an ask dialog. The value goes back into the array and I export the array back to JS

.app to .ipa converter and Xcode version for Mojave?

2018-12-10 Thread Terry Judd via use-livecode
I’ve just (perhaps prematurely) upgraded a fairly new Macbook Pro to OS X Mojave and it seems that iTunes 12.6.3 (the last version that let you manage apps) is no longer supported. I have other ways of installing apps onto devices and extracting files from apps on devices but I still need a simp

Re: .app to .ipa converter and Xcode version for Mojave?

2018-12-10 Thread Terry Judd via use-livecode
> > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > <http://lists.runrev.com/mailman/listinfo/use-livecode> > #

Re: .app to .ipa converter and Xcode version for Mojave?

2018-12-10 Thread Terry Judd via use-livecode
- > > On Mon, Dec 10, 2018 at 3:17 PM Sannyasin Brahmanathaswami via use-livecode > wrote: > >> I use Jacque's "AirLaunch" >> >> So simple... create the HTML files necessary for others to download. >> >> Works fine under Mojave. >&g

How to give swiping precedence over scrolling on mobile?

2018-12-19 Thread Terry Judd via use-livecode
This is a problem that I have run into before and have never been able to solve satisfactorily. I’m using touchStart and touchEnd handlers to detect the direction and speed of a finger movement and if it is within certain bounds (large enough x, small enough y, and fast enough) then the user can

Re: How to give swiping precedence over scrolling on mobile?

2018-12-20 Thread Terry Judd via use-livecode
the hScroll of tHGroup to sStartHScroll + (sStartX-pTouchX) end if end if end touchMove on touchEnd pTouchID -- code end touchEnd on touchRelease pTouchID -- code end touchRelease I wish there

Re: How to give swiping precedence over scrolling on mobile?

2018-12-20 Thread Terry Judd via use-livecode
grp "backBtn" end if end if end if end if end touchEnd And in the "checklist" script... local pX on mouseDown put the mouseH into pX end mouseDown on mouseUp if abs((the mouseH)-pX) > 50 then exit mouseUp # list selection code end mo

Opening a url in an external browser on mobile?

2019-01-21 Thread Terry Judd via use-livecode
After going to the trouble of implementing a mobile browser widget I’ve decided that I’d prefer to open and display the url in the user’s default browser. I’m assuming this is possible (?) but can’t work out how to do it. Any ideas? Terry... ___ use-li

Re: Opening a url in an external browser on mobile? (ignore - launch works after all)

2019-01-21 Thread Terry Judd via use-livecode
So (answering my own question) - it seems that I misread the dictionary and that launch is also supported on mobile. Terry... On 22/01/2019 12:08 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: After going to the trouble of implementing a mobile browser w

Re: Opening a url in an external browser on mobile? (ignore - launch works after all)

2019-01-21 Thread Terry Judd via use-livecode
able there. Thanks, Brian On Jan 21, 2019, 7:11 PM -0600, Terry Judd via use-livecode , wrote: > So (answering my own question) - it seems that I misread the dictionary and that launch is also supported on mobile. > > Terry... > > On 22/01/2019 12:08 pm, &

Clearing the notification badge value on Android?

2019-01-22 Thread Terry Judd via use-livecode
On iOS you can clear the notification badge number using iPhoneSetNotificationBadgeValue (by setting it to zero), but how do you achieve the same thing on Android? Terry... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Terry Judd via use-livecode
I’m having a problem building/testing an Android app on one of my two development laptops (Macbook Air, LC 9.0.2, OSX Yosemite) – it comes up with the following error message... Unable to build app for testing: could not compile service support class. It seems to work fine on another laptop wit

Re: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Terry Judd via use-livecode
riginal Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Terry Judd via use-livecode Sent: Tuesday, January 22, 2019 4:02 PM To: How to use LiveCode Cc: Terry Judd Subject: Problem building Android app - 'could not compile se

Re: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Terry Judd via use-livecode
d to build the app. Terry... On 23/01/2019 9:59 am, "use-livecode on behalf of Terry Judd via use-livecode" wrote: Thanks Ralph - so, I enabled the Livecode UI stacks in the pref window and then used the find window to search for the error string (or part of it at least) but no

iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Terry Judd via use-livecode
I’m running LC 9.0.2 on OSX Mojave and can’t get the simulator to run - it launches OK but LC throws an error part way through the test/build process. Unable to start simulator: 634,0,0,unknown C++ exception 573,228,1,revIPhoneSetSimulatorSDK Any ideas? Building direct to a phone works fine BTW.

Re: iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Terry Judd via use-livecode
Thanks Curry - seems to be working for now at least after a full restart. Command line tools were set to the right version but interestingly although the iOS12 simulator runs, it doesn't show up in the list of installed simulators in the components pane of the Xcode prefs window. Terry... On

Re: Swipe over native scroller

2019-01-30 Thread Terry Judd via use-livecode
Not much of a workaround I'm afraid, but for a recent app (iOS and Android) I got rid of the native scroller and used the touch messages to both scroll the object and detect the swipes. Terry... On 31/1/19, 10:16 am, "use-livecode on behalf of J. Landman Gay via use-livecode" wrote: Has

Re: Swipe over native scroller

2019-01-31 Thread Terry Judd via use-livecode
On 1/31/19 11:03 AM, J. Landman Gay via use-livecode wrote: >> Did you try Terry script? Elanor did something similar this in the >> Listen module, it not very refined. Terry put time in it with subtle >> time parameters. I have yet to try it. It here on the list I didn't

Re: common code patterns

2017-08-10 Thread Terry Judd via use-livecode
Even better - the mobile commands could an error rather than spitting the dummy when called from a non-mobile environment. I usually add my own mobile get and set handlers/functions that do the environment test and then pass the necessary parameter to either mobileControlGet or mobileControlSet

Re: $1,000 Bounty For LiveCode Bug 20240

2017-08-14 Thread Terry Judd via use-livecode
Yeah, sometimes, but in my experience not always. I’ve had to resort to closing the affected tab at least. Terry... Terry Judd| Senior Lecturer in Medical Education Department of Medical Education The University of Melbourne

Couple of questions about the browser widget

2017-08-15 Thread Terry Judd via use-livecode
I’m thinking about replacing a field object that contains text, inline images and simple tables with the browser widget but there are a couple of issues I’d need to work through first and would welcome any suggestions or ideas. The first one concerns displaying local images – either stored (perm

Re: Couple of questions about the browser widget

2017-08-15 Thread Terry Judd via use-livecode
lcheight Then of course you have to declare the handler.. set the javascripthandlers to "lcHeight" I haven't actually done this, but think the idea is close enough to get you there. On Tue, Aug 15, 2017 at 5:55 PM, Terry Judd via use-livecode &l

Re: Couple of questions about the browser widget

2017-08-15 Thread Terry Judd via use-livecode
rs..' part.. but the example needs to be fixed. You need to specify the widget. set the javascripthandlers of widget "mywidge" to "whatever* On Tue, Aug 15, 2017 at 6:34 PM, Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote

Re: Couple of questions about the browser widget

2017-08-16 Thread Terry Judd via use-livecode
Thanks hh that's really helpful stuff. Thanks also to Jonathan and Mike. Regards, Terry... Sent from my iPad > On 16 Aug 2017, at 9:00 pm, hh via use-livecode > wrote: > > Additional to Jonathan's instructions. > > Basic: > http://forums.livecode.com/viewtopic.php?f=7&t=29589 > > Medium: G

Re: Couple of questions about the browser widget

2017-08-16 Thread Terry Judd via use-livecode
I have the horizontal scrollbar showing set the topleft of widget 1 to the topleft of this card end lcHeight On Wed, Aug 16, 2017 at 6:42 AM, Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks hh that's really helpful stuff. Tha

Re: Couple of questions about the browser widget

2017-08-16 Thread Terry Judd via use-livecode
have this.. > > command lcHeight pHeight > set the height of widget 1 to pHeight + 23 -- +23 because I have > the > horizontal scrollbar showing > set the topleft of widget 1 to the topleft of this card > end lcHeight > >

Re: Couple of questions about the browser widget

2017-08-16 Thread Terry Judd via use-livecode
it the default way.. Scrollbars as needed. But if that's the case, having check-boxes in the inspector that do nothing would be a bug of a type also. On Wed, Aug 16, 2017 at 5:04 PM, Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote:

Displayed publication date of LC iOS apps in iTunes

2017-08-31 Thread Terry Judd via use-livecode
This is something that I’ve been wondering about for a while. Not a problem as such but it looks odd. I develop all my apps using an enterprise iOS developer license so it might be that it is peculiar to that license type but I don’t have anything to compare it to. Anyway, when I install one of

Re: [off]macbook model

2017-08-31 Thread Terry Judd via use-livecode
I’m a bit like you, I have an aging Air and will probably replace it soon with a 13 inch Macbook Pro (without the touch bar). Portability is important to me so 15 inch is too big to lug around (I had couple of Macbook Pro 15 inch models prior to the Air, so know what that’s like). Screen real e

Print to PDF output dodgy on Windows

2017-09-03 Thread Terry Judd via use-livecode
Before I bug report this, has anyone else had problems printing styled text to PDF on Windows? I’ve been printing multipage reports (lots of formatting, graphics etc) to PDF using LC on a Mac for ages without any problems (well, not this particular problem at least). However, when I try to do th

Re: Print to PDF output dodgy on Windows

2017-09-04 Thread Terry Judd via use-livecode
rhaps even close and reopen the stack before turning it back on and printing the next report? Terry... Sent from my iPhone > On 4 Sep 2017, at 4:20 pm, Mark Waddingham via use-livecode > wrote: > >> On 2017-09-04 06:43, Terry Judd via use-livecode wrote: >> Before I bug

Re: Print to PDF output dodgy on Windows

2017-09-04 Thread Terry Judd via use-livecode
Thanks again Mark – it’s all printing nicely now without having to close and open the target stack. Regards, Terry... On 4/09/2017 5:47 pm, "use-livecode on behalf of Mark Waddingham via use-livecode" wrote: On 2017-09-04 09:20, Terry Judd via use-livecode wrote: > Th

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
Actually, what is the process for getting remote debugging to work on iOS – I’d be happy to get it working in the simulator to start with. I know that you need to use a business licensed version of LC 9 to have access to it, but beyond that... Terry... On 5/09/2017 11:26 am, "use-livecode on b

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
couldn’t be completed. (PBSOpenApplicationErrorDomain error 1.) ...if that means anything. Terry... On 5/09/2017 11:40 am, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: > On 5 Sep 2017, at 11:36 am, Terry Judd via use-livecode wrote: > > Ac

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
ator log and there’s something like Startup error - then that could be it. If it’s that then the remote debugger won’t have a chance to start at that point. > On 5 Sep 2017, at 11:52 am, Terry Judd via use-livecode wrote: > > Thanks Monte - that sounds pretty simpl

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
> On 5 Sep 2017, at 12:11 pm, Terry Judd via use-livecode wrote: > > Hi Monte - something like this? > > Sep 5 12:07:27 51002-B114578 mdQuiz_QA[38329]: Startup error: failed to load module > Sep 5 12:07:28 51002-B114578 assertiond[38283]: assertion failed

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
ot; wrote: Hmm…. I actually don’t know which date support library you are referring to. > On 5 Sep 2017, at 12:30 pm, Terry Judd via use-livecode wrote: > > Ah, ok. Looks like it’s the date support library then. Not sure whether I actually need this – I just ticked i

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
Seems like it’s not required anyway. Would be interested to know what it does (or doesn’t do) though. Terry... On 5/09/2017 1:01 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: Interesting! If you go into the inclusions tab of the standalone builder it’s

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
OK will do – it seems to be present in all version of LC 8 that I have (8.1.3, 8.1.4 and 8.1.6) as well as LC 9.0.0 (dp 8). Terry... On 5/09/2017 1:09 pm, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: > On 5 Sep 2017, at 1:08 pm, Terry Judd via

Re: remote debugging just stopped being available.

2017-09-04 Thread Terry Judd via use-livecode
Bug 20327. Terry... On 5/09/2017 1:19 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: OK will do – it seems to be present in all version of LC 8 that I have (8.1.3, 8.1.4 and 8.1.6) as well as LC 9.0.0 (dp 8). Terry... On 5/09/2017 1:0

Re: remote debugging just stopped being available.

2017-09-05 Thread Terry Judd via use-livecode
ould be able to uninstall it using the extension manager, should you wish! On Tue, 5 Sep 2017 at 04:28, Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote: > Bug 20327. > > Terry... > > On 5/09/2017 1:19 pm, "

Re: Subscript and Superscript

2017-09-10 Thread Terry Judd via use-livecode
Hi Roger – you can set subscripts and superscripts by settings the htmlText. So, something like: set the htmlText of word 5 of fld “x” to “m2” Terry... On 11/09/2017 1:07 pm, "use-livecode on behalf of Roger Guay via use-livecode" wrote: Since one can set the subscript or superscript of

Converting iOS app build to .ipa file (latest iTunes update stops you doing this)

2017-09-13 Thread Terry Judd via use-livecode
I’ve always just created a .ipa file from my LC iOS app builds by dragging them into iTunes and then back out again. Now Apple has gone and removed apps from the latest version of iTunes (which appears to have automatically updated on my Mac) and I’m left without a way to do this. Are there any

Re: Converting iOS app build to .ipa file (latest iTunes update stops you doing this)

2017-09-13 Thread Terry Judd via use-livecode
7126344?mt=12> > On Sep 13, 2017, at 3:14 PM, Terry Judd via use-livecode wrote: > > I’ve always just created a .ipa file from my LC iOS app builds by dragging them into iTunes and then back out again. Now Apple has gone and removed apps from the latest version of iTun

Re: The coming of SVG

2017-11-05 Thread Terry Judd via use-livecode
If not picture (or canvas) then another couple of names that might work and don’t have baggage associated with them are figure and drawing. I perhaps like the look/sound of drawing better but it doesn’t really capture the ability of the object to contain an image particularly well. If you think

Re: OT : need help understanding why my web page isn't behaving right :-)

2017-11-07 Thread Terry Judd via use-livecode
Hi Alex – those links work fine for me on Chrome on a Mac. Terry... On 8/11/2017 10:27 am, "use-livecode on behalf of Alex Tweedly via use-livecode" wrote: I just discovered a problem with one of my web pages - but can't figure out just where it's coming from. Anyone know their w

Re: Mac color chooser swatches do not work?

2017-12-05 Thread Terry Judd via use-livecode
Hi Klaus - the swatches work fine for me (and from memory always have). I'm still on Yosemite (10.10.5) though, so perhaps it's a High Sierra thing? Terry... On 6/12/2017 8:56 am, "use-livecode on behalf of Klaus major-k via use-livecode" wrote: Hi friends, before I create a rep

problem with fullscreen option on HTML5 apps

2018-01-24 Thread Terry Judd via use-livecode
I’ve been trying out the fullscreen option (via the checkbox on the automatically generated HTML page) on a couple of interactive learning apps I’m working on, and while they display nicely it seems to muck up the object coordinates (9.0.0 dp 10/11 – Mac, any browser) so that clicking or draggin

Re: Features and shortcomings of html5

2018-02-20 Thread Terry Judd via use-livecode
I've converted a couple of interactive simulations to HTML5 and they worked and performed surprisingly well (once I'd removed and coded around a few wait statements). Multiple cards are fine but I haven't tried switching between stacks. Text display isn't that great out of the box but that shoul

Re: Features and shortcomings of html5

2018-02-20 Thread Terry Judd via use-livecode
used by anyone including, as she told me, "by people in Nairobi" who may be on slow connections or even cell data. We're also considering writing mobile apps instead, but her customer is hoping to integrate directly with their web site. At any rate, thanks f

Question about HTML5 and accessing urls

2018-03-26 Thread Terry Judd via use-livecode
Hi - I’m updating a HTLM5-based simulation that we use for training assessors. It captures some usage data so that we can confirm a) that someone has attempted it and b) that they completed all the necessary elements. It was built with an older version of LC community (not sure which version) an

Re: Splitting long elements into two lines in an Option Menu

2018-04-26 Thread Terry Judd via use-livecode
Or perhaps use a form type datagrid - which will allow you to present and select multi-lined option more readily. Regards, Terry... On 27/04/2018 2:33 pm, "use-livecode on behalf of dunbarx via use-livecode" wrote: Hi. If I were you, with the task you laid out, I would not use

HTML5 export broken in 9.0.0-dp-6?

2017-03-17 Thread Terry Judd via use-livecode
Is it just me or is HTML5 export not working in 9.0.0-dp-6? A stack that worked in 8.1.2 just a few minutes ago now throws an exception... To use dlopen, you need to use Emscripten's linking support, see https://github.com/kripken/emscripten/wiki/Linking ...and I seem to get the same thing eve

Re: HTML5 export broken in 9.0.0-dp-6?

2017-03-17 Thread Terry Judd via use-livecode
: http://quality.livecode.com/show_bug.cgi?id=19399 On Fri, Mar 17, 2017 at 7:04 AM Terry Judd via use-livecode < use-livecode@lists.runrev.com> wrote: > Is it just me or is HTML5 export not working in 9.0.0-dp-6? A stack that > worked in 8.1.2 just a few min

  1   2   >