Search found 32 matches
- Mon Apr 20, 2026 11:42 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Displaying HTML in DataGrid (table mode) – supported or not?
- Replies: 4
- Views: 5785
Re: Displaying HTML in DataGrid (table mode) – supported or not?
Thanks Jeff, That confirms exactly what I was observing. I initially tried to do this in table mode, but HTML is clearly not supported there (it is either ignored or displayed as plain text). Your explanation about using form mode with real fields makes things much clearer. In my case (bridge scorin...
- Sun Apr 19, 2026 4:56 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Displaying HTML in DataGrid (table mode) – supported or not?
- Replies: 4
- Views: 5785
Displaying HTML in DataGrid (table mode) – supported or not?
Hello, I’m working with a DataGrid in table mode (not form) in LiveCode. I would like to display formatted text (HTML), for example something like: <b>Black</b> <font color="red">Red</font> <b>Black</b> or more concretely (bridge application): 5 ♥ E+2 where only the ♥ symbol is red. I have tried sev...
- Sun Mar 29, 2026 3:04 pm
- Forum: Mac OS
- Topic: File modification date unreliable in standalone (files() function)
- Replies: 3
- Views: 10360
File modification date unreliable in standalone (files() function)
Hi everyone, I’m working with LiveCode (native standalone, not HTML5), and I’m trying to retrieve the modification date of files programmatically. I’m using the files() function in its detailed (long) form, which should return several attributes including the modification date. However, while this w...
- Mon Feb 23, 2026 2:49 pm
- Forum: HTML5
- Topic: LiveCode HTML5 on iPhone – stack always cropped
- Replies: 0
- Views: 9333
LiveCode HTML5 on iPhone – stack always cropped
LiveCode HTML5 on iPhone – stack always cropped Hello, I have a LiveCode HTML5 app served from a local server (for example: http://192.168.1.51:8001/BridgeCalc.html). On iPhone (Safari), the stack is always cropped/truncated at startup: Part of the interface is outside the visible area. This happens...
- Thu Jan 29, 2026 12:19 pm
- Forum: HTML5
- Topic: HTML5 output: Diamond suit (♦) does not display correctly, others do
- Replies: 3
- Views: 11638
Re: HTML5 output: Diamond suit (♦) does not display correctly, others do
Thanks for the pointer. Yes, I am using Unicode symbols, specifically the standard card suit characters from the Unicode block U+2600 / U+2660–2667 (♠ ♥ ♦ ♣). What makes this issue confusing is that ♠, ♥ and ♣ display correctly in LiveCode HTML5 across platforms, while ♦ (U+2666, BLACK DIAMOND SUIT)...
- Wed Jan 28, 2026 11:51 am
- Forum: HTML5
- Topic: HTML5 output: Diamond suit (♦) does not display correctly, others do
- Replies: 3
- Views: 11638
HTML5 output: Diamond suit (♦) does not display correctly, others do
Hi all, I am generating HTML5 output with LiveCode (standalone HTML5). In my application, I need to display bridge card suits. The problem is the following: ♠ Spade, ♥ Heart and ♣ Club display correctly in HTML5 Only ♦ Diamond (Carreau) does not display correctly The same code works perfectly in nat...
- Mon Dec 13, 2021 12:37 pm
- Forum: Android Deployment
- Topic: My local IP address
- Replies: 28
- Views: 48672
Re: My local IP address
Hi Torsten and Jacqueline,
I just read your last posts. Everything is working fine. Thank you very much…
Best, Guy
I just read your last posts. Everything is working fine. Thank you very much…
Best, Guy
- Mon Feb 10, 2020 11:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Template script for DataGrid
- Replies: 4
- Views: 5406
Re: Template script for DataGrid
Hi,
Thanks for all your answers. I have the solution to my problem.
I used "Data Grid Helper 2.5" and all is now fine.
Best, Guy
Thanks for all your answers. I have the solution to my problem.
I used "Data Grid Helper 2.5" and all is now fine.
Best, Guy
- Sat Feb 08, 2020 10:27 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Template script for DataGrid
- Replies: 4
- Views: 5406
Template script for DataGrid
Hi, I created an option button in a column of a DataGrid. OK, it reacts as I want. I see there is a script for this option button with some handlers like "on FillInData pData", "on mouseDoubleUp pMouseBtnNum", ..... But how can I script this button to take an action when I click on it? In a standard...
- Sat Feb 08, 2020 3:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datagrid: changing cell style
- Replies: 25
- Views: 23887
Re: Datagrid: changing cell style
Hi, I created an option button in a column of a DataGrid. OK, it reacts as I want. I see there is a script for this option button with some handlers like "on FillInData pData", "on mouseDoubleUp pMouseBtnNum", ..... But how can I script this button to take an action when I click on it? In a standard...
- Sat Mar 10, 2018 3:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: HTML in DataGrids
- Replies: 2
- Views: 4042
Re: HTML in DataGrids
Because nobody answers to my post, I searched by myself... 😄 This is the simplest solution: - Create a button "X" on the same card of the DataGrid "Y" - Edit the script of this button: on FillInData pData set the htmltext of me to pData end FillInData - Obviously it's more beautiful to hide this but...
- Wed Mar 07, 2018 5:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: HTML in DataGrids
- Replies: 2
- Views: 4042
HTML in DataGrids
Hi,
How do I put HTML text in a DataGrid?
In a field I can use set the HTMLText of field "X" to "blablaHTML"...
But how to do the same thing in a DataGrid?
Thanks
How do I put HTML text in a DataGrid?
In a field I can use set the HTMLText of field "X" to "blablaHTML"...
But how to do the same thing in a DataGrid?
Thanks
- Fri Oct 20, 2017 4:03 am
- Forum: Android Deployment
- Topic: My local IP address
- Replies: 28
- Views: 48672
Re: My local IP address
Hi,
The networkInterfaces solution is good on Windows and OS X.
But not on Androïd...
answer the networkInterfaces gives empty!
Best, Guy
The networkInterfaces solution is good on Windows and OS X.
But not on Androïd...
answer the networkInterfaces gives empty!
Best, Guy
- Mon Oct 09, 2017 6:27 pm
- Forum: Android Deployment
- Topic: My local IP address
- Replies: 28
- Views: 48672
Re: My local IP address
I would suggest you submit a bug report because in my opinion these are very important commands for network usage or they should at least give us another way to get the device IP-Address and hostname and the abillity resolve other hostnames on android (and ios). let us know the results... Where do ...
- Sat Oct 07, 2017 12:05 pm
- Forum: Android Deployment
- Topic: My local IP address
- Replies: 28
- Views: 48672
Re: My local IP address
I think I didn't pose my question clearly: why use the IP address at all? Why not make the server calls using the domain name? I think you don't really understand my problem... The server is always on a PC or a Mac. The clients are always on an Androïd tablet. The communication protocol uses socket...