Re: Bug drawing card in LC9

2019-04-26 Thread hlowe via use-livecode
set the backcolor of me to the backcolor of me can also be used for force a card redraw. Henry -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Bug drawing card in LC9

2019-04-26 Thread Neville Smythe via use-livecode
A workaround for the bug is to use any visual effect in the Go to Card B script In fact to force a redraw of a card you can use visual effect plain go to this cd for example in an openCard handler. In interesting trick to remember! Neville Smythe

Bug drawing card in LC9

2019-04-26 Thread Neville Smythe via use-livecode
In LC 9.0.1 and later, a card in a stack is incorrectly drawn under the following circumstances: . the stack has a menubar set as the stack menu, and the stack is running on a Mac . the user is on card A and moves to card B The bottom part of card B (the height of the Mac menubar) is not redra

mobilePickPhoto on Android

2019-04-26 Thread Dan Friedman via use-livecode
Greetings!I am calling mobilePickPhoto "camera" on a Android device. If I am running Android version 7.0, everything works great. If I am running Android 8.0, then I get an empty back where length(image 1) is 0. Using LiveCode 9.0.3. Anyone know of an issue with mobilePickPhoto on la

Re: Lesson on Accelerated Rendering

2019-04-26 Thread JJS via use-livecode
There is another thread on this list about this, before it was fixed. There are a few commands which you can find in the dictionary related to this. They have their own function in this which i tried but what did not help to the bug it had before the fix by Monte. Look up the other thread, th

Re: LC904rc2 Project Browser error?

2019-04-26 Thread Paul Dupuis via use-livecode
Not to slight to any 3rd party tools, but I personalty would rather identify bugs in LiveCode and report them to the LiveCode Quality Center. My experience has been that a bug, properly reported, with a repeatable recipe and test stack is fixed pretty rapidly these days. One of the first steps

Lesson on Accelerated Rendering

2019-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
One would think it easy to find. But search the dictionary and these lists and lessons… nada. I sent this to support: no answer. I think they are getting ready for the conference. Maybe someone here can give it a shot. Re: acceleratedRendering.  -- There are issues which affect DG2.  -- There

Re: LC904rc2 Project Browser error?

2019-04-26 Thread Sannyasin Brahmanathaswami via use-livecode
It may be "many moons" before they fix the PB. I hardly use any more. Get Geoff's Navigator! BR Paul Dupuis wrote: I find that in the project browser under LC904rc2 (Windows 10), I can not relayer groups. Button, fields, etc, all relayer fine by drag and drop within the hierarc

Re: Engine: Socket limit?

2019-04-26 Thread Mark Waddingham via use-livecode
On 2019-04-26 08:54, Richard Gaskin via use-livecode wrote: A forum user has an interesting use case involving sockets on a server that needs to handle thousands of connections: https://forums.livecode.com/viewtopic.php?f=8&t=32515#p179090 He's discovered that livecode/engine/src/opensslsocket.

Re: Engine: Socket limit?

2019-04-26 Thread Monte Goulding via use-livecode
I think that’s a misdiagnosis of the issue there. That bit of code is sizing the read buffer not limiting the number of connections. I’d start by logging the result and socketError to see if that sheds any light. However I think the info here will sort it: https://social.technet.microsoft.com/F