Search found 1319 matches

by Dixie
Wed Feb 22, 2017 5:13 pm
Forum: Using Externals
Topic: MergMK Help
Replies: 12
Views: 14281

Re: MergMK Help

UKMC...

mergMK is iOS only :-(

dixie
by Dixie
Fri Feb 17, 2017 9:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Screen Position (RESOLVED)
Replies: 2
Views: 2391

Re: Screen Position

Code: Select all

on preOpenStack
   set the right of me to item 3 of the screenRect -20
   set the bottom of me to item 4 of the screenRect -20
end preOpenStack
dixie
by Dixie
Tue Feb 14, 2017 5:57 am
Forum: Using Externals
Topic: MergMK Help
Replies: 12
Views: 14281

Re: MergMK Help

I think that what you are doing is opening the stack on the desktop and expecting it to run... open the stack in the simulator or on your iPhone.. :-)

dixie
by Dixie
Wed Feb 08, 2017 11:53 am
Forum: Using Externals
Topic: MergMK Help
Replies: 12
Views: 14281

Re: MergMK Help

There is a stack attached that will display a map using mergMK... that should get you going.. don't forget to select mergMK in 'inclusions' from withing the standalone settings... scripts are in the stack and the card...

dixie
by Dixie
Tue Feb 07, 2017 10:34 pm
Forum: Using Externals
Topic: MergMK Help
Replies: 12
Views: 14281

Re: MergMK Help

In the mergMK folder there is a document that explains all the commands used by mergMK to create a map...
by Dixie
Sun Jan 29, 2017 4:29 pm
Forum: iOS Deployment
Topic: I am stuck !...
Replies: 1
Views: 2237

Re: I am stuck !...

Aha !...I have found that if I do not include the mergMK extension... the stack will load with no problem on a device or in the sim... anyone know whicj mergMK version I should be using ?
by Dixie
Sun Jan 29, 2017 4:20 pm
Forum: iOS Deployment
Topic: I am stuck !...
Replies: 1
Views: 2237

I am stuck !...

I have LC indy 8.1.0, Mac OS 10.11, xcode 7.3... the green light is on in liveCode prefs, but the damn thing won't run in the sim or provide a build as I am getting the following 'nasty' notice...I am using the mergMK extension 3.0.14...

I don't have a clue what do do to solve this ?... Anyone ?
by Dixie
Thu Jan 26, 2017 3:06 am
Forum: iOS Deployment
Topic: Hide the iOS keyboard
Replies: 21
Views: 15827

Re: Hide the iOS keyboard

If you are writing for mobile then why do you need a cursor ?... and Jean-Marc, the stack I sent you uses locked fields so that the iOS keyboard does not pop-up... You are being a little confusing here about what you actually want to achieve...

dixie
by Dixie
Sun Jan 22, 2017 3:27 pm
Forum: iOS Deployment
Topic: Hide the iOS keyboard
Replies: 21
Views: 15827

Re: Hide the iOS keyboard

Jean-Marc..

I just had a thought that you could also popUp an overlay on a letter.. say, by using 'a mouseStillDown' handler on a button 'E', you could then show more 'E's' with the accents on them... just like the regular iOS keyboard does.. :-)
by Dixie
Sun Jan 22, 2017 3:13 pm
Forum: iOS Deployment
Topic: Hide the iOS keyboard
Replies: 21
Views: 15827

Re: Hide the iOS keyboard

Hermann...

Are you wrong with your approach ?... I don't know, It did not occur to me !... :-)

Dixie
by Dixie
Sun Jan 22, 2017 2:39 pm
Forum: iOS Deployment
Topic: Hide the iOS keyboard
Replies: 21
Views: 15827

Re: Hide the iOS keyboard

Hi Jean-Marc... You mention that you wish to use your own custom keyboard... I have sent you a stack that just uses two fields... a very poor 'custom' keyboard, that I guess if you grouped the buttons, you could slide it up and down.. :-).. but with the use of two behavious ( I have left the behavio...
by Dixie
Tue Jan 17, 2017 9:21 pm
Forum: Databases
Topic: Little How To? use PHP and PDO communication with MYSQL
Replies: 18
Views: 56984

Re: Little How To? use PHP and PDO communication with MYSQL

Now MySQL is deprecated since 2 years
really ?... lst stable release 5.7.17 / 12 December 2016; 23... doesn't time fly ..:-)
by Dixie
Sun Jan 15, 2017 11:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: mySQL connect and slowness experienced
Replies: 7
Views: 4960

Re: mySQL connect and slowness experienced

Use an .lc script on your server... I use mySQL a lot, making the connection to, and letting all the database queries happen, from the server the output is returned to your application... very rapid !
by Dixie
Wed Dec 21, 2016 1:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Field with "Focus with Keyboard" checked? - Solved
Replies: 7
Views: 3526

Re: Field with "Focus with Keyboard" checked?

This works... :-)

Code: Select all

on mouseUp
   click at 0,0
   --set traversalOn of fld "DataEntry" to false
end mouseUp
by Dixie
Thu Dec 08, 2016 4:57 pm
Forum: iOS Deployment
Topic: Developing an iBeacon app for iOS
Replies: 3
Views: 3458

Re: Developing an iBeacon app for iOS

No, you will have to test your app and its proximity to beacons with your app installed on an iPhone..

Go to advanced search