Search found 130 matches

by Fjord
Thu Nov 24, 2022 10:22 pm
Forum: iOS Deployment
Topic: Get a provisioning profile for iOS standalone
Replies: 4
Views: 2470

Get a provisioning profile for iOS standalone

I have macOS Big Sur 11.7.1, Xcode 12.1 which is the correct version for my LC 9.6.2. I get the green square in 'Standalone Application Settings'. I can build a MacOS standalone. I want to create an iPhone app for my own personal use (no selling, no App Store). I did that years ago but things have c...
by Fjord
Thu Aug 04, 2022 9:15 am
Forum: Talking LiveCode
Topic: Where store my general use scripts library?
Replies: 30
Views: 12730

Re: Where store my general use scripts library?

"Should be"? Why?
OK, I take back that a plugin "should" be a script-only stack.
by Fjord
Thu Aug 04, 2022 7:53 am
Forum: Talking LiveCode
Topic: Where store my general use scripts library?
Replies: 30
Views: 12730

Re: Where store my general use scripts library?

multi-developer team (…) That's why script-only stacks were invented. That's an opinion. Or did you see that mentioned in a document from the LC team? Not many people around here know for sure (doc…) the answer to my question: can I use script-only stacks as plugins? . I asked in case someone here ...
by Fjord
Wed Aug 03, 2022 4:58 pm
Forum: Talking LiveCode
Topic: Where store my general use scripts library?
Replies: 30
Views: 12730

Re: Where store my general use scripts library?

Thanks, but I'm afraid you didn't really read the questions I asked, which was NOT 'where should I drop my files' (that was solved August 2021), but why can't I seem to use a script-only stack as a plugin?
by Fjord
Wed Aug 03, 2022 11:15 am
Forum: Talking LiveCode
Topic: Where store my general use scripts library?
Replies: 30
Views: 12730

Re: Where store my general use scripts library?

Back to that same subject, almost one year later: I put my general purpose stacks 'Scripts.livecode' in Dropbox/Livecode Extensions/Plugins. Works all right. Today I tried to make that stack a script-only stack, because that's what it should be, basically. 1) I copied the stack script from 'Scripts....
by Fjord
Sat Jul 23, 2022 3:03 pm
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

@RCozens: not a bad idea, of course, except for the fact that I have a MacBook Pro, so no multi-button mouse. :( but maybe I could tune some system pref to simulate a multi-button mouse? BTW, how do you use your software on a portable Mac?
by Fjord
Tue Jul 05, 2022 11:38 am
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

@Dunbar: Try this on a new card: CODE: SELECT ALL on functionKey tkey answer tkey end functionKey Note that you first have to go to the"Short Cuts" pane in the "keyBoard" pane in "System Preferences" and check the "Use F1, F2, etc keys..." Interesting to know that… except for the fact that I couldn'...
by Fjord
Tue Jul 05, 2022 11:30 am
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

@Richard: The bigger challenge here seems less a technical concern in the messaging as much as a usability concern with having to remember a hidden option and also the means of revealing that option. We spend so much time making our own software it's easy to forget how much time users spend with sof...
by Fjord
Sat Jun 04, 2022 5:50 pm
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

@richmond62: sorry, I disagree. 1º shift and option have the same problem as the command key: you can’t get the fact that they are pressed without pressing another key (AFAIK) 2° function keys: I don’t know how to use these but that’s drifting from my original post. All I was thinking of in my origi...
by Fjord
Sat Jun 04, 2022 8:05 am
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

@mtalluto: I do not really understand; what's the mouse got to do with the problem I stated at the start of this thread?
by Fjord
Fri Jun 03, 2022 11:19 pm
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

@Fjord. But do you see how this can work?
Sure. I used HC a lot when I was a bit younger, 30+ years ago. :D
by Fjord
Fri Jun 03, 2022 7:33 am
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Re: Change button label by pressing the command key

Wow! Thanks to all! At least I’ll stop searching the doc for a message.
Still, it is somehow sad that pressing a modifier key can’t be reflected visually by modifying the interface. :cry:
by Fjord
Thu Jun 02, 2022 9:49 pm
Forum: Talking LiveCode
Topic: Change button label by pressing the command key
Replies: 34
Views: 10299

Change button label by pressing the command key

Hi, I'm wondering how / if I can change a button label just by holding, say, the command key. I have a button script along these lines: on mouseUp    if the eventCommandKey is up then      do something on the current card   else do the same thing on all cards end mouseUp It would be much neater to h...
by Fjord
Sun Mar 20, 2022 12:35 pm
Forum: Mac OS
Topic: Trying to build a MacOS standalone: need Xcode?
Replies: 41
Views: 30110

Re: Trying to build a MacOS standalone: need Xcode?

I had to delete Xcode 12.1.1 and install Xcode 11.3.1 and everything works, finally. Thanks to all!
by Fjord
Mon Mar 14, 2022 4:01 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Publish/subscribe?
Replies: 8
Views: 2988

Re: Publish/subscribe?

@Richard
can you describe how behaviors are insufficient in your app's model?
Actually, what I’m looking for is a systematic design strategy, applicable in LC.
What is you strategy to build an app around behaviours?
Could you be so kind to point me to some docs?

Go to advanced search