Search found 1319 matches

by Dixie
Wed Dec 07, 2016 1:04 am
Forum: iOS Deployment
Topic: Developing an iBeacon app for iOS
Replies: 3
Views: 3481

Re: Developing an iBeacon app for iOS

Hi... I built an iOS app using beacons from 'Kontact.io' and mergCL... It worked more or less straight out of the box, as it were... but it was 'fiddly' getting it set up. This was about 18 months ago, I think that it should be a lot easier now as the beacons from 'Kontact.io' seem to have been grea...
by Dixie
Thu Oct 27, 2016 1:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: What's the Answer?
Replies: 5
Views: 3346

Re: What's the Answer?

Works on a Mac... :-)
by Dixie
Tue Sep 27, 2016 8:59 pm
Forum: iOS Deployment
Topic: Setting mobile browser layer
Replies: 5
Views: 3773

Re: Setting mobile browser layer

use mergButton
by Dixie
Sat Sep 17, 2016 10:19 pm
Forum: iOS Deployment
Topic: Touching the current location on a map
Replies: 2
Views: 3140

Re: Touching the current location on a map

Let's say that you call mobileStartTrackingSensor "location", true in the openStack handler... then the current location is updated every time you change your location... the new coordinates can be displayed with the lat/long provided by the 'locationcahanged' handler on locationChanged latitude, lo...
by Dixie
Tue Sep 13, 2016 10:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Visual effect behabior
Replies: 4
Views: 3161

Re: Visual effect behabior

place an image and a button on a card, put the following into the script of the button...

Code: Select all

on mouseUp
   lock screen for visual effect
   set the visible of image 1 to not the visible of image 1
   unlock screen with dissolve
end mouseUp
by Dixie
Tue Jun 07, 2016 6:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: iOS native dialog box
Replies: 8
Views: 4936

Re: iOS native dialog box

You could 'roll your own' dialog box to look like that... :-)
by Dixie
Tue Jun 07, 2016 5:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: iOS native dialog box
Replies: 8
Views: 4936

Re: iOS native dialog box

Use mergPop...
by Dixie
Sun May 29, 2016 7:37 pm
Forum: iOS Deployment
Topic: Native Scroller Problem in LC 8
Replies: 5
Views: 4189

Re: Native Scroller Problem in LC 8

It seems that no one uses native scrollers... :-) Either that or I am going the wrong way in how to use them under LC 8..
by Dixie
Sat May 28, 2016 6:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Case of the Missing Parameter
Replies: 1
Views: 1985

Re: Case of the Missing Parameter

Yes you can... I have attached a stack that passes a pararmeter, the number of times to beep from one button to another... hope it helps
by Dixie
Thu May 26, 2016 5:32 am
Forum: iOS Deployment
Topic: Native Scroller Problem in LC 8
Replies: 5
Views: 4189

Native Scroller Problem in LC 8

goodscroll.png Simulator Screen Shot 26 May 2016, 05.17.45.png I have a stack that scrolls groups on a card… If this stack is opened with LC 7.1.4 then there is no problem at all. The scroller scrolls within its rect as it should… If however the stack is opened with LC 8.0 then the content does not...
by Dixie
Tue May 17, 2016 7:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A Challenge
Replies: 8
Views: 3965

Re: A Challenge

Dunbarx...

Yes, it was a restriction placed on the use of the software... The actual details of using it escape me, I can't remember if it was a 'trial' package by itself, or if that is how it worked until a serial number was entered...
by Dixie
Tue May 17, 2016 6:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A Challenge
Replies: 8
Views: 3965

Re: A Challenge

RossG, The 10 line restriction does not apply to the whole stack... As far as I remember, it was a restriction placed on each object... so, you could have 10 lines of script in a button and 10 lines of script in a field, ten lines of script in the stack script, 10 lines in the card script... So, tha...
by Dixie
Wed May 11, 2016 1:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Lots of Editing
Replies: 6
Views: 3824

Re: Lots of Editing

'm not clever enough to write common code for a lot of buttons Oh Yes you are !... :-) You need to get into the habit of using behaviors... I have attached a simple stack example... There are 5 buttons on the card Buttons 1 through to 4 would have common code, so that you don't have to keep repeati...
by Dixie
Sun May 08, 2016 9:34 am
Forum: MergEXT
Topic: Success with BLE External
Replies: 10
Views: 12078

Re: Success with BLE External

:-) Nice...

Go to advanced search