HI Jacqueline, thanks and sorry for the delay in responding... xmas etc!
Yes, there are no hide (nor set visible to false) of windows though there is of
some controls. But not related to any relevant scripts.
Any other ideas? :-)
cheers
Alan
> On 23 Dec 2023, at 3:30 am,
ack window by
clicking on the window title bar works normally (i.e. does not disappear).
Has anyone else seen this at all? Any suggestions for tracking possible causes?
MacOS Ventura
Laptop M1
LC 10 dp... and LC9.11
Thanks a lot for any pointers!
c
:-) For example, interfacing to machine learning (& associated) libraries for
creating + running ML models (in my test case).
> On 23 Jul 2023, at 1:30 am, use-livecode-requ...@lists.runrev.com wrote:
>
> Probably not much, but there are a lot of libraries that exist for python
> that you might
I was running (for some Turi ML classifications) but the project paused...
cheers
Alan
___
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
Hi David
This rings a distant bell... not sure, but can you try
set the filename of me to empty
and then
set the filename of me to audioFile
to see if that makes a difference?
HTH, cheers
Alan
___
use-livecode mailing list
use-livecode
nux it conveys,
To mobile realms, it leaps with greatest ease,
A bridge connecting worlds in countless ways.
So sing the praise of LiveCode, our guide,
Whose noble touch makes dreams a sweet, swift ride.
Bard-like indeed... :-)
cheers
Alan
> On 25 Mar 2023, at 2:30 am, use-livecode-requ...@l
https://www.sciencedirect.com/science/article/pii/S2351989420309173
and
https://www.sciencedirect.com/science/article/pii/S2351989421001761
HTH
cheers
Alan
> On 18 Jun 2022, at 1:30 am, David V Glasgow wrote:
>
>> On 16 Jun 2022, at 9:08 pm, J. Landman Gay via use-livecode
>>
Hi Dan,
Check out mobilePlaySoundOnChannel in the dictionary and the related commands
linked to it.
Don't think there's a player command for mobile, though I may have missed it...!
HTH
cheers,
Alan
> On 15 May 2022, at 1:30 am, use-livecode-requ...@lists.runrev.com wrote:
&
Yes, you should textencode() to UTF when storing and textdecode() when reading
- at least doing that on mobile worked for me.
cheers
Alan
> On 19 Mar 2022, at 8:01 am, Paul Dupuis via
> use-livecode-requ...@lists.runrev.com wrote:
>
> On 3/18/2022 12:18 PM, Dan Friedman via
while!
cheers
Alan
> On 5 Jan 2022, at 3:30 am, Geoff Canyon wrote:
>
> After twenty years, I still use Navigator every time I open LiveCode, and
> still think of new features.
>
> One of the very first things I put in Navigator was to make double-clicking
> a control open
ase. If so, the easiest thing is to drop them
in the short term, unless you get too many and then you may need to be a bit
fancier. If you do, would love to hear the solution that you come up with.
HTH, cheers
Alan
> On 4 Nov 2020, at 3:30 am, Graham Samuel wrote:
>
> From: Graham S
sic" &CR&"userName: " & CR &
"password: " into tHeaders
set the httpHeaders to tHeaders
get URL (tPost)
---
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subsc
change the message for the user to inform them.
Thanks again, cheers
Alan
> On14 May 2020 09:16:20, Mark Waddingham wrote:
>
> iOS definitely strips EXIF data in some cases - perhaps it is just from
> photos taken with the camera or maybe it varies slightly with OS
> version.
info!
cheers
Alan
> On 13 May 2020 12:03:41 +1000,Monte Goulding wrote:
>
> EXIF data from the returned photo in mobilePickPhoto probably shouldn?t be
> relied upon. On iOS it definitely won?t be there. On Android it definitely
> won?t be there if calling mobilePickPhoto with w
arly as we
couldn't even use mobilePickPhoto on these phones prior to 9.6!
Has anyone else seen this at all? If it's a new issue then it'd be great to get
it resolved in the 9.6 cycle.
cheers
Alan
___
use-livecode mailing list
use-livecod
.1086924
though those may not be immediately helpful to you. :-)
Will look forward to hearing what you come up with!
Good luck!
cheers
Alan
> On May 4, 2020, at 5:07 AM, Graham Samuel via use-livecode
> wrote:
>
> ?I?m using GPS on iPhone using the various commands and function
Anyway, good luck. LC can do the sensor stuff well I think, I'ill look forward
to seeing what you come up with!
cheers
Alan
> On 26 Apr 2020, at 7:11 pm, Graham Samuel wrote:
>
> Alan, thanks for your two messages. II’m doing most of what you suggest (not
> usin
Hi again Graham
Another option is to indicate visually the uncertainty of the location reading
on the map display as some apps do, e,g. with a translucent circle whose radius
indicates the horizontal (in)accuracy.
cheers
Alan
> On 26 Apr 2020, at 10:17 am, Alan Stenhouse wrote:
>
t and stop tracking
which indicates to your locationChanged handler to record or stop recording the
track.
Hopefully that sounds reasonable?
cheers
Alan
> On Sat, 25 Apr 2020 14:07:01,Graham Samuel <mailto:livf...@mac.com>> wrote:
>
>
> Typical fitness apps (such as iCardio
Hi Graham
IIRC, mobileSensorReading() returns an array so you need to check the keys of
the array.
Perhaps:
if tSensorData["latitude"] is empty then
HTH
cheers
Alan
> On Mon, 13 Apr 2020 14:38:56,Graham Samuel <mailto:livf...@mac.com>> wrote:
>
>
> I
Hi Jacque,
Does putting a CR at the end of the field contents help? Before making the
mobile scroller etc.
I think that was a workaround I came up with ages ago for the same (/similar?)
problem. But could be that I'm misunderstanding your issue...
cheers
Alan
On 2 Dec 2019, at 3:30
Hi Dan
Try putting a wait 50 millisecs (more or less?) after the import - pretty sure
that's what I ended up with on mobile for the same issue. Not sure if it'd be
device-dependent though - probably would be...?
HTH
cheers
Alan
> On 2 Dec 2019, at 3:30 am,Dan Friedman wrote:
Hi Dan
This is a confirmed bug, see (+ subscribe to) it at:
https://quality.livecode.com/show_bug.cgi?id=22054
cheers
Alan
On 24 Aug 2019, at 8:52 am,Dan Friedman
mailto:d...@clearvisiontech.com>> wrote:
Greetings!
I am using mobilePickPhoto to take a photo. On all Apple device
Hi Panos
Thanks for clarifying this. Now I'm wondering when exactly this changed as it
definitely used to work in the Indy edition.
On the brights side, thanks to you (+ Scott), I won't have to try Scott's 4th
suggestion as to which color chicken to sacrifice...! :-)
cheers
ttle dated? No, have
upgraded and still doesn't appear.
My Xcode versions used are 9.2 and 10.1 with available SDKs being 11.2 and 12.1.
Now running ios 12.4 on my device, though was running 10.xx until yesterday
(when I started this reply).
Any ideas? What other settings might affect this?
).
I also miss the easy "Test" connection between LC and a connected device.
Or have I perhaps got something mis-configured after updating to Mojave?
LC 9.5.0
MacOS 10.14.5
XCode 10.1 et al
Any hints welcome!
cheers
Alan
___
use-livecode m
openCV (open source Computer Vision) perhaps?
https://github.com/opencv/
Sadly not attending this year though!
cheers
Alan
On 7 May 2019, at08:35:21,Trevor DeVore
mailto:li...@mangomultimedia.com>> wrote:
This is for anyone who plans on attending my workshop on using FFI in LCB
emember what (if any) the
solution is. Can someone help? Thanks in advance!
cheers,
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://list
good to have someone else suggest
the obvious thing that we're missing! :-)
cheers
Alan :-)
> On 17 Dec 2018, at 12:20 pm, Ralph DiMola wrote:
>
> Alan,
>
> This is usually caused by a failure in the preopenstack script. Try some
> answer's in the preopenstac
n I make a barebones test stack with only a preOpenCard handler,
it runs ok on the X simulator. So that points to something in my original
stack... but what can stop the preOpenCard message from being sent??
cheers
Alan
___
use-livecode mailing list
us
.
Or are you having problems feeding it in to the map widget?
cheers
Alan
> On 14 Nov 2018, at 7:52 am, Devin Asay via
> wrote:
>
>
> This has worked for me in the past, but I haven?t tried it in quite some time:
>
> mobileStartTrackingSensor "location", fals
Hi there
Can someone point me in the direction of the LC source code on Github that
contains the mobile location-related code?
Wondering what is currently used for the properties: desiredAccuracy &
distanceFilter
Thanks for any pointers! :-)
cheers
else tried this?
cheers
Alan
___
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
No, nothing to do with sockets from me. Any other ideas? I'm presuming that
WiFi + IP6 isn't relevant to camera operation.
cheers
Alan
> On 31 Jul 2018, at 3:00 am, Monte via use-livecode
> wrote:
>
> Very odd that it would be IPv6 related. Are you doing anything wit
ction took place."
I'm using mobilePickPhoto to call up the camera with LC 9.0 - has anyone else
seen this problem?
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubsc
Has anyone integrated any machine learning models in LiveCode at all? Anyone
experimenting with it?
Just considering having a play with TensorFlow.js and seeing if it'll work...
Any hints/ideas welcome!
cheers
Alan
___
use-livecode mailing lis
de this menu display?
Or am I missing something simple here?
Thanks for any pointers!
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences
Can someone at LC please bump Bug 17062 and take a look at it? Would be great
to be able to pass right-clicks into the browser widget rather than
automatically popping up the "Back|Reload" menu.
https://quality.livecode.com/show_bug.cgi?id=17228
ch
to work
ok and returns an image from which EXIF data can be extracted - though my
testing has been very limited so far!
Thanks again for the help, appreciate it!
cheers
Alan
---
From: and...@midwestcoastmedia.com
To: use-livecode@lists.runrev.com
Subject: Re: Access image EXIF info on mo
useful for others and if
anyone could test it on an iOS (or Android) device could you please comment on
the bug report as to success or failure? Thanks!
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to
ently):
https://www.appendx.de/en/project_18.html
And yes, we do need to continually improve, despite the pain - just ask Kodak.
;-)
cheers
Alan
---
Richard Gaskin wrote:
> Ralph DiMola wrote:
>
>> Richard I agree. I have customers that we are nudging toward EPubs for
>> the re
I couldn't find Andre's Facebook Lib on his site - has anyone sorted out
POSTing images etc to FB?
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your su
with some metadata intact?
Has anyone done this successfully?
cheers
Alan
___
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
I find that on Android you don't use the "file:" prefix - try:
set the url of widget "about" to (specialFolderPath("resources") &
"/web/index.html")
HTH
cheers
Alan
> On 8 Apr 2018, at 7:30 pm, Sannyasin Brahmanathaswami
> wrote:
Or am I missing something basic?
Anyone used the treeview on mobile yet? Can we use a normal mobile scroller
with it?
cheers
Alan
> On 30 Jan 2018, at 9:30 pm, wrote:
>
> From: Brian Milby
> To: How to use LiveCode
> Cc: Alan
> Subject: Re: Treeview widget - setting scroll?
>
e whether I use a different camera (front/back)
for each or not.
Wonder if Monte has any ideas about this? Does mergAV allow more than 1 control
active at a time?
cheers
Alan
> On 30 Jan 2018, at 9:30 pm, wrote:
>
> Hi Alan. Is this for iOS, Android or desktop? Based on the dev api
ess to the external camera for my app perhaps?
Thanks for any help!
cheers
Alan
___
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
Is it possible to get and/or set the scroll of a treeview widget?
It doesn't look like it, but perhaps someone has a work-around? Or is there
some hidden property perhaps?
Thanks for any pointers!
cheers
Alan
___
use-livecode mailing lis
;
smControlSet sScrollerID, "vIndicator", true
I can't remember now if the indicator flashes by itself or not, but if not then
just send messages in time to show then hide then show again to "flash" it...
Maybe that'd work?
HTH
cheers
Alan
> On 21 Sep 2017
Wonder if anyone else has seen this and presumably it should be reported as a
bug?
So many device differences are such a PITA.
Thanks again for your help!
cheers
Alan
> On 25 Aug 2017, at 12:27 am, wrote:
>
>
> Hi Alan - setting the htmltext of the widget works fine for me. My map data
URL
set the url of widget "infoscroll" to (tURL)
end if
---
Any ideas why there's a difference between the resources and documents
specialFolderPaths?
Why does the "documents" specialFolderPath here start with /data/data/ and the
ution?
cheers
Alan
___
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
h & "test.txt"
but instead it's in
specialFolderPath("resources") & "/data/test.txt"
I guess I should check on the device to see if it's the same or not.
Any suggestions welcome.
cheers
Alan
___
use-l
have been some "misfit" - as the app was working ok (in relation to
this) in LC8. On re-selecting the same splash screen files, it successfully
filled and stretched to cover the screen... what I was expecting. So thanks for
the reminder!
cheers
Alan :-)
On 7 Jul 2017, at 6:47 am, Col
d" not being
passed through when selected, though the "Alive" one is successfully on the
same button. Weird. Perhaps time to re-boot...
Ideas?
cheers
Alan :-)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url t
Try
filter lines of MyList with ("*" & CharStringX & "*" & tab & "*")
to get all lines where CharStringX is contained in the first part of the string
before the tab.
> filter lines of MyList with (
d you might also want to check the horizontal
accuracy of your reading(s) to ensure that it's within a reasonable threshold
and not eg. 1000m. Reasonable = 3-10m probably.
I've done a few location apps so what you're wanting to do is quite possible.
Good luck and have fu
Thanks Ralph, Phil, Colin
So the interim solution (until I upgrade my systems to get access to iPad Pro
Simulator) is to take a Retina screenshot and scale up (this is to satisfy that
AppStore requirements) and hope that's good enough...! :-)
cheers
Alan
On 9 Nov 2016, at 4:03 am,
ng for iPad Pro (if I had a physical one to test on).
Is that correct and, if so, is there a work-around? If I'm wrong, what can I
install to support iPad Pro simulator on OSX 10.9.5?
Thanks!
On 8 Nov 2016, at 9:30 pm,
wrote:
> From: Alan
> To: "use-livecode@lists.r
oute, if at all possible!
Thanks for any tips!
cheers
Alan
___
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
p is woken up, when they start again.
I haven't yet tried the hack to add the Exit on Suspend flag to the .plist file.
I also haven't tried Monte's MergBgTask external for iOS.
Anyone done this before and if so, what's the solution?
Or is the answer just to turn &qu
Thanks Scott, thought I'd seen something about it before!
cheers
Alan
On 27 Sep 2016, at 7:30 pm, Scott Rossi wrote:
>
> Not sure if anyone has responded to this, but yes it has been a problem
> for some time.
>
> http://quality.livecode.com/show_bug.cgi?id=16733
>
&g
ork
previously. Hmm... perhaps another temporary glitch...? Will report anything if
I can reproduce it consistently.
Will add this commentary to the bug report.
cheers
Alan
On 27 Sep 2016, at 4:50 am, use-livecode-requ...@lists.runrev.com wrote:
> Date: Mon, 26 Sep 2016 09:01:34 -
Using LC 8.1, if I get the stack properties for a sub-stack, I can no longer
set the substacks mainStack property to be itself - i.e. making it an
independent stack. This used to be possible in previous versions.
Is this a bug or is there another method of doing it these days?
cheers
Alan
correctly.
Alternatively, run through your plugins to see if it's another one that is
causing issues for you. Take 1/2 of them out, restart, see if problem occurs,
etc... :-)
HTH
cheers
Alan
--
Alan Stenhouse
alanstenho...@hotmail.com
Check out our apps on the App Store:
BeatSpeak - the multi
Has anyone else seen a custom font (imported using the Copy Files part of
Standalone builder) not being used in iPhone 6 and 6S, but it works ok with
anything earlier? This is on Simulator 8.2.
Strange that there's this anomaly, isn't it?
Using LC 8.1.
cheers
Alan
--
Alan
I'm doing something strange...
Thanks again for the reply!
cheers
Alan
On 26 Jun 2016, at 12:16 am, Björnke von Gierke wrote:
> Hi
>
> I highly doubt that bvg docu 2 is part of the problem you're having: It has
> nothing in the message path, nothing at all.
>
Seems to be a problem with BVG Docu. Perhaps someone else can confirm?
Unfortunately it doesn't complete initialisation on my system and I also can't
use it's prefs so perhaps that contributes to the issue...?
cheers
Alan
On 25 Jun 2016, at 7:30 pm,
wrote:
> Date: Fri,
I have the same problem with LC8 so thanks for letting us know. If I work out
which plugin I'll file a bug report.
cheers
Alan
On 24 Jun 2016, at 7:30 pm,
wrote:
> Date: Thu, 23 Jun 2016 12:46:16 -0400
> From: mac...@earthlink.net
> Subject: Re: Right-Clicks and Double-Clicks
set the dgVscroll of to x
HTH
___
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
set the dgVscroll of to x
HTH
___
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
pdate problems using LC 7.1 or later?
Or have I missed posts about this issue?
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
rrect??
As it works fine on the other devices (in the simulator) and logging so far
hasn't indicated any problems or provided me any clues, I'm a bit stuck and
wonder if anyone else has seen this type of issue before?
Any suggestions welcome!
BTW, this is with LC 7.1 Indy runn
Is it possible to use Core Image effects on iOS?
Any example stacks?
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http
Marvellous work as always Scott - thanks! :-)
On 30 Oct 2015, at 12:00 pm, Scott Rossi wrote:
> Hi All:
>
> I started taking some past demos, articles, and techniques and put them
> into a blog which you might find interesting. http://tactilemedia.com/blog/
>
> My hope is to eventually have all
For mobile apps I use the all the mobile... commands. The player object isn’t
supported. audioClip I’m not sure about.
Very easy to control the sounds on mobile - play, stop, pause, resume, adjust
volume etc etc. You can have multiple channels for multiple sounds too.
HTH
cheers
Alan
Please ignore the last message - this seems to now be resolved. Not totally
sure why though…
Sorry for the disturbance… :-)
cheers
Alan
On 26 Oct 2015, at 5:09 pm, Alan Stenhouse wrote:
> After installing LC 6.7.8 RC1 and testing an app under it, I now find that
> opening the same
ran fine. And it also seems to run ok under 6.7.8 RC1.
Anyone come across this before?? If interested some relevant messages from the
system.log are below.
OSX 10.9.5
cheers
Alan
—
msgs from system log (abbreviated for readability):
0xb0093000 realpath_parent_no_symlink: Found symlink at
Hi Mark
Done.
http://quality.runrev.com/show_bug.cgi?id=16206
Hope that’s understandable enough.
cheers
Alan
On 12 Oct 2015, at 9:36 pm, use-livecode-requ...@lists.runrev.com wrote:
>
> Hi Alan,
>
> Could you file a bug about this? I can't recall off the top of my he
was (I think) introduced with 6.7 but at least here it’s not used.
I guess I should get on and test this with LC7 + LC8…
John, what version of LC did you test with?
Thanks again
Alan
On 12 Oct 2015, at 7:16 pm, use-livecode-requ...@lists.runrev.com wrote:
> From: Scott Rossi
> To: How
not, anyone come up with a good way of handling it (other than just keeping our
own mapping table for font names in our app)?
LC 6.7.6
cheers
Alan
--
Alan Stenhouse
alanstenho...@hotmail.com
Check out our apps on the App Store:
BeatSpeak - the multilingual talking metronome
EV-Point - Find your
Hi Dan
For FB + Twitter I use one of Monte’s externals (mergext.com) - either
mergSocial or mergPop I think. Can post both pic + text.
Would be keen to hear of any Instagram solution!
cheers
Alan
On 1 Sep 2015, at 5:47 pm, Dan Friedman wrote:
> 3) Post that photo to the user's
have not been able to track it down.
Has anyone else noticed something similar?
Am using LC 6.7.6.
Debugging mobile is still really a pain at times...
cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to
available.
Was surprised to hear from many that it works fine for them…!! Thought that it
was again, one of those things…
cheers
Alan
On 23 Jul 2015, at 12:00 pm, use-livecode-requ...@lists.runrev.com wrote:
> I normally work on a 2009 iMac, but I?ve just installed LC 7.1.0(dp1) on my
>
Alan
On 29 Jun 2015, at 12:00 pm, use-livecode-requ...@lists.runrev.com wrote:
> 1. Open a new main stack
> 2. Open the card inspector (card 1)
> 3. Select the background fill
> 4. Choose a colour (colour 1)
> 5. Add a new card to the stack (card 2)
> 6. Set the background f
the layerMode and it didn’t seem to help).
HTH someone.
cheers
Alan
--
Alan Stenhouse
alanstenho...@hotmail.com
Check out our apps on the App Store:
BeatSpeak - the multilingual talking metronome
EV-Point - Find your nearest Electric Vehicle Recharge Station.
Re-Collections - Make your family
old pictures that you’ve scanned in, you can record their
stories and catch their emotions and first reactions…
Or that’s the idea. Use it for whatever you want! :-)
Cheers
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this
Has anyone used this external miCloud? Would like to have a look but Maarten’s
website seems to no longer exist…
http://maartenkoopmans.com/micloud
Anyone heard from him lately or used the external? Is it available somewhere
else?
cheers
Alan
On 4 Feb 2015, at 11:42 pm, use-livecode-requ
; - (Equivalent to using an alpha value of 255) Specifies
that the intersect is calculated using only pixels that are completely opaque.
HTH!
cheers
Alan
--
Alan Stenhouse
alanstenho...@hotmail.com
Check out our apps on the App Store:
BeatSpeak - the multilingual talking metronome
EV-P
+1
+5 actually!
On 21 Jan 2015, at 6:23 pm, Peter Haworth wrote:
> It sure would be nice if there was a searchable database of all the LC
> release notes :-)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscri
iTunes data store on
the iOS device. These media references can only be played with the
mobilePlaySoundOnChannel command."
Any ideas/pointers?
Thanks in advance!
Alan
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit thi
Wow, congratulations Monte + Rebecca on the new addition! (Hmm, sounds like an
app name there…!) :-)
cheers
Alan :-)
On 28/11/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote:
> Hi Folks
>
> We just had a baby so I won't be able to get to mergExt related question
Possibly mismatched lock screen / unlock screen ? (Though still seems very
weird and sounds like a bug).
On 27/11/2014, at 11:52 AM, use-livecode-requ...@lists.runrev.com wrote:
> From: Alex Tweedly
> To: How to use LiveCode
> Subject: hide / show oddities ?
> Message-ID: <5475bd91.6090...@tw
Definitely bug. This is incorrect behaviour.
On 15/11/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote:
> On 11/14/2014, 5:28 PM, Bob Sneidar wrote:
>> I guess what I am saying is that since test1 did not*explicitly*
>> return anything, the mouseUp handler should put nothing in the
correctly.
---
HTH
cheers
Alan
--
Alan Stenhouse
alanstenho...@hotmail.com
Check out our apps on the App Store:
BeatSpeak - the multilingual talking metronome
EV-Point - Find your nearest Electric Vehicle Recharge Station.
On 30/07/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote
Gerry,
check out the dgVScroll property of datagrids - this will be what you want to
set I believe.
HTH
cheers
Alan
On 21/07/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote:
> I have a data grid that I'm scrolling in iOS using a native scroller.
>
> I use this
Hi Scott, William
Did you try setting the MIME type for the attachment to "application/pdf"
instead of just "pdf"?
i.e.
put "application/pdf" into aAttachments[1]["type"]
Worth a try though I admit that I haven't used this yet (but with other
Some scripts will need changed, but such are the side-effects
of progress…
cheers
Alan
On 13/03/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote:
> 3/13/14 text more text
>
> and without even thinking about it, I grab the date:
>
> put word 1 of line x of
Hi again John
Ah, correction - mergMicrophone does also work on the simulator! My mistake -
sorry!
cheers
Alan
On 08/03/2014, at 12:30 PM, Alan Stenhouse wrote:
> Hi John
>
> Monte's mergMicrophone works fine on the device, but not on the Simulator.
> And should be easy
Hi John
Monte's mergMicrophone works fine on the device, but not on the Simulator. And
should be easy to limit it time-wise - just send a stop message in 20s when you
start recording.
HTH
cheers
Alan
--
Alan Stenhouse
alanstenho...@hotmail.com
Check out our apps on the App Store:
Beat
1 - 100 of 127 matches
Mail list logo