[ANN] This Week in LiveCode 233

2020-07-14 Thread panagiotis merakos via use-livecode
Hi all,

Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!

Read issue #233 here: https://bit.ly/32clAct

This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around the open source project. New issues will be
released weekly on Mondays. We have a dedicated mailing list that will
deliver each issue directly to you e-mail, so you don't miss any!

If you have anything you'd like mentioned (a project, a discussion
somewhere, an upcoming event) then please get in touch.


-- 
Panagiotis Merakos 
LiveCode Software Developer

Everyone Can Create Apps 
___
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: use-livecode Digest, Vol 202, Issue 15

2020-07-14 Thread info--- via use-livecode
This is an automated response.  We're currently working on a skeletal workforce 
due to the Covid-19 pandemic and it may take us 4-5 days to respond to your 
email.  We apologize for the delay.
Para sa account specific concerns, please make sure na naisulat ninyo sa email 
ang inyong Loan Account Number at Date of Birth, para mapabilis ang inyong 
transaction.
Here���s a quick guide para sa mga dapat asahan ngayong new normal:
Para sa mga loan customers na nag-avail ng grace period para sa mga due dates 
mula March 17-May 31, ang inyong loan term ay na-extend at ito ay naka-reflect 
na sa mobile app.  Makikita rin ang equivalent na accrued interest para dito. 
Siguraduhin lamang na gamit ang latest version ng Home Credit app para makita 
ang tamang impormasyon.
For more information, visit: 
https://homecredit.ph/payments/frequently-asked-questions/. 
If you���re contacting us about payment arrangements, feel free to call us at 
02(7753-5712) to discuss your options.  
Gift payment eligibility will not be affected by the grace period and will 
automatically be applied on your account. You just need to make sure to keep 
your account updated according to the new installment schedule. 
For credit card customers, siguraduhing magbayad ng at least minimum amount due 
para mapanatiling active ang inyong card at maiwasan ang late payment fee. 
Maaari ninyong puntahan ang bit.ly/HCPayNow para magbayad online o tignan ang 
list of available payment partners dito.
Para sa mga enrolled sa ADA, we have resumed regular bank debiting on your loan 
due date in the month of June.  We will resume regular debiting three days 
before your due date from July 1 due date onwards.
___
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: Live code server with Debian 8 Jesse

2020-07-14 Thread Heriberto Torrado via use-livecode
Thanks Richard, 

I'll do it and I'll create an English version of the article. 

Best, 

Hery 

El 13-07-2020 20:18, Richard Gaskin via use-livecode escribió:

> Good tutorial, Heriberto:
> 
>> I use Livecode server on several Linux machines:
>> 
>> Centos 7 / 8 and Ubuntu 14/16/18.
>> 
>> I didn't need 32bits libraries.
>> 
>> I created a brief installation tuto in my blog:
>> 
>> https://www.hermanotemblon.com/instalacion-de-livecode-server-en-ubuntu/
>> 
>> It is in Spanish, but you could use Google translator.
> 
> If you put those individual bash statements together into an executable 
> script file you'd have a pretty handy installer.
> 
> --
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://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


Tab Buttons Mac vs. Win

2020-07-14 Thread Bob Sneidar via use-livecode
Hi all. 

I would LOVE to find out how Livecode for Mac draws those beautiful tab buttons 
so I can duplicate it on Windows, because DAYAM are the Windows ones ugly! 

Bob S


___
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: Tab Buttons Mac vs. Win

2020-07-14 Thread Klaus major-k via use-livecode
Hi Bob,

> Am 14.07.2020 um 18:58 schrieb Bob Sneidar via use-livecode 
> :
> 
> Hi all. 
> 
> I would LOVE to find out how Livecode for Mac draws those beautiful tab 
> buttons so I can duplicate it on Windows, because DAYAM are the Windows ones 
> ugly! 

these controls (and more like checkboxes etc.) are supplied by the underlying 
OS!
So you will need to fake it with screenshots of the Mac tabbed button.

> Bob S

Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
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 live code server with Debian 8 Jessie

2020-07-14 Thread Kevin Stallibrass via use-livecode
Thanks everyone.
Well, you live and learn. No need for the 32bit libraries. Yippee! I took Marks 
advice and tried Debian 9 but fell foul of driver issues so went back to 8. I 
ended up with the same issue as before (livecode server appearing to not fire 
up) but discovered that files in the base html folder worked fine while those 
in subfolders did not.
I recreated the folders using the terminal, copied the files in and everything 
works.
Well, except for my old site which runs perfectly on Ubuntu 16 but now needs 
some serious updates. But that’s another story

Regards
Kevin

Sent from my iPad


___
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


returnKey and ask on iPhone

2020-07-14 Thread Dan Friedman via use-livecode
Question... Why doesn't the returnKey on my iPhone change to the "Next" option?

mobileSetKeyboardReturnKey "next"

ask "" with pLabel titled askTitle
if the result = "cancel" then
exit thisThing
end if
put it into tAskData

What am I doing wrong?

-Dan

___
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