Re: darzTimer

2019-07-30 Thread Dar Scott Consulting via use-livecode
Thanks! That is helpful. It makes sense.

Does this impact LiveCode Builder and foreign routines?

> On Jul 30, 2019, at 11:35 AM, Mark Waddingham via use-livecode 
>  wrote:
> 
> On 2019-07-30 19:32, Dar Scott Consulting via use-livecode wrote:
>> The ancient (but free) darzTimer plugin for precision performance
>> timing does not work on LiveCode 9.5.0 RC 1 64-bit on Windows 10. It
>> uses an embedded external for Windows timing and that might be where
>> the problem is.
> 
> It will be - as it won't be built for 64-bit...
> 
> Whilst 64-bit OSes can run 32-bit applications still - processes can only
> load shared libraries which have been compiled with the same bitness.
> 
> 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


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

2019-07-30 Thread Mark Waddingham via use-livecode

On 2019-07-30 19:32, Dar Scott Consulting via use-livecode wrote:

The ancient (but free) darzTimer plugin for precision performance
timing does not work on LiveCode 9.5.0 RC 1 64-bit on Windows 10. It
uses an embedded external for Windows timing and that might be where
the problem is.


It will be - as it won't be built for 64-bit...

Whilst 64-bit OSes can run 32-bit applications still - processes can 
only

load shared libraries which have been compiled with the same bitness.

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


darzTimer

2019-07-30 Thread Dar Scott Consulting via use-livecode
The ancient (but free) darzTimer plugin for precision performance timing does 
not work on LiveCode 9.5.0 RC 1 64-bit on Windows 10. It uses an embedded 
external for Windows timing and that might be where the problem is.

It still works on 9.0.5. 

It is due for a redesign. I think another digit can be squeezed out for macOS 
and jitter can be reduced slightly for both Mac and Windows.  I don't know when 
or if that will happen.



___
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


v 9.5 RC2

2019-07-30 Thread Bob Sneidar via use-livecode
Before I open a stack in 9.5 rc2, are there any structural changes made to the 
stacks? 

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: [ANN] Release 9.5.0 RC-2

2019-07-30 Thread JJS via use-livecode

Ok nice, that's fast!

Op 30-7-2019 om 12:09 schreef panagiotis merakos via use-livecode:

Dear list members,

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


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


Release Contents

LiveCode 9.5.0 RC-2 comes with 2 regression fixes:

22261 Build error on Windows when barcode scanner widget is included
22269 Sqlite Connection failed on Windows x86-64 standalone


Known issues

- The Browser widget's native layer is not shown in some Linux distros with
Cinnamon window manager.
- The use of the Browser widget is not supported on Ubuntu 18.04+ 64 bit
LTS yet.

The full release notes are available from:

http://downloads.livecode.com/livecode/9_5_0/LiveCodeNotes-9_5_0_rc_2.pdf


Feedback

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

We have a forum available for discussing LiveCode Builder at
http://forums.livecode.com/viewforum.php?f=93

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


___
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 9.5.0 RC-2

2019-07-30 Thread panagiotis merakos via use-livecode
Dear list members,

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


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


Release Contents

LiveCode 9.5.0 RC-2 comes with 2 regression fixes:

22261 Build error on Windows when barcode scanner widget is included
22269 Sqlite Connection failed on Windows x86-64 standalone


Known issues

- The Browser widget's native layer is not shown in some Linux distros with
Cinnamon window manager.
- The use of the Browser widget is not supported on Ubuntu 18.04+ 64 bit
LTS yet.

The full release notes are available from:

http://downloads.livecode.com/livecode/9_5_0/LiveCodeNotes-9_5_0_rc_2.pdf


Feedback

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

We have a forum available for discussing LiveCode Builder at
http://forums.livecode.com/viewforum.php?f=93

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: signature widget (solved)

2019-07-30 Thread JJS via use-livecode

Ah thanks Hermann.

no wonder it's not answering data, it's an array. i have to specify a key.

Nice!


Op 30-7-2019 om 11:27 schreef hh via use-livecode:

Dictionary > widget.signature
(use Bernd's tinyDict):

The pathData is a numerically indexed array of path info elements.
Each path info element contains three keys:

- path - SVG path instructions
- color - the color to paint the path with
- width - the line width of the path

It is now part of Indy.

___
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: signature widget

2019-07-30 Thread hh via use-livecode
Dictionary > widget.signature
(use Bernd's tinyDict):

The pathData is a numerically indexed array of path info elements.
Each path info element contains three keys:

- path - SVG path instructions
- color - the color to paint the path with
- width - the line width of the path

It is now part of Indy.

___
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


signature widget

2019-07-30 Thread JJS via use-livecode

Hi,

who else is seeing the Signature Widget in Indy?

It's a usefull tool for many solutions.

It works, but that's it. I can not access the data.

In the dictionary it is said that it's Business only. But it's here.

Now either it should no be in Indy or the dictionary is wrong. I think 
the first because no access to data.



Cheers,

Sphere


___
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