Good idea!!!! - the long ID is the same in group edit mode APART from the fact that the reference to the parent group is dropped.
Just tried using the form "control ID of card ID of stack ID" when in group edit mode and that works.
Many thanks
Stan
Search found 10 matches
- Mon Dec 02, 2024 1:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Referencing objects when editing a group
- Replies: 2
- Views: 7278
- Sat Nov 30, 2024 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Referencing objects when editing a group
- Replies: 2
- Views: 7278
Referencing objects when editing a group
I know this has been discussed before but I haven't been able to find an answer!! The problem: I have an app designed in a fairly traditional way - main stack simply appears as a splash screen but holds most of the functions & commands for the app as well as the app's menu bar. Users then work on st...
- Fri Aug 30, 2024 2:14 pm
- Forum: Talking LiveCode
- Topic: dragging FROM LiveCode to external apps
- Replies: 5
- Views: 9799
Re: dragging FROM LiveCode to external apps
Thanks for such fast responses!
...and problem solved - setting the dragdata appropriately works - and you can use dragdata["file"] and drag data["image"] to drag files & images as well as text.
Stan
...and problem solved - setting the dragdata appropriately works - and you can use dragdata["file"] and drag data["image"] to drag files & images as well as text.
Stan
- Fri Aug 30, 2024 11:54 am
- Forum: Talking LiveCode
- Topic: dragging FROM LiveCode to external apps
- Replies: 5
- Views: 9799
dragging FROM LiveCode to external apps
Dear Livecoders, I'm building an app that makes use of Livecode's drag & drop facilities. So far, I've successfully built an app that can happily receive stuff dragged onto it from external apps/OS, determine what sort of thing is being dropped and respond accordingly. However, I can't figure out ho...
- Thu Dec 31, 2020 3:56 pm
- Forum: Mac OS
- Topic: drag and drop emails
- Replies: 1
- Views: 6859
drag and drop emails
Hi All, I've been struggling with drag and drop for a few days and have hit a brick wall. In short - I'm building a task manager type app that allows the user to gather all the relevant information about a task in one place. So far I can drag & drop files, text and URLs to my app and everything work...
- Fri Feb 28, 2020 10:20 pm
- Forum: Windows
- Topic: Play Video
- Replies: 21
- Views: 21103
Re: Play Video
Just a note - I had exactly the same problems - the player object playing just sound and no video on windows but fine on OSX.
Installing codex made no difference then I brought the player object to the front (even though it was visible) and this fixed there issue - now it plays fine
Installing codex made no difference then I brought the player object to the front (even though it was visible) and this fixed there issue - now it plays fine
- Sat Feb 20, 2016 5:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: IOS Standalone-error: "could not find a valid iden...[SOLVED
- Replies: 16
- Views: 15336
Re: IOS Standalone-error: "could not find a valid iden...[SO
As I've been pulling my hair out over this error for the last couple of weeks I thought I'd share the details of the solution that worked for me as it appears to be slightly different to others. When I checked my keychain for certificates my personal developer certificate was showing that the issuin...
- Thu Jul 24, 2008 5:34 pm
- Forum: Windows
- Topic: menu bars in windows
- Replies: 4
- Views: 5555
- Wed Jul 23, 2008 12:27 pm
- Forum: Windows
- Topic: menu bars in windows
- Replies: 4
- Views: 5555
- Wed Jul 23, 2008 11:34 am
- Forum: Windows
- Topic: menu bars in windows
- Replies: 4
- Views: 5555
menu bars in windows
I suspect I'm being dim here but I've just created my first standalone for windows that has a menubar. My problem is stack has a dark background and the menubar only extends to the end of the last menu heading (in this case there's only file and edit) so you get this stubby little menubar at the top...