Re: Code translation anyone ?

2024-03-15 Thread Christer Pyyhtiä via use-livecode
as well. Please tell what you’ll find out. Reds Christer Pyyhtiä christe...@gmail.com > On 15. Mar 2024, at 17.15, Bob Sneidar via use-livecode > wrote: > > I tried to write a code converter from dBase (Foxpro) to what is now called > Livecode. I ran into at least one insurmou

Just for interest

2024-01-31 Thread Christer Pyyhtiä via use-livecode
I do not know, if measuring coding performance is reasonable. It would be interesting, if anyone has interest to try. https://www.morling.dev/blog/one-billion-row-challenge/ Just for fun Christer Pyyhtiä christe...@gmail.com ___ use-livecode

Re: Top things you are waiting for ....

2023-11-12 Thread Christer Pyyhtiä via use-livecode
application - not killed by the AI ones. Christer Pyyhtiä christe...@gmail.com > On 12. Nov 2023, at 19.09, Martin Koob wrote: > > Hi christerp > > In the past the LC HQ had an initiative where they asked LC developers to > submit a list their top ten bugs they need

Re: Top things you are waiting for ....

2023-11-12 Thread Christer Pyyhtiä via use-livecode
1. Detailed documentation on interacting with Apple & Google app libraries and charging; 2. Detailed documentation on interacting with Android, iOS, Windows (and for the future Linux); 3. Documentation on interacting with any www-pages. Christer Pyyhtiä christe...@gmail.com > On 12. N

MSG command line use bug in 6.X ?

2013-10-12 Thread Christer Pyyhtiä
There is a difference between 5.5..4 and 6.1.1 (have not tested the -rc versions) as follows. I have a function in the code, which I call from the MSG box command line, works fine in 5.5.4. In 6.1.1 get an error message 'Can't find handler'. This applies all the functions. However, if I add

Sending mail from on-rev server

2013-10-07 Thread Christer Pyyhtiä
Thanks to everyone suggesting solutions to the problem. Yet the problem is there; the error message is as follows: /usr/sbin/sendmail: error while loading shared libraries: libselinux.so.1: failed to map segment from shared object: Cannot allocate memory As far as I understand there has been a

Encrypt/decrypt availability in server / devices

2013-10-07 Thread Christer Pyyhtiä
Are there any plans to get encrypt/decrypt available in iOS/Android and server (actually could be there but haven't tried)? rgds christer ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Sending mail from on-rev server

2013-10-07 Thread Christer Pyyhtiä
Avoiding LC on-rev server to become a spam generator is good thinking. Made me to review the code at both ends making sure there is no way a user from a device could even accidentally access (the mail capability in) the server, the mails being activated only by and within the code in the

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Christer Pyyhtiä
Encrypting both in the device and in LC server makes sense in case you have literals in variables you do want to protect. Typically arrays are continuous memroy areas that can be hacked into. There are different needs for different types of applications to protect contents. All data and

From LC 5.5. to LC 6.X

2013-10-02 Thread Christer Pyyhtiä
Has anyone experienced the following problem, and even better, found out a solution to the problem: ? - creates .apk OK in 5.5.4. and starts and runs OK in Android, from 2.3 to 4.2 - creates .apk OK in 6.X, starts but does not start - shows black screen When comparing the memory

In-app purchase options

2013-10-02 Thread Christer Pyyhtiä
It may be I red the manuals like a devil in the bible, but cannot figure out the exact process of getting in place an in-app purchase process of alternative options for the user. What is the exact and correct order of statements to be put in place. The difficulty is in there are no ways of

Sending mail from on-server

2013-10-02 Thread Christer Pyyhtiä
Runrev support does not respond, so asking help from the community. There used to be a good code strip in the LC guides, which allowed kicking out e-mail from the server. Great way to automate a lot of follow-up and support for your app. For a couple of weeks ago someone changed something in

Re: Variable scope in Server mode

2013-08-28 Thread Christer Pyyhtiä
A further question: - when you connect the server, and set a global variable into a value (e.g. put true into gVar), and your device after a few commands contacts the server / same script again, is gVar still true or empty? ___ use-livecode

Re: Radio / checkbox button scaloing

2013-08-28 Thread Christer Pyyhtiä
What is wanted is that the checkbox scales with the textSize. Now it looks like the box size stays constant not depending on textSize. I have been trying to find out ways but no success so far. ___ use-livecode mailing list

Re: Radio / checkbox button scaloing

2013-08-27 Thread Christer Pyyhtiä
Does not work from script either. Can you demonstrate it? I think the best way is to build own tick box system. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Radio / checkbox button scaloing

2013-08-26 Thread Christer Pyyhtiä
What's the way to scale the radio / checkbox buttons according to button label text size? rgds ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Radio / checkbox button scaloing

2013-08-26 Thread Christer Pyyhtiä
No, does not work (from msg command). ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode