Search found 33 matches
- Mon Oct 25, 2021 1:19 pm
- Forum: Building Externals
- Topic: Another attempt at 3D external using openb3d
- Replies: 12
- Views: 10613
Re: Another attempt at 3D external using openb3d
Is this an old style External or a LC9 widget/library (i.e the DLL is wrapped using LiveCode Builder)?
- Tue May 25, 2021 8:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Slithery sliders
- Replies: 4
- Views: 1583
Re: Slithery sliders
That's very slick Richmond, and I'm glad the thread inspired something. This google search illustrates what I was originally looking for (while there are some exceptions in the images that come up, most are on-off 2-position switches that are a "thumb" (often circular) in a oval or rectangular "swit...
- Tue Feb 16, 2021 7:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Distance between 2 rectangles.
- Replies: 25
- Views: 5622
Re: Distance between 2 rectangles.
Well! I was only asking about Rectangles, but, yes it can be done for blobs too :-) I've closed my un-scientific poll over on the USE-LIST. The consensus is (as Richard chimed in) nearest edges, vertices, or (for blobs) points). While there are certainly a *lot* of ways to figure distance between re...
- Tue Feb 16, 2021 5:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Distance between 2 rectangles.
- Replies: 25
- Views: 5622
Re: Distance between 2 rectangles.
So I was the original poster on the LC USE-LIST (Email list). The original poll was what the most common mental definition people had to the question of "the distance between to arbitrary rectangles (r,1,r2)" Do people think of that as: center to center? nearest corner to nearest corner? nearest edg...
- Mon Dec 21, 2020 2:43 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 6277
Re: Create Folder with Sandboxed Mac App doesn't work
I wouldn't be too quick to blame LiveCode. From what I have seen on Apple's own developer forums, you are likely to run into entitlement problems regardless of what development tool you use - including Apple's own. At the risk of starting a platform war, I think the problem here is solely on Apple. ...
- Sun Dec 20, 2020 7:21 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 6277
Re: Create Folder with Sandboxed Mac App doesn't work
I did notice this just now: https://forums.livecode.com/viewtopic.php?t=34055 <dict> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.files.user-selected.read-write</key> <true/> </dict> My info.plist does NOT contain these things. Any idea why? The general problem I ran in...
- Sat Dec 19, 2020 1:46 pm
- Forum: Mac OS
- Topic: Create Folder with Sandboxed Mac App doesn't work
- Replies: 19
- Views: 6277
Re: Create Folder with Sandboxed Mac App doesn't work
I have a similar problem creating folders in specialFolderPath("temporary") under Catalina or Big Sur. The error appears to happen only from an externally loaded stack. i.e. if my signed and notarized app tries to create a temporary folder, it works, but if I load a stack external (to my signed and ...
- Sat Jun 22, 2019 1:05 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Livecode Drawing Standalone
- Replies: 3
- Views: 3461
Re: Livecode Drawing Standalone
I see you example use mouseEnter and mouseLeave. I have noticed that mouseMove, inside of which you can does tests line "if (x,y) is within tDrawingRect then ...", DOES NOT seem to get send when the chosen tool is the Pointer tool. Is that why you use mouseEnter/mouseLeave? Are there other message c...
- Fri Jun 21, 2019 8:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Livecode Drawing Standalone
- Replies: 3
- Views: 3461
Livecode Drawing Standalone
I have an old stack (built under LC 4.6.4) that has a component that does some simple drawing. There is a tool bar (some buttons and menus) and below that a drawing area (a scrolling group) A mouseMove handler sets the tool to the *pointer tool* or the graphics tool (with the applicable type set in ...
- Sat Dec 02, 2017 2:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: locate language app
- Replies: 9
- Views: 5237
Re: locate language app
It is a shame that mobileCurrentLocale() and/or mobilePreferredLanguages() have not yet been generalized for all platforms (i.e. as currentLocale() and preferredLanguages() ) as these attribute are universal on all LiveCode platforms (except perhaps HTML5 where the question would be locale and langu...
- Sat Jun 03, 2017 5:55 pm
- Forum: Windows
- Topic: Associating additional Documents types for a Standalone
- Replies: 1
- Views: 2579
Re: Associating additional Documents types for a Standalone
Hmm, 38 people (well I guess 37 no counting myself) have views this post with no replies. Does no one know how to do this? Or is everyone who does know busy building awesome Windows standalones with multiple documents types?
- Thu Jun 01, 2017 6:54 pm
- Forum: Windows
- Topic: Associating additional Documents types for a Standalone
- Replies: 1
- Views: 2579
Associating additional Documents types for a Standalone
So in LiveCode's Staandalone builder, we can specify an icon for the application and a file extension and icon for a single document. How do we add more icons and associated file extensions to a standalone under OSX and Windows. For OSX, after you build the standalone, you can open the app bundle an...
- Tue Aug 11, 2015 4:43 pm
- Forum: Talking LiveCode
- Topic: OSX About and Help menu issue under LC676
- Replies: 0
- Views: 1173
OSX About and Help menu issue under LC676
I have an application that when built into a standalone under LC665, for OSX, the About and Help menu work fine. The same application built under LC676 for OSX results in the all menu items under the Help menu (except for Apple's default search) greyed out and "About <appname>" under the <applicatio...
- Thu Jul 09, 2015 11:25 pm
- Forum: Talking LiveCode
- Topic: Determining the active email client on OSX and Windows...
- Replies: 1
- Views: 1617
Determining the active email client on OSX and Windows...
Does anyone out there have reliable scripts for determining the active email client on OSX and/or Windows? Including and especially if the user is using GMail? The issue is that when you use revMail (i.e. revMail address, [ccAddress, [mailSubject, [messageBody]]] ) it appears that Google GMail has a...
- Fri Dec 05, 2014 4:50 pm
- Forum: Building Externals
- Topic: Seeking External developer
- Replies: 1
- Views: 4234
Seeking External developer
Researchware is looking for some one experienced at developing LiveCode externals for OSX and Windows for work on a specific external.
Please email me off-list directly at paul@researchware.com for more information.
Please email me off-list directly at paul@researchware.com for more information.