Remote debugger vs other issues in targeting

2017-02-10 Thread Pyyhtiä Christer via use-livecode
The forthcoming Remote Debugger will definitely be of value in targeting LiveCode apps to the devices. However, there are areas, especially in catching issues taking place in (nearly) real time, which I - and don't know how many others - have met as the most problematic ones. Not all of the

Character sets in Android, iOS, OS/X, Windows

2017-09-30 Thread Pyyhtiä Christer via use-livecode
There are character set differences between the different platforms, when entered in an app by the user. Characters slash "/" for example is one of these. Has anyone detected the same problem? What would be the intelligent solution to overcome this? So when a user is typing "ä" (a with

Moving up from LC V6/V7 towards the current versions

2017-08-31 Thread Pyyhtiä Christer via use-livecode
At the last LC V6 and early V7 versions I built a mobile (Android) application (getDealDone, gDD) working with the On-Rev-backend working real-time with (Google) app-store for subscription registration. I think the last version, which still works, was updated for about two years ago. It might

LC 8.1.7 with Mac OS/X 10.12.6

2017-11-14 Thread Pyyhtiä Christer via use-livecode
Does anyone have similar problems: 1. starting LC 8.1.7 in Mac, using a second display creates a gray screen on the Mac - some of the windows, for example Tools Palette remain behind it, you have to toggle it off and then on to get it on the screen - IDE windows appear nearly

Apps or via browser using HTML5

2017-11-22 Thread Pyyhtiä Christer via use-livecode
It might be this discussion has already been on this list. Recently I have seen and heard future views on the time of apps running in the users' devices getting past in a few years. This means the apps run in servers and use standard browsers running HTML5 and an efficient language snippets

Device implementation problems

2017-11-02 Thread Pyyhtiä Christer via use-livecode
A few days ago I raised the question on how the device behaviour differs from how it is in the IDE environment. The question posed was if there is a command go card "xyz" and the script continues to run immediately, would there be interference in terms of "getting the go done".

Re: Device implementation problems

2017-11-04 Thread Pyyhtiä Christer via use-livecode
That is true. However, just adding the single command "lock screen" before the "go card xyz" removes the problem. I have tried to understand what could be "illegal" in the target device point of view in the script code following, but so far haven't figured it out. Actually the script runs

Re: Device implementation problems

2017-11-04 Thread Pyyhtiä Christer via use-livecode
Jacqueline, this something I suspect as well. As there are a zillion different Android devices with different performance capabilities one has to use the belt and suspenders. In January I will be trying with iOS as well, and see if there is a difference. In the longer term a solution could be

Re: On-Rev Server & character functions

2017-12-08 Thread Pyyhtiä Christer via use-livecode
It was so easy to figure it out, sorry for asking. But, what is the version of LC in on-rev server? Christer Pyyhtiä MindCrea Ltd chris...@mindcrea.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

On-Rev Server & character functions

2017-12-08 Thread Pyyhtiä Christer via use-livecode
What is the current situation of the LiveCode server version vs V8? For example, using the functions numToCodePoint etc. Christer Pyyhtiä chris...@mindcrea.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

LC V8.1.8 IDE has brought new problems

2017-12-10 Thread Pyyhtiä Christer via use-livecode
1. When starting, the different windows still get placed somewhat in random places 2. The tools window disappears; you have to switch it off, and switch it on to see it again 3. The IDE just dies, doesn't quit from menu, you have to use Activity Monitor to kill it. 1 was a problem in 8.1.7;

Radio button scaling

2017-10-29 Thread Pyyhtiä Christer via use-livecode
1. Question 1: What is the problem with getting the radio buttons "tick boxes" scalable? Trying to remember, I asked about it for a few years ago, and the answer by LC team was, it is about the icon?? I tried using switch button widgets, but the scaling of those isn't linear (width / height)

Re: Resizing stack window by scaling

2017-10-21 Thread Pyyhtiä Christer via use-livecode
The following is only one opinion of many possible. First, you should consider automatic scaling only with a very restricted amount of cases. These are for example sort of games, where the "playing field" is the better the larger it is, and the icons / images and their relative positions or

Widget properties

2017-10-22 Thread Pyyhtiä Christer via use-livecode
When fixing a problem with non-scaling radio buttons one solution was to use widget switch button, which can be scaled. Now it appears that those buttons do not retain the setup theme, but you need to redo it at every stack startup. Why not. Actually the first question is why can't the

Go card "xyz"

2017-10-31 Thread Pyyhtiä Christer via use-livecode
When in a script you issue a command go card "xyz" does the next command line of the script get into execution before the "go" has been completed? Is it comparable to the "move" command, where this is true, with the additional statement "without waiting"? Is it possible to find a

Re: Go card "xyz"

2017-10-31 Thread Pyyhtiä Christer via use-livecode
Thank you for a good set of answers! Now, here is the question asked, the heck I could not express it correctly the first time: "When in a script you issue a command go card "xyz" does the next command line of the script get into execution before the "go" has been completed? Is it

Re: Radio button scaling

2017-10-29 Thread Pyyhtiä Christer via use-livecode
Thank you! 1. In the mean while built just a double button scheme, let's see how it looks with the devices. Look forward to simplifying back to single buttons with the new icons for checkBox and radio buttons. "When" is my 2-3 year old question, though. Just ask a nerd nearby to do the job.

Filed entry cursor

2018-07-01 Thread Pyyhtiä Christer via use-livecode
Using different devices I have not found out how to make a well visible text field entry pointing cursor. What is seen is typically a very faint vertical line, which barely can be seen. I remember having seen a nice vertical tile, blinking on the location you can do your entry. How owuld one be

Need help with version number definitions with appStores

2017-10-27 Thread Pyyhtiä Christer via use-livecode
Just about to re-release my app getDealDone, first with GooglePlay; - there are two version definitions in the Standalone Application Settings / Android; - - which one is the one Android / Google Play requires to be bump ed up with every upload, including the direct development

Object layers

2018-01-07 Thread Pyyhtiä Christer via use-livecode
When setting object layers, how do they work actually? The documentation states the higher the number of an object, the control is higher than the the object it is on. This means that in case of two objects on top of each other a mouseClick would go first to the object with the higher layer

Re: Object layers

2018-01-10 Thread Pyyhtiä Christer via use-livecode
Just to respond. Thank you for the advices - very helpful. However, experiences with the early versions (say V5-V7) made me avoid the grouping functionality. Maybe because I could not manage the concept too well. So I have given it up and manage it (as do with scaling etc) with additional

Text fields: text cursor & proper editing

2018-01-11 Thread Pyyhtiä Christer via use-livecode
It concerns the apps developed for mobile platforms; here I refer to Android as have no experience on iOS, yet. First, on the screen the edit location cursor is a vertical line barely visible with high resolution devices. Is there an option for example a "bold", blinking or coloured cursor?

mobilePickDate

2018-01-10 Thread Pyyhtiä Christer via use-livecode
The dictionary states the result from mobilePickDate is in seconds. The reality with Android the result is in format mm/dd/yy. Is this known error in documentation? Christer Pyyhtiä MindCrea Ltd chris...@mindcrea.com ___ use-livecode mailing list

Sending from mobile hotspot to WLAN enabled IoTs

2018-01-16 Thread Pyyhtiä Christer via use-livecode
Is there any way in LiveCode to direct the mobile device (Android / iOS) to send calls to WLAN enabled IoT devices. For example to detect such devices? Christer Pyyhtiä MindCrea Ltd chris...@mindcrea.com ___ use-livecode mailing list

Re: High Sierra, LC & Xcode

2018-02-25 Thread Pyyhtiä Christer via use-livecode
Thank you for the responses. So, took a step too much in the future. Let you know how it goes with Xcode 9.2. Amazing learning by trying. Christer Pyyhtiä MindCrea Ltd chris...@mindcrea.com ___ use-livecode mailing list

High Sierra, LC & Xcode

2018-02-25 Thread Pyyhtiä Christer via use-livecode
Any experience on the set of OS/X High Sierra, with the latest update patch, LiveCode 8.1.9 and Xcode 9.3 Beta? Shoul I revert to Sierra and Xcode previous versions? Actually, trying to adhere to the Apple requirement of having all apps to iPhone X, which then requested me to load the latest

ScreenRect

2018-07-09 Thread Pyyhtiä Christer via use-livecode
Using LiveCode 9.0GM on Android 8.0.0, the screenRect gives 1080 x 2031, but the phone (Samsung Galaxy Note 8) has 1440 x 2960. What do I do wrong? Using LC command set the pixelScale to the systemPixelscale kills the app in the Android device. Removing this command makes it run

Xcode 9.2 & LC 8.1.9

2018-02-26 Thread Pyyhtiä Christer via use-livecode
Combination Xcode 9.2 and LC 8.1.9 creating iOS app states: There was an error while saving the standalone application ..then about 20 ines of groups of numbers and different command logs. However, it sloowly starts in simulator, directly from LC - provided that you select only one device from

Serverless Google API access

2019-12-17 Thread Pyyhtiä Christer via use-livecode
In LiveCode (Android) is there a suitable way to access Google API's without a server - i.e. have direct request / wait / response receive method? The aim is to provide a way to use Google licensing payment services directly from the device. Christer Pyyhtiä MindCrea Ltd

Coming back from the past...?

2021-04-18 Thread Pyyhtiä Christer via use-livecode
The last developments I did was back in 2016 - five long years ago, using Indy. Just for fun, I did a fast research and found out that there still might be market opportunity for the app I worked on. Trying to find out what’s new since 2016: - major developments in LC? - status in