Search found 4 matches

by maik
Wed Nov 20, 2019 10:48 pm
Forum: iOS Deployment
Topic: App does not fit screen
Replies: 3
Views: 4107

Re: App does not fit screen

Dear Elanor,

Thanks for your help. This solved the problem :-). Probably the path was changed when I saved a backup.
A warning would be nice in this case.

Best regards,
Maik
by maik
Mon Nov 18, 2019 10:39 pm
Forum: iOS Deployment
Topic: App does not fit screen
Replies: 3
Views: 4107

App does not fit screen

Dear all, I have written an application in LiveCode. The app was working normally but suddenly the app does not fully fit the screen on iPhone 6. There are black bars on top and bottom of the app. I added already on preOpenStack set the fullScreenMode of this stack to "exactFit“ end preOpenStack wit...
by maik
Wed Sep 18, 2019 11:40 pm
Forum: Android Deployment
Topic: Backspace not working on data grid editor
Replies: 0
Views: 5464

Backspace not working on data grid editor

Dear all, I have developed an App that uses a Data Grid. To edit a cell I call dispatch "EditCellOfIndex" to group TableName with x,y . Everything works fine in all simulators and under iOS. Unfortunately when I deploy the App to an Android phone (Gigaset GS270 plus) the backspace / delete button of...
by maik
Fri Jul 19, 2019 9:28 pm
Forum: iOS Deployment
Topic: Data grid cell editor under iOS
Replies: 0
Views: 3613

Data grid cell editor under iOS

Dear all, I would like to open a table cell for editing. The command dispatch "EditCellOfIndex" to group myTable with myColName, myRowIndx works but for iOS no editor opens when the index of the cell is outside the screen. The table is then scrolled to the cell but the editor does not open. Any idea...