How to include files in an iOS-App?

2018-03-01 Thread martin meili via use-livecode
How can I include e.g. a textfile (let's say „MyText.txt“), when building the standalone application for iOS for the use from within the app (reading from/writing to)? I get my apps running on my iPad, I can read and write files, and - if there is no „TheFiles“-folder - I can create such a

15. AW: Code Signing Blues (Tiemo Hollmann TB)

2018-01-15 Thread Martin Meili via use-livecode
Hi Tiemo Watch these two videos. As far as for me (not a pro but a real hobbyist), they did the trick. Before following the recipes, I opened KEYCHAIN and deleted any profile having to do with iOs signing and installing. After having "a clean keychain", I managed to execute a Certificate

Re: type the label of me

2017-04-16 Thread Martin Meili via use-livecode
Put "ç" into the selection does the trick. Many thanks Jacqueline! Martin Von meinem iPad gesendet ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

type the label of me

2017-04-15 Thread martin meili via use-livecode
Hi I’ve got a vocabulary trainer for French. To make it easier for the students to produce letters with accents such as „é“ (ascii-code 142), „à“ and „ç“ I’ve a number of buttons the label of which is the accented letter. As long as I use LC < 7.0 the script „type the label of me“ works fine

Different ways of finishing an application

2017-03-31 Thread martin meili via use-livecode
Hi there I’ve got two a standalones made from the same stack, one standalone made with LC 7.1.3, the other one with LC 8.1.3. When I want to finish the two apps, it works fine with both standalones as long as I hit the red button of the decorations. With the standalone made from LC 7.1.3 it

Problems with Xcode

2016-06-02 Thread martin meili
Hi Some days ago I posted a message that LiveCode had problems finding the correct Xcode-version on my iMac. Some people from the list told me, the problem could be fixed with Terminal. Now, I’ve got the answer from Apple support, as follows: "There is actually UI in Xcode that can help you

12. Re: Problems with Xcode

2016-05-21 Thread martin meili
Am 21.05.2016 um 07:13 schrieb use-livecode-requ...@lists.runrev.com: > 12. Re: Problems with Xcode Hi Dave Many thanks for your advice. It’s true, I’ve got different Xcode-versions on my Mac. The by Terminal returned path is: /Applications/Xcode 2.app/Contents/Developer. So, the problem

Problems with Xcode

2016-05-20 Thread martin meili
Hi there I hope somebody of you pros can help me: What is wrong here? When trying putting together my app for my iphone 4 by the help of „Save as Standalone application……“ there’s popping up the message: „linking for arm (arm7) failed with xcrun: error: active developer path

recordInput

2012-01-03 Thread Martin Meili
Hi there, what are the recordInput settings if I want to record a text from a (text)field being read out by the revspeak-comand? I know, there's a list in the dictionary (imic, emic, cd etc.), but I couldn't manage to get this kind of recording working. Cheers Martin

save formatted text in a file

2011-07-21 Thread martin meili
Hi How can I avoid loosing the formatting of a text, if I save this text to a file? I usually save text in a file as follows: open file the_path_Var for write write TextVar to file the_path_Var ---TextVar contains the formatted text of a textfield; in the clipboard it can be seen as formatted

textstyles lost

2011-06-24 Thread Martin Meili
Hi, how can I avoid getting the textstyles lost when I copy the text from a textfield (with its textformattings) over the clipboard into an application textdocument (e.g. Word)? Thanks for any replies Cheers Martin ___ use-livecode mailing list

function keys

2011-06-16 Thread Martin Meili
Hi, is there a possibility to prevent the user opening DASHBOARD from within a LiveCode standalone? Normally, the functionkey to open dashboard is 12. The following script doesn't work: on functionKey theKey if theKey is 12 then exit functionKey end functionKey Cheers Martin

record sound problem on windows

2011-03-19 Thread Martin Meili
Hi, I've got a soud recording problem on Windows XP with LiveCode 4.5.3. The command works fine on Mac OSX, both in the stackfile mode and the standalone mode. On Windows it doesn't work neither in the stackfile mode nor the standalone mode. I doesn't matter whether I work on my Mac or my