Search found 26 matches

by gilgml
Sat Nov 20, 2021 12:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

Okay, i found how to do it. Copy the button to add, then, while in edit group mode, Edit menu then 'paste objects'. Then stop editing group. Now i've got to proove that the adjonction of this new object in the group is reflected on other cards. But the way to do it is understood. Thank you for takin...
by gilgml
Sat Nov 20, 2021 11:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

Thank you.
I understand the way to do it generally speaking, but when using the ide, i cannot see what you mean : After having clicked on "Edit Group" only the group stay visible, but the button to add to the group is no more here ! so i cannot "Drag a button to the group and edit it if you want" ! :(
by gilgml
Fri Nov 19, 2021 12:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

Thanks for taking care.
How can i add a button to a group ?
by gilgml
Tue Nov 16, 2021 8:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

@jacque Just for the record because i told you it was only the beginning of a project, so don't waste time please, both IDs are the same ! hovering first line.png hovering 2nd line.png And the same for 'duplicate' buttons, they share the same ID ( ex 1028 of group 1021 of card 1002 of stack Xxx ) Ha...
by gilgml
Tue Nov 16, 2021 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

@dunbarx i've understood that there is <> 'methods to achieve the goal. You made it clear how to react in front of one situation or another ( say emergency vs pre-planing ) Thank you. Now, during practice, i probably made errors. @jacque You can click the Layer header label to see how the controls a...
by gilgml
Mon Nov 15, 2021 1:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

@richmond62 When i use your suggestion, and observe objects with RevApplicationOverview ( Kudos ), i can see now that on the first card of the stack, i have what can be taken for duplicates fields and groups. Capture d’écran 2021-11-15 à 03.09.07.png They live ( ? ) in the first six lines and the tw...
by gilgml
Mon Nov 15, 2021 2:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

Check the "sharedtext" property to share the same content across cards... Works fine ! Great ! if you create a group on the first card in a new stack, and set its backGroundBehavior, then whenever you then create a new card, that group will automatically be copied as well. Delicious ! Awesome !
by gilgml
Fri Nov 05, 2021 10:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Re: Using 'common' objects across multiple cards

Hello, many thanks 8) @Klaus 1 I did the way the doc said, grouped the buttons and used the same group on subsequent cards ( navigate to other cards and Ide.Menu.Object.Place group ) like in https://lessons.livecode.com/m/4071/l/13031-how-do-i-use-the-same-controls-on-multiple-cards I did close the ...
by gilgml
Thu Nov 04, 2021 6:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using 'common' objects across multiple cards
Replies: 21
Views: 9911

Using 'common' objects across multiple cards

Hey there ! I begin to use same controls on multiple cards. It works fine with buttons. 1°) - However, the project browser is looking different as usual ( attached ) I can understand that the controls are repeated on each card, but on CARTOP, as you can see, there are blank lines... If it is the usu...
by gilgml
Sat Aug 28, 2021 8:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Autocompletion
Replies: 22
Views: 11049

Re: Autocompletion

Thank you.

I was wondering for variable autocompletion, if possible across handlers, and anywhere in the same script.
And also command and function names.

Thank you jacque, i noticed the very handy 'pairing' of brackets and etc and control structures.

Not worth the price, so.
by gilgml
Fri Aug 27, 2021 2:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Autocompletion
Replies: 22
Views: 11049

Re: Autocompletion

Hello !

Sorry for keeping you waiting because i thought i was Email notified, and was not.

If it is a source of trouble, i will double check, but about identifiers i meant variable names yes, and command and function names.
IMHO, this is were it becomes really handy.
by gilgml
Tue Aug 24, 2021 10:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Autocompletion
Replies: 22
Views: 11049

Autocompletion

Hey there, vibrant and helpful community :D

I am thinking about buying community +

I have a question about Autocompletion :
Does it show you the identifiers you declared/used above or before in the stack ?

If i remember well, visual studio code did it.