Coming back from the past...?

2021-04-18 Thread Pyyhtiä Christer via use-livecode
sion (not fully compatible)? - major restrictions & obstacles in publishing for Apple & Google (continuous tax changes in charging)? Rgds Pyyhtiä Christer chris...@mindcrea.com +358-400-410216 ___ use-livecode mailing list use-livecode@list

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

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

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

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

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

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

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

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

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

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;

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

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

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

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

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

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

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)

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

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

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

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

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

Go card "xxx" execution

2016-12-20 Thread Pyyhtiä Christer
Could the following be possible: In the script I issue the command go card "xxx" and the next line is already referring to a field on that card put field "abc" into t1 so that the script execution continues before the card has been changed, i.e. that the reference of field

Re: use-livecode Digest, Vol 154, Issue 55

2016-07-31 Thread Pyyhtiä Christer
Christer Pyyhtiä MindCrea Ltd Mobile: +358-400-410216 Skype: christerp1 chris...@mindcrea.com > On 31.7.2016, at 13:00 , use-livecode-requ...@lists.runrev.com wrote: > > Send use-livecode mailing list submissions to > use-livecode@lists.runrev.com > > To subscribe or unsubscribe via the

Re: Open 2 Cards in same stack side by side

2016-03-20 Thread Pyyhtiä Christer
What I meant with two windows or sections (call then "windows") to a script is as follows. Within IDE, I have two windows both displaying sections of the same (for example long stack) script. I can go to both windows, click one, scroll one, do edits in one, save the script, click on the other

Re: Open 2 Cards in same stack side by side

2016-03-20 Thread Pyyhtiä Christer
Another way of improving the productivity in development would be to develop the IDE so that you can edit the same script in two windows or separately scrollable sections. This kind of capability is available in some development environments, even in applications like Excel. Christer Pyyhtiä

Re: Improving the LiveCode release notes

2015-12-15 Thread Pyyhtiä Christer
The simplest way in my mind would be one User / Reference Manual, which includes any change from previous version (release note) with for example XML markup, e.g.: This is V8.1.1 stuff... Further, any examples for any function should include a hyperlink to a web page explaining the use.

Re: LiveCode V7-V8 compatibility

2015-09-24 Thread Pyyhtiä Christer
V7 < --- > V8 backwards compatibility is definitely not working. I just filed a bug on the following. 1. loaded my stack into V8 DP4 2. edited a comment line, and save in V8 3. loaded the stack into V7 (as I feel the UI in V8 is so cumbersome that it is not usable) The result:

LiveCode V7-V8 compatibility

2015-09-24 Thread Pyyhtiä Christer
If you edit your stack code using LC V8, is the saved stack backwards compatible with LC V7, provided that you have not used any functions / language constructs available only in V8? The question arises from the fact that at a certain point there was a cutoff (V6 - V7) in compatibility. rgds

What is this - is anyone making money?

2015-08-19 Thread Pyyhtiä Christer
Although playing around with LiveCode for a number of years and enjoying - often 'trial and error' - haven't really got anywhere close to see the fruits for the effort making an application. As many of us I have paid for the licenses, put money out for free development expecting some wanted

RE: Re: Geometry Manager For Mobile

2015-05-17 Thread Pyyhtiä Christer
@gaskin ; also have decided to use my own routines for scaling. Haven't been able to verify on all 7K devices running Android nor all of 6+3 iOS devices, though. Although the LC automatic scaling probably works for a good part of the shows one tends to do layout design outing the capabilities

RE: HTML5 deployment is still in the far future.

2015-05-12 Thread Pyyhtiä Christer
Thank you for the comments. The way i set the questions might have been confusing. First, trying to search a good HTML5 style sheet editor was not the point. The point was to find out tools to simplify the creation process by having some functions available, not to have an ultimate end

Creating dynamic WEB pages with LC V8 HTML5

2015-05-10 Thread Pyyhtiä Christer
After the recent statement by Google on the requirement for mobile friendly web pages there is a new need. An alternative is to buy an application to create your web pages, pay a monthly fee for the right to use a page format, and normally end to use the company's address as a part of your

Re: Summer (Winter) Time Fun

2015-04-01 Thread Pyyhtiä Christer
Thanks, folks! It looks like there is a great challenge to make it work correctly. Let me refine the problem just to add interest. First, the client signs into the app (getDealDone), at the same time committing to automatically renewing subscription. Let's assume this is on the next to the

Summer (Winter) Time Fun

2015-03-31 Thread Pyyhtiä Christer
I wonder if anyone else has met this funny problem. And possibly coded out a solution for it. In my app, the automatically renewing in-app subscription term ended today, at 14:30. This expiry time was calculated in the app by just adding one month at the previous payment time (because

Fit text in a field

2014-11-04 Thread Pyyhtiä Christer
Is there a known way of fitting a specific (variable from case to case) text string into a field with a definition of the font and minmax text size? The other parameter would be wrap/no-wrap to tell you want just a one-liner. For multi-liner, anyone been coding in hyphenation algorithm (for

Re: sendmail through On-Rev server

2014-10-26 Thread Pyyhtiä Christer
The following script works well - on Tio. Used it yesterday with no problems. Response was immediate. I got it from someone at RR. rgds christer -- -- mail -- -- Emails the given message to the recipients specified. -- Each address passed can have a name attached in the form name

Re: noob array question

2014-05-15 Thread Pyyhtiä Christer
It is very easy with pure LiveCode. Just set itemDelimiter to }” to extract the JSON elements, strip { -characters from those, look what you need to use as the next itemDelimiter and do it again. Then move to array. It probably takes less that 10 lines of code. This is the way I have done it

Re: noob array question

2014-05-15 Thread Pyyhtiä Christer
Thank you for correcting me. I was merely looking into the example provided, and indeed proposed a simplified solution. And further I was ignoring that as any of the standard ways of representing data expand, there won't be a generalized way of sorting those out (for example vCARDS). And I

Re: Subscription-based sales system

2014-05-14 Thread Pyyhtiä Christer
Yes, I did it with on-Rev LiveCode Server. It took a lot of learning, but it works beautifully for Android. I haven't moved to iOS, yet, as want to do that simultaneously moving to LC 7.X for all-unicode and some new capabilities. but I do not believe there are any problems with iOS or Mac