Re: Bowing Out

2024-08-23 Thread Antti Ilola via use-livecode
+1

pe 23.8.2024 klo 14.12 Graham Samuel via use-livecode <
use-livecode@lists.runrev.com> kirjoitti:

> Just a quick note to say that after many years of using LiveCode
> (including its predecessors) and doing some modest development - some of
> which was successfully sold to real users - I’ve decided that for me time’s
> up. This is because of seniority (as someone recently put it - I’m old!)
> and the feeling that at my time of life I can’t productively invest time or
> money in learning about Create and the whole direction of the LC
> technology. I’ve had fun over the years, and have benefitted hugely from
> the generosity and expertise of those on this list and of course from the
> direct support of the whole Kevin circus. I’ll miss it all.
>
> For what it's worth, I have seen the Create demo and tried to understand
> the underlying model of app that is being aimed at. If I were still trying
> to contribute, I would be asking about how Create can help with apps that
> depend on user interaction with animations, and apps that are driven by
> external triggers like changing GPS coordinates, and most of all, about how
> far Create will assist with deployment, particularly on iOS - an issue that
> can dwarf the actual development effort of an app in terms of time and
> resources. If Create can take the user all the way from internal beta test
> to publication, that would be an achievement worth celebrating.
>
> Anyway, it’s a great product that deserves success - so good luck to all
> involved.
>
> I’ll lurk for a little longer, but really its goodbye and thanks for all
> the fish.
>
> Graham
> ___
> 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
>
___
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


Re: Lock screen and animated gif

2022-12-20 Thread Antti Ilola via use-livecode
How about changing the mouse cursor. I found below about using a lock
screen.
" The only exception to this (freeze window) is the mouse cursor. It
continues to move with the mouse and any changes to the cursor icon (like set
cursor to busy) do appear."

Antti

ti 20. jouluk. 2022 klo 14.42 jbv via use-livecode (
use-livecode@lists.runrev.com) kirjoitti:

> Do you mean "lock screen without messages" ?
> Doesn't work...
>
> Le 2022-12-20 07:27, Richmond Mathewson via use-livecode a écrit :
> > Try 'without messages'.
> >
> > On Tue, 20 Dec 2022, 13:26 jbv via use-livecode, <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Hi list,
> >> I have a script that modifies line by line the color
> >> and textstyle of some words in a field that can be up
> >> to 500 lines long.
> >> I am using "lock screen" to speed up things.
> >> But at the same time I have a spinning animated gif
> >> to tell end users to wait until the modification is
> >> done.
> >> The problem is that "lock screen" freezes everything
> >> and the gif stops spinning.
> >> Is there a workaround for using "lock screen" and an
> >> animated gif simultaneously ?
> >>
> >> Thank you in advance.
> >> jbv
> >>
> >> ___
> >> 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
> >>
> > ___
> > 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
>
> ___
> 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
>
___
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


Re: [OT] PHP Developer wanted for small job

2021-06-23 Thread Antti Ilola via use-livecode
Try change mysql_ to mysqli_ . It works for me.

Antti

ti 22. kesäk. 2021 klo 23.47 JeeJeeStudio via use-livecode (
use-livecode@lists.runrev.com) kirjoitti:

> a very very very very very good one is https://phpdelusions.net
>
> Try to switch over to use PDO for database connections and query's, it
> supports almost all types of databases, and prevent injections.
>
> You can also check this to have an idea:
> https://forums.livecode.com/viewtopic.php?f=12&t=27521
>
>
> Op 22-6-2021 om 21:36 schreef Paul Dupuis via use-livecode:
> > Um, NEVER MIND.
> >
> > I just did a quick Google search and found this
> > https://www.w3schools.com/php/php_mysql_insert.asp
> >
> > Easy enough for me to tackle. Sorry.
> >
> >
> >
> > On 6/22/2021 3:32 PM, Paul Dupuis via use-livecode wrote:
> >> I am looking for a PHP developer familiar with current releases of
> >> PHP (7.4 specifically)
> >>
> >> I have two PHP scripts, one @ 150 lines (including comments) and one
> >> @ 192 lines (including comments), written for PHP 5.6 and earlier.
> >>
> >> Both basically get some posted parameters. One inserts the posted
> >> data into a mySQL database and returns OK or an error. The other uses
> >> a different set of posted data to look up a record in a mySQL
> >> database and return a value from the matching record or an error.
> >>
> >> My problem is my hosting provider is moving everything to PHP 7.4 and
> >> the scripts use PHP 5.6 mySQL functions (like $dblink =
> >> mysql_connect(...); or $result = mysql_query ($SQLstmt); which are
> >> deprecated in newer versions of PHP, so I need to update them. My PHP
> >> skills ended when PHP when object oriented.
> >>
> >> I could do this (by teaching myself the new SQL calls), but it would
> >> probably take me longer than for someone more familiar with current
> >> PHP syntax.
> >>
> >> If you have the current PHP knowledge and are interested, contact me
> >> directly, off-list.
> >>
> >>
> >> ___
> >> 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
> >
> >
> > ___
> > 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
>
> ___
> 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
>
___
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


Re: ProtonMail vs Apple

2020-08-07 Thread Antti Ilola via use-livecode
If Apple is so horrible, why do you do software to them and I think that
Apple has no monopoly, since Android shares 85% of the phone market.

Antti

to 6. elok. 2020 klo 22.23 JeeJeeStudio via use-livecode (
use-livecode@lists.runrev.com) kirjoitti:

> Wow, that's heavy Jacque.
> I'm not at all against Apple products, although it may seem like it
> sometimes. I'm against how they work, making it more and more difficult.
> I'm for a safe store too. But this is grabbing money from wherever they
> can.
>
> Op do 6 aug. 2020 om 20:53 schreef J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com>:
>
> > I've been working on mobile apps for a non-profit publishing house. Their
> > customers are large
> > organizations that buy products in bulk and then resell to their own
> > customers. Thus, the app
> > does not sell to users at all, nor does our client.
> >
> > I made a minor mistake in one of my progress spinners; the
> > briefly-displayed prompt (less than
> > 1 second) said "Checking your purchases..." and Apple glommed onto that
> > and wouldn't let go. My
> > client and I spent 3 weeks and innumerable emails to Apple to convince
> > them that users were not
> > purchasing any products from the company who sponsored the software, nor
> > could they buy
> > products from any web site related to the company. We had to answer two
> > different
> > purchasing-related questionaires in great detail. They finally relented
> > when we convinced them;
> > I changed the prompt to "Checking your library..." and it didn't hurt
> that
> > we got a different
> > reviewer.
> >
> > Google, who has some similar but less-stringent rules in the Play Store,
> > accepted the app the
> > first time without any objections.
> >
> > Word to the wise: if your app doesn't deal with sales, even indirectly,
> > don't use money-related
> > words anywhere. I hope the EU nails them; I consider App Store policies
> > equivalent to
> > extortion. Apple holds the majority of mobile users in the U.S. and the
> > App Store is the only
> > available outlet for apps. That sounds like a monopoly to me.
> >
> >
> > On 8/6/20 11:46 AM, JeeJeeStudio via use-livecode wrote:
> > > Hmpff i just read in the news that even Microsoft can't bring out an
> > xcloud
> > > application due to the apple store rules. What a mess. Only Android
> users
> > > will be able to stream games as mentioned on dutch tweakers.net
> > website. I
> > > think it's going to cost MS to much money to pay Apple ifvthey would
> > bring
> > > out the app on Apple's store.
> > >
> > > Op wo 5 aug. 2020 02:10 schreef Richard Gaskin via use-livecode <
> > > use-livecode@lists.runrev.com>:
> > >
> > >> JeeJeeStudio wrote:
> > >>
> > >>   > 1 positive thing then on a thing we don't have in LC and now also
> is
> > >>   > removed...the possibility to put ads in your LC created mobile
> > app...
> > >>
> > >> "Possible" is a big word. It covers nearly everything.
> > >>
> > >> It's possible to use LC Build to support ad network APIs.
> > >>
> > >> It's also possible to find saner ad networks that offer REST APIs in
> > >> addition to binary, so devs don't need to commit as much development
> > >> time for one vendor.
> > >>
> > >> It's possible but less likely that an app not worth monetizing through
> > >> freemiums, direct payment, or other model will earn enough to bring a
> > >> positive ROI for the effort of implementing ads.
> > >>
> > >> It's less likely that you'll be able to shoe-horn someone else's ads
> > >> into your app design without impairing the user experience.
> > >>
> > >> Lots of things are possible.  Fewer things are likely.
> > >>
> > >> --
> > >>Richard Gaskin
> > >>Fourth World Systems
> > >>Software Design and Development for the Desktop, Mobile, and the
> Web
> > >>
> 
> > >>ambassa...@fourthworld.com
> http://www.FourthWorld.com
> > >>
> > >>
> > >> ___
> > >> 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
> > >>
> > > ___
> > > 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
> > >
> >
> >
> > --
> > Jacqueline Landman Gay | jac...@hyperactivesw.com
> > HyperActive Software   | http://www.hyperactivesw.com
> >
> > ___
> > 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
> >
> _

Where is LiveCode

2020-02-26 Thread Antti Ilola via use-livecode
https://education.github.com/pack

Antti
___
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


Re: identifying text chars in an image

2019-10-28 Thread Antti Ilola via use-livecode
Is this any help.
https://github.com/tesseract-ocr/tesseract

Antti

ma 28. lokak. 2019 klo 11.38 Richmond Mathewson via use-livecode (
use-livecode@lists.runrev.com) kirjoitti:

> Well, that'd involve some sort of OCR . . . So you've either got to wrap
> some code up from elsewhere, or roll your own OCR routine in LiveCode.
>
> Tough call.
>
> On Mon, Oct 28, 2019, 9:45 AM Phil Davis via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I want to [programmatically] take a picture of a Scrabble board and then
> > take from that image the characters displayed in it, and maintain the
> > organization of the text. In other words, I want to convert the text
> > displayed in the image to text strings.
> >
> > Any ideas where I should start?
> >
> > I would love to be able to do it in my app. However I'm not completely
> > against uploading the image to a service that would do it for me; I am
> > only mostly against it.
> >
> > Thanks for any ideas to may have.
> >
> > --
> > Phil Davis
> > 503-307-4363
> >
> >
> > ___
> > 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
> >
> ___
> 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
>
___
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


Re: OT: Catalina - the end of ad hoc & in-house development?

2019-09-08 Thread Antti Ilola via use-livecode
And then, when everybody use Linux, where do you think the bad guys is
going to put their efforts.

Antti

su 8.9.2019 klo 17.11 Rick Harrison via use-livecode <
use-livecode@lists.runrev.com> kirjoitti:

> That may be exactly what happens next if the big guys continue with their
> nonsense.
> More developers will rebel and leave their platforms altogether in favor
> of Linux.
>
> Just my 2 cents.  :-)
>
> Rick
>
> > On Sep 8, 2019, at 2:55 AM, Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > If you want a developer platform use Linux
>
> ___
> 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
>
-- 
Lähetetty iPadistä
___
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


DataGrid 2

2017-12-31 Thread Antti Ilola via use-livecode
It there anywhere an example how to use datagrid 2. I tried, but somehow I
didn't mange to get in it.

Antti
___
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


Where is LiveCode

2017-10-05 Thread Antti Ilola via use-livecode
http://sdtimes.com/low-code-tools-leading-digital-transformation/


Antti
___
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


Re: iPad portrait size stack doesn't fit to display

2017-07-22 Thread Antti Ilola via use-livecode
Thank you all, specially Jacque. 0.75 was too little, but 0.7 did it just
fine.
Maybe if I read a guide, I would have found it there, but I'm too lazy and
I knew that someone would help me in this fine community :-)


Antti

2017-07-21 21:30 GMT+03:00 Devin Asay via use-livecode <
use-livecode@lists.runrev.com>:

>
> On Jul 21, 2017, at 11:52 AM, J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>>
> wrote:
>
> On 7/21/17 6:14 AM, Antti Ilola via use-livecode wrote:
> I have 13.3 inch Macbook retina computer (2560x1600 pixels). Now I try to
> develop iPad software. When I opened new iPad portrait size stack it didn't
> fit to my display. It is hard to put GUI elements to bottom of the stack,
> at least I don't know how. What should I do to get the stack to show all.
>
> Try setting the scaleFactor of the stack to about .75
>
>
> Listen to Jacque. I think I misunderstood what you were asking. You want
> to be able to view the entire stack window on your laptop screen, and the
> scaleFactor will help with that.
>
> Devin
>
>
> Devin Asay
> Director
> Office of Digital Humanities
> Brigham Young University
>
> ___
> 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
>
___
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


iPad portrait size stack doesn't fit to display

2017-07-21 Thread Antti Ilola via use-livecode
I have 13.3 inch Macbook retina computer (2560x1600 pixels). Now I try to
develop iPad software. When I opened new iPad portrait size stack it didn't
fit to my display. It is hard to put GUI elements to bottom of the stack,
at least I don't know how. What should I do to get the stack to show all.


Antti
___
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