I hope Chipp posts that link. I will try a little more debugging to see
what message is causing the problem. I hate debugging.
On Fri, Apr 20, 2012 at 12:49 PM, J. Landman Gay
wrote:
> On 4/20/12 10:41 AM, william humphrey wrote:
>
>> I never use the geometry manager because I set my stacks so th
On 4/20/12 10:41 AM, william humphrey wrote:
I never use the geometry manager because I set my stacks so they can't be
resized. But I was getting errors in a simple handler like this:
two stacks. Stack 1 with button go card 1 of stack 2 then get a function
(which is in the background of stack 2)
I never use the geometry manager because I set my stacks so they can't be
resized. But I was getting errors in a simple handler like this:
two stacks. Stack 1 with button go card 1 of stack 2 then get a function
(which is in the background of stack 2). The function only worked when
stack 2 is alre
So I wrote my own resizeStack handlers. Two of the effected stacks work
fine - I was moving 3 buttons and a graphic and sizing a field. The 3rd
stack has a dataGrid with about 250 rows in it. I move a couple of
buttons, a graphic and then size the dataGrid height. Resizing on this
stack is *ver