I must say that once I started using arrays for data storage and access, I
never looked back. Compact, fast, malleable.
Many years ago I thought I would take a continuing education C programming
class at a university. Knowing only HyperTalk, I muddled along until
mid-semester when the curriculu
That's one of my annoyances. Say you are inspecting a field and then delete the
field the inspector does not close. One would think that if a control is
deleted while an inspector for that object is open the inspector would close.
This makes me wonder if the card retains some artifacts of the de
I’ve found that if an inspector is open for something in that stack, purging is
incomplete.
Peter
> On Mar 1, 2019, at 7:37 AM, Richard Gaskin via use-livecode
> wrote:
>
> Sannyasin Brahmanathaswami wrote:
>
> >... although all my modules/stacks have both "purge stack/window" set
> > to tru
Yes. I have it too here, in LC 9.0.2 and LC 8.1.10.
Did you already report the bug?
Currently we could use as a workaround to disable the graphic,
from the message box, for simple scenarios.
And set the foreColor of it to have a full color.
> Michael K. wrote:
> Non-Opaque polygons block the mous
Sannyasin Brahmanathaswami wrote:
>... although all my modules/stacks have both "purge stack/window" set
> to true, I am seeing change on stacks that are "closed" when you
> reopen them again.
>
> Thus, it means that Purge stack/window is not implemented on
>
> Go [new-stack] in window of stack
Good news!
Go [new-stack] in window of stack [old-stack]
Is working on mobile! I was revamping the navigation of SivaSiva, and thought
I would try it. (did not work on a few version ago). Now works great. Even
moving from portrait to landscope, as a long you have to
mobileSetFullScreenRect
Hi there
Mac, Livecode 9.02
Non-Opaque polygons block the mouse click, when their lineSize is greater than
9.
(This figure varies)
You can test the bug in this little stack.
https://www.dropbox.com/s/7rsa9qo7fi1295e/Polygon%20Bug.zip?dl=0
Michael
On Fri, 1 Mar 2019 at 03:44, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Kaveh Bazargan wrote:
>
>
> If it's working and you're happy keep doing it.
>
> At some point you may find arrays very powerful. This circumstance seems
> a natural fit for them, as they keep dat