Search found 1298 matches

by Dixie
Fri Jun 09, 2017 11:20 am
Forum: iOS Deployment
Topic: focus on nothing
Replies: 14
Views: 18289

Re: focus on nothing

Thierry..

Why not just use native fields, then there are no more problems ..

dixie
by Dixie
Fri Jun 09, 2017 11:13 am
Forum: LiveCode Builder
Topic: Gauge widget
Replies: 31
Views: 56848

Re: Gauge widget

Bernd... :-)

What a nice piece of work... I can see that I am going to have to spend some time with LCB...

dixie
by Dixie
Tue Apr 18, 2017 2:54 pm
Forum: iOS Deployment
Topic: I've lost my beep :-(
Replies: 3
Views: 6940

Re: I've lost my beep :-(

Mikey...

Yes, I am using mergAV for barCode scanning... (LOL.. an you tell me the lottery numbers for friday :-) )
The bulk of the script I am using is from monte's demo stack... I assume that this is enabling both 'audio' and 'video'
on preOpenCard
if environment() = "mobile" then ...
by Dixie
Tue Apr 18, 2017 1:51 pm
Forum: iOS Deployment
Topic: iPhoneComposeMail
Replies: 3
Views: 7446

Re: iPhoneComposeMail

After much looking around and not getting this to work, I was going to submit a 'bug report', but looking at some of the other bugs dealing with this problem... Panos from LiveCode stated that the bug had been fixed in LC 8.1.4. ... So, I have downloaded LC 8.1.4 and have tried to launch the stack ...
by Dixie
Tue Apr 18, 2017 12:43 pm
Forum: iOS Deployment
Topic: iPhoneComposeMail
Replies: 3
Views: 7446

Re: iPhoneComposeMail

Hi Klaus...

Thanks for the reply... I have tried your suggestions. I have queried whether or not mail can be sent using the iphoneCanSendMail() function., before trying to compose a message.. but no still nothing... I then made a new stack and tried to compose and send a message... but again still ...
by Dixie
Tue Apr 18, 2017 12:58 am
Forum: iOS Deployment
Topic: iPhoneComposeMail
Replies: 3
Views: 7446

iPhoneComposeMail

Is this broken ?
Used to use it no problem... now the stack is crashing, no result, nada, bugger all !
case "mail"
if char 1 to 5 of pBarCode = "mail:" then put 6 into charNumber
if char 1 to 7 of pBarCode = "mailto:" then put 8 into charNumber

put char charNumber to (the number of chars of ...
by Dixie
Mon Apr 17, 2017 10:29 pm
Forum: iOS Deployment
Topic: I've lost my beep :-(
Replies: 3
Views: 6940

I've lost my beep :-(

Building a stack for iOS
I have put a file into the copy files pane to use as a beep sound... in the openStack handler, I place the following ...
set the beepSound to specialFolderPath("engine") & "/shortbeep.aiff"
It has always worked... never any problem.... I am also using a couple of ...
by Dixie
Sat Apr 15, 2017 6:17 pm
Forum: Talking LiveCode
Topic: accents graves and funny charecters....
Replies: 2
Views: 5659

Re: accents graves and funny charecters....

Klaus..

Thanks... :-)

Dixie
by Dixie
Sat Apr 15, 2017 6:01 pm
Forum: Talking LiveCode
Topic: accents graves and funny charecters....
Replies: 2
Views: 5659

accents graves and funny charecters....

I always struggle with , or I should say with how liveCode and unicode interact and how many times it changes about how to use it has always left me confused...Now, in fld "coord", I have ... 49.196839,-0.907385
I throw this at google and it returns the address...

Route Forestière de la Réserve ...
by Dixie
Sat Apr 01, 2017 2:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Possible to build a Excel-like Table
Replies: 32
Views: 37598

Re: Possible to build a Excel-like Table

Scott McDonald of RunRev Planet has already written a spreadsheet for liveCode...
by Dixie
Mon Mar 20, 2017 12:30 am
Forum: iOS Deployment
Topic: storing personalization data in a mobile app
Replies: 4
Views: 8172

Re: storing personalization data in a mobile app

Jean-Marc wrote...
For one on my apps I use a simple file .txt in a folder of documents folder.
If this file doesn't exist that signify that is the first opening and I open a cd for login and save it.
I use this in local but I think this works with a file on a server.
I do the same... and yes ...
by Dixie
Mon Mar 20, 2017 12:21 am
Forum: HTML5
Topic: LiveCode & paint in LCHTML5
Replies: 1
Views: 7906

LiveCode & paint in LCHTML5

Wrote a little painting app, well, the start of one as there is still lots to do.. right now I have just got the colours and the ability to 'paint', as it were, in different 'pen sizes'...

I wrote it to run on the iPad and It works well on the iPad... mmm... and the desktop as well, but then ...
by Dixie
Mon Feb 27, 2017 9:30 pm
Forum: iOS Deployment
Topic: Mobile Keyboard Cap Lock?
Replies: 5
Views: 9124

Re: Mobile Keyboard Cap Lock?

David...

You can control the 'caps'... by setting the 'autoCapitalization' of a native field, not a liveCode field.

dixie
by Dixie
Sat Feb 25, 2017 7:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Formula on a field
Replies: 6
Views: 7436

Re: Formula on a field

This script will work for the example you have given... of course if there are other words that you wish to delete, then you will have to buid a list and check if they are contained in the list....

put in your field script...

on parseText
put the text of me into theFieldText
if word 1 of ...
by Dixie
Wed Feb 22, 2017 10:27 pm
Forum: Using Externals
Topic: MergMK Help
Replies: 12
Views: 55086

Re: MergMK Help

TheBlackKnight..

You have to run mergMK in the simulator.

dixie