Re: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode

Have to  test it, i'm not sure i could close it that way.

Op 1-8-2019 om 23:03 schreef Peter Bogdanoff via use-livecode:

I have seen this particular behavior in the property inspector when adjusting 
numbers in the Position tab. It happens sometimes, without any particular 
recipe that I’ve noticed. Closing the PI stops it.

Peter Bogdanoff



On Aug 1, 2019, at 10:23 AM, Bob Sneidar via use-livecode 
 wrote:

That's a long standing issue and I think it has to do with the way the TreeView 
widget is implemented. Correct me if I am wrong. When I create a column in the 
Datagrid, after naming it, I then have to click the column AGAIN to get it to 
refresh. Really frustrating.

Bob S



On Aug 1, 2019, at 08:08 , Paul Dupuis via use-livecode 
 wrote:

I did see a bug when editing column names. Add a column. Type in the Column name. The 
click on the Column label field of the PI and types a label. Press tab, get an error 
"object does not have that property" and the Col # name references as the 
object. I think the closeField handler in the PI for the column name is broken.

I report the bug I found to the Quality Center as 
https://quality.livecode.com/show_bug.cgi?id=22281


___
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


___
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: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode

Yes indeed, seen it with height too.

Thanks.

Op 1-8-2019 om 22:31 schreef Tom Glod via use-livecode:

the runaway number thing was happening to me when changing row height on dg
using the arrow in the property inspector.. but never with column width.

On Thu, Aug 1, 2019 at 3:45 PM JJS via use-livecode <
use-livecode@lists.runrev.com> wrote:


Yes indeed.

So some 'tiny' things we still have.

Also i had multiple lines of text on one row. I increased the row
height. looked ok in the IDE but had the issue on mobile. I had to
remove te DG and template, reopen the stack, and drag a new dg on it.
After that 2 other DG's on other cards starts complaning they can't find
their column behavior and opening the LC script of it, revsomething. So
ultimately i also replaced these DG's(now without replacing the
template). All works again.

This is kind of doable when the Style is form, but not when it is table.

If i do a dispatch"ResetList" to the group then i see the error again,
so i commented it out.

So before every major change on a DG it's best to save a copy first.

Maybe i will report a bugreport on the increase issue.

But further i'm happy with the DG's as they have a lot of potential.


Op 1-8-2019 om 19:23 schreef Bob Sneidar via use-livecode:

That's a long standing issue and I think it has to do with the way the

TreeView widget is implemented. Correct me if I am wrong. When I create a
column in the Datagrid, after naming it, I then have to click the column
AGAIN to get it to refresh. Really frustrating.

Bob S



On Aug 1, 2019, at 08:08 , Paul Dupuis via use-livecode <

use-livecode@lists.runrev.com> wrote:

I did see a bug when editing column names. Add a column. Type in the

Column name. The click on the Column label field of the PI and types a
label. Press tab, get an error "object does not have that property" and the
Col # name references as the object. I think the closeField handler in the
PI for the column name is broken.

I report the bug I found to the Quality Center as

https://quality.livecode.com/show_bug.cgi?id=22281

___
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


___
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: increasing column width of DG keeps running

2019-08-01 Thread Peter Bogdanoff via use-livecode
I have seen this particular behavior in the property inspector when adjusting 
numbers in the Position tab. It happens sometimes, without any particular 
recipe that I’ve noticed. Closing the PI stops it. 

Peter Bogdanoff


> On Aug 1, 2019, at 10:23 AM, Bob Sneidar via use-livecode 
>  wrote:
> 
> That's a long standing issue and I think it has to do with the way the 
> TreeView widget is implemented. Correct me if I am wrong. When I create a 
> column in the Datagrid, after naming it, I then have to click the column 
> AGAIN to get it to refresh. Really frustrating. 
> 
> Bob S
> 
> 
>> On Aug 1, 2019, at 08:08 , Paul Dupuis via use-livecode 
>>  wrote:
>> 
>> I did see a bug when editing column names. Add a column. Type in the Column 
>> name. The click on the Column label field of the PI and types a label. Press 
>> tab, get an error "object does not have that property" and the Col # name 
>> references as the object. I think the closeField handler in the PI for the 
>> column name is broken.
>> 
>> I report the bug I found to the Quality Center as 
>> https://quality.livecode.com/show_bug.cgi?id=22281
> 
> 
> ___
> 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: increasing column width of DG keeps running

2019-08-01 Thread Tom Glod via use-livecode
the runaway number thing was happening to me when changing row height on dg
using the arrow in the property inspector.. but never with column width.

On Thu, Aug 1, 2019 at 3:45 PM JJS via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Yes indeed.
>
> So some 'tiny' things we still have.
>
> Also i had multiple lines of text on one row. I increased the row
> height. looked ok in the IDE but had the issue on mobile. I had to
> remove te DG and template, reopen the stack, and drag a new dg on it.
> After that 2 other DG's on other cards starts complaning they can't find
> their column behavior and opening the LC script of it, revsomething. So
> ultimately i also replaced these DG's(now without replacing the
> template). All works again.
>
> This is kind of doable when the Style is form, but not when it is table.
>
> If i do a dispatch"ResetList" to the group then i see the error again,
> so i commented it out.
>
> So before every major change on a DG it's best to save a copy first.
>
> Maybe i will report a bugreport on the increase issue.
>
> But further i'm happy with the DG's as they have a lot of potential.
>
>
> Op 1-8-2019 om 19:23 schreef Bob Sneidar via use-livecode:
> > That's a long standing issue and I think it has to do with the way the
> TreeView widget is implemented. Correct me if I am wrong. When I create a
> column in the Datagrid, after naming it, I then have to click the column
> AGAIN to get it to refresh. Really frustrating.
> >
> > Bob S
> >
> >
> >> On Aug 1, 2019, at 08:08 , Paul Dupuis via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> I did see a bug when editing column names. Add a column. Type in the
> Column name. The click on the Column label field of the PI and types a
> label. Press tab, get an error "object does not have that property" and the
> Col # name references as the object. I think the closeField handler in the
> PI for the column name is broken.
> >>
> >> I report the bug I found to the Quality Center as
> https://quality.livecode.com/show_bug.cgi?id=22281
> >
> > ___
> > 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
>
___
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: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode

Yes indeed.

So some 'tiny' things we still have.

Also i had multiple lines of text on one row. I increased the row 
height. looked ok in the IDE but had the issue on mobile. I had to 
remove te DG and template, reopen the stack, and drag a new dg on it. 
After that 2 other DG's on other cards starts complaning they can't find 
their column behavior and opening the LC script of it, revsomething. So 
ultimately i also replaced these DG's(now without replacing the 
template). All works again.


This is kind of doable when the Style is form, but not when it is table.

If i do a dispatch"ResetList" to the group then i see the error again, 
so i commented it out.


So before every major change on a DG it's best to save a copy first.

Maybe i will report a bugreport on the increase issue.

But further i'm happy with the DG's as they have a lot of potential.


Op 1-8-2019 om 19:23 schreef Bob Sneidar via use-livecode:

That's a long standing issue and I think it has to do with the way the TreeView 
widget is implemented. Correct me if I am wrong. When I create a column in the 
Datagrid, after naming it, I then have to click the column AGAIN to get it to 
refresh. Really frustrating.

Bob S



On Aug 1, 2019, at 08:08 , Paul Dupuis via use-livecode 
 wrote:

I did see a bug when editing column names. Add a column. Type in the Column name. The 
click on the Column label field of the PI and types a label. Press tab, get an error 
"object does not have that property" and the Col # name references as the 
object. I think the closeField handler in the PI for the column name is broken.

I report the bug I found to the Quality Center as 
https://quality.livecode.com/show_bug.cgi?id=22281


___
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: increasing column width of DG keeps running

2019-08-01 Thread Bob Sneidar via use-livecode
That's a long standing issue and I think it has to do with the way the TreeView 
widget is implemented. Correct me if I am wrong. When I create a column in the 
Datagrid, after naming it, I then have to click the column AGAIN to get it to 
refresh. Really frustrating. 

Bob S


> On Aug 1, 2019, at 08:08 , Paul Dupuis via use-livecode 
>  wrote:
> 
> I did see a bug when editing column names. Add a column. Type in the Column 
> name. The click on the Column label field of the PI and types a label. Press 
> tab, get an error "object does not have that property" and the Col # name 
> references as the object. I think the closeField handler in the PI for the 
> column name is broken.
> 
> I report the bug I found to the Quality Center as 
> https://quality.livecode.com/show_bug.cgi?id=22281


___
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: increasing column width of DG keeps running

2019-08-01 Thread JJS via use-livecode

ok thanks.

I've never seen that error you describe. Only that sometimes when 
changing the standard column name into something else you'll have to do 
it twice.


But i use a programmatic approach for that.


Op 1-8-2019 om 17:08 schreef Paul Dupuis via use-livecode:

On 8/1/2019 9:23 AM, JJS via use-livecode wrote:

hi,


anyone ever had this:

Increase the column width of a DG by clicking on the increase button. 
in the property inspector, keep the mouse down until you think the 
column is wide enough.


Then it keeps running --read increasing the width-- forever, or until 
probably the max of 65000 somewhere.


Have this in all versions of LC in win10. But never made a bug report 
yet.


I can only stop this by ending LC in the task manager.

Have you seen this?



I develop under WIn10. Like Bob, I tend to type in numbers for column 
width rather than use the arrow, but I just created a new stack in 
LC905rc1, added a new DataGrid, created 2 columns and tried to resize 
the first column using the property inspector arrows. For Width, 
MinWidth and MaxWidth I could size upa nd down using the arrows 
without it continuing once I released the mouse.


I did see a bug when editing column names. Add a column. Type in the 
Column name. The click on the Column label field of the PI and types a 
label. Press tab, get an error "object does not have that property" 
and the Col # name references as the object. I think the closeField 
handler in the PI for the column name is broken.


I report the bug I found to the Quality Center as 
https://quality.livecode.com/show_bug.cgi?id=22281


___
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: increasing column width of DG keeps running

2019-08-01 Thread Paul Dupuis via use-livecode

On 8/1/2019 9:23 AM, JJS via use-livecode wrote:

hi,


anyone ever had this:

Increase the column width of a DG by clicking on the increase button. 
in the property inspector, keep the mouse down until you think the 
column is wide enough.


Then it keeps running --read increasing the width-- forever, or until 
probably the max of 65000 somewhere.


Have this in all versions of LC in win10. But never made a bug report 
yet.


I can only stop this by ending LC in the task manager.

Have you seen this?



I develop under WIn10. Like Bob, I tend to type in numbers for column 
width rather than use the arrow, but I just created a new stack in 
LC905rc1, added a new DataGrid, created 2 columns and tried to resize 
the first column using the property inspector arrows. For Width, 
MinWidth and MaxWidth I could size upa nd down using the arrows without 
it continuing once I released the mouse.


I did see a bug when editing column names. Add a column. Type in the 
Column name. The click on the Column label field of the PI and types a 
label. Press tab, get an error "object does not have that property" and 
the Col # name references as the object. I think the closeField handler 
in the PI for the column name is broken.


I report the bug I found to the Quality Center as 
https://quality.livecode.com/show_bug.cgi?id=22281


___
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: increasing column width of DG keeps running

2019-08-01 Thread Bob Sneidar via use-livecode
I can honestly say I have never used those controls. I type in the min, max and 
current width. I like round numbers. :-)

Bob S


> On Aug 1, 2019, at 06:23 , JJS via use-livecode 
>  wrote:
> 
> hi,
> 
> 
> anyone ever had this:
> 
> Increase the column width of a DG by clicking on the increase button. in the 
> property inspector, keep the mouse down until you think the column is wide 
> enough.
> 
> Then it keeps running --read increasing the width-- forever, or until 
> probably the max of 65000 somewhere.
> 
> Have this in all versions of LC in win10. But never made a bug report yet.
> 
> I can only stop this by ending LC in the task manager.
> 
> Have you seen this?


___
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