data grid on Android

2013-09-25 Thread Nicolas Cueto
Not knowing much about data grids in general, let alone on mobile, I'm studying the sample stack from LiveCode Lessons on this topic. On the desktop, all's ok. On my Android device, some problems. How to find out the vertical length of data when it's taller than the datagrid object? How to imple

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
Hmm... Hello? Is there anybody in there? Just nod if you can hear me... With the number of messages mistakenly labelled as spam, thought I'd try. On Thu, Sep 26, 2013 at 3:35 PM, Nicolas Cueto wrote: > Not knowing much about data grids in general, let alone on mobile, I'm > studying the sample

Re: data grid on Android

2013-09-26 Thread Charles E Buchwald
Hi Igor, I'm not that good with datagrids myself, but... I think to find the total height of the content of the datagrid, you have to use the formattedHeight property. To implement scrolling on Android, you use mobileControlCreate to create a mobile scroller control, which you then use to send

Re: data grid on Android

2013-09-26 Thread Tim Selander
{{Nod}} Saw your post, but can offer no help. Sorry :-/ Tim Selander Tokyo, Japan On 9/27/13 7:25 AM, Nicolas Cueto wrote: Hmm... Hello? Is there anybody in there? Just nod if you can hear me... With the number of messages mistakenly labelled as spam, thought I'd try. On Thu, Sep 26, 2013 a

Re: data grid on Android

2013-09-26 Thread Terry Judd
On 27/09/2013, at 08:39 AM, Charles E Buchwald wrote: > Hi Igor, > > I'm not that good with datagrids myself, but... > > I think to find the total height of the content of the datagrid, you have to > use the formattedHeight property. The datagrid has its own version of formattedHeight - dgForm

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
Thanks, Charles. Who's Igor? Stravinsky? ^_^ About scrolling. I'd sure welcome a sample stack for Android with a scrolling **datagrid**, specially when the content length is not fixed. BTW, in the LiveCode Lesson "Creating a native scroller to scroll a field" there happens to be a discussion on

Re: data grid on Android

2013-09-26 Thread Charles E Buchwald
Whoops... Sorry, Nicolas, don't know where I got "Igor"! On 26 Sep 2013, at 6:14 PM, Nicolas Cueto wrote: > Thanks, Charles. Who's Igor? Stravinsky? ^_^ > > > About scrolling. I'd sure welcome a sample stack for Android with a > scrolling **datagrid**, specially when the content length is not

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
On Fri, Sep 27, 2013 at 8:01 AM, Terry Judd wrote: > Actually your best bet is probably just to grab Monte's > mergDataGridScroller control from the mergExt website Thanks, Terry. I just did, but don't understand this instruction: "This control is a wrapper around a datagrid. When you drop it o

Re: data grid on Android

2013-09-26 Thread Monte Goulding
On 27/09/2013, at 9:35 AM, Nicolas Cueto wrote: > On Fri, Sep 27, 2013 at 8:01 AM, Terry Judd wrote: > >> Actually your best bet is probably just to grab Monte's >> mergDataGridScroller control from the mergExt website > > > Thanks, Terry. > > I just did, but don't understand this instruction