Search found 780 matches

by dave.kilroy
Fri Aug 17, 2018 9:58 am
Forum: Announcements
Topic: DataTree , NativeDoc and NativeGeometry on github
Replies: 7
Views: 7908

Re: DataTree , NativeDoc and NativeGeometry on github

:)

Yeah thank you anyway @Thunder - and @Damien too!
by dave.kilroy
Tue Jul 17, 2018 10:46 am
Forum: iOS Deployment
Topic: MergAV requesting access for audio when its not needed
Replies: 3
Views: 4205

Re: MergAV requesting access for audio when its not needed

Thanks Panos, I hadn't realised this was fixed :)
by dave.kilroy
Tue Jul 10, 2018 9:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: ICON stopped showing up on an iOS stack
Replies: 3
Views: 3556

Re: ICON stopped showing up on an iOS stack

yeah I noticed the same thing today with LC 9.0.1RC1 - guess I'll try fiddling around with different image files etc...
by dave.kilroy
Tue Jul 10, 2018 10:46 am
Forum: Windows
Topic: Windows 10 64 bit version?
Replies: 6
Views: 6577

Re: Windows 10 64 bit version?

Hi, no 64-bit Windows version yet - on 64-bit machines LC runs as 32-bit by using the WoW layer
by dave.kilroy
Thu May 10, 2018 10:48 am
Forum: Off-Topic
Topic: Our Klaus
Replies: 35
Views: 20768

Re: Our Klaus

we all love Klaus, Klaus is great
by dave.kilroy
Fri May 04, 2018 10:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: GOFUNDME for one of US - UPDATE
Replies: 7
Views: 7882

Re: GOFUNDME for one of US - UPDATE

Thank you Lagi

I'm glad I know you - well we've never met and this forum is just an electronic piece of flummery - but you know what I mean...

Kind regards

Dave
by dave.kilroy
Wed May 02, 2018 2:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android app first field already has focus but no onscreen kb
Replies: 9
Views: 8042

Re: Android app first field already has focus but no onscreen kb

Oh I see - try something like mobileControlDo "myTextInput","focus" However, depending on whether you are using any visual effects when entering your card (such as "push right") you'll probably want to delay when the keyboard appears slightly to let the visual effect finish - which you can do by sen...
by dave.kilroy
Wed May 02, 2018 12:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android app first field already has focus but no onscreen kb
Replies: 9
Views: 8042

Re: Android app first field already has focus but no onscreen kb

hi @jim1001- no the traversalOn stuff is only for LiveCode fields, native fields don't use that property. If you've got a keyboard appearing it sounds like you have a field somewhere on your card (maybe off screen) that has it's traversalOn property set... Search it down and nuke (or manage) that se...
by dave.kilroy
Tue May 01, 2018 1:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Android app first field already has focus but no onscreen kb
Replies: 9
Views: 8042

Re: Android app first field already has focus but no onscreen kb

Hi @jim1001 - yep it works for Android for single line inputs, however have never tried multi-line so can't confirm that (should think it would be the same as single line?) EDIT: replied too quick, had a look at code I actually use- on openCard if isMobile() then send setTraversalOn to me in 500 mil...
by dave.kilroy
Thu Apr 19, 2018 8:24 pm
Forum: User Groups and Events
Topic: Plymouth, UK LiveCode User Group
Replies: 0
Views: 6285

Plymouth, UK LiveCode User Group

Hi all

Another informal session where (usually four of us) meet up to chat about LiveCode

Short notice this time - Friday 6:30pm at my house (if you'd like to come dm me for the address)

Kind regards

Dave
by dave.kilroy
Tue Mar 27, 2018 3:15 pm
Forum: User Groups and Events
Topic: invitation to an openEHR conference that'll feature a LiveCode-built app
Replies: 0
Views: 5869

invitation to an openEHR conference that'll feature a LiveCode-built app

Hi all This is a long-shot but here goes... If you're available on the 18th of April AND if you're prepared to travel to Plymouth, UK for an 08:15 start then you're cordially invited to the " openEHR within a mature NHS Ecosystem – The Plymouth Perspective " conference! Details and booking page http...
by dave.kilroy
Tue Feb 06, 2018 2:56 pm
Forum: Internet
Topic: base64encode/DB replacing all "+" symbols with "space" ?
Replies: 52
Views: 33452

Re: base64encode/DB replacing all "+" symbols with "space" ?

Teriibi, post your complete code here so we can see it, if we can see it we can probably help...
by dave.kilroy
Mon Feb 05, 2018 8:30 pm
Forum: Internet
Topic: base64encode/DB replacing all "+" symbols with "space" ?
Replies: 52
Views: 33452

Re: base64encode/DB replacing all "+" symbols with "space" ?

OK good (that you're not urldecoding on the server). I'm still suspicious that too many urlDecode() calls are being made because urldecode("secretText+") will produce "secretText ". When you retrieve text back from the db what does it look like before you urldecode() it in your app?

Go to advanced search