Search found 47 matches

by daryl
Mon Jun 10, 2013 7:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create a directory along with intermediate directories
Replies: 2
Views: 2154

Re: Create a directory along with intermediate directories

Thanks FourthWorld, Much appreciated.

Regards,

Daryl
by daryl
Mon Jun 10, 2013 7:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create a directory along with intermediate directories
Replies: 2
Views: 2154

Create a directory along with intermediate directories

Hi Folks, I need to create a directory where some intermediate directory(ies) may not exist. Does LiveCode have anything equivalent to the unix mkidr -p command, or will I have to check this manually? I figure I can split on slash and then loop through creating directories if they don't exist, but j...
by daryl
Fri Jun 07, 2013 11:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Get data from field in card1 and put into var in card2
Replies: 4
Views: 3277

Re: Get data from field in card1 and put into var in card2

Thanks guys, Both suggestions worked! Much appreciated. I tried both: put the field "Field1" of the card "Card1" into myContainer put the text of field "Field1" of card "Card1" into myContainer and ended up using the second form as it seemed the most expressive, even if a tad longer. Regards, Daryl
by daryl
Fri Jun 07, 2013 10:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Get data from field in card1 and put into var in card2
Replies: 4
Views: 3277

Get data from field in card1 and put into var in card2

Hi Folks, I've been trying to find this in the docs and tutorials, without success, so I'm hoping someone here can help. I a stack with several cards, let's call them card1 and card2. While in card2 I need to get the value of a field in card1 and put it into a container in the current card, i.e. car...
by daryl
Thu Jun 06, 2013 6:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to trap Shift+Tab to select previous input field
Replies: 6
Views: 3391

How to trap Shift+Tab to select previous input field

Hi Folks, I've been searching on how to trap the shift+tab key sequence to navigate to the previous text input field, but am unable to find anything on it. Is there a message that can be trapped? Along these same lines, is it possible to chain messages together so they might share similar actions? A...
by daryl
Wed Jun 05, 2013 11:13 pm
Forum: Internet
Topic: testing for socket error
Replies: 2
Views: 4260

testing for socket error

Hi Folks, I read the following: "If there has been an error connecting to the server the "socketError" message will be sent. (If the error is due to a problem finding the specified host, the error message is returned in the result, and no "socketError" message is sent.)" in the "How to communicate w...
by daryl
Wed Jun 05, 2013 12:37 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting up a substack Library
Replies: 5
Views: 3261

Re: Setting up a substack Library

Thanks,

Not TL;DR; by any stretch. I agree whole heartedly about having good documentation and naming conventions. Thanks for your thoughts on this.

Regards,

Daryl
by daryl
Tue Jun 04, 2013 9:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting up a substack Library
Replies: 5
Views: 3261

Re: Setting up a substack Library

Hi Dave, Thanks so much for your quick reply, I appreciate it. Your suggestions did the trick, my problem was in the way I was calling the function; I was returning a value but was not putting into anything. As soon as I changed it to: put openNetworkConnection into networkStatus it started working ...
by daryl
Tue Jun 04, 2013 9:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting up a substack Library
Replies: 5
Views: 3261

Setting up a substack Library

Hi Folks, I would like to start a library of code that can be called from different cards. After reading up on the subject it seems like the way to do it is as follows: 1. Create a new substack, name it. 2. add: start using stack "stackname" to the preOpenStack message of the first card of the mains...
by daryl
Tue Jun 04, 2013 4:59 pm
Forum: Android Deployment
Topic: Mobile Support for ADT
Replies: 30
Views: 21612

Re: Mobile Support for ADT

Folks, I received the following email this morning regarding bug report 10297 at http://quality.runrev.com/show_bug.cgi?id=10927 Maybe it will be useful to someone in this discussion. ---------------- bug report comment ------------------- Hi Daryl, I added a comment to the lesson: "How do I become ...
by daryl
Mon Jun 03, 2013 5:38 pm
Forum: Android Deployment
Topic: Mobile Support for ADT
Replies: 30
Views: 21612

Re: Mobile Support for ADT

So there apparently is more to this than meets the eye. What works for some does not work for others. I've attached some screenshots in case they might prove helpful, but they only show that I am running LiveCode 6.0.2-rc-1 with ADT revision 22, which is working fine on OS X Mountain Lion. I found t...
by daryl
Sat Jun 01, 2013 1:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The case of the changing dimensions
Replies: 6
Views: 3156

Re: The case of the changing dimensions

Thanks MWieder, I appreciate your help. I'm going to relax over the weekend and look the app on Monday, with a fresh perspective. Hope you have a good weekend as well.

Regards,

Daryl
by daryl
Sat Jun 01, 2013 12:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The case of the changing dimensions
Replies: 6
Views: 3156

Re: The case of the changing dimensions

Hi MWieder,

Well it's really just an extension of the first question. I am just trying to find a way to get more information about the problem that I posted here originally, so I can fix it.

Best Regards,

Daryl
by daryl
Fri May 31, 2013 11:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The case of the changing dimensions
Replies: 6
Views: 3156

Re: The case of the changing dimensions

Hi MWieder, Thanks for your reply. I am sure I am checking the platform correctly, although I am having a problem having the debugger follow the mobile code path. I am going to different cards based on the platform, and starting to think that design might be more trouble than it's worth. The debugge...
by daryl
Fri May 31, 2013 10:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The case of the changing dimensions
Replies: 6
Views: 3156

The case of the changing dimensions

Hi Folks, I am having a very perplexing problem (for me anyway) and I am hoping someone here can point me in the right direction, as I suspect it is due to my lack of understanding and experience with LiveCode. I have a small application that just attempts to set it's stack/window dimensions and pri...

Go to advanced search