Re: Anyone can confirm laggy IDE on Windows 10?

2017-11-23 Thread Mark Wieder via use-livecode

On 11/23/2017 02:08 PM, Andre Garzia via use-livecode wrote:

Hey Friends,

Recently I switched to a Surface 4 Pro running Windows 10.


My condolences.

Did you install LC for all users or just for yourself?
Do you have Process Lasso installed?

--
 Mark Wieder
 ahsoftw...@gmail.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


Anyone can confirm laggy IDE on Windows 10?

2017-11-23 Thread Andre Garzia via use-livecode
Hey Friends,

Recently I switched to a Surface 4 Pro running Windows 10. It is a quite
decent machine with an i5 and 8gb of RAM but I barelly can use LiveCode in
it because the IDE is extremelly laggy/slow. Just so that you know, it was
a cold night here and I preferred to close my machine, walk all the way to
my office couple blocks away to fetch my mac and go back home then keep
using it on Windows. Thats how slow it is for me. No other application is
performing badly and yes, I tried running only it without no other program
competing for resources. The symptoms I have are:

* Failure to register keystrokes in the script editor.
* Failure for UI elements to react to clicks.
* Failure for shortcuts to activate desired behavior such as opening
messagebox and other similar things.

Basically unless I take half a second between pressing keyboard keys to
type the script, it will miss half the text.

This is happening on all LC versions I have here which are 9.x and 8.x

(PS: Checked the pending messages and apparently there is nothing there, I
suspected a recurring message hogging up CPU time but thats not the case)

(PS 2: The LC IDE is extremelly slow but all the rest of the machine and
apps behave fine, the CPU is not going to high usage, things appear fine,
they just don't work)

Can someone help?

Andre


-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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


Replacetext taking forever under 8.1.7

2017-11-23 Thread Bruce Pokras via use-livecode
I am trying to port a stack that runs fine under Livecode 7.1.4 to Livecode 
8.1.7 in order to take advantage of 8.1.7’s 64-bit standalone app capability 
for Mac OS X “High Sierra". That is when I found that under either Yosemite or 
High Sierra a “replacetext" action takes over 20 minutes under 8.1.7 while 
under 7.1.4 it takes less than one second! The replacetext is to remove extra 
spaces in a 60,000 line (1.9 million character) variable, and looks like this:

put replacetext(holdIt1,"[ ]{2,10}",empty) into holdIt 

Under 8.1.7 I get the dreaded spinning beachball, although the replacetext 
action eventually finishes (after 20 minutes), and the script then runs to 
completion.

Any ideas about causes and cures for this issue?

Regards,

Bruce Pokras
Blazing Dawn Software
www.blazingdawn.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

[OT] Blind Deconvolution Algorithm

2017-11-23 Thread Alejandro Tejada via use-livecode
Today I learned about this impressive image processing
algorithm named Blind Deconvolution:

Theory:
http://yuzhikov.com/articles/BlurredImagesRestoration1.htm

Practice:
http://yuzhikov.com/articles/BlurredImagesRestoration2.htm

Check the examples:
(Text defocus blur is eye-opening. Look for the example
named "Large Defocus blur")

http://smartdeblur.net/gallery.html

Now I have to find if Neural Networks could be trained
for this task with better results. :-)

Al
___
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: Specialty Fonts on Mobile -- OK? or Stay Away?

2017-11-23 Thread Mark Waddingham via use-livecode

On 2017-11-16 15:53, Andrew Bell via use-livecode wrote:

I've had some issues with my custom fonts not being displayed in iOS
when I build using LC9. I'm assuming the font files are getting stored
 in a different location but haven't seen anything in the release
notes  and haven't had a chance to look into the issue much since the
same  exact stack builds find in LC8.


This is bug http://quality.livecode.com/show_bug.cgi?id=19358 - which I 
have just fixed (to appear in 9DP11).


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: 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


[ANN] Release 8.1.8 RC-2

2017-11-23 Thread panagiotis merakos via use-livecode
Dear list members,

We are pleased to announce the release of LiveCode 8.1.8 RC-2.

Getting the Release
===
You can get the release at https://downloads.livecode.com/livecode/ or via
the automatic updater.


Release Contents


LiveCode 8.1.8 RC-2 contains the following regression fixes:

- Bug 20670 - Issue with multiple iOS simulators in Xcode9+
- Bug 20671 - Number isn't always seen as a number

Since the last stable version (8.1.7), more than 35 bugs have been fixed.

The full release notes are available from:
http://downloads.livecode.com/livecode/8_1_8/LiveCodeNotes-8_1_8_rc_2.pdf


Feedback

Please report any bugs encountered on our BugZilla at
http://quality.livecode.com/


Have fun!
The LiveCode Team
--
___
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: sync LC applications

2017-11-23 Thread paolo mazza via use-livecode
Hi all,
I went through this tutorial about push notifications

http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android
 


According to some comments, this technique is is out of date now, because  C2DM 
has been officially deprecated as of June 26, 2012.


How can we proceed now?


All the best

Paolo



> Il giorno 23 nov 2017, alle ore 10:25, paolo mazza 
>  ha scritto:
> 
> Mike wrote:
>> You can use push without having a notification
>> to the user or setting a badge.  The app will receive the notification and
>> act on it, provided that the app is up and running on the phone.  I've used
>> this technique for five years, I think. 
> 
> 
> Hi Mike,
> i am interested in your solution.
> 
> Can you share a sample or  any kind of documentation of this technique ?
> 
> Can I send a notification  to several devices (running the app on the phone) 
> at the same time?
> 
> Thanks,
> 
> Paolo

___
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: sync LC applications

2017-11-23 Thread paolo mazza via use-livecode
Mike wrote:
> You can use push without having a notification
> to the user or setting a badge.  The app will receive the notification and
> act on it, provided that the app is up and running on the phone.  I've used
> this technique for five years, I think. 


Hi Mike,
i am interested in your solution.

Can you share a sample or  any kind of documentation of this technique ?

Can I send a notification  to several devices (running the app on the phone) at 
the same time?

Thanks,

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