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...
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...
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...