In LC image data refers to the pixel data of the image where each pixel is represented by 4 bytes, in the case of the polylist it means the actual data of the image file, equivalent to text property of image controls.
In the case of image-path it refers to a path to a image file, which I recommend ...
Search found 4 matches
- Sat Jun 07, 2025 1:54 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PolyList and content-type = image-data
- Replies: 3
- Views: 47837
- Tue Jun 03, 2025 1:18 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PolyList and content-type = image-data
- Replies: 3
- Views: 47837
Re: PolyList and content-type = image-data
The first form should work, make sure your polylist has a sub item with image-data type named "wind"
You can provide a sample stack with the issue if you need further help or PM at me
Image-data type actually accepts the text property content of images
You can provide a sample stack with the issue if you need further help or PM at me
Image-data type actually accepts the text property content of images
- Sun Jul 28, 2024 4:13 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Polygrid - text wrapping
- Replies: 3
- Views: 21118
Re: Polygrid - text wrapping
Hello @bbalmerTotalFluency
for this to work you'll need to set the contentType of the column to text-multiline, and maybe increase the rowHeight of the widget to allow several lines to fit vertically
for this to work you'll need to set the contentType of the column to text-multiline, and maybe increase the rowHeight of the widget to allow several lines to fit vertically
- Sat Jul 13, 2024 4:04 pm
- Forum: LiveCode Builder
- Topic: Reading Characters from a string
- Replies: 3
- Views: 35594
Re: Reading Characters from a string
(I'm assuming you are on mac)
Ignore extra "\" on the strings with "."
The expected result for your handler would be:
"Library version 1\.14\.58-7 on OS : mac"
(Taken from the Dictionary)
Returns a string describing the operating system that LiveCode is running on. The possible values are ...
Ignore extra "\" on the strings with "."
The expected result for your handler would be:
"Library version 1\.14\.58-7 on OS : mac"
(Taken from the Dictionary)
Returns a string describing the operating system that LiveCode is running on. The possible values are ...