Mobile app resizing datagrid with altResize plugin

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
nicoloose
Posts: 99
Joined: Mon Sep 16, 2013 3:35 pm

Mobile app resizing datagrid with altResize plugin

Post by nicoloose » Sat Apr 06, 2019 12:05 pm

I have a datagrid populating from a remote server and my entire stack resizes correctly, EXCEPT for the datagrid. Screenshot attached.

I am using altResize plugin.

Is there anyone out there who may have encountered a similar issue?

I have tried editing the datagrid group and assigning altResize properties to almost every element and I cannot get it to work.

Thanks
Attachments
IMG_9313.PNG

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Mobile app resizing datagrid with altResize plugin

Post by jacque » Sat Apr 06, 2019 5:33 pm

That plugin is very old and was made long before we had datagrids, so they probably aren't supported. You'll probably need to resize it yourself in a handler.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

nicoloose
Posts: 99
Joined: Mon Sep 16, 2013 3:35 pm

Re: Mobile app resizing datagrid with altResize plugin

Post by nicoloose » Tue Apr 09, 2019 9:38 am

Hi Jacque,
The plugin is still rather useful, especially for someone whose technical and scripting skills are as limited as mine. I am moving away from the datagrid idea as I have too little time to work it out. The app must go live in a month and I still need to have all the testing done.

** Hangs head in shame **

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Mobile app resizing datagrid with altResize plugin

Post by jacque » Tue Apr 09, 2019 5:51 pm

BTW, is that a segmented control at the bottom of the card? If so, how did you get the underlines beneath the icons?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply