Search found 452 matches

by CAsba
Sat Jan 17, 2026 5:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid not showing data
Replies: 5
Views: 10342

DataGrid not showing data

Hi,
My dg has just 2 columns and 12 lines of data, all visible when clicking on the third icon from left in inspect mode. and with colours assigned under the sixth icon from the left. The problem is that when in operating mode none of the data is visible.
I can edit the data (that remains ...
by CAsba
Fri Sep 12, 2025 5:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ask function problem
Replies: 3
Views: 12292

Re: Ask function problem

I re-installed version 10.0. It seems to havr fixed it.
by CAsba
Fri Sep 12, 2025 5:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ask function problem
Replies: 3
Views: 12292

Re: Ask function problem

Update, I have now discovered that the same problem with Ask is on all the cards now; they all DID work perfectly.
by CAsba
Fri Sep 12, 2025 1:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ask function problem
Replies: 3
Views: 12292

Ask function problem

Hi,
In my project I am using many Ask dialogs, with no problems.
However, on one particular card - getting user address line1, line2, etc., on clicking the button that activates the ask dialog, the button itself reacts to the click, but nothing else happens - the dialog box is not presented; also ...
by CAsba
Thu Sep 11, 2025 11:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Recent scripts list
Replies: 10
Views: 12784

Re: Recent scripts list

Not in a bind anymore, got to grips with it...
by CAsba
Thu Sep 11, 2025 11:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Recent scripts list
Replies: 10
Views: 12784

Re: Recent scripts list

The thread of 2024 was in fact mine !
But now I'm in a bind. Taking advice from the 2024 thread I deleted the preferences file C:\users\charles\appdata\roaming\runrev\preferences\livecode7.
Now I can't access my stack.
How can I run my stack CAsba accounts.livecode ?
by CAsba
Thu Sep 11, 2025 10:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Recent scripts list
Replies: 10
Views: 12784

Recent scripts list

Hi all,
My 'Recent Scripts' list is not updating; it appears to be full as the only change that it shows is the top of the list, all the script button references below the top one are staying the same. Is there a reset or something that I don't know of?
by CAsba
Fri Aug 29, 2025 10:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Underline first letter
Replies: 8
Views: 14080

Underline first letter

Hi all,
Is there a way to underline the first character of a button's label ? In this case, an underlined 'N' at the beginning of 'Next' would indicate to the user that a keyboard shortcut is available (Ctrl + N).
by CAsba
Thu Aug 21, 2025 3:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

Hi Klaus,
I am a native of the United Kingdom of GREAT (get that ?, GREAT) Britain. Not to be confused (under any circumstances - torture, political waffle) with the European Union. A free-born Englishman, travelled the Orient, Africa, the Middle East, and now safely back home, struggling with ...
by CAsba
Thu Aug 21, 2025 8:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

HI all,
I think I finally got it figured with this code
if fld "dateready" is 3 then
set the itemdelimiter to "/"
put word 1 of fld "startday" into sday
put word 1 of fld "startyr" into syr
put word 1 of fld "startmth" into smth
put smth & "/" & sday & "/" & syr into tdate2
put sday ...
by CAsba
Wed Aug 20, 2025 8:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

Just you I'm guessing,

Code: Select all

fld "dateready" is 3
as in

Code: Select all

fld "dateready" = 3
by CAsba
Wed Aug 20, 2025 6:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

Hi Klaus,
Here is the code..
if fld "dateready" is 3 then
set the itemdelimiter to "/"
put word 1 of fld "startday" into sday
put word 1 of fld "startyr" into syr
put word 1 of fld "startmth" into smth
put sday & "/" & smth & "/" & syr into tdate
put sday & "/" & smth & "/" & syr into tdate2 ...
by CAsba
Wed Aug 20, 2025 3:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

Klaus,
I forgot to say, the code you sent me didn't do it.
by CAsba
Wed Aug 20, 2025 3:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

Hi Klaus,
I don't think I picked up a hint about systemdate in a previous thread..
I'm now trying to find how to change 24/3/25 into a systemdate (?) other than writing some complex script to move the dateitems of it to new positions.
by CAsba
Wed Aug 20, 2025 3:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with date
Replies: 30
Views: 88848

Re: Problem with date

Hi Klaus,
I didn't get your input until after I sent mine !
Two ships in the night..