Re: curl in LiveCode

2020-02-17 Thread Andrew Bell via use-livecode
Thank you Matthias! I figured it was possible and I might be close. Hopefully the archive of this thread will be useful for someone in the future. --Andrew Bell Subject: Re: curl in LiveCode Message-ID: Content-Type: text/plain; charset=utf-8 Hi again, rereading my post i noticed

curl in LiveCode

2020-02-13 Thread Andrew Bell via use-livecode
is @ https://www.abuseipdb.com/api v2 of API is @ https://docs.abuseipdb.com/ --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.

Re: Face/Touch ID

2020-01-22 Thread Andrew Bell via use-livecode
mergLA will handle Face ID the same as Touch ID for iOS: no extra code needed. It would be REALLY cool if this would work on macOS too so you could use it on MacBook Pros since it's using the same calls. https://quality.livecode.com/show_bug.cgi?id=18742 --Andrew Bell From: Dan Friedman

Re: iOS dark mode

2019-12-05 Thread Andrew Bell via use-livecode
ongly encouraged. Use the UIUserInterfaceStyle key to opt out only temporarily while you work on improvements to your app's Dark Mode support." --Andrew Bell Date: Wed, 4 Dec 2019 14:46:10 -0600 From: Trevor DeVore To: How to use LiveCode Subject: Re: iOS dark mode On Wed, Dec 4, 2019

iOS dark mode

2019-12-04 Thread Andrew Bell via use-livecode
st curious if there is a way to check this so I can code around it. Perhaps mergNotify? --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Re: Connecting LC to Xcode

2019-12-04 Thread Andrew Bell via use-livecode
me. YMMV --Andrew Bell Date: Tue, 3 Dec 2019 20:16:06 -0800 From: Marty Knapp Subject: Re: Connecting LC to Xcode Wow, this is fun. Well thanks to Curry I got a version of Xcode that works (10.1) with LC 9.5 and Mojave. I make a simple app with one button and try to launch in the Simula

Re: iOS scrollers

2019-12-02 Thread Andrew Bell via use-livecode
EMS set the fullscreenMode of me to EMPTY // WORKS You can download my sample stack from: https colon slash slash iu dot box dot com slash s slash sj3lca0gxcor4415f96te8stny5kqws9 --Andrew Bell From: Sannyasin Brahmanathaswami Subject: Re: iOS scrollers Perhaps I misunderstand you, but IMHO,

Re: mergAV and AVkit

2019-12-02 Thread Andrew Bell via use-livecode
aking care of that issue for me: on mergAVMediaAccess pType, pGranted put "mergAVMediaAccess"&, pGranted if pType is "audio" then mergAVRequestMediaAccess "video" ... end mergAVMediaAccess So I just needed to update my original request code to (duh): mer

mergAV and AVkit

2019-11-27 Thread Andrew Bell via use-livecode
e reader on iOS still asks for microphone access which is hard to explain to customers. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: WebP-Tool v103

2019-11-25 Thread Andrew Bell via use-livecode
e-cellular-limit-increased/ --Andrew Bell From: Sannyasin Brahmanathaswami Subject: Re: WebP-Tool v103 Message-ID: <9c4d09cb-8782-4d9b-894e-7e74b860c...@hindu.org> Looking forward to support on mobile. There is the total RAM requirement that makes it hard to put the image into custo

Re: Push Card

2019-10-22 Thread Andrew Bell via use-livecode
. Are you saying that LC is better suited to just throw everything onto 1 card then turn on the visibility of groups/etc.? --Andrew Bell Subject: Re: Push Card Message-ID: <2d259a07-7c34-4337-9dbb-24f2ff8e6...@iotecdigital.com> Content-Type: text/plain; charset="us-ascii" I

Re: DataGrid Scrolling problem

2019-10-06 Thread Andrew Bell via use-livecode
["row height"] of group "TSM") into tContentRect mobileControlCreate "scroller", "listScroll" mobileControlSet "listScroll", "contentRect",tContentRect --Andrew Bell I always add 20 PXs to the formattedheight of the control. Then u

Re: DataGrid Scrolling problem

2019-10-02 Thread Andrew Bell via use-livecode
nd to last item. Seems more like this is an issue with the scroller than the datagrid itself. --Andrew Bell Date: Wed, 2 Oct 2019 08:19:47 -0600 From: "Mike for GDC" Subject: DataGrid Scrolling problem Message-ID: <007d01d5792c$729cac90$57d605b0$@golddogcoffee.com>

Re: load app to ios device for testing??

2019-08-12 Thread Andrew Bell via use-livecode
://docs.monaca.io/en/products_guide/monaca_ide/deploy/non_market_deploy/] Either method still requires proper provisioning profiles for device support. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: repeat with times

2019-05-22 Thread Andrew Bell via use-livecode
of bug 20951 being squashed @ https://quality.livecode.com/show_bug.cgi?id=20951 --Andrew Bell Hi. What Ludovic suggests is not just a shortCut. You can say: repeat 5 or repeat 5 times but you could never say: repeat with y =1 to 5 times It is not a regression, that is, something

repeat with times

2019-05-21 Thread Andrew Bell via use-livecode
ecation and refactor my code if there is a reason for the engine change, but wanted to check here before going through that effort. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: Android needs 64 bit builds

2019-05-13 Thread Andrew Bell via use-livecode
Hopefully it's a type for 9.0.5DP1 since 9.0.4 was released today. I can't wait to use some new faster Android emulators! --Andrew Bell Subject: Re: Android needs 64 bit builds Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed a minor thing probably i noticed

Re: Android needs 64 bit builds

2019-05-01 Thread Andrew Bell via use-livecode
any mention of this on the LiveCode roadmap. https://developer.android.com/distribute/best-practices/develop/64-bit --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Why do I have the business package?

2019-04-29 Thread Andrew Bell via use-livecode
Occasionally I use some of the advanced networking stuff but the remote debugger has been worth the upgrade price for me. --Andrew Bell Date: Sun, 28 Apr 2019 09:16:30 -0700 From: doc hawk To: use-livecode@lists.runrev.com Subject: Why do I have the business package? In all seriousness

Re: App rejected - add parental gate

2019-03-18 Thread Andrew Bell via use-livecode
/935339249 All 3 of those examples that Apple gives seem pretty easy to script in LiveCode. Bigger problem may be determining what is age appropriate. --Andrew Bell Date: Sat, 16 Mar 2019 10:11:26 +0100 From: William de Smet Subject: App rejected - add parental gate Hi there, An

Windows notifications

2019-02-07 Thread Andrew Bell via use-livecode
t;do as alternateLanguage" command[6] which were both foreign to me). put "Set objShell = CreateObject(" & QUOTE & "Wscript.Shell" & QUOTE & ")" into tScript put RETURN & "objShell.AppActivate" && QUOTE & "

Re: remove empty lines in DG

2018-12-11 Thread Andrew Bell via use-livecode
the ability to create more robust dataGrids since I could change the database schema around without messing up all my tabs! --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Browser Widget Problem in Android

2018-11-25 Thread Andrew Bell via use-livecode
difference for your app? --Andrew Bell Subject: Browser Widget Problem in Android Message-ID: <005601d4844f$ba732c60$2f598520$@golddogcoffee.com> Content-Type: text/plain; charset="us-ascii" I have put a map browser widget in my app. When I load the URL and try to display it

Re: problem with mobileSetKeyboardType

2018-11-03 Thread Andrew Bell via use-livecode
fault" keyboard is already the alphabetic keyboard. What do you mean by it's not working? What keyboard are you trying to see vs what you are seeing? --Andrew Bell 1. problem with mobileSetKeyboardType (Mike for GDC) From: "Mike for GDC" To: Subject: problem with mo

Tab between fields on mobile device

2018-11-01 Thread Andrew Bell via use-livecode
don't need to be too flexible (this is an in-house product only running on 1 specific model of iPad Pro) but am curious if there is a better way to approach this. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com P

mergLA for Mac

2018-10-03 Thread Andrew Bell via use-livecode
to be made to unlock this? https://developer.apple.com/documentation/localauthentication --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: iOS 12 and SDK

2018-09-19 Thread Andrew Bell via use-livecode
the older version of Xcode since they just released 10. --Andrew Bell Date: Wed, 19 Sep 2018 06:57:07 +0200 From: Ludovic THEBAULT To: How to use LiveCode Subject: Re: iOS 12 and SDK My app (built with Livecode 8) also crash on IOS 12. So, i built it with LC 9.01 and work on my device

Re: App Dead on iOS 12

2018-09-18 Thread Andrew Bell via use-livecode
My app was submitted, rejected (for mentioning iOS 12 compatibility in my release notes because it wasn't "official" yet), submitted again, accepted, and now published (though my screenshots aren't up-to-date yet). https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware

Re: Remote Debugger Anomalies

2018-09-13 Thread Andrew Bell via use-livecode
line (for readability of code) would execute some other line of code that was now 2 lines down due to a recent change in the script. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: iOS 12 compatibility

2018-09-11 Thread Andrew Bell via use-livecode
ording to http://appreviewtimes.com/ (a GREAT little tool). --Andrew Bell ___ 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/m

View manifest in compiled Android app

2018-09-10 Thread Andrew Bell via use-livecode
he problem. --Andrew Bell ___ 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

Re: iOS 12 compatibility

2018-09-10 Thread Andrew Bell via use-livecode
any who has a $1T market cap. --Andrew Bell ___ 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

Re: Datagrid Scrolling

2018-08-27 Thread Andrew Bell via use-livecode
of iOS12 compatibility (smooth scrolling is important, but not at the cost of the app not even launching). --Andrew Bell From: hlowe Subject: Re: Datagrid Scrolling Message-ID: <1535212927416-0.p...@n4.nabble.com> I agree. There has been a very significant deterioration in da

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

2018-08-20 Thread Andrew Bell via use-livecode
gives me every 2 years when she renews her contract. I buy my iPhones outright and keep my old models to run a variety of OSs. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Tutorial for MAP widget

2018-08-09 Thread Andrew Bell via use-livecode
ted that the "color" property will accept a RGBA value so the following example provides an orange-ish overlay with a ~39% opacity (100 / 255): put "228,128,0,100" into tPolylines["line"]["color"] In fact, the dictionary reference for polylines only s

Re: Regaining IDE Efficiency: Property Inspector

2018-08-09 Thread Andrew Bell via use-livecode
This one escaped me at first as well, but if you click on the sprocket widget in the upper-right of the PI you have the option for "Header/Footer Size" to grow and shrink the tabs. I'm not sure what "Footer" is referring to. --Andrew Bell PI window and tabs:

Re: Tutorial for MAP widget

2018-08-09 Thread Andrew Bell via use-livecode
Like this? https://livecode.com/docs/9-0-0/components/map-widget/ I will be talking a little about my Map widget implementation during a LC Global talk next month. --Andrew Bell From: Klaus major-k To: How to use LiveCode Subject: Tutorial for MAP widget Message-ID: Content-Type: text

Re: iOS 12 compatibility

2018-08-05 Thread Andrew Bell via use-livecode
? --Andrew Bell Quoting panagiotis merakos : Ok, one less issue to tackle then :) If you could file a bug report with a reproducible recipe (and ideally a sample stack), this will help us identify and fix the problem in an upcoming release. Best, Panos -- On Wed, Jul 25, 2018 at 5:13 PM, wrote

Re: acceleratedRendering

2018-08-02 Thread Andrew Bell via use-livecode
quickly as users are already complaining about iOS 12 compatibility. You've given me some insight into the possible problem so I can try to work out a proper bug report formula. --Andrew Bell From: Sannyasin Brahmanathaswami To: How to use LiveCode Subject: Re: acceleratedRendering Message

Re: iOS 12 compatibility

2018-07-25 Thread Andrew Bell via use-livecode
at app launch. --Andrew Bell -- @Andrew thanks for checking. Which LC version do you now use? We have fixed *a lot* of acceleratedrendering-related issues in LC 9.0.1- RC-1, so issue #2 might be already fixed. Best, Panos -- On Wed, Jul 25, 2018 at 2:11 PM, Andrew Bell via

Re: iOS 12 compatibility

2018-07-25 Thread Andrew Bell via use-livecode
(animation of a group that appears from off card) I can live with #1 for now and will start plotting a work around for #2 just so I can get an update out the door. Thanks for looking into this! --Andrew Bell From: panagiotis merakos To: How to use LiveCode Cc: and...@midwestcoastmedia.com S

Re: iOS 12 compatibility (panagiotis merakos)

2018-07-18 Thread Andrew Bell via use-livecode
Based on the fact that my apps are still crashing on load in iOS 12 beta 4 (16A5327f) I can only assume that Fortnite was NOT written in Livecode ;) --Andrew Bell From: panagiotis merakos To: How to use LiveCode Subject: Re: iOS 12 compatibility Message-ID: Content-Type: text

Re: Apple's 30%--anyway around it?

2018-07-17 Thread Andrew Bell via use-livecode
outside of the app. End user is paying for a privilege, but that privilege is really only available from inside the app. --Andrew Bell From: "Linda Miller, DVM" <1anml...@gmail.com> Subject: Apple's 30%--anyway around it? Message-ID: <836f8096-648b-417a-bd1b-bf39e7a01...@gmai

Re: Mobile Launch Camera

2018-07-10 Thread Andrew Bell via use-livecode
mobilePickPhoto will launch the device camera, but not actually open the OS based Camera app. There is a nice lesson available @ http://lessons.livecode.com/m/4069/l/30490-how-do-i-capture-images-in-livecode-mobile --Andrew Bell From: Dan Friedman To: "use-livecode@lists.runre

Re: iOS 12 compatibility

2018-07-03 Thread Andrew Bell via use-livecode
a chance to investigate this and/or should I submit a report to bugzilla? --Andrew Bell Date: Tue, 26 Jun 2018 17:45:42 +0100 From: panagiotis merakos To: How to use LiveCode Cc: and...@midwestcoastmedia.com Subject: Re: iOS 12 compatibility Message-ID: Content-Type: text/plain

Re: Mastering TS Net

2018-07-02 Thread Andrew Bell via use-livecode
error and discovered that for most of my uses I could just hard-code a text based ID that made more sense to me when troubleshooting like "get new image" or "check for updates" or even some variable with a unique value (like your tFileName). --Andrew Bell Date: Sun, 1

Re: iOS 12 compatibility

2018-06-26 Thread Andrew Bell via use-livecode
We're far enough out from the iOS 12 launch that I wasn't overly concerned, but it's open for public beta now so I'm sure to get some support emails from bleeding-edge technologists. LC 9.0 macOS 10.11.5 Xcode 8.2 --Andrew Bell Quoting panagiotis merakos : Hi Andrew, oh what fun! I

iOS 12 compatibility

2018-06-26 Thread Andrew Bell via use-livecode
same, but I'm curious if anyone has has tested their work. --Andrew Bell ___ 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/mai

Navbar widget limitations

2018-06-20 Thread Andrew Bell via use-livecode
confirm or comment on my findings, or offer some sort of workaround? https://quality.livecode.com/show_bug.cgi?id=21379 [10 items issue] https://quality.livecode.com/show_bug.cgi?id=21378 [item name issue] --Andrew Bell ___ use-livecode mailing list

Re: Close nodes in Tree View widget

2018-06-14 Thread Andrew Bell via use-livecode
Thank you! https://quality.livecode.com/show_bug.cgi?id=21361 --Andrew Bell Quoting Brian Milby : Could you open a bug report/enhancement request for this? I’ll see what I can do about a PR targeting 9.1 release. I can think of several ways to address the situation. Easiest would

Re: Close nodes in Tree View widget

2018-06-14 Thread Andrew Bell via use-livecode
that is open instead. (bug?) This isn't critical for this project as it is just an internal tool that only I use, but the only workaround I could come up with is to delete the widget and then create the widget again via script along with all the attributes. --Andrew Bell Date: Wed, 13

Close nodes in Tree View widget

2018-06-13 Thread Andrew Bell via use-livecode
. Is there a way via code to close all the leaf nodes, or to restrict the widget so only 1 node can be open at a time? --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Access image EXIF info on mobile

2018-06-01 Thread Andrew Bell via use-livecode
updated your bug report with my findings from 2 real and 2 simulated devices using your test stack. One caveat is my simulated devices run 10.2 but my physical devices are running 11.x --Andrew Bell Date: Fri, 1 Jun 2018 00:50:29 + From: Alan To: "use-livecode@lists.runrev.com"

Re: NavBar widget in LC9.0.0

2018-05-24 Thread Andrew Bell via use-livecode
ore than 1 navbar widget which is unintentionally sucking up the message path? --Andrew Bell Date: Wed, 23 May 2018 22:38:54 -0700 From: "proth...@earthlearningsolutions.org" <proth...@earthlearningsolutions.org> Subject: Re: NavBar widget in LC9.0.0 I?ll make a test stack.

Re: Internet library and LC9

2018-05-17 Thread Andrew Bell via use-livecode
ode. Where PUT is blocking, LOAD is not so your code should be able to proceed while waiting for a callback. --Andrew Bell I am transitioning some applications that were built as standalone under? LC6.7.11 to LC 9.0.0. In most cases, the migrations are going well with mostly appearance i

Re: Posting to Facebook?

2018-05-14 Thread Andrew Bell via use-livecode
to their own Twitter accounts via mobile app (though I can tweet to an account that is hard-coded into the app). --Andrew Bell I couldn't find Andre's Facebook Lib on his site - has anyone sorted out POSTing images etc to FB? cheers Alan

mobileSensorAvailable accuracy on Android

2018-05-02 Thread Andrew Bell via use-livecode
ion turned off in Android settings but never be able to give me coordinates (the Get Current Reading button of the demo just logs "Current Reading" rather than actual details). http://lessons.livecode.com/m/4069/l/30379-how-do-i-get-the-location-and-use-the-digital-

Segmented Control widget mouseDown

2018-05-01 Thread Andrew Bell via use-livecode
io buttons (but they are standard buttons for easier skinning) and realize if they are the "active" button and toggle sorting by descending/ascending for that filter (the iconPresetName of a SVG widget is also toggled at this time to indicate the sort directi

Re: Search a multidimensional array

2018-04-20 Thread Andrew Bell via use-livecode
or date. Hopefully THIS thread will make it easier for the next n00b to find their solution. --Andrew Bell Andrew, you don't peruse this list much, do you? :-) A recent thread has been going on about just this issue. The upshot is that one pass through the array is obviously needed

Search a multidimensional array

2018-04-20 Thread Andrew Bell via use-livecode
experiment is converting this array to a SQLlite database and just throwing SELECT * WHERE commands at it. --Andrew Bell ___ 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

Re: LCG Session Suggestions

2018-04-10 Thread Andrew Bell via use-livecode
17 day 2), but would be nice to see a demo explaining LiveCode branches etc. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: RevMail - Status in 9,0

2018-04-09 Thread Andrew Bell via use-livecode
to mobileComposeMail as Brian Milby recommended since I'm only using this in an iOS/Android app. --Andrew Bell From: Sannyasin Brahmanathaswami <bra...@hindu.org> Subject: RevMail - Status in 9,0 This was working in Standalones for iOS and Android in all versions < 8.* on sendFeedBack revMa

Re: eBook Academy error

2018-04-05 Thread Andrew Bell via use-livecode
familiar with the process check me work? --Andrew Bell Hi Andrew, I suggest filing a bug report to quality.livecode.com. This report would be a good candidate for a community pull request, as it requires changes in the Dictionary. Best, Panos

Re: eBook Academy error

2018-04-04 Thread Andrew Bell via use-livecode
Bug 21156 for dictionary error filed. What about the outdated lesson information? --Andrew Bell - Hi Andrew, I suggest filing a bug report to quality.livecode.com. This report would be a good candidate for a community pull request, as it requires changes in the Dictionary. Best, Panos

eBook Academy error

2018-04-04 Thread Andrew Bell via use-livecode
supported on OS X 64 bit builds of LiveCode. ... I showed the student how to use a player object and execute the play player command as a workaround. Does this get filed as an Enhancement Request, email to support, or both? --Andrew Bell ___ use-l

mobile equivelent for suspend & resume

2018-03-26 Thread Andrew Bell via use-livecode
w how to automatically check when a user returns to determine how long they've been gone. --Andrew Bell ___ 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

Re: iOS cached Screen Flashes after Splash Image

2018-03-14 Thread Andrew Bell via use-livecode
I don't have a clear answer for this, but just an observation: iPhone 5 was the last of the Apple 32bit hardware devices. That makes me think this is an OS issue more than an LC issue. --Andrew Bell I'm getting a very strange complaint from one user who has an older iPhone 5 running iOS

dg2 performance issues

2018-01-15 Thread Andrew Bell via use-livecode
looking default scroll indicator is gone. Thanks! --Andrew Bell ___ 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

Re: Android devpt on Mac OS -- your setup?

2018-01-15 Thread Andrew Bell via use-livecode
hink 4.0.3 is a must, but for some reason I also think that 4.2 and/or 4.2.2 was a critical breakthrough for me when I first setup this system about 2 years ago. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

LiveCode University bug

2018-01-09 Thread Andrew Bell via use-livecode
a bug report at quality.livecode.com and realized that probably isn't the right channel. Who should bugs be reported to for LiveCode University? --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: updating text of a mobile app (newbie)

2018-01-09 Thread Andrew Bell via use-livecode
be happy to talk you through the hoops and share some best practices I've discovered along the way. Feel free to message me off list. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

DataGrid error

2018-01-06 Thread Andrew Bell via use-livecode
tWithProperties 253,8201,1 I tried to insert some breakpoints (virtual and hard coded) before the script that set the dgText so I could figure out what the bad data was but they weren't getting triggered. Can anyone shed some light onto this error while I backtrack the changes made recentl

Re: RESTful PUT error

2017-12-29 Thread Andrew Bell via use-livecode
able to POST JSON, but can't PUT JSON. And I'm able to PUT FORM data, but can't POST FORM data. Still not sure why one format doesn't work both places, but happy that I cracked this and will be able to upsell a client on an integration to my existing product with them! --Andrew Bell

Re: non-blocking http ... will tsnet end up in community?

2017-12-20 Thread Andrew Bell via use-livecode
that has been a complaint about the app. --Andrew Bell ___ 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

Re: RESTful PUT error

2017-12-15 Thread Andrew Bell via use-livecode
ence on this issue, they also recommend the following resources: https://stackoverflow.com/questions/4197976/codeigniter-disallowed-key-characters http://www.darwinbiler.com/disallowed-key-characters-in-codeigniter/ --Andrew Bell ___ use-livecode mailing

RESTful PUT error

2017-11-26 Thread Andrew Bell via use-livecode
t;} Is there something glaring I'm missing? I can get this to execute on their developer website, but using the same code seems to error out for me in LiveCode 8.2.0dp2 Business. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runr

Re: Specialty Fonts on Mobile -- OK? or Stay Away?

2017-11-16 Thread Andrew Bell via use-livecode
ince the same exact stack builds find in LC8. --Andrew Bell -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Sannyasin Brahmanathaswami via use-livecode Sent: Wednesday, November 15, 2017 12:34 PM To: How LiveCode Cc: Sannyasin Brahman

Re: Link to iOS device settings

2017-11-03 Thread Andrew Bell via use-livecode
ll had the same result of going from LiveCode app to the last area of Settings that was active on the device. --Andrew Bell On 3 Nov 2017, at 7:57 am, Andrew Bell via use-livecode <use-livecode@lists.runrev.com> wrote: Is it possible from a LiveCode app to link to the iOS device

Link to iOS device settings

2017-11-02 Thread Andrew Bell via use-livecode
programming languages: https://stackoverflow.com/questions/5655674/opening-the-settings-app-from-another-app --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: is a date

2017-10-16 Thread Andrew Bell via use-livecode
econd into tTimeStamp return tTimeStamp end timeStamp on leadingZero @pDateItem if the length of pDateItem = 1 then put "0" before pDateItem end if end leadingZero A new date/time format of "database" would be useful for something like this. --Andrew Bell _

Re: mergZXing alternative

2017-10-05 Thread Andrew Bell via use-livecode
assumed clicking "Sample Stacks", or "Tutorials", or "Resources", or even "Dictionary" inside of Livecode would have a reference or entry for the sample stack. --Andrew Bell There are barcode calls in mergav. There is also a sample stack that demonstr

Re: mergZXing alternative

2017-10-03 Thread Andrew Bell via use-livecode
to proceed with the workaround than the release notes mention. --Andrew Bell Which platform are you going for? mergav is for ios and osx. You can't use "search for", you have to include it manually. it works fine for me in my apps. On Mon, Oct 2, 2017 at 1:03 PM, Andrew Bell via us

mergZXing alternative

2017-10-02 Thread Andrew Bell via use-livecode
code sample for how this should work now? --Andrew Bell ___ 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

Re: IPad Mini reports "not supported

2017-09-28 Thread Andrew Bell via use-livecode
). Is it safe to assume removing GPS from Required but instead adding Location Services will allow this app to install on iPads AND still give me latitude/longitude? --Andrew Bell Message: 4 Date: Mon, 25 Sep 2017 22:05:09 +0100 From: panagiotis merakos <merak...@gmail.com> To: How

Re: Text (uni)coding issue

2017-08-28 Thread Andrew Bell via use-livecode
t;utf-8" (though for a short time in a few versions it was implementing "base64" according to their change log). Is there any sort of universal format stripper? Like a "convert to plain text" option. --Andrew Bell ___

Re: Text (uni)coding issue

2017-08-26 Thread Andrew Bell via use-livecode
has just been written into an email client untested so may have some errors. There were some errors (I think from email translations), but I think I understand what you're trying to do. The data still seems to be in a weird format. --Andrew Bell __

Text (uni)coding issue

2017-08-26 Thread Andrew Bell via use-livecode
Ñ–ˇKÍ˝%eSô_ˇŸƒnÿQ?Œ—bSHòˇπ˜áN·w6)¸?TiÛ•ˇá≤¢NÕ!–g(Ù Ä˙ ‘ ®[ ùïàÎïuá»YäÅ^ZCbà›ïX؃5+IπR*ä”Î≤f%uW I know I've done similar tasks before (pretty sure this is code I borrowed from other projects I've done) but can't figure out why this text is so garbled. Tried in 9.0.

Re: sms,MMS, and Push Notificstions

2017-08-15 Thread Andrew Bell via use-livecode
at browser widget and right-click/ctrl-click to copy to the clipboard and paste into the field. --Andrew Bell Mike: Hmm? I downloaded APNsAssistant, which is linked to the lesson. Is this the one that you modified and re-posted to gitHub? A quick perusal of that stack, it looks like he us

Bug regression

2017-08-10 Thread Andrew Bell via use-livecode
I found a bug that was squashed in 8.1.0dp3 has re-appeared. What's the proper way to report this? I found the original thread (marked FIXED) and made a comment, but not sure that anyone revisits those. http://quality.livecode.com/show_bug.cgi?id=17852 --Andrew Bell

Re: Preference for Keeping Saved Empty Button Scripts Empty

2017-06-20 Thread Andrew Bell via use-livecode
I'd have a little more faith in crowd funding app features if the Native Field Object that I contributed for a year ago was available. https://livecode.com/project/infinite-livecode-native-field-object/ --Andrew Bell Message: 6 Date: Mon, 19 Jun 2017 16:57:30 -0400 From: Mike Kerner

Re: Font embedding for iOS in LC9

2017-04-26 Thread Andrew Bell via use-livecode
had a chance yet to try the workaround that Keith Martin had mentioned @ http://thehelpful.com/iosfonts/ --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Font embedding for iOS in LC9

2017-04-25 Thread Andrew Bell via use-livecode
commented out code for "start using font file tFont" but that seems to be Mac/PC standalone code not needed for mobile. I looked in the release notes for LC9 and the forum, but didn't see any mention to a new filepath for fonts. Does anyone have any insight? --Andrew Bell --MidWest C

RE: Android Keyboard Activation Issue

2017-01-12 Thread Andrew Bell via use-livecode
ative-text-controls-on-mobile on inputFocus # set the focus to the native text input mobileControlDo "TSMinput", "focus" end inputFocus --Andrew Bell -- Message: 9 Date: Thu, 12 Jan 2017 11:41:07 -0600 From: "Livecode XAC" <lc-develo...

Re: [OT] Download Request

2017-01-12 Thread Andrew Bell via use-livecode
unch that same day. Sometimes I fix a bug and push out the new build before I even reply to the client so I can just be like, "Yeah, I fixed that already." --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Android Keyboard Activation Issue

2017-01-12 Thread Andrew Bell via use-livecode
Here is a card script I'm currently using that seems to work in an iOS/Android app I have now: on preOpenCard inputCreateTsm end preOpenCard on inputCreateTSM put the rect of graphic "tsmRectangle" into tThisRect # do some math to visually accommodate a roundedRect with

iOS rejection - requesting services

2016-12-20 Thread Andrew Bell
and presenting an alert, see the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

> Subject: Re: Non-Public API Usage

2016-12-04 Thread Andrew Bell
iled in LC 8.1.1 using Xcode 8. Nothing else changed with my stack. --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.c

Re: iTunes Connect rejection

2016-11-28 Thread Andrew Bell
is a link to the compliled binary: https://www.dropbox.com/s/c1xiuet59jvwz8v/Indiana%20On%20Tap-LC8.1.2.2%20Xcode8.1.zip?dl=0 --Andrew Bell On 2016-11-21 12:26, use-livecode-requ...@lists.runrev.com wrote: Hi Andrew, Do you consistently get the same problem if you recompile with 8.1.2-rc-2

Re: Xcode 8 / iOS 10 support coming in 8.1.1

2016-09-15 Thread Andrew Bell
date my iPhone 5s from 9.3 to 10 (was hoping to keep old device for regression testing and use new iPhone 7 for new testing). --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri

What is the Viewport of LiveCode browser?

2016-07-29 Thread Andrew Bell
d my latest app update because of this failing "Performance - 2.4.1" so it has jumped ahead on my to-do list. Any ideas on the issue or a possible work around? --Andrew Bell ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

  1   2   >