Search found 140 matches

by marcelloe
Mon Mar 03, 2014 8:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersecting Buttons
Replies: 36
Views: 17512

Re: Intersecting Buttons

All I really want to do is every time the stack opens the 10 buttons are randomly moved, but none are hidden. I fumbled my way through that script and for the most part it works minus the buttons getting behind each other. There might an easier way of doing this, but not sure how or am I on the righ...
by marcelloe
Mon Mar 03, 2014 7:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersecting Buttons
Replies: 36
Views: 17512

Re: Intersecting Buttons

At this line: Set the loc of button i to line i of tLocList I get the following error. execution error at line 14 (Handler: can't find handler) near "tLocList". What do you suggest to fix the Loc of a Variable holding a CR? Everything seems to be working from what I can tell. I tried to use an IF st...
by marcelloe
Mon Mar 03, 2014 5:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersecting Buttons
Replies: 36
Views: 17512

Intersecting Buttons

I have some what figured out how to make buttons move randomly when the stack is opened. I am having an issue at this line and not sure how to fix it. set the loc of button i to line i of tLocList. Also, how do I stop the button from getting behind each other? Here is the code I am using. global tLo...
by marcelloe
Mon Mar 03, 2014 2:28 am
Forum: idea2app and Coding School
Topic: Button
Replies: 5
Views: 3705

Button

I have figured out how to make the buttons to be random on the stack when it is opened. I am not sure how to make sure the button aren't hidden behind each other. I am getting an error at the following line: set the loc of button i to line i of tLocList. global tLocList function tLocList set the loc...
by marcelloe
Thu Feb 20, 2014 4:34 pm
Forum: idea2app and Coding School
Topic: Mobile Local Notification
Replies: 9
Views: 6068

Re: Mobile Local Notification

I want to the alert to go off at 7AM on the day the user selected? Also, I assume I put tDateResult in the selection alertTime?
by marcelloe
Thu Feb 20, 2014 4:16 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14474

Re: Cloned Stacks

How do I capture a snap shot the card? When the snap shot is in the scrolling field when touch will bring up the original stack to edit. My problem is I know what I want to do, but not sure what i can and can't do.
by marcelloe
Thu Feb 20, 2014 3:55 pm
Forum: idea2app and Coding School
Topic: Mobile Local Notification
Replies: 9
Views: 6068

Re: Mobile Local Notification

To complicate things I also want the date they selected to be put into a field. Converting the date to seconds will that mess up that input?
by marcelloe
Wed Feb 19, 2014 9:49 pm
Forum: idea2app and Coding School
Topic: Cloned Stacks
Replies: 29
Views: 14474

Cloned Stacks

I have cloned stacks and I want to take that cloned stack and show a preview on the main stack in a scrolling field. Is this even possible?
by marcelloe
Wed Feb 19, 2014 4:06 pm
Forum: idea2app and Coding School
Topic: Mobile Local Notification
Replies: 9
Views: 6068

Re: Mobile Local Notification

I am not sure how to set the time for the alert. I have the user select a day and I want the alert to go off on that day. I am using tDateResult to put the date into the corresponding field. Can I use tDateResult in the mobileCreateLocalNotification alertTime selection? Can I set the alert to go off...
by marcelloe
Fri Feb 14, 2014 3:09 pm
Forum: idea2app and Coding School
Topic: Border around fields
Replies: 1
Views: 1998

Border around fields

My fields have the same border as the buttons. I have tried to uncheck auto Highlight. How can I remove the border?
by marcelloe
Mon Feb 10, 2014 6:36 pm
Forum: idea2app and Coding School
Topic: Saving App State
Replies: 12
Views: 6948

Re: Saving App State

This is the script I am using, but I am missing something. on closeCard put the backgroundColor of button "button 1' into url ("file:" & specialFolderPath("documents") & "/button 1.txt") end closeCard on openCard put url ("file:" & specialFolderPath("documents") & "/button 1.txt") into button "butto...
by marcelloe
Fri Feb 07, 2014 7:16 pm
Forum: idea2app and Coding School
Topic: Mobile Local Notification
Replies: 9
Views: 6068

Re: Mobile Local Notification

This is a 2 part question. Can the Mobile Local Notification be used on a field? The field will have a time for notification to go off, but the time might come from another field on another card. How do I use the time from field in question. I hope that is not confusing.
by marcelloe
Fri Feb 07, 2014 7:05 pm
Forum: idea2app and Coding School
Topic: Saving App State
Replies: 12
Views: 6948

Re: Saving App State

How would I save the state of a button. I have a button that will change the color of the button. I want to be able to save wich color the button is at the time the app is closed?
by marcelloe
Wed Feb 05, 2014 6:52 pm
Forum: idea2app and Coding School
Topic: Mobile Local Notification
Replies: 9
Views: 6068

Mobile Local Notification

I have looked over the lesson on using Local Notification and I understand how to use it for the most part. In the example they have created field for the message, view and so on. What I don't understand is do I have to create those field for it work or can I create them with in the statement? Do I ...
by marcelloe
Wed Feb 05, 2014 2:33 pm
Forum: idea2app and Coding School
Topic: Template Card
Replies: 3
Views: 2904

Re: Template Card

I just want to make sure I totally understand. I can create a new stack that I want to be copied over and over. This can be done in a standalone app. Does it matter if the stack is a new main stack or sub-stack? Also, will this work on mobile?

Go to advanced search