Search found 121 matches

by PBH
Sun Dec 03, 2023 1:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Color to Black & White
Replies: 34
Views: 101704

Re: Color to Black & White

John,

Check out this lesson from LiveCode;

https://lessons.livecode.com/m/4071/l/2 ... -grayscale

It looks like it should help you.

Paul
by PBH
Thu Nov 23, 2023 4:23 pm
Forum: Talking LiveCode
Topic: Field with placeholder/hint text
Replies: 29
Views: 54716

Re: Field with placeholder/hint text

Stam, Out of curiosity I played with this for a short while, I made the following changes targeting the field's autoHilite and it seems to work as far as I can tell, but obviously you'll need to test thoroughly as there may be other scenarios where you need to set the autoHilite to true or false. Ho...
by PBH
Wed Nov 15, 2023 2:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: livecode and the iOS clipboard
Replies: 2
Views: 2692

Re: livecode and the iOS clipboard

I came across this a few years ago and IIRC this is an Apple issue, not a LiveCode issue. I believe it’s to do with the tighter security on iOS so the developer doesn’t have any control over the clipboard, only the end user (and probably Apple) has that privilege. I must admit though that I haven’t ...
by PBH
Sun Nov 12, 2023 4:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Magic pallete error
Replies: 2
Views: 3978

Re: Magic pallete error

I have seen this error, it was a while ago now, but I’m pretty sure it went away by installing the latest update which you should find available in your LC account.

Paul
by PBH
Wed Aug 16, 2023 5:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Am I screwed? iOS 16.6 and livecode 10.0.0.5(dp)
Replies: 3
Views: 5877

Re: Am I screwed? iOS 16.6 and livecode 10.0.0.5(dp)

It is possible, I can build with both LC 9.6.9 and LC 10.0.0-dp5 using Xcode 14.2, then upload to iPhone and iPad, both running on iOS16.6 while using Xcode 14.2 or 14.3.1 just for the upload. My advice would be to make sure your Apple Developer account is fully up-to-date, including the list of reg...
by PBH
Sat Feb 04, 2023 5:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Place unSubscribe button on an email
Replies: 6
Views: 4169

Re: Place unSubscribe button on an email

I don’t see this as a LiveCode problem, (afaik) you can’t just add a LC button to an email message even if the email is generated using LC, however, you can add a formatted link in most email apps, the following should work if you can embed it… mailto:you@youremail.com?subject=Unsubscribe%20=Please%...
by PBH
Tue May 17, 2022 3:55 am
Forum: Talking LiveCode
Topic: What was lost, now is found
Replies: 2
Views: 1759

Re: What was lost, now is found

The "Apply" button compiles with a click of the mouse without having to save the stack. Just a side note for anyone that didn't know, the 'Enter' key also complies the script, whereas the 'Return' key doesn't. If you don't have an extended keyboard, then CMD-Return does the same, I assume that woul...
by PBH
Wed Feb 16, 2022 6:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: draggable image
Replies: 29
Views: 9876

Re: draggable image

A while ago, I used a sample stack by Peter Haworth on the LiveCode Share site, it explains pretty well how to do exactly what you are asking. It works on the same stack or between stacks.

Link here: https://livecodeshare.runrev.com/stack/614/DragExample

Paul
by PBH
Sat Jan 29, 2022 4:15 am
Forum: Talking LiveCode
Topic: [ANN] Open Source Offering
Replies: 5
Views: 3324

Re: [ANN] Open Source Offering

Thank you Scott,

That's an awesome gift for the LC community. :D

Always loved your work and learned quite a few (useful) things from you in the past.

Regards,

Paul
by PBH
Fri Jul 02, 2021 1:20 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Buttons through which i can see desktop
Replies: 9
Views: 4678

Re: Buttons through which i can see desktop

I'm not sure you can make just the buttons transparent, but you can use an image to determine which areas of a stack are transparent, see this lesson for details: https://lessons.livecode.com/m/4071/l/6867-how-to-make-a-stack-with-a-window-shape You can also use the colors tab of the stack inspector...
by PBH
Thu May 27, 2021 1:00 am
Forum: Talking LiveCode
Topic: Aha. Some news about my double titlebar
Replies: 7
Views: 4603

Re: Aha. Some news about my double titlebar

The system shortcuts are added in the System Preference > Keyboard, choose the Shortcut tab, then App Shortcuts in the left panel and make them for All Applications.

There’s a screen shot at the end of the video I posted. They need to be formatted exactly as the screen shot to work in LC.

Paul
by PBH
Wed May 26, 2021 5:14 pm
Forum: Talking LiveCode
Topic: Aha. Some news about my double titlebar
Replies: 7
Views: 4603

Re: Aha. Some news about my double titlebar

Did you try adding the shortcuts in system prefs? I made them global shortcuts so I didn't have to update them every time I updated LC, they don't seem to affect any other app that I've noticed, but that's how I can turn the tabs on and off anytime I want to, without relying on the unreliable view m...
by PBH
Wed May 26, 2021 4:19 am
Forum: Talking LiveCode
Topic: Aha. Some news about my double titlebar
Replies: 7
Views: 4603

Re: Aha. Some news about my double titlebar

Craig, I feel your pain, I went through the same frustration for quite a while, but then I finally figured a way out of this mess by testing the hell out of the tabs, and finally adding a couple of system shortcuts. The shortcuts don't always show in the View menu, they do occasionally, but I haven'...
by PBH
Mon Mar 22, 2021 5:08 am
Forum: Talking LiveCode
Topic: Rehashing Switch
Replies: 84
Views: 43489

Re: Rehashing Switch

Interesting thread. I recently come across this method of using Switch and was a bit puzzled at first, but now I think I understand what's going on. I've used the following function in an app that I'm currently developing, it's not my code, I'm sure it came from one of the LC tutorials, but unfortun...
by PBH
Fri Feb 26, 2021 1:39 am
Forum: Talking LiveCode
Topic: Project Browser Selects something I didn't click
Replies: 10
Views: 4875

Re: Project Browser Selects something I didn't click

Are you using more than one display?

This has been known to happen when extra displays are connected and the tops of the displays are not aligned in System Settings > Displays > Arrangement.

Paul

Go to advanced search