SOLVED (in the simulator)!
If not using the latest version of LC (9.6), then you have to have splash images for all screen sizes which will use the app.
I used a splash screen for the iPhone X, which has the same resolution as the iPhone 11 Pro max and voila, it worked! Thank you!
I am using LC ...
Search found 10 matches
- Sun Jul 19, 2020 7:15 pm
- Forum: iOS Deployment
- Topic: iPhone Notch/Fullscreen black bars?
- Replies: 14
- Views: 17034
- Sat Jul 18, 2020 4:49 pm
- Forum: iOS Deployment
- Topic: iPhone Notch/Fullscreen black bars?
- Replies: 14
- Views: 17034
Re: iPhone Notch/Fullscreen black bars?
http://forums.livecode.com/i.imgur.com/K7IywNf.png
Seems to be a dud link.
notch.jpg
The links label differs from its actual link. Here's the correct version https://i.imgur.com/K7IywNf.png
To get what you want, you are going to need to create resize handlers and position/size the ...
- Fri Jul 17, 2020 8:47 am
- Forum: iOS Deployment
- Topic: iPhone Notch/Fullscreen black bars?
- Replies: 14
- Views: 17034
Re: iPhone Notch/Fullscreen black bars?
Thanks @jacque, but this does not solve my problem. I want to position navigation buttons at the top and bottom border of the screen and not fill it with blank color.
I mocked it here to show what I was thinking of: https://i.imgur.com/dEkuD9Y.png
For creating that screenshot I positioned the tools ...
I mocked it here to show what I was thinking of: https://i.imgur.com/dEkuD9Y.png
For creating that screenshot I positioned the tools ...
- Thu Jul 16, 2020 7:52 pm
- Forum: iOS Deployment
- Topic: iPhone Notch/Fullscreen black bars?
- Replies: 14
- Views: 17034
Re: iPhone Notch/Fullscreen black bars?
@jacque thank you for your help.
So i scripted the position of a simple graphic, to arrange it sticked to the top of the viewport with:
on resizeStack cardWidth, cardHeight
set the width of graphic "box" to cardWidth
set the topleft of graphic "box" to 0,10
end resizeStack
on the card script ...
So i scripted the position of a simple graphic, to arrange it sticked to the top of the viewport with:
on resizeStack cardWidth, cardHeight
set the width of graphic "box" to cardWidth
set the topleft of graphic "box" to 0,10
end resizeStack
on the card script ...
- Thu Jul 16, 2020 11:15 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need some assessment on several features.
- Replies: 0
- Views: 13350
Need some assessment on several features.
Hi there,
I am new to LC and have worked my self through a few tutorials, examples, etc. and feel confident to build my mobile app I have finished wireframing. Since there are a few things I will need to implement, I would like to have some feedback on them from you as expert before I start.
I can ...
I am new to LC and have worked my self through a few tutorials, examples, etc. and feel confident to build my mobile app I have finished wireframing. Since there are a few things I will need to implement, I would like to have some feedback on them from you as expert before I start.
I can ...
- Sun Jul 05, 2020 7:41 pm
- Forum: iOS Deployment
- Topic: iPhone Notch/Fullscreen black bars?
- Replies: 14
- Views: 17034
Re: iPhone Notch/Fullscreen black bars?
@Klaus, ok thanks for the info 
@jacque, but how can I move the controls (as shown in my example) to the very bottom of the UI?
@jacque, but how can I move the controls (as shown in my example) to the very bottom of the UI?
- Sun Jul 05, 2020 12:53 pm
- Forum: iOS Deployment
- Topic: iPhone Notch/Fullscreen black bars?
- Replies: 14
- Views: 17034
iPhone Notch/Fullscreen black bars?
I folks,
how do I get rid of these black bars?
i DOT imgur DOT com/K7IywNf DOT png
Thanks for you help in advance!
EDIT: Holly molly again what an awful implementation of including links.
how do I get rid of these black bars?
i DOT imgur DOT com/K7IywNf DOT png
Thanks for you help in advance!
EDIT: Holly molly again what an awful implementation of including links.
- Thu May 14, 2020 8:44 pm
- Forum: iOS Deployment
- Topic: Unable to start simulator (C++ exception)
- Replies: 3
- Views: 4747
Re: Unable to start simulator (C++ exception)
1. Open Simulator app from Xcode:
Open Xcode, go to Preferences -> Developer Tools -> Simulator
Wonderful, it worked!
Instead of creating a test project in Xcode and opening the simulator form there and THEN initiating LC to do so also, I just opened the simulator from the splash screen from ...
- Sun May 10, 2020 1:16 pm
- Forum: iOS Deployment
- Topic: Unable to start simulator (C++ exception)
- Replies: 3
- Views: 4747
Unable to start simulator (C++ exception)
Hi together,
I can't start the native Xcode simulator due to the following LC error message:
Unable to start simulator: 634,0,0,unknown C++ exception 573,258,1,revIPhoneSetSimulatorSDK
What I have done so far:
- Settings - Mobile support - referenced the Xcode App (green indicator)
- Created a ...
I can't start the native Xcode simulator due to the following LC error message:
Unable to start simulator: 634,0,0,unknown C++ exception 573,258,1,revIPhoneSetSimulatorSDK
What I have done so far:
- Settings - Mobile support - referenced the Xcode App (green indicator)
- Created a ...
- Sun Aug 20, 2017 2:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Valid identity .. for selected profile
- Replies: 1
- Views: 2660
Valid identity .. for selected profile
Hi there,
I'm completely new to LiveCode and my very first goal is to have one button show on my actual iPhone.
While trying to save as a standalone application I received this message:
"There was an error while saving the standalone application
could not find a valid identity to use for the ...
I'm completely new to LiveCode and my very first goal is to have one button show on my actual iPhone.
While trying to save as a standalone application I received this message:
"There was an error while saving the standalone application
could not find a valid identity to use for the ...