Xcode 11.4

2020-04-30 Thread Mike for GDC via use-livecode
Can you create a build for app submission using Xcode 11.4? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

DataGrid Scrolling problem

2019-10-02 Thread Mike for GDC via use-livecode
Hello, I have a problem with a datagrid. I cannot see the last couple of rows when scrolling. For instance if you have 100 lines and scroll to the bottom of the grid you only get up to 98. If you "hold" the scroll by forcing the scroll to go to the bottom you can see lines 99 and 100 but

Help with iOS app submission.

2019-09-25 Thread Mike for GDC via use-livecode
I would like to get some help (consulting) to help me with the final stage of uploading an app to the app store. Can pay your going rate for help. Please contact me directly if interested. Thanks. Mike ___ use-livecode mailing list

Accuracy of Current Location in LC

2018-12-23 Thread Mike for GDC via use-livecode
I am using the "mobileCurrentLocation" command to capture my current location on a mobile unit (android). I have used the command, 'startTrackingSensor, "Location", false' command to start the sensor. What I have found is that the lat/long that is being captured is not accurate. I have tested

Using the Compass / GPS features of LC

2018-12-20 Thread Mike for GDC via use-livecode
Is anyone familiar with using LC to "guide" the user to a specific location. For instance, if I have a marked and saved lat/long location, I want to have the app show directions of how to return to the location after walking away from it. Not using google maps but instead using something like a

Map url in Browser Widget

2018-12-06 Thread Mike for GDC via use-livecode
I currently put the following URL into my browser widget and it works ok but does anyone know what needs to be added to the code in order to place a "marker" into the map location? I want the user to see the exact location of where they are located. I get the Lat / Long from the

Browser Widget Problem in Android

2018-11-24 Thread Mike for GDC via use-livecode
I have put a map browser widget in my app. When I load the URL and try to display it in my android, I just get a blank screen. Attached are my standalone settings. The app works on my desktop but NOT on the Android. The browser URL is set correctly, it just does not display. Any suggestions

map widget

2018-11-14 Thread Mike for GDC via use-livecode
Does anyone have an example of using the "map widget"? I got my current location of lat/long and now want to display it on a map. I have set up my api key but have not seen any example of how to implement the map.. what I really want to do is to show my location and also any nearby restaurants,

finding location on mobile device

2018-11-13 Thread Mike for GDC via use-livecode
I am trying to find my current lat/long on my android device. I have played around with multiple options including "mobileCurrentLocation" and others. I have not been able to find an example of code that does it and works. What I want to do is push a button, have the lat/long displayed so as I

problem with mobileSetKeyboardType

2018-11-02 Thread Mike for GDC via use-livecode
I have not been able to get the "mobileSetKeyboardType" command to work on my android. I have tried various options, such as: on openField if the environment is "mobile" then mobileSetKeyboardType "alphabet" end if end openField and on mouseUp if the environment is "mobile" then

using the map widget

2018-10-29 Thread Mike for GDC via use-livecode
I am trying to implement the map widget within my app. I have entered my api code in the inclusions and have looked at the example given in the livecode article but so far it has not worked. Does anyone have an example of using it in an app? What I want is to be able to retrieve the current

how to properly use the fullscreenmode and screen scaling

2018-10-27 Thread Mike for GDC via use-livecode
Hello, I am new to LC and have learned much so far but I am having an issue with the proper scaling of my app on different size screens. I have created the app with the dimensions of 913 w X 636 h. All looks great on the desktop. When I deploy it to my 8 inch Samsung Tab A (Android) it