Search found 40 matches

by prometheus
Wed Aug 23, 2023 8:04 pm
Forum: Talking LiveCode
Topic: Polygrid questions...
Replies: 5
Views: 4752

Re: Polygrid questions...

Totally agree, that would be very useful to have
by prometheus
Wed Aug 23, 2023 2:18 pm
Forum: Talking LiveCode
Topic: Polygrid questions...
Replies: 5
Views: 4752

Re: Polygrid questions...

Regarding the alignment you could get the pgColumns, iterate over each key modifying the contentAlignment, something like this: on mouseup setColumnAlignment "right,left,right,right" end mouseup command setColumnAlignment pAlignments local tColumns local tColCount put the pgColumns of widget "PolyGr...
by prometheus
Wed Aug 23, 2023 2:04 pm
Forum: Talking LiveCode
Topic: Polygrid questions...
Replies: 5
Views: 4752

Re: Polygrid questions...

The syntax
set the pgColumnWidths of widget "rwTableview" to "300,75,75,75,75,75,75,75,75"

is the right one, it works for me
Also you can use property 'tabStops', is a synonym for 'pgColumnWidths '
by prometheus
Fri Mar 10, 2023 5:36 pm
Forum: Talking LiveCode
Topic: new widget Chart
Replies: 9
Views: 2479

Re: new widget Chart

No need to add a browser widget if you select inclusions manually on the standalone settings. Actually if you add a browser widget even if it is hidden that would add an extra load to the app. That's why I rather to select inclusions manually You probably missed this one: The Widget is activited un...
by prometheus
Fri Mar 10, 2023 4:27 pm
Forum: Talking LiveCode
Topic: new widget Chart
Replies: 9
Views: 2479

Re: new widget Chart

No need to add a browser widget if you select inclusions manually on the standalone settings.
Actually if you add a browser widget even if it is hidden that would add an extra load to the app.
That's why I rather to select inclusions manually
by prometheus
Thu Mar 09, 2023 10:36 pm
Forum: Talking LiveCode
Topic: new widget Chart
Replies: 9
Views: 2479

Re: new widget Chart

You need to manually add the Browser widget to the standalone inclusions.
by prometheus
Mon Mar 06, 2023 3:30 pm
Forum: Talking LiveCode
Topic: How to: what is the last update on Json/array conversion?
Replies: 8
Views: 2295

Re: How to: what is the last update on Json/array conversion?

Hi Trevix

Have you tried this one?
https://github.com/Ferruslogic/PhotonJSON

I've got success with this one when others has failed
by prometheus
Sun Dec 25, 2022 8:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7774

Re: polylist number of row limit

Hello everyone, No, there is no such limit for any of the 'Poly' widgets, both of them are built on LCB so they draw at a low level, their rows and columns has no the limitations present on DataGrid with the number of rows/columns. Regarding the itemCache, it speeds up the performance on PolyList bu...
by prometheus
Sat Dec 24, 2022 4:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: polylist number of row limit
Replies: 24
Views: 7774

Re: polylist number of row limit

Hi terryho, I think theoretically there is a limit, it all depends on how much memory the computer has, and how much memory the program can handle/address, I have tested it with about 100 000 rows without issues, please let me know if you go further and if you find a limit :)
by prometheus
Wed Dec 14, 2022 3:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: popup <widget>
Replies: 13
Views: 3141

Re: popup <widget>

Do you have a working example of a datePicker widget as popUp? What does it return and how do you trap it? Kind regards Bernd Hi Bernd , I had done this with a date picker without really looking into it in depth - having looked at it again, I get the impression that a particular 'version' of the wi...
by prometheus
Wed Dec 14, 2022 3:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: popup <widget>
Replies: 13
Views: 3141

Re: popup <widget>

Further to this, I tried the following but although I can get a 'prototype' polygrid on a different page to render as a popup, it causes an error: - I create a 'prototype' polygrid that is meant to be used as a popup and noted it's ID. - I created a button (as a test) on a different card with the s...
by prometheus
Wed Nov 30, 2022 10:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the formattedwidth of super power button
Replies: 9
Views: 2424

Re: Get the formattedwidth of super power button

Richard I think that reduces it to a matter of individual preference, I use that one because it has what I need, without any extra coding I have: A nice ripple effect Gradients Full control of the label and icon positioning Ability to work as a switch/checkbox A lot of color customization possibilit...
by prometheus
Wed Nov 30, 2022 6:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the formattedwidth of super power button
Replies: 9
Views: 2424

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 Hey Terry, not sure in what scenario are you doing this, and what exactly you need but why don't you just submit a feature request here: https:...
by prometheus
Sat Nov 26, 2022 7:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the formattedwidth of super power button
Replies: 9
Views: 2424

Re: Get the formattedwidth of super power button

richmond62 wrote:
Sat Nov 26, 2022 5:21 pm
From my reading of the LC Dictionary I am not sure if
formattedWidth can be used for widgets.
Just if it is implemented by the author
by prometheus
Sat Nov 26, 2022 7:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Get the formattedwidth of super power button
Replies: 9
Views: 2424

Re: Get the formattedwidth of super power button

I think PowerButton is LiveCode's, they might look similar since (I guess) they might have some material guidelines in the design, I have used both, and they are not the same, not even close, so there are no formattedWidth property on the power button, just get its width

Go to advanced search