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 fo
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 Signing
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:
htt
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 -
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 a
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 ach
Hi Marc
Yes, I have removed this space.
No effect on the result.
The correct path should be: /Applications/Xcode.app/Contents/Developer.
The „Xcode 2.app“ doesn’t exist anymore on my computer; it was about version
4.2.
LiveCode is leading me to the anymore-existent Xcode version; the question is
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
is,
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
(„Applications/Xc
Hi,
the sample stack Video Capture from the Ressource Centre works fine.
But, as soon as I enable "Float above everything" in the basic
properties pannel, the image gets lost.
I want to have a stack with video capture capability floating above
everything.
Is this possible at all?
Cheers
Ma
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
__
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 t
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
us
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
__
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
Hi
I don't know whether I've understood your problem correctly or not.
But, just in case, I usually do these things the following way:
on mouseup
if the hilite of me <> true then
set the hilite of me to true
break
end if
if the hilite of me = true then
set the hilite of
16 matches
Mail list logo