Search found 13579 matches

by Klaus
Fri Jun 14, 2024 12:42 pm
Forum: Talking LiveCode
Topic: What is the point???
Replies: 26
Views: 356

Re: What is the point???

Could you please finally "resolve" the "Debugging and 'go cd x of stack y" thread?
viewtopic.php?f=9&t=39149
by Klaus
Wed Jun 12, 2024 6:33 pm
Forum: Talking LiveCode
Topic: Debugging and 'go cd x of stack y'
Replies: 21
Views: 342

Re: Debugging and 'go cd x of stack y'

But he did NOT write:

Code: Select all

go cd x of stack y in window of THIS stack
by Klaus
Wed Jun 12, 2024 2:20 pm
Forum: Talking LiveCode
Topic: Debugging and 'go cd x of stack y'
Replies: 21
Views: 342

Re: Debugging and 'go cd x of stack y'

Bonjour Francois,

can you please post the complete script?

Maybe there is something else going on, a simple "go cd xyz of stack zxy"
should not crash or something.

Best

Klaus
by Klaus
Tue Jun 11, 2024 12:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Export card as PDF ?[solved]
Replies: 7
Views: 203

Re: Export card as PDF ?

WHAT?
Do you want your money back? 8)
by Klaus
Tue Jun 11, 2024 9:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Export card as PDF ?[solved]
Replies: 7
Views: 203

Re: Export card as PDF ?

Bonjour Jean-Paul, yes, we can "open pringint fo PDF ..." Example to "export" card 1 of your stack to a PDF file: ... ## Here you can let the user select a filename for the PDF... ## answer file "Select a filename for the PDF file:"... ## I will use a static filename on the desktop for this example:...
by Klaus
Thu Jun 06, 2024 12:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there any way to position a field "above" the chart widget
Replies: 13
Views: 458

Re: Is there any way to position a field "above" the chart widget

richmond62 wrote:
Thu Jun 06, 2024 11:40 am
You could try GROUPING the chart widget . . .
8)
Doesn't work!
by Klaus
Thu Jun 06, 2024 11:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there any way to position a field "above" the chart widget
Replies: 13
Views: 458

Re: Is there any way to position a field "above" the chart widget

Hi Bruce,

you are talking about the new Chart widget in LC 10.x, right?
I can confirm this behaviour and consider this a bug.

Please report it here: https://quality.livecode.com

Best

Klaus
by Klaus
Thu Jun 06, 2024 9:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: IDE won't load -- sudden new issue
Replies: 5
Views: 280

Re: IDE won't load -- sudden new issue

Mac users will find it here: /Users/<your username>/Library/Preferences/RunRev/livecode7.rev
by Klaus
Wed Jun 05, 2024 1:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting sum of column cells between two dates
Replies: 10
Views: 449

Re: Getting sum of column cells between two dates

Hi CAsba, 1. the RETURN keyword will leave the current handler immediately, so the next line with the ANSWER will never get executed!. 2. put the dgDataOfLine[theLine] of group "datagrid 1" into pText will put an ARRAY into pText, so you will need to loop through the keys of this array. 3. AND this ...
by Klaus
Tue Jun 04, 2024 12:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting sum of column cells between two dates
Replies: 10
Views: 449

Re: Getting sum of column cells between two dates

Sorry, not sure what you mean exactly.
Maybe you can provide a screenshot of your DG with some info?
by Klaus
Thu May 23, 2024 10:32 am
Forum: Talking LiveCode
Topic: LiveCode Button Click Not Updating Label
Replies: 2
Views: 467

Re: LiveCode Button Click Not Updating Label

Hi samantha33, welcome to the forum! Your script will put the short date into a variable named: myLabelText But you want to set the property LABEL of that button: on mouseUp set the LABEL of me to the short date end mouseUp Best Klaus P.S. Personal note: A little "Hello" or something would not have ...
by Klaus
Tue May 21, 2024 3:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to delete row in the polygrid?
Replies: 10
Views: 966

Re: how to delete row in the polygrid?

Hi lemodizon,

the new widgets have a sometime laughable syntax!? :?
To delete a line in a PolyGrid use:

Code: Select all

...
answer "The selected line var is : " & theLine
set the pgDeleteRow of widget "pgDetails" to theLine
...
8)

Best

Klaus

Go to advanced search