Search found 125 matches

by terryho
Mon Mar 06, 2023 3:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying Chinese chars - straight forward?
Replies: 16
Views: 3560

Re: Displaying Chinese chars - straight forward?

Hi, Please see my apps in both ios and android store. My apps is 100% Chinese character. Please see the following link : ios https://apps.apple.com/us/app/%E5%87%BA%E8%A1%8C%E8%A8%A3%E9%A3%9B%E6%98%9F%E8%90%AC%E5%B9%B4%E6%9B%86/id1074661768?l=zh&ls=1 Android https://play.google.com/store/apps/detail...
by terryho
Mon Jan 23, 2023 12:45 pm
Forum: Android Deployment
Topic: API Level 31
Replies: 2
Views: 2444

Re: API Level 31

Hi All,

Please ignore this post. Which I can submit my apps by using 9.6.9 (rc 2)

Regards

Terry Ho
by terryho
Sat Jan 21, 2023 7:10 am
Forum: Android Deployment
Topic: API Level 31
Replies: 2
Views: 2444

API Level 31

Hi All, I try to update my app to google, it reject my update and require my app to use api level 31 I find following in Google : "New apps must target Android 12 (API level 31) or higher; except for Wear OS apps, which must target Android 11 (API level 30) or higher. Starting in January 2023, app u...
by terryho
Sun Jan 01, 2023 2:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7769

Re: polylist number of row limit

Hi all

Polylist does't need extra codeing to make it smooth scrolling in mobile platform. While the DG we need more codeing in it.

Regards

Terry Ho
by terryho
Sat Dec 31, 2022 12:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7769

Re: polylist number of row limit

Hi I did not explain clear. DG row limit is happen in mobile platform, while in desktop I think it is more row. Polylist can have better perforamce, which not load all data in one time. The inifinitelist example demo the late loading of data, which is more easy to use then DG. Regards Terry Ho Happy...
by terryho
Thu Dec 29, 2022 3:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7769

Re: polylist number of row limit

Hi > I don't believe that's true. Indeed, the DG was invented to get past the 32k pixel limit on rendered group objects. In the past I had this problem. But did not make a full test on DG2. If I'm wrong, please correct me. Attach is the stack, which I change the speedtest to add polylist in the test...
by terryho
Thu Dec 29, 2022 3:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: load svg data into signature widget
Replies: 2
Views: 1272

Re: load svg data into signature widget

Hi

Thanks your help. I think I need to improve my search skill.

Regards

Terry Ho
by terryho
Wed Dec 28, 2022 4:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: load svg data into signature widget
Replies: 2
Views: 1272

load svg data into signature widget

Hi, Does anyone can point me the way to import the svg path data into the signature widget? I under signature widget lesson, I can export the signature widget data in a text file, but fail to import it into signature widget. Which return error in some data format, what format of data to use in livec...
by terryho
Mon Dec 26, 2022 8:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7769

Re: polylist number of row limit

Hi, Thanks your hints. Yes, I have test on Polygrid and Polylist. Discover that : Polygrid is good for table Polylist can have more option on table style, fonts and graphic. Also it can design to not load all data in one time. So under different situation, we can use datagrid, polygrid and polylist....
by terryho
Sun Dec 25, 2022 9:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7769

Re: polylist number of row limit

Hi Has I know datagrid has a limit of row around 32,000 row, also it will depend of the formatted height of the datagrid. If each row is more height, then the number of row will be decrease. I see there is a parameter of Polylist which is the "item cache", I think it will increase the performance. B...
by terryho
Sat Dec 24, 2022 1:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7769

polylist number of row limit

Hi All,

I see an example for widget "polylist" - "InfiniteList", does there is limit to load number of row in the polylist?

In datagrid, there is a limit to load number of row in the datagrid, does this have the same limit in polylist?

Regards

Terry Ho
by terryho
Sat Dec 17, 2022 8:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to remove responsive layout
Replies: 5
Views: 1710

Re: How to remove responsive layout

Hi All,

Thanks for help. I find the property and delete it.
But it seems there is bug in it. I will try and find the bug and report to Quality.

Regards

Terry Ho
by terryho
Fri Dec 16, 2022 7:52 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to remove responsive layout
Replies: 5
Views: 1710

How to remove responsive layout

Hi Yesterday, I had try and test responsive layout on a sample stack. I don't know what I click and make it un-control in server cards. Is there a way or script to clear out all responsive layout in the stack or card? It seems in the magic platter there is no such setting. Regards Terry Ho
by terryho
Wed Nov 30, 2022 2:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the formattedwidth of super power button
Replies: 9
Views: 2420

Re: Get the formattedwidth of super power button

Hi all,

Just solve it. By create a hide button, put the power button in this hide button and under this hide button to calculate fontsize.

Regards

Terry Ho
by terryho
Sat Nov 26, 2022 5:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the formattedwidth of super power button
Replies: 9
Views: 2420

Get the formattedwidth of super power button

Hi all, I try to use the following to get the formattedwidth of a widget "super power button" put the formattedwidth of widget "superpowerbutton1" into aval answer aval but the answer is empty. Does there any method to get the formattedwidth of the widget? Regards Terry Ho

Go to advanced search