Search found 785 matches

by LiveCode_Panos
Mon Oct 15, 2018 3:18 pm
Forum: Talking LiveCode
Topic: Can't 'Beep' on iPhone (Solved)
Replies: 14
Views: 8785

Re: Can't 'Beep' on iPhone

Hello Simon, Does the mp3 file also exist in the standalone app bundle? (Right click on SafeDrive.app and choose "Show Package Contents). In a first glance the code and the file structure looks correct to me. I will have access to an iPhone tomorrow so I will have a look. Do you hear anything if ins...
by LiveCode_Panos
Mon Oct 15, 2018 9:25 am
Forum: Talking LiveCode
Topic: Can't 'Beep' on iPhone (Solved)
Replies: 14
Views: 8785

Re: Can't 'Beep' on iPhone

Hi Simon, On iOS, there is no default beep sound, so you have to set one. The sound file has to be included in the 'Copy Files' section of the standalone application settings. Also make sure that you use a valid path to the sound file. A working example would be: 1. Put your sound file (i.e. myBeepS...
by LiveCode_Panos
Fri Oct 12, 2018 12:28 pm
Forum: Off-Topic
Topic: Help! My Code window is stuck
Replies: 6
Views: 4330

Re: Help! My Code window is stuck

Hello bogs,

I think in LiveCode < 6.7 the resize handle only existed at the bottom-right of the window, but in newer LC versions you can resize the Script Editor window by dragging any of the four corners.

Kind regards,
Panos
--
by LiveCode_Panos
Fri Oct 12, 2018 11:18 am
Forum: Off-Topic
Topic: Help! My Code window is stuck
Replies: 6
Views: 4330

Re: Help! My Code window is stuck

Hello HazelL, For reference, the Preferences are stored in ~/Library/Preferences/RunRev/livecode7.rev file. You can move the Script Editor window (and any other window) by script: 1. Open the message box 2. Type in the message box but do NOT press return: set the top of the mousestack to 300 3. Plac...
by LiveCode_Panos
Thu Oct 11, 2018 10:44 am
Forum: Talking LiveCode
Topic: Mojave and version 6
Replies: 6
Views: 4337

Re: Mojave and version 6

Hi all,

A couple of other users have reported using LC 6.x on MacOS Mojave without any problems.

Best,
Panos
--
by LiveCode_Panos
Thu Oct 11, 2018 10:38 am
Forum: iOS Deployment
Topic: App with browser not showing content in IOS
Replies: 3
Views: 2799

Re: App with browser not showing content in IOS

Hello Kaveh,

You can use http urls as well if you disable ATS (App Transport Security) in the iOS standalone settings, although this is not recommended.

Best,
Panos
--
by LiveCode_Panos
Wed Oct 10, 2018 11:52 am
Forum: Windows
Topic: Detecting popup keyboard on Windows 10
Replies: 6
Views: 6076

Re: Detecting popup keyboard on Windows 10

Hello Matt, These messages are sent on iOS and Android only. However, you might use the "effective working screenrect" to decide if the keyboard is shown. Or you can use the "openField"/"closeField" message, to detect when a field gets/loses the focus (which is when the keyboard shows/hides). Best, ...
by LiveCode_Panos
Thu Oct 04, 2018 4:58 pm
Forum: iOS Deployment
Topic: The app icon disappears in LC 9.0.1
Replies: 1
Views: 2262

Re: The app icon disappears in LC 9.0.1

Hello Peter, You need to make sure that you use the correct version of the command line tools, which should match the version of Xcode. So in this case command line tools v9.4 if you are on High Sierra and use Xcode 9.4.x. - Open Xcode -> Preferences -> Locations - In the Command line tools dropdown...
by LiveCode_Panos
Mon Oct 01, 2018 1:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script Editor / Debugger Problem [solved]
Replies: 8
Views: 5392

Re: Script Editor / Debugger Problem

Hello bogs,

Yes it is enabled by default, so I guess somehow it was accidentally turned off in townsend's setup.

Regards,
Panos
--
by LiveCode_Panos
Mon Oct 01, 2018 12:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Script Editor / Debugger Problem [solved]
Replies: 8
Views: 5392

Re: Script Editor / Debugger Problem

Hi all,

You have to enable "Script Debug Mode" for the breakpoints to activate.

Just check Development-> Script Debug Mode.

Kind regards,
Panos
--
by LiveCode_Panos
Thu Sep 27, 2018 12:16 pm
Forum: HTML5
Topic: Testing in 9.0.1
Replies: 4
Views: 6666

Re: Testing in 9.0.1

Hello Greg,

This sounds like a bug. Could you please file a bug report at quality.livecode.com and attach a sample stack that demonstrates the problem?

Kind regards,
Panos
--
by LiveCode_Panos
Wed Sep 26, 2018 12:47 pm
Forum: iOS Deployment
Topic: App is Crashing when Opening/Closing Stacks
Replies: 1
Views: 2280

Re: App is Crashing when Opening/Closing Stacks

Hello Tom,

This sounds like a bug. I suggest you file a bug report and attach a simple sample stack that demonstrates the problem. The team will have a look asap.

Best,
Panos
--
by LiveCode_Panos
Wed Sep 26, 2018 12:45 pm
Forum: Talking LiveCode
Topic: Screen Resizing Issues on iOS 10
Replies: 4
Views: 3692

Re: Screen Resizing Issues on iOS 10

For reference see https://quality.livecode.com/show_bug.cgi?id=18327 (and its duplicate)
by LiveCode_Panos
Wed Sep 26, 2018 8:53 am
Forum: Talking LiveCode
Topic: Problems with LC 9.0.1
Replies: 2
Views: 2420

Re: Problems with LC 9.0.1

Hello Rob,

We need some more info. Do you get any error messages when building a standalone? If yes, what is the exact error message?

Best,
Panos
--
by LiveCode_Panos
Wed Sep 26, 2018 8:26 am
Forum: iOS Deployment
Topic: Help with LC9 on 10.11 El Capitan
Replies: 41
Views: 26105

Re: Help with LC9 on 10.11 El Capitan

Hello JosepM, *Building* with the iOS 12 SDK (e.g. the SDK that is included in Xcode 10 is not supported in LC yet, but it will be supported in the next release. However, if you want your app to run in iOS 12 devices too (this is different from *building* with the iOS 12 SDK), you can just rebuild t...

Go to advanced search